diff --git a/.gitignore b/.gitignore index 08cec8b24..0f6aedb11 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,4 @@ node_modules package-lock.json ./index.py -.vscode -target \ No newline at end of file +.vscode \ No newline at end of file diff --git a/web-framework/java/springai/hook/index.js b/web-framework/java/springai/hook/index.js new file mode 100644 index 000000000..2a987e6bd --- /dev/null +++ b/web-framework/java/springai/hook/index.js @@ -0,0 +1,25 @@ +async function preInit(inputObj) { + console.log(` + Serverless Devs Application Case + + Cloud services required: + - FC : https://fc.console.aliyun.com/ + + Tips: + - FC3 Component: https://docs.serverless-devs.com/user-guide/aliyun/#fc3`) + +} + +async function postInit(inputObj) { + console.log(` + * Before using, please check whether the actions command in Yaml file is available + * Carefully reading the notes in s.yaml is helpful for the use of the tool + * Recommended Python version: python3.7; + * If need help in the use process, please apply to join the Dingtalk Group: 33947367 + `) +} + +module.exports = { + postInit, + preInit +} \ No newline at end of file diff --git a/web-framework/java/springai/publish.yaml b/web-framework/java/springai/publish.yaml new file mode 100755 index 000000000..3d8d0edf5 --- /dev/null +++ b/web-framework/java/springai/publish.yaml @@ -0,0 +1,65 @@ +Edition: 3.0.0 +Type: Project +Name: start-springaialibaba-hk-cap +Provider: + - 阿里云 +Version: 0.0.2 +Description: 本案例提供了一个基于 Spring AI Alibaba 框架开发的 AI 智能机票助手,您可以将应用部署到阿里云函数计算 FC 上快速体验运行效果。 +HomePage: https://github.com/chickenlj/start-web-framework/tree/dipper/web-framework/java/springai +Organization: 阿里云函数计算(FC) +Effective: Public +Tags: + - Web框架 + - Spring Boot + - Custom Runtime +Category: Web框架 +Service: + 函数计算: + Authorities: + - AliyunFCFullAccess +Parameters: + type: object + additionalProperties: false # 不允许增加其他属性 + required: # 必填项 + - region + - functionName + - apiKey + properties: + region: + title: 地域 + type: string + default: cn-hangzhou + description: 创建应用所在的地区 + enum: + - cn-beijing + - cn-hangzhou + - cn-shanghai + - cn-qingdao + - cn-zhangjiakou + - cn-huhehaote + - cn-shenzhen + - cn-chengdu + - cn-hongkong + - ap-southeast-1 + - ap-southeast-2 + - ap-southeast-3 + - ap-southeast-5 + - ap-northeast-1 + - ap-northeast-2 + - eu-central-1 + - eu-west-1 + - us-west-1 + - us-east-1 + - ap-south-1 + functionName: + title: 函数名 + type: string + default: springai-${default-suffix} + pattern: "^[a-zA-Z_][a-zA-Z0-9-_]{0,127}$" + description: 函数名称,只能包含字母、数字、下划线和中划线。不能以数字、中划线开头。长度在 1-128 之间 + apiKey: + title: 访问模型的API-KEY + type: string + default: "" + pattern: "^[a-zA-Z_][a-zA-Z0-9-_]{0,127}$" + description: "请访问阿里云百炼模型服务平台了解如何获取API-KEY,https://help.aliyun.com/zh/model-studio/developer-reference/get-api-key" diff --git a/web-framework/java/springai/readme.md b/web-framework/java/springai/readme.md new file mode 100644 index 000000000..73330d323 --- /dev/null +++ b/web-framework/java/springai/readme.md @@ -0,0 +1,82 @@ + +> 注:当前项目为 Serverless Devs 应用,由于应用中会存在需要初始化才可运行的变量(例如应用部署地区、函数名等等),所以**不推荐**直接 Clone 本仓库到本地进行部署或直接复制 s.yaml 使用,**强烈推荐**通过 `s init ${模版名称}` 的方法或应用中心进行初始化,详情可参考[部署 & 体验](#部署--体验) 。 + +# start-springaialibaba-hk-cap 帮助文档 + + + +本案例提供了一个基于 Spring AI Alibaba 框架开发的 AI 智能机票助手,您可以将应用部署到阿里云函数计算 FC 上快速体验运行效果。 + + + + +## 前期准备 + +使用该项目,您需要有开通以下服务并拥有对应权限: + + + + + +| 服务/业务 | 权限 | 相关文档 | +| --- | --- | --- | +| 函数计算 | AliyunFCFullAccess | [帮助文档](https://help.aliyun.com/product/2508973.html) [计费文档](https://help.aliyun.com/document_detail/2512928.html) | + + + + + + + + + + + + + + + +## 部署 & 体验 + + + +- :fire: 通过 [云原生应用开发平台 CAP](https://devs.console.aliyun.com/applications/create?template=start-springaialibaba-hk-cap) ,[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://devs.console.aliyun.com/applications/create?template=start-springaialibaba-hk-cap) 该应用。 + + + + + + + +## 案例介绍 + + + +本案例提供了一个基于 Spring AI Alibaba 框架开发的 AI 智能机票助手,您可以与智能助手聊天,进行机票预定、改期、退票、咨询等服务。应用底层使用阿里云通义模型服务,是一个使用了 RAG、Function Calling、ChatMemory 等核心能力的智能体应用,支持多轮聊天会话。 + +Spring AI Alibaba 开源项目基于 Spring AI 构建,是阿里云通义系列模型及服务在 Java AI 应用开发领域的最佳实践,提供高层次的 AI API 抽象与云原生基础设施集成方案,旨在帮助开发者快速构建 AI 应用。使用 Spring AI Alibaba 开发应用与使用普通 Spring Boot 没有什么区别,只需要增加 `spring-ai-alibaba-starter` 依赖,将 `ChatClient` Bean 注入就可以实现与模型聊天了。 + + + + + +## 使用流程 + + + +1. 部署完成之后,您可以看到系统返回给您的案例地址并打开示例系统。 + +![图片alt](https://foruda.gitee.com/images/1726307880404008922/9b99200b_1689212.png) + +2. 与智能助手开始聊天,以自然语言对话的方式说出您想要的咨询的问题或要办理的业务,并等待助手回复。 + + + + +## 注意事项 + + + +这是一个示例应用,并无法处理真正的机票业务 + + diff --git a/web-framework/java/springai/src/code/README.md b/web-framework/java/springai/src/code/README.md new file mode 100644 index 000000000..535c7cd6b --- /dev/null +++ b/web-framework/java/springai/src/code/README.md @@ -0,0 +1,55 @@ +# AI powered expert system demo + +This app shows how you can use Spring AI Alibaba to build an AI-powered system that: + +- Has access to terms and conditions (retrieval augmented generation, RAG) +- Can access tools (Java methods) to perform actions (Function Calling) +- Uses an LLM to interact with the user + +![spring-ai-alibaba-flight-booking](diagram.png) + +## Requirements + +- Java 17+ +- Dashscope API key in `AI_DASHSCOPE_API_KEY` environment variable + +## Running + +Run the app by running `Application.java` in your IDE or `mvn spring-boot:run` in the command line. + + +Add to the POM the Spring AI Alibaba boot starter: + +```xml + + org.springframework.ai + spring-ai-alibaba-starter + 1.0.0-M3.1 + +``` + +Add the DashScope configuration to the `application.properties`: + +``` +spring.ai.dashscope.api-key=${AI_DASHSCOPE_API_KEY} +spring.ai.dashscope.chat.options.model=qwen-max +``` + +## Build Jar + +```shell +./mvnw clean package +``` + +```shell +java -jar ./target/playground-flight-booking-example-0.0.1-SNAPSHOT.jar +``` + + +## Build Frontend (as needed) + +Run the following command to build frontend, this is only necessary when you made changes to frontend. + +```shell +mvn clean compile -Pbuild-frontend +``` diff --git a/web-framework/java/springai/src/code/diagram.png b/web-framework/java/springai/src/code/diagram.png new file mode 100644 index 000000000..f2f3194df Binary files /dev/null and b/web-framework/java/springai/src/code/diagram.png differ diff --git a/web-framework/java/springai/src/code/frontend/README.md b/web-framework/java/springai/src/code/frontend/README.md new file mode 100644 index 000000000..214b7a203 --- /dev/null +++ b/web-framework/java/springai/src/code/frontend/README.md @@ -0,0 +1,155 @@ +## Startup + +```shell +# add vite vue project +# https://vuejs.org/guide/scaling-up/tooling.html +# Vue CLI is the official webpack-based toolchain for Vue. +# It is now in maintenance mode and we recommend starting new projects with Vite unless you rely on specific webpack-only features. +# Vite will provide superior developer experience in most cases. + +# note your env version +# node v18.0.0 +# yarn 1.22.21 + +npm create vue@latest + +yarn + +yarn format + +# run it +yarn dev + + +# main com +yarn add ant-design-vue@4.x + + +``` + +## Develop + +1. todo +> if a function is not complete but show the entry in your page, +> please use notification.todo to mark it +```shell +/** + * this function is showing some tips about our Q&A + * TODO + */ +function globalQuestion() { + devTool.todo("show Q&A tips") +} +``` +2. global css var + ```js + // if you want use the global css var, such as primary color + // create a reactive reference to a var by 'ref' + export const PRIMARY_COLOR = ref('#17b392') + + // In js + import {PRIMARY_COLOR} from '@/base/constants' + + // In CSS, use __null for explicit reference to prevent being cleared by code formatting. + let __null = PRIMARY_COLOR + + ``` + +3. provide and inject + + + +4. icon: https://icones.js.org/ + + ```html + + + ``` + +5. api + + > Agreement: if your api's path starts with mock, you will get a mock result + + 1. Declear api + + ```ts + + import request from '@/base/http/request' + + export const getClusterInfo = (params: any):Promise => { + return request({ + url: '/metrics/cluster', + method: 'get', + params + }) + } + + ``` + + + + 2. Declear mock api + + ```ts + // define a mock api + import Mock from 'mockjs' + Mock.mock('/mock/metrics/cluster', 'get', { + code: 200, + message: '成功', + data: { + all: Mock.mock('@integer(100, 500)'), + application: Mock.mock('@integer(80, 200)'), + consumers: Mock.mock('@integer(80, 200)'), + providers: Mock.mock('@integer(80, 200)'), + services: Mock.mock('@integer(80, 200)'), + versions: ["dubbo-golang-3.0.4"], + protocols: ["tri"], + rules: [], + configCenter: "127.0.0.1:2181", + registry: "127.0.0.1:2181", + metadataCenter: "127.0.0.1:2181", + grafana: "127.0.0.1:3000", + prometheus: "127.0.0.1:9090" + } + }) + + // import in main.ts + import './api/mock/mockCluster.js' + + ``` + + 3. invoke api + + ```ts + + onMounted(async () => { + let {data} = await getClusterInfo({}) + }) + ``` + + 4. decide where the request is to go : request.ts + + ```ts + // request.ts + + const service: AxiosInstance = axios.create({ + // change this to decide where to go + baseURL: '/mock', + timeout: 30 * 1000 + }) + ``` + + +## Build and Deploy + +1. Build + + ```shell + yarn build + ``` + +2. Deploy + + Copy the `dist/assets` folder to the path `src/main/resources/static` + Copy the `dist/index.html` file to the path `src/main/resources/templates` + diff --git a/web-framework/java/springai/src/code/frontend/index.html b/web-framework/java/springai/src/code/frontend/index.html new file mode 100644 index 000000000..4fbd03b55 --- /dev/null +++ b/web-framework/java/springai/src/code/frontend/index.html @@ -0,0 +1,13 @@ + + + + + + + playground-flight-booking Example + + +
+ + + diff --git a/web-framework/java/springai/src/code/frontend/package.json b/web-framework/java/springai/src/code/frontend/package.json new file mode 100644 index 000000000..10f5c697f --- /dev/null +++ b/web-framework/java/springai/src/code/frontend/package.json @@ -0,0 +1,74 @@ +{ + "name": "ui-vue3", + "version": "0.0.0", + "private": true, + "type": "module", + "scripts": { + "dev": "vite", + "check:i18n": "node --loader ts-node/esm src/base/i18n/sortI18n.ts", + "preview": "vite preview", + "test:unit": "vitest", + "build": "yarn && prettier --write src/ && vite build", + "format": "prettier --write src/", + "type-check": "vue-tsc --build --force", + "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore", + "lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", + "prepare": "husky || true", + "prettier-format": "prettier --write src/", + "prettier-check": "prettier --check src/" + }, + "resolutions": { + "jackspeak": "2.1.1" + }, + "dependencies": { + "@antv/g2": "^5.1.12", + "@iconify/json": "^2.2.157", + "@iconify/vue": "^4.1.1", + "@types/lodash": "^4.14.202", + "@types/lodash-es": "^4.17.12", + "@types/nprogress": "^0.2.3", + "ant-design-vue": "4.x", + "dayjs": "^1.11.13", + "less": "^4.2.0", + "lodash": "^4.17.21", + "mockjs": "^1.1.0", + "monaco-editor": "^0.45.0", + "nprogress": "^0.2.0", + "pinia": "^2.1.7", + "pinyin-pro": "^3.19.3", + "ts-node": "^10.9.2", + "tslib": "^2.6.2", + "vue": "^3.3.10", + "vue-clipboard3": "^2.0.0", + "vue-i18n": "^9.8.0", + "vue-router": "^4.2.5", + "vue3-colorpicker": "^2.2.3", + "vue3-markdown-it": "^1.0.10" + }, + "devDependencies": { + "@rushstack/eslint-patch": "^1.3.3", + "@tsconfig/node18": "^18.2.2", + "@types/jsdom": "^21.1.6", + "@types/mockjs": "^1.0.10", + "@types/node": "^20.10.6", + "@vitejs/plugin-vue": "^4.5.1", + "@vitejs/plugin-vue-jsx": "^3.1.0", + "@vue/eslint-config-prettier": "^8.0.0", + "@vue/eslint-config-typescript": "^12.0.0", + "@vue/test-utils": "^2.4.3", + "@vue/tsconfig": "^0.4.0", + "cypress": "^13.6.1", + "eslint": "^8.49.0", + "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-vue": "^9.17.0", + "husky": "^9.0.6", + "jsdom": "^23.0.1", + "npm-run-all2": "^6.1.1", + "prettier": "^3.0.3", + "start-server-and-test": "^2.0.3", + "typescript": "~5.2.0", + "vite": "^5.0.5", + "vitest": "^1.0.1", + "vue-tsc": "^1.8.25" + } +} diff --git a/web-framework/java/springai/src/code/frontend/src/App.vue b/web-framework/java/springai/src/code/frontend/src/App.vue new file mode 100644 index 000000000..3ad471fdb --- /dev/null +++ b/web-framework/java/springai/src/code/frontend/src/App.vue @@ -0,0 +1,23 @@ + + + + + diff --git a/web-framework/java/springai/src/code/frontend/src/api/service/assistant.ts b/web-framework/java/springai/src/code/frontend/src/api/service/assistant.ts new file mode 100644 index 000000000..ae73ea8aa --- /dev/null +++ b/web-framework/java/springai/src/code/frontend/src/api/service/assistant.ts @@ -0,0 +1,5 @@ +export const chat = ( + chatId: string, + userMessage: string, + handle: Function, +) => {}; diff --git a/web-framework/java/springai/src/code/frontend/src/api/service/booking.ts b/web-framework/java/springai/src/code/frontend/src/api/service/booking.ts new file mode 100644 index 000000000..b32c484fa --- /dev/null +++ b/web-framework/java/springai/src/code/frontend/src/api/service/booking.ts @@ -0,0 +1,9 @@ +import request from "@/base/http/request"; + +export const getBookings = (params: any): Promise => { + return request({ + url: "/bookings", + method: "get", + params, + }); +}; diff --git a/web-framework/java/springai/src/code/frontend/src/base/constants.ts b/web-framework/java/springai/src/code/frontend/src/base/constants.ts new file mode 100644 index 000000000..f4c8edfed --- /dev/null +++ b/web-framework/java/springai/src/code/frontend/src/base/constants.ts @@ -0,0 +1,30 @@ +import type { Component } from "vue"; +import { computed, h, reactive, ref } from "vue"; +import type { RouteLocationNormalizedLoaded } from "vue-router"; + +// 2aacb8 +export const PRIMARY_COLOR_DEFAULT = "#17b392"; + +export const LOCAL_STORAGE_LOCALE = "LOCAL_STORAGE_LOCALE"; +export const LOCAL_STORAGE_THEME = "LOCAL_STORAGE_THEME"; + +let item = localStorage.getItem(LOCAL_STORAGE_THEME); + +export const PRIMARY_COLOR = ref(item || PRIMARY_COLOR_DEFAULT); +export const PRIMARY_COLOR_T = (percent: string) => + computed(() => PRIMARY_COLOR.value + percent); + +export const INSTANCE_REGISTER_COLOR: { [key: string]: string } = { + HEALTHY: "green", + REGISTED: "green", +}; + +/** + * 'Running','Pending', 'Terminating', 'Crashing' + */ +export const INSTANCE_DEPLOY_COLOR: { [key: string]: string } = { + RUNNING: "green", + PENDING: "yellow", + TERMINATING: "red", + CRASHING: "darkRed", +}; diff --git a/web-framework/java/springai/src/code/frontend/src/base/http/request.ts b/web-framework/java/springai/src/code/frontend/src/base/http/request.ts new file mode 100644 index 000000000..0b1a54dd2 --- /dev/null +++ b/web-framework/java/springai/src/code/frontend/src/base/http/request.ts @@ -0,0 +1,53 @@ +import type { + AxiosInstance, + AxiosInterceptorManager, + AxiosRequestHeaders, + AxiosResponse, + InternalAxiosRequestConfig, +} from "axios"; +import axios from "axios"; +import { message } from "ant-design-vue"; +import NProgress from "nprogress"; + +const service: AxiosInstance = axios.create({ + // change this to decide where to go + // baseURL: '/mock', + baseURL: "/api", + timeout: 30 * 1000, +}); +const request: AxiosInterceptorManager = + service.interceptors.request; +const response: AxiosInterceptorManager = + service.interceptors.response; + +request.use( + (config) => { + config.data = JSON.stringify(config.data); //数据转化,也可以使用qs转换 + config.headers = { + "Content-Type": "application/json", //配置请求头 + }; + NProgress.start(); + console.log(config); + return config; + }, + (error) => { + Promise.reject(error); + }, +); + +response.use( + (response) => { + NProgress.done(); + + if (response.status === 200) { + return Promise.resolve(response.data); + } + return Promise.reject(response); + }, + (error) => { + NProgress.done(); + message.error(error.message); + return Promise.resolve(error.response); + }, +); +export default service; diff --git a/web-framework/java/springai/src/code/frontend/src/main.ts b/web-framework/java/springai/src/code/frontend/src/main.ts new file mode 100644 index 000000000..e2898a98a --- /dev/null +++ b/web-framework/java/springai/src/code/frontend/src/main.ts @@ -0,0 +1,16 @@ +import { createApp } from "vue"; +import Antd from "ant-design-vue"; + +import App from "./App.vue"; +import "ant-design-vue/dist/reset.css"; +import "highlight.js/styles/monokai.css"; + +import Vue3ColorPicker from "vue3-colorpicker"; +import "vue3-colorpicker/style.css"; +import "nprogress/nprogress.css"; +import Markdown from "vue3-markdown-it"; +import { PRIMARY_COLOR } from "@/base/constants"; + +const app = createApp(App); + +app.use(Antd).use(Vue3ColorPicker).use(Markdown).mount("#app"); diff --git a/web-framework/java/springai/src/code/frontend/src/types/message.ts b/web-framework/java/springai/src/code/frontend/src/types/message.ts new file mode 100644 index 000000000..71ca12516 --- /dev/null +++ b/web-framework/java/springai/src/code/frontend/src/types/message.ts @@ -0,0 +1,4 @@ +export interface MessageItem { + role: "user" | "assistant"; + content: string; +} diff --git a/web-framework/java/springai/src/code/frontend/src/views/home/Message.vue b/web-framework/java/springai/src/code/frontend/src/views/home/Message.vue new file mode 100644 index 000000000..8091fd64b --- /dev/null +++ b/web-framework/java/springai/src/code/frontend/src/views/home/Message.vue @@ -0,0 +1,34 @@ + + + + + diff --git a/web-framework/java/springai/src/code/frontend/src/views/home/MessageList.vue b/web-framework/java/springai/src/code/frontend/src/views/home/MessageList.vue new file mode 100644 index 000000000..e1a2c1745 --- /dev/null +++ b/web-framework/java/springai/src/code/frontend/src/views/home/MessageList.vue @@ -0,0 +1,17 @@ + + + + + diff --git a/web-framework/java/springai/src/code/frontend/src/views/home/index.vue b/web-framework/java/springai/src/code/frontend/src/views/home/index.vue new file mode 100644 index 000000000..eeb0e0d2f --- /dev/null +++ b/web-framework/java/springai/src/code/frontend/src/views/home/index.vue @@ -0,0 +1,234 @@ + + + + diff --git a/web-framework/java/springai/src/code/frontend/tsconfig.app.json b/web-framework/java/springai/src/code/frontend/tsconfig.app.json new file mode 100644 index 000000000..491e09395 --- /dev/null +++ b/web-framework/java/springai/src/code/frontend/tsconfig.app.json @@ -0,0 +1,13 @@ +{ + "extends": "@vue/tsconfig/tsconfig.dom.json", + "include": ["env.d.ts", "src/**/*", "src/**/*.vue"], + "exclude": ["src/**/__tests__/*"], + "compilerOptions": { + "composite": true, + "noEmit": true, + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"] + } + } +} diff --git a/web-framework/java/springai/src/code/frontend/tsconfig.json b/web-framework/java/springai/src/code/frontend/tsconfig.json new file mode 100644 index 000000000..fb320488b --- /dev/null +++ b/web-framework/java/springai/src/code/frontend/tsconfig.json @@ -0,0 +1,19 @@ +{ + "files": [], + "references": [ + { + "path": "./tsconfig.node.json" + }, + { + "path": "./tsconfig.app.json" + } + + ], + "compilerOptions": { + "target": "esnext", + "module": "ESNext" + }, + "include": ["src/base/i18n/*"], + "esm": true + +} diff --git a/web-framework/java/springai/src/code/frontend/tsconfig.node.json b/web-framework/java/springai/src/code/frontend/tsconfig.node.json new file mode 100644 index 000000000..46cf2e142 --- /dev/null +++ b/web-framework/java/springai/src/code/frontend/tsconfig.node.json @@ -0,0 +1,17 @@ +{ + "extends": "@tsconfig/node18/tsconfig.json", + "include": [ + "vite.config.*", + "vitest.config.*", + "cypress.config.*", + "nightwatch.conf.*", + "playwright.config.*" + ], + "compilerOptions": { + "composite": true, + "noEmit": true, + "module": "ESNext", + "moduleResolution": "Bundler", + "types": ["node"] + } +} diff --git a/web-framework/java/springai/src/code/frontend/tsconfig.vitest.json b/web-framework/java/springai/src/code/frontend/tsconfig.vitest.json new file mode 100644 index 000000000..d080d611e --- /dev/null +++ b/web-framework/java/springai/src/code/frontend/tsconfig.vitest.json @@ -0,0 +1,9 @@ +{ + "extends": "./tsconfig.app.json", + "exclude": [], + "compilerOptions": { + "composite": true, + "lib": [], + "types": ["node", "jsdom"] + } +} diff --git a/web-framework/java/springai/src/code/frontend/vite.config.ts b/web-framework/java/springai/src/code/frontend/vite.config.ts new file mode 100644 index 000000000..71425058e --- /dev/null +++ b/web-framework/java/springai/src/code/frontend/vite.config.ts @@ -0,0 +1,35 @@ + +import {fileURLToPath, URL} from 'node:url' +import {defineConfig} from 'vite' +import vue from '@vitejs/plugin-vue' +import vueJsx from '@vitejs/plugin-vue-jsx' + +// https://vitejs.dev/config/ +export default defineConfig({ + base: '/', + build: { + outDir: './dist', + }, + server: { + proxy: { + // with options: http://localhost:5173/api/bar-> http://jsonplaceholder.typicode.com/bar + '/api': { + target: 'http://127.0.0.1:9001', + changeOrigin: true, + } + } + }, + plugins: [ + vue(), + vueJsx(), + ], + resolve: { + alias: { + '@': fileURLToPath(new URL('./src', import.meta.url)), + 'monaco-editor': 'monaco-editor/esm/vs/editor/editor.api.js' + }, + // ignore suffix + extensions: ['.mjs', '.js', '.ts', '.jsx', '.tsx', '.json', '.vue'] + }, + +}) diff --git a/web-framework/java/springai/src/code/frontend/vitest.config.ts b/web-framework/java/springai/src/code/frontend/vitest.config.ts new file mode 100644 index 000000000..c95bddc9d --- /dev/null +++ b/web-framework/java/springai/src/code/frontend/vitest.config.ts @@ -0,0 +1,15 @@ + +import { fileURLToPath } from 'node:url' +import { mergeConfig, defineConfig, configDefaults } from 'vitest/config' +import viteConfig from './vite.config' + +export default mergeConfig( + viteConfig, + defineConfig({ + test: { + environment: 'jsdom', + exclude: [...configDefaults.exclude, 'e2e/*'], + root: fileURLToPath(new URL('./', import.meta.url)) + } + }) +) diff --git a/web-framework/java/springai/src/code/frontend/yarn.lock b/web-framework/java/springai/src/code/frontend/yarn.lock new file mode 100644 index 000000000..bf63f35bc --- /dev/null +++ b/web-framework/java/springai/src/code/frontend/yarn.lock @@ -0,0 +1,5925 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@aashutoshrathi/word-wrap@^1.2.3": + version "1.2.6" + resolved "https://registry.npmmirror.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf" + integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA== + +"@aesoper/normal-utils@^0.1.5": + version "0.1.5" + resolved "https://registry.npmmirror.com/@aesoper/normal-utils/-/normal-utils-0.1.5.tgz#82b7c899ab9670c55515f949a3766d24260b8039" + integrity sha512-LFF/6y6h5mfwhnJaWqqxuC8zzDaHCG62kMRkd8xhDtq62TQj9dM17A9DhE87W7DhiARJsHLgcina/9P4eNCN1w== + +"@ampproject/remapping@^2.2.0": + version "2.2.1" + resolved "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.2.1.tgz#99e8e11851128b8702cd57c33684f1d0f260b630" + integrity sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg== + dependencies: + "@jridgewell/gen-mapping" "^0.3.0" + "@jridgewell/trace-mapping" "^0.3.9" + +"@ant-design/colors@^6.0.0": + version "6.0.0" + resolved "https://registry.npmmirror.com/@ant-design/colors/-/colors-6.0.0.tgz#9b9366257cffcc47db42b9d0203bb592c13c0298" + integrity sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ== + dependencies: + "@ctrl/tinycolor" "^3.4.0" + +"@ant-design/icons-svg@^4.2.1": + version "4.3.2" + resolved "https://registry.npmmirror.com/@ant-design/icons-svg/-/icons-svg-4.3.2.tgz#ab2e082991877fdc85b2b32f0b68628b716bad23" + integrity sha512-s9WV19cXTC/Tux/XpDru/rCfPZQhGaho36B+9RrN1v5YsaKmE6dJ+fq6LQnXVBVYjzkqykEEK+1XG+SYiottTQ== + +"@ant-design/icons-vue@^7.0.0": + version "7.0.1" + resolved "https://registry.npmmirror.com/@ant-design/icons-vue/-/icons-vue-7.0.1.tgz#83de301771fadd03f3890e627314102405c31c22" + integrity sha512-eCqY2unfZK6Fe02AwFlDHLfoyEFreP6rBwAZMIJ1LugmfMiVgwWDYlp1YsRugaPtICYOabV1iWxXdP12u9U43Q== + dependencies: + "@ant-design/colors" "^6.0.0" + "@ant-design/icons-svg" "^4.2.1" + +"@antv/component@^1.0.1-beta.0": + version "1.0.1-beta.0" + resolved "https://registry.npmmirror.com/@antv/component/-/component-1.0.1-beta.0.tgz#222f6133699faf0cf0b4713417742a78203da12f" + integrity sha512-syonGLy7bcpe+4qqKjtwBZMUUfZU8TKJRQAeYOB4pEiz2kr1Ky/qZLteT12QDQRugeMz9KnrUXMF+nAvUErKww== + dependencies: + "@antv/g" "^5.18.6" + "@antv/scale" "^0.4.3" + "@antv/util" "^3.3.5" + svg-path-parser "^1.1.0" + +"@antv/coord@^0.4.6": + version "0.4.7" + resolved "https://registry.npmmirror.com/@antv/coord/-/coord-0.4.7.tgz#3ef6c6e3f9ca0f024b90888549946061f35df77a" + integrity sha512-UTbrMLhwJUkKzqJx5KFnSRpU3BqrdLORJbwUbHK2zHSCT3q3bjcFA//ZYLVfIlwqFDXp/hzfMyRtp0c77A9ZVA== + dependencies: + "@antv/scale" "^0.4.12" + "@antv/util" "^2.0.13" + gl-matrix "^3.4.3" + +"@antv/event-emitter@^0.1.3": + version "0.1.3" + resolved "https://registry.npmmirror.com/@antv/event-emitter/-/event-emitter-0.1.3.tgz#3e06323b9dcd55a3241ddc7c5458cfabd2095164" + integrity sha512-4ddpsiHN9Pd4UIlWuKVK1C4IiZIdbwQvy9i7DUSI3xNJ89FPUFt8lxDYj8GzzfdllV0NkJTRxnG+FvLk0llidg== + +"@antv/g-camera-api@1.2.22": + version "1.2.22" + resolved "https://registry.npmmirror.com/@antv/g-camera-api/-/g-camera-api-1.2.22.tgz#96a45628022c26056eb2492301a6f3aeda72bb3f" + integrity sha512-+sWDUMTeOACfb6HUJbuMS3ab79xCtFgCHhD+drlNbOjRCJDlkFHPsplyM7vA1a2Rs0zoyV+K68duClsP7Ei3OA== + dependencies: + "@antv/g-lite" "1.2.21" + "@antv/util" "^3.3.4" + gl-matrix "^3.4.3" + tslib "^2.5.3" + +"@antv/g-canvas@^1.11.22": + version "1.11.26" + resolved "https://registry.npmmirror.com/@antv/g-canvas/-/g-canvas-1.11.26.tgz#56fe8adab0a7ac8ac338ae1b654b633afa28657a" + integrity sha512-7THxFINBbh5MHaapzuUs1mcgXLh4imGZP6xovg8W1riroWGg9q/Mkyt9oXVxK9TtrBNTYQkGR6yVQw7pz3dm6g== + dependencies: + "@antv/g-lite" "1.2.21" + "@antv/g-plugin-canvas-path-generator" "1.3.21" + "@antv/g-plugin-canvas-picker" "1.10.23" + "@antv/g-plugin-canvas-renderer" "1.9.23" + "@antv/g-plugin-dom-interaction" "1.9.21" + "@antv/g-plugin-html-renderer" "1.9.24" + "@antv/g-plugin-image-loader" "1.3.21" + "@antv/util" "^3.3.4" + tslib "^2.5.3" + +"@antv/g-dom-mutation-observer-api@1.2.21": + version "1.2.21" + resolved "https://registry.npmmirror.com/@antv/g-dom-mutation-observer-api/-/g-dom-mutation-observer-api-1.2.21.tgz#4ba923891b9cebea8967875564e3ead30e13c914" + integrity sha512-/gE0hYFAKyrh0bDad4HH6pI9s9VRG3h9RWA5pU4MzFo/9nTQtjp+DvWr9TR/oahg0u9gtyrBO5HE4eI5kziMRA== + dependencies: + "@antv/g-lite" "1.2.21" + +"@antv/g-lite@1.2.21": + version "1.2.21" + resolved "https://registry.npmmirror.com/@antv/g-lite/-/g-lite-1.2.21.tgz#5d340c46b204db246375656626162df115178ec2" + integrity sha512-VGo78eaJE93cRPLaWZcXyi0TjfymHrAbweAVI01t3A3wgduqn1CpTXKBICqaNgi/T73rL0zcVO0Nn9th3Lincg== + dependencies: + "@antv/g-math" "2.0.2" + "@antv/util" "^3.3.4" + d3-color "^1.4.0" + eventemitter3 "^5.0.1" + gl-matrix "^3.4.3" + rbush "^3.0.1" + tslib "^2.5.3" + +"@antv/g-math@2.0.2": + version "2.0.2" + resolved "https://registry.npmmirror.com/@antv/g-math/-/g-math-2.0.2.tgz#fc37e3e90591a52657553017ddadf55177d18a12" + integrity sha512-uqGU1C+70orjeSUoIzD3TuXjL5dRQCIyjZrBrTmm0FWd6VQJMWHyG5ypuZ2lMiI5MrRajVSE1w+3J4hiNBYSJg== + dependencies: + "@antv/util" "^3.3.4" + gl-matrix "^3.4.3" + tslib "^2.5.3" + +"@antv/g-plugin-canvas-path-generator@1.3.21": + version "1.3.21" + resolved "https://registry.npmmirror.com/@antv/g-plugin-canvas-path-generator/-/g-plugin-canvas-path-generator-1.3.21.tgz#f24250a523dddc1939d154aff201ed1bada97c8d" + integrity sha512-pz+2mCHIFGQ9w3ED4awGCrpUQbxdxkGtw1VqjAu178+uimDQJYaTXkpT2rdqsobVcm4LwQCNlugczAJfoJp9fQ== + dependencies: + "@antv/g-lite" "1.2.21" + "@antv/g-math" "2.0.2" + "@antv/util" "^3.3.4" + tslib "^2.5.3" + +"@antv/g-plugin-canvas-picker@1.10.23": + version "1.10.23" + resolved "https://registry.npmmirror.com/@antv/g-plugin-canvas-picker/-/g-plugin-canvas-picker-1.10.23.tgz#798f265fc4e319b849bead72d148a05f712b0254" + integrity sha512-rdgSrLQMXIzPAnHf+vJ0unSKGkq1gC90iQVisyWKbH761sfNfVa6I+4lFWrpcBnwU09E3AfGroD1vfiHcpvQ1A== + dependencies: + "@antv/g-lite" "1.2.21" + "@antv/g-math" "2.0.2" + "@antv/g-plugin-canvas-path-generator" "1.3.21" + "@antv/g-plugin-canvas-renderer" "1.9.23" + "@antv/util" "^3.3.4" + gl-matrix "^3.4.3" + tslib "^2.5.3" + +"@antv/g-plugin-canvas-renderer@1.9.23": + version "1.9.23" + resolved "https://registry.npmmirror.com/@antv/g-plugin-canvas-renderer/-/g-plugin-canvas-renderer-1.9.23.tgz#17443a8dc3ede1d722eb72e348be1855cddaae70" + integrity sha512-uT2IsUJnwQ0m6n3S86eJYYDMMqF3yUMYcfj6sBchwym2NB3tAC/x0BVFGHZtEyqUkfmBr2wKcYjjBOfPl1tbhw== + dependencies: + "@antv/g-lite" "1.2.21" + "@antv/g-math" "2.0.2" + "@antv/g-plugin-canvas-path-generator" "1.3.21" + "@antv/g-plugin-image-loader" "1.3.21" + "@antv/util" "^3.3.4" + gl-matrix "^3.4.3" + tslib "^2.5.3" + +"@antv/g-plugin-dom-interaction@1.9.21": + version "1.9.21" + resolved "https://registry.npmmirror.com/@antv/g-plugin-dom-interaction/-/g-plugin-dom-interaction-1.9.21.tgz#97adc9a49ffcd2e43ad5ca3ce3b22d4c3e748a72" + integrity sha512-aO4yWve2yquZQYqZDU03pM2vgkOjFKk24zTRk+V4cAmdgjtUjCa7EcMWODI8eX2UB6zT31aySzyhOjXHQVC78A== + dependencies: + "@antv/g-lite" "1.2.21" + tslib "^2.5.3" + +"@antv/g-plugin-dragndrop@^1.8.17": + version "1.8.21" + resolved "https://registry.npmmirror.com/@antv/g-plugin-dragndrop/-/g-plugin-dragndrop-1.8.21.tgz#cdae8f9bc6e1fbd20a6a70369dbc0ec49d6fafeb" + integrity sha512-iyhZJsToY3vmVqwuiZIpeWOqGcpK/9Nk13rPR2Qjk+U/9DncNF2b5fEXh3GHMFmQYysiCdPfMbFAwMuRUvoRKQ== + dependencies: + "@antv/g-lite" "1.2.21" + "@antv/util" "^3.3.4" + tslib "^2.5.3" + +"@antv/g-plugin-html-renderer@1.9.24": + version "1.9.24" + resolved "https://registry.npmmirror.com/@antv/g-plugin-html-renderer/-/g-plugin-html-renderer-1.9.24.tgz#aee7c707189a86e5effde15b3e230f90b9c8433d" + integrity sha512-8tM2LaHXpgoyT27tryu/lVDX+YEvKv+KaPCtMTfQf04vL0XfbQ/ATcEXAEksIsNdZ+brQvi3LKh6UPiWCRAs3A== + dependencies: + "@antv/g-lite" "1.2.21" + "@antv/util" "^3.3.4" + gl-matrix "^3.4.3" + tslib "^2.5.3" + +"@antv/g-plugin-image-loader@1.3.21": + version "1.3.21" + resolved "https://registry.npmmirror.com/@antv/g-plugin-image-loader/-/g-plugin-image-loader-1.3.21.tgz#a95d6d3fcef55ff7df20ef971296645feeb282c7" + integrity sha512-PCFRYscSapA4pMkm9TcUQcxV9hnHKe0AIJaR35kV2F1hhuWLMyCPEuxVyWaCMYDFMfrDtVj7dXzL81L4fja8HQ== + dependencies: + "@antv/g-lite" "1.2.21" + "@antv/util" "^3.3.4" + gl-matrix "^3.4.3" + tslib "^2.5.3" + +"@antv/g-web-animations-api@1.2.22": + version "1.2.22" + resolved "https://registry.npmmirror.com/@antv/g-web-animations-api/-/g-web-animations-api-1.2.22.tgz#2f940d082a1889ce55351dc5869b4acd35efc1e2" + integrity sha512-/bh/jUF/hVaDOnNtXRoB5ZsDnPK9IIrduLr4o5sFP+tOuCCBpalWgxeP11yBJoMpl2Y14GmipZTAD8QUoZyyNw== + dependencies: + "@antv/g-lite" "1.2.21" + "@antv/util" "^3.3.4" + tslib "^2.5.3" + +"@antv/g2@^5.1.12": + version "5.1.15" + resolved "https://registry.npmmirror.com/@antv/g2/-/g2-5.1.15.tgz#c6abb97f6164a27b04ea832931424845fbb2c2ef" + integrity sha512-WiISs4GUOzHlA4vrkt+eQfr1+LVIAuv4AkfFCRzTprayMO72pLAdgTcwUg9YlvafwM220r9FQD1nXIlYNXOOhA== + dependencies: + "@antv/component" "^1.0.1-beta.0" + "@antv/coord" "^0.4.6" + "@antv/event-emitter" "^0.1.3" + "@antv/g" "^5.18.19" + "@antv/g-canvas" "^1.11.22" + "@antv/g-plugin-dragndrop" "^1.8.17" + "@antv/path-util" "^3.0.1" + "@antv/scale" "^0.4.12" + "@antv/util" "^3.3.5" + d3-array "^3.2.4" + d3-dsv "^3.0.1" + d3-force "^3.0.0" + d3-format "^3.1.0" + d3-geo "^3.1.0" + d3-hierarchy "^3.1.2" + d3-path "^3.1.0" + d3-scale-chromatic "^3.0.0" + d3-shape "^3.2.0" + d3-voronoi "^1.1.4" + flru "^1.0.2" + fmin "^0.0.2" + pdfast "^0.2.0" + +"@antv/g@^5.18.19", "@antv/g@^5.18.6": + version "5.18.24" + resolved "https://registry.npmmirror.com/@antv/g/-/g-5.18.24.tgz#a3e94d153ee146fe8b806819cf80fe0414b34ab8" + integrity sha512-qUIjxNPd60VpA6bjDALkRWEWA0CKm2G+vRPkP729eiZ0JnqlRuSqVNibo6QbrlZGEZQfqKiNjiVDODbJjHxNIw== + dependencies: + "@antv/g-camera-api" "1.2.22" + "@antv/g-dom-mutation-observer-api" "1.2.21" + "@antv/g-lite" "1.2.21" + "@antv/g-web-animations-api" "1.2.22" + +"@antv/path-util@^3.0.1": + version "3.0.1" + resolved "https://registry.npmmirror.com/@antv/path-util/-/path-util-3.0.1.tgz#42fd84222824e8ad8d1bde70f164a05924870d4a" + integrity sha512-tpvAzMpF9Qm6ik2YSMqICNU5tco5POOW7S4XoxZAI/B0L26adU+Md/SmO0BBo2SpuywKvzPH3hPT3xmoyhr04Q== + dependencies: + gl-matrix "^3.1.0" + lodash-es "^4.17.21" + tslib "^2.0.3" + +"@antv/scale@^0.4.12", "@antv/scale@^0.4.3": + version "0.4.15" + resolved "https://registry.npmmirror.com/@antv/scale/-/scale-0.4.15.tgz#491f3443f81c024f2bd9ac991bffa6e62809fe7f" + integrity sha512-b3b2U1L55fcJg0fB/BloVvcngPo/QxhosWgjn6JmYLVLezxDYMO+zdQou8hxpsLMUVhH15NqRDcM/1n4U6G04g== + dependencies: + "@antv/util" "^2.0.13" + color-string "^1.5.5" + fecha "^4.2.1" + +"@antv/util@^2.0.13": + version "2.0.17" + resolved "https://registry.npmmirror.com/@antv/util/-/util-2.0.17.tgz#e8ef42aca7892815b229269f3dd10c6b3c7597a9" + integrity sha512-o6I9hi5CIUvLGDhth0RxNSFDRwXeywmt6ExR4+RmVAzIi48ps6HUy+svxOCayvrPBN37uE6TAc2KDofRo0nK9Q== + dependencies: + csstype "^3.0.8" + tslib "^2.0.3" + +"@antv/util@^3.3.4", "@antv/util@^3.3.5": + version "3.3.6" + resolved "https://registry.npmmirror.com/@antv/util/-/util-3.3.6.tgz#90cac7312da4a361cdbeaf5e1b9d26185f753da0" + integrity sha512-Oj2uAwBWEpEKbYcYgSJ/B6zv7t515L+JZzSpnkZeez/qwvDbS6s80lQRuzWzVhWCTHKSPLkgImxhkV9nzLmv4Q== + dependencies: + fast-deep-equal "^3.1.3" + gl-matrix "^3.3.0" + tslib "^2.3.1" + +"@asamuzakjp/dom-selector@^2.0.1": + version "2.0.2" + resolved "https://registry.npmmirror.com/@asamuzakjp/dom-selector/-/dom-selector-2.0.2.tgz#160f601d9a465bbdf641410afdc527f37325506e" + integrity sha512-x1KXOatwofR6ZAYzXRBL5wrdV0vwNxlTCK9NCuLqAzQYARqGcvFwiJA6A1ERuh+dgeA4Dxm3JBYictIes+SqUQ== + dependencies: + bidi-js "^1.0.3" + css-tree "^2.3.1" + is-potential-custom-element-name "^1.0.1" + +"@babel/code-frame@^7.21.4", "@babel/code-frame@^7.23.5": + version "7.23.5" + resolved "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244" + integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA== + dependencies: + "@babel/highlight" "^7.23.4" + chalk "^2.4.2" + +"@babel/compat-data@^7.23.5": + version "7.23.5" + resolved "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98" + integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw== + +"@babel/core@^7.23.3": + version "7.23.9" + resolved "https://registry.npmmirror.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1" + integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw== + dependencies: + "@ampproject/remapping" "^2.2.0" + "@babel/code-frame" "^7.23.5" + "@babel/generator" "^7.23.6" + "@babel/helper-compilation-targets" "^7.23.6" + "@babel/helper-module-transforms" "^7.23.3" + "@babel/helpers" "^7.23.9" + "@babel/parser" "^7.23.9" + "@babel/template" "^7.23.9" + "@babel/traverse" "^7.23.9" + "@babel/types" "^7.23.9" + convert-source-map "^2.0.0" + debug "^4.1.0" + gensync "^1.0.0-beta.2" + json5 "^2.2.3" + semver "^6.3.1" + +"@babel/generator@^7.23.6": + version "7.23.6" + resolved "https://registry.npmmirror.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e" + integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw== + dependencies: + "@babel/types" "^7.23.6" + "@jridgewell/gen-mapping" "^0.3.2" + "@jridgewell/trace-mapping" "^0.3.17" + jsesc "^2.5.1" + +"@babel/helper-annotate-as-pure@^7.22.5": + version "7.22.5" + resolved "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882" + integrity sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg== + dependencies: + "@babel/types" "^7.22.5" + +"@babel/helper-compilation-targets@^7.23.6": + version "7.23.6" + resolved "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz#4d79069b16cbcf1461289eccfbbd81501ae39991" + integrity sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ== + dependencies: + "@babel/compat-data" "^7.23.5" + "@babel/helper-validator-option" "^7.23.5" + browserslist "^4.22.2" + lru-cache "^5.1.1" + semver "^6.3.1" + +"@babel/helper-create-class-features-plugin@^7.23.6": + version "7.23.9" + resolved "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.9.tgz#fddfdf51fca28f23d16b9e3935a4732690acfad6" + integrity sha512-B2L9neXTIyPQoXDm+NtovPvG6VOLWnaXu3BIeVDWwdKFgG30oNa6CqVGiJPDWQwIAK49t9gnQI9c6K6RzabiKw== + dependencies: + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-function-name" "^7.23.0" + "@babel/helper-member-expression-to-functions" "^7.23.0" + "@babel/helper-optimise-call-expression" "^7.22.5" + "@babel/helper-replace-supers" "^7.22.20" + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.22.6" + semver "^6.3.1" + +"@babel/helper-environment-visitor@^7.22.20": + version "7.22.20" + resolved "https://registry.npmmirror.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== + +"@babel/helper-function-name@^7.23.0": + version "7.23.0" + resolved "https://registry.npmmirror.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== + dependencies: + "@babel/template" "^7.22.15" + "@babel/types" "^7.23.0" + +"@babel/helper-hoist-variables@^7.22.5": + version "7.22.5" + resolved "https://registry.npmmirror.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== + dependencies: + "@babel/types" "^7.22.5" + +"@babel/helper-member-expression-to-functions@^7.22.15", "@babel/helper-member-expression-to-functions@^7.23.0": + version "7.23.0" + resolved "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366" + integrity sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA== + dependencies: + "@babel/types" "^7.23.0" + +"@babel/helper-module-imports@^7.22.15": + version "7.22.15" + resolved "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0" + integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w== + dependencies: + "@babel/types" "^7.22.15" + +"@babel/helper-module-transforms@^7.23.3": + version "7.23.3" + resolved "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz#d7d12c3c5d30af5b3c0fcab2a6d5217773e2d0f1" + integrity sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ== + dependencies: + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-module-imports" "^7.22.15" + "@babel/helper-simple-access" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.22.6" + "@babel/helper-validator-identifier" "^7.22.20" + +"@babel/helper-optimise-call-expression@^7.22.5": + version "7.22.5" + resolved "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e" + integrity sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw== + dependencies: + "@babel/types" "^7.22.5" + +"@babel/helper-plugin-utils@^7.22.5": + version "7.22.5" + resolved "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295" + integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg== + +"@babel/helper-replace-supers@^7.22.20": + version "7.22.20" + resolved "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz#e37d367123ca98fe455a9887734ed2e16eb7a793" + integrity sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw== + dependencies: + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-member-expression-to-functions" "^7.22.15" + "@babel/helper-optimise-call-expression" "^7.22.5" + +"@babel/helper-simple-access@^7.22.5": + version "7.22.5" + resolved "https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#4938357dc7d782b80ed6dbb03a0fba3d22b1d5de" + integrity sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w== + dependencies: + "@babel/types" "^7.22.5" + +"@babel/helper-skip-transparent-expression-wrappers@^7.22.5": + version "7.22.5" + resolved "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847" + integrity sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q== + dependencies: + "@babel/types" "^7.22.5" + +"@babel/helper-split-export-declaration@^7.22.6": + version "7.22.6" + resolved "https://registry.npmmirror.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== + dependencies: + "@babel/types" "^7.22.5" + +"@babel/helper-string-parser@^7.23.4": + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" + integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== + +"@babel/helper-validator-identifier@^7.22.20": + version "7.22.20" + resolved "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== + +"@babel/helper-validator-option@^7.23.5": + version "7.23.5" + resolved "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307" + integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw== + +"@babel/helpers@^7.23.9": + version "7.23.9" + resolved "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.23.9.tgz#c3e20bbe7f7a7e10cb9b178384b4affdf5995c7d" + integrity sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ== + dependencies: + "@babel/template" "^7.23.9" + "@babel/traverse" "^7.23.9" + "@babel/types" "^7.23.9" + +"@babel/highlight@^7.23.4": + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b" + integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A== + dependencies: + "@babel/helper-validator-identifier" "^7.22.20" + chalk "^2.4.2" + js-tokens "^4.0.0" + +"@babel/parser@^7.23.6", "@babel/parser@^7.23.9": + version "7.23.9" + resolved "https://registry.npmmirror.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b" + integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA== + +"@babel/plugin-syntax-jsx@^7.23.3": + version "7.23.3" + resolved "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz#8f2e4f8a9b5f9aa16067e142c1ac9cd9f810f473" + integrity sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg== + dependencies: + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-syntax-typescript@^7.23.3": + version "7.23.3" + resolved "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz#24f460c85dbbc983cd2b9c4994178bcc01df958f" + integrity sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ== + dependencies: + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-transform-typescript@^7.23.3": + version "7.23.6" + resolved "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.6.tgz#aa36a94e5da8d94339ae3a4e22d40ed287feb34c" + integrity sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-create-class-features-plugin" "^7.23.6" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-typescript" "^7.23.3" + +"@babel/runtime@^7.10.5": + version "7.23.9" + resolved "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7" + integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw== + dependencies: + regenerator-runtime "^0.14.0" + +"@babel/template@^7.22.15", "@babel/template@^7.23.9": + version "7.23.9" + resolved "https://registry.npmmirror.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a" + integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA== + dependencies: + "@babel/code-frame" "^7.23.5" + "@babel/parser" "^7.23.9" + "@babel/types" "^7.23.9" + +"@babel/traverse@^7.23.7", "@babel/traverse@^7.23.9": + version "7.23.9" + resolved "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950" + integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg== + dependencies: + "@babel/code-frame" "^7.23.5" + "@babel/generator" "^7.23.6" + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-function-name" "^7.23.0" + "@babel/helper-hoist-variables" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.22.6" + "@babel/parser" "^7.23.9" + "@babel/types" "^7.23.9" + debug "^4.3.1" + globals "^11.1.0" + +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.23.9": + version "7.23.9" + resolved "https://registry.npmmirror.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002" + integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q== + dependencies: + "@babel/helper-string-parser" "^7.23.4" + "@babel/helper-validator-identifier" "^7.22.20" + to-fast-properties "^2.0.0" + +"@colors/colors@1.5.0": + version "1.5.0" + resolved "https://registry.npmmirror.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" + integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== + +"@cspotcode/source-map-support@^0.8.0": + version "0.8.1" + resolved "https://registry.npmmirror.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1" + integrity sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw== + dependencies: + "@jridgewell/trace-mapping" "0.3.9" + +"@ctrl/tinycolor@^3.4.0", "@ctrl/tinycolor@^3.5.0": + version "3.6.1" + resolved "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz#b6c75a56a1947cc916ea058772d666a2c8932f31" + integrity sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA== + +"@cypress/request@^3.0.0": + version "3.0.1" + resolved "https://registry.npmmirror.com/@cypress/request/-/request-3.0.1.tgz#72d7d5425236a2413bd3d8bb66d02d9dc3168960" + integrity sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ== + dependencies: + aws-sign2 "~0.7.0" + aws4 "^1.8.0" + caseless "~0.12.0" + combined-stream "~1.0.6" + extend "~3.0.2" + forever-agent "~0.6.1" + form-data "~2.3.2" + http-signature "~1.3.6" + is-typedarray "~1.0.0" + isstream "~0.1.2" + json-stringify-safe "~5.0.1" + mime-types "~2.1.19" + performance-now "^2.1.0" + qs "6.10.4" + safe-buffer "^5.1.2" + tough-cookie "^4.1.3" + tunnel-agent "^0.6.0" + uuid "^8.3.2" + +"@cypress/xvfb@^1.2.4": + version "1.2.4" + resolved "https://registry.npmmirror.com/@cypress/xvfb/-/xvfb-1.2.4.tgz#2daf42e8275b39f4aa53c14214e557bd14e7748a" + integrity sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q== + dependencies: + debug "^3.1.0" + lodash.once "^4.1.1" + +"@emotion/hash@^0.9.0": + version "0.9.1" + resolved "https://registry.npmmirror.com/@emotion/hash/-/hash-0.9.1.tgz#4ffb0055f7ef676ebc3a5a91fb621393294e2f43" + integrity sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ== + +"@emotion/unitless@^0.8.0": + version "0.8.1" + resolved "https://registry.npmmirror.com/@emotion/unitless/-/unitless-0.8.1.tgz#182b5a4704ef8ad91bde93f7a860a88fd92c79a3" + integrity sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ== + +"@esbuild/aix-ppc64@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz#d1bc06aedb6936b3b6d313bf809a5a40387d2b7f" + integrity sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA== + +"@esbuild/android-arm64@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz#7ad65a36cfdb7e0d429c353e00f680d737c2aed4" + integrity sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA== + +"@esbuild/android-arm@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.19.12.tgz#b0c26536f37776162ca8bde25e42040c203f2824" + integrity sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w== + +"@esbuild/android-x64@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.19.12.tgz#cb13e2211282012194d89bf3bfe7721273473b3d" + integrity sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew== + +"@esbuild/darwin-arm64@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz#cbee41e988020d4b516e9d9e44dd29200996275e" + integrity sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g== + +"@esbuild/darwin-x64@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz#e37d9633246d52aecf491ee916ece709f9d5f4cd" + integrity sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A== + +"@esbuild/freebsd-arm64@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz#1ee4d8b682ed363b08af74d1ea2b2b4dbba76487" + integrity sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA== + +"@esbuild/freebsd-x64@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz#37a693553d42ff77cd7126764b535fb6cc28a11c" + integrity sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg== + +"@esbuild/linux-arm64@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz#be9b145985ec6c57470e0e051d887b09dddb2d4b" + integrity sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA== + +"@esbuild/linux-arm@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz#207ecd982a8db95f7b5279207d0ff2331acf5eef" + integrity sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w== + +"@esbuild/linux-ia32@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz#d0d86b5ca1562523dc284a6723293a52d5860601" + integrity sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA== + +"@esbuild/linux-loong64@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz#9a37f87fec4b8408e682b528391fa22afd952299" + integrity sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA== + +"@esbuild/linux-mips64el@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz#4ddebd4e6eeba20b509d8e74c8e30d8ace0b89ec" + integrity sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w== + +"@esbuild/linux-ppc64@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz#adb67dadb73656849f63cd522f5ecb351dd8dee8" + integrity sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg== + +"@esbuild/linux-riscv64@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz#11bc0698bf0a2abf8727f1c7ace2112612c15adf" + integrity sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg== + +"@esbuild/linux-s390x@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz#e86fb8ffba7c5c92ba91fc3b27ed5a70196c3cc8" + integrity sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg== + +"@esbuild/linux-x64@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz#5f37cfdc705aea687dfe5dfbec086a05acfe9c78" + integrity sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg== + +"@esbuild/netbsd-x64@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz#29da566a75324e0d0dd7e47519ba2f7ef168657b" + integrity sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA== + +"@esbuild/openbsd-x64@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz#306c0acbdb5a99c95be98bdd1d47c916e7dc3ff0" + integrity sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw== + +"@esbuild/sunos-x64@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz#0933eaab9af8b9b2c930236f62aae3fc593faf30" + integrity sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA== + +"@esbuild/win32-arm64@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz#773bdbaa1971b36db2f6560088639ccd1e6773ae" + integrity sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A== + +"@esbuild/win32-ia32@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz#000516cad06354cc84a73f0943a4aa690ef6fd67" + integrity sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ== + +"@esbuild/win32-x64@0.19.12": + version "0.19.12" + resolved "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz#c57c8afbb4054a3ab8317591a0b7320360b444ae" + integrity sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA== + +"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0": + version "4.4.0" + resolved "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59" + integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== + dependencies: + eslint-visitor-keys "^3.3.0" + +"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1": + version "4.10.0" + resolved "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63" + integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA== + +"@eslint/eslintrc@^2.1.4": + version "2.1.4" + resolved "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad" + integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ== + dependencies: + ajv "^6.12.4" + debug "^4.3.2" + espree "^9.6.0" + globals "^13.19.0" + ignore "^5.2.0" + import-fresh "^3.2.1" + js-yaml "^4.1.0" + minimatch "^3.1.2" + strip-json-comments "^3.1.1" + +"@eslint/js@8.56.0": + version "8.56.0" + resolved "https://registry.npmmirror.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b" + integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A== + +"@hapi/hoek@^9.0.0", "@hapi/hoek@^9.3.0": + version "9.3.0" + resolved "https://registry.npmmirror.com/@hapi/hoek/-/hoek-9.3.0.tgz#8368869dcb735be2e7f5cb7647de78e167a251fb" + integrity sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ== + +"@hapi/topo@^5.1.0": + version "5.1.0" + resolved "https://registry.npmmirror.com/@hapi/topo/-/topo-5.1.0.tgz#dc448e332c6c6e37a4dc02fd84ba8d44b9afb012" + integrity sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg== + dependencies: + "@hapi/hoek" "^9.0.0" + +"@humanwhocodes/config-array@^0.11.13": + version "0.11.14" + resolved "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b" + integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg== + dependencies: + "@humanwhocodes/object-schema" "^2.0.2" + debug "^4.3.1" + minimatch "^3.0.5" + +"@humanwhocodes/module-importer@^1.0.1": + version "1.0.1" + resolved "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c" + integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== + +"@humanwhocodes/object-schema@^2.0.2": + version "2.0.2" + resolved "https://registry.npmmirror.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917" + integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw== + +"@iconify/json@^2.2.157": + version "2.2.176" + resolved "https://registry.npmmirror.com/@iconify/json/-/json-2.2.176.tgz#0ffbd32f6c8194795bd76819d2df8a10b64b4bdf" + integrity sha512-Pw1MA57OZdzyrJgGHzZXVnoht8vndv4aM6I3xj4SeimF14HA3e101Ignnlw2h/+Yjujf43jH7doPIVAhgCTFMw== + dependencies: + "@iconify/types" "*" + pathe "^1.1.0" + +"@iconify/types@*", "@iconify/types@^2.0.0": + version "2.0.0" + resolved "https://registry.npmmirror.com/@iconify/types/-/types-2.0.0.tgz#ab0e9ea681d6c8a1214f30cd741fe3a20cc57f57" + integrity sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg== + +"@iconify/vue@^4.1.1": + version "4.1.1" + resolved "https://registry.npmmirror.com/@iconify/vue/-/vue-4.1.1.tgz#c143c2973a4990ba2b47b766f80a9bca97937305" + integrity sha512-RL85Bm/DAe8y6rT6pux7D2FJSiUEM/TPfyK7GrbAOfTSwrhvwJW+S5yijdGcmtXouA8MtuH9C7l4hiSE4mLMjg== + dependencies: + "@iconify/types" "^2.0.0" + +"@intlify/core-base@9.9.1": + version "9.9.1" + resolved "https://registry.npmmirror.com/@intlify/core-base/-/core-base-9.9.1.tgz#97ff0a98bf416c3f895e2a4fbcb0da353326b71a" + integrity sha512-qsV15dg7jNX2faBRyKMgZS8UcFJViWEUPLdzZ9UR0kQZpFVeIpc0AG7ZOfeP7pX2T9SQ5jSiorq/tii9nkkafA== + dependencies: + "@intlify/message-compiler" "9.9.1" + "@intlify/shared" "9.9.1" + +"@intlify/message-compiler@9.9.1": + version "9.9.1" + resolved "https://registry.npmmirror.com/@intlify/message-compiler/-/message-compiler-9.9.1.tgz#4cd9c5a408be27784928e4cd57a77ea6ddb17e56" + integrity sha512-zTvP6X6HeumHOXuAE1CMMsV6tTX+opKMOxO1OHTCg5N5Sm/F7d8o2jdT6W6L5oHUsJ/vvkGefHIs7Q3hfowmsA== + dependencies: + "@intlify/shared" "9.9.1" + source-map-js "^1.0.2" + +"@intlify/shared@9.9.1": + version "9.9.1" + resolved "https://registry.npmmirror.com/@intlify/shared/-/shared-9.9.1.tgz#b602d012b35f6c336b29a8098296dfac96a005f5" + integrity sha512-b3Pta1nwkz5rGq434v0psHwEwHGy1pYCttfcM22IE//K9owbpkEvFptx9VcuRAxjQdrO2If249cmDDjBu5wMDA== + +"@jest/schemas@^29.6.3": + version "29.6.3" + resolved "https://registry.npmmirror.com/@jest/schemas/-/schemas-29.6.3.tgz#430b5ce8a4e0044a7e3819663305a7b3091c8e03" + integrity sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA== + dependencies: + "@sinclair/typebox" "^0.27.8" + +"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2": + version "0.3.3" + resolved "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== + dependencies: + "@jridgewell/set-array" "^1.0.1" + "@jridgewell/sourcemap-codec" "^1.4.10" + "@jridgewell/trace-mapping" "^0.3.9" + +"@jridgewell/resolve-uri@^3.0.3", "@jridgewell/resolve-uri@^3.1.0": + version "3.1.1" + resolved "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== + +"@jridgewell/set-array@^1.0.1": + version "1.1.2" + resolved "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" + integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== + +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.4.15": + version "1.4.15" + resolved "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== + +"@jridgewell/trace-mapping@0.3.9": + version "0.3.9" + resolved "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9" + integrity sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ== + dependencies: + "@jridgewell/resolve-uri" "^3.0.3" + "@jridgewell/sourcemap-codec" "^1.4.10" + +"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": + version "0.3.22" + resolved "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.22.tgz#72a621e5de59f5f1ef792d0793a82ee20f645e4c" + integrity sha512-Wf963MzWtA2sjrNt+g18IAln9lKnlRp+K2eH4jjIoF1wYeq3aMREpG09xhlhdzS0EjwU7qmUJYangWa+151vZw== + dependencies: + "@jridgewell/resolve-uri" "^3.1.0" + "@jridgewell/sourcemap-codec" "^1.4.14" + +"@ljharb/resumer@~0.0.1": + version "0.0.1" + resolved "https://registry.npmmirror.com/@ljharb/resumer/-/resumer-0.0.1.tgz#8a940a9192dd31f6a1df17564bbd26dc6ad3e68d" + integrity sha512-skQiAOrCfO7vRTq53cxznMpks7wS1va95UCidALlOVWqvBAzwPVErwizDwoMqNVMEn1mDq0utxZd02eIrvF1lw== + dependencies: + "@ljharb/through" "^2.3.9" + +"@ljharb/through@^2.3.9", "@ljharb/through@~2.3.9": + version "2.3.12" + resolved "https://registry.npmmirror.com/@ljharb/through/-/through-2.3.12.tgz#c418c43060eee193adce48b15c2206096a28e9ea" + integrity sha512-ajo/heTlG3QgC8EGP6APIejksVAYt4ayz4tqoP3MolFELzcH1x1fzwEYRJTPO0IELutZ5HQ0c26/GqAYy79u3g== + dependencies: + call-bind "^1.0.5" + +"@nodelib/fs.scandir@2.1.5": + version "2.1.5" + resolved "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" + integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== + dependencies: + "@nodelib/fs.stat" "2.0.5" + run-parallel "^1.1.9" + +"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2": + version "2.0.5" + resolved "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" + integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== + +"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8": + version "1.2.8" + resolved "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" + integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== + dependencies: + "@nodelib/fs.scandir" "2.1.5" + fastq "^1.6.0" + +"@one-ini/wasm@0.1.1": + version "0.1.1" + resolved "https://registry.npmmirror.com/@one-ini/wasm/-/wasm-0.1.1.tgz#6013659736c9dbfccc96e8a9c2b3de317df39323" + integrity sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw== + +"@pkgjs/parseargs@^0.11.0": + version "0.11.0" + resolved "https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" + integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== + +"@pkgr/core@^0.1.0": + version "0.1.1" + resolved "https://registry.npmmirror.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31" + integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA== + +"@popperjs/core@^2.11.8": + version "2.11.8" + resolved "https://registry.npmmirror.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f" + integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A== + +"@rollup/rollup-android-arm-eabi@4.9.6": + version "4.9.6" + resolved "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.6.tgz#66b8d9cb2b3a474d115500f9ebaf43e2126fe496" + integrity sha512-MVNXSSYN6QXOulbHpLMKYi60ppyO13W9my1qogeiAqtjb2yR4LSmfU2+POvDkLzhjYLXz9Rf9+9a3zFHW1Lecg== + +"@rollup/rollup-android-arm64@4.9.6": + version "4.9.6" + resolved "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.9.6.tgz#46327d5b86420d2307946bec1535fdf00356e47d" + integrity sha512-T14aNLpqJ5wzKNf5jEDpv5zgyIqcpn1MlwCrUXLrwoADr2RkWA0vOWP4XxbO9aiO3dvMCQICZdKeDrFl7UMClw== + +"@rollup/rollup-darwin-arm64@4.9.6": + version "4.9.6" + resolved "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.9.6.tgz#166987224d2f8b1e2fd28ee90c447d52271d5e90" + integrity sha512-CqNNAyhRkTbo8VVZ5R85X73H3R5NX9ONnKbXuHisGWC0qRbTTxnF1U4V9NafzJbgGM0sHZpdO83pLPzq8uOZFw== + +"@rollup/rollup-darwin-x64@4.9.6": + version "4.9.6" + resolved "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.9.6.tgz#a2e6e096f74ccea6e2f174454c26aef6bcdd1274" + integrity sha512-zRDtdJuRvA1dc9Mp6BWYqAsU5oeLixdfUvkTHuiYOHwqYuQ4YgSmi6+/lPvSsqc/I0Omw3DdICx4Tfacdzmhog== + +"@rollup/rollup-linux-arm-gnueabihf@4.9.6": + version "4.9.6" + resolved "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.9.6.tgz#09fcd4c55a2d6160c5865fec708a8e5287f30515" + integrity sha512-oNk8YXDDnNyG4qlNb6is1ojTOGL/tRhbbKeE/YuccItzerEZT68Z9gHrY3ROh7axDc974+zYAPxK5SH0j/G+QQ== + +"@rollup/rollup-linux-arm64-gnu@4.9.6": + version "4.9.6" + resolved "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.9.6.tgz#19a3c0b6315c747ca9acf86e9b710cc2440f83c9" + integrity sha512-Z3O60yxPtuCYobrtzjo0wlmvDdx2qZfeAWTyfOjEDqd08kthDKexLpV97KfAeUXPosENKd8uyJMRDfFMxcYkDQ== + +"@rollup/rollup-linux-arm64-musl@4.9.6": + version "4.9.6" + resolved "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.9.6.tgz#94aaf95fdaf2ad9335983a4552759f98e6b2e850" + integrity sha512-gpiG0qQJNdYEVad+1iAsGAbgAnZ8j07FapmnIAQgODKcOTjLEWM9sRb+MbQyVsYCnA0Im6M6QIq6ax7liws6eQ== + +"@rollup/rollup-linux-riscv64-gnu@4.9.6": + version "4.9.6" + resolved "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.9.6.tgz#160510e63f4b12618af4013bddf1761cf9fc9880" + integrity sha512-+uCOcvVmFUYvVDr27aiyun9WgZk0tXe7ThuzoUTAukZJOwS5MrGbmSlNOhx1j80GdpqbOty05XqSl5w4dQvcOA== + +"@rollup/rollup-linux-x64-gnu@4.9.6": + version "4.9.6" + resolved "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.6.tgz#5ac5d068ce0726bd0a96ca260d5bd93721c0cb98" + integrity sha512-HUNqM32dGzfBKuaDUBqFB7tP6VMN74eLZ33Q9Y1TBqRDn+qDonkAUyKWwF9BR9unV7QUzffLnz9GrnKvMqC/fw== + +"@rollup/rollup-linux-x64-musl@4.9.6": + version "4.9.6" + resolved "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.9.6.tgz#bafa759ab43e8eab9edf242a8259ffb4f2a57a5d" + integrity sha512-ch7M+9Tr5R4FK40FHQk8VnML0Szi2KRujUgHXd/HjuH9ifH72GUmw6lStZBo3c3GB82vHa0ZoUfjfcM7JiiMrQ== + +"@rollup/rollup-win32-arm64-msvc@4.9.6": + version "4.9.6" + resolved "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.9.6.tgz#1cc3416682e5a20d8f088f26657e6e47f8db468e" + integrity sha512-VD6qnR99dhmTQ1mJhIzXsRcTBvTjbfbGGwKAHcu+52cVl15AC/kplkhxzW/uT0Xl62Y/meBKDZvoJSJN+vTeGA== + +"@rollup/rollup-win32-ia32-msvc@4.9.6": + version "4.9.6" + resolved "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.9.6.tgz#7d2251e1aa5e8a1e47c86891fe4547a939503461" + integrity sha512-J9AFDq/xiRI58eR2NIDfyVmTYGyIZmRcvcAoJ48oDld/NTR8wyiPUu2X/v1navJ+N/FGg68LEbX3Ejd6l8B7MQ== + +"@rollup/rollup-win32-x64-msvc@4.9.6": + version "4.9.6" + resolved "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.6.tgz#2c1fb69e02a3f1506f52698cfdc3a8b6386df9a6" + integrity sha512-jqzNLhNDvIZOrt69Ce4UjGRpXJBzhUBzawMwnaDAwyHriki3XollsewxWzOzz+4yOFDkuJHtTsZFwMxhYJWmLQ== + +"@rushstack/eslint-patch@^1.3.3": + version "1.7.2" + resolved "https://registry.npmmirror.com/@rushstack/eslint-patch/-/eslint-patch-1.7.2.tgz#2d4260033e199b3032a08b41348ac10de21c47e9" + integrity sha512-RbhOOTCNoCrbfkRyoXODZp75MlpiHMgbE5MEBZAnnnLyQNgrigEj4p0lzsMDyc1zVsJDLrivB58tgg3emX0eEA== + +"@sideway/address@^4.1.5": + version "4.1.5" + resolved "https://registry.npmmirror.com/@sideway/address/-/address-4.1.5.tgz#4bc149a0076623ced99ca8208ba780d65a99b9d5" + integrity sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q== + dependencies: + "@hapi/hoek" "^9.0.0" + +"@sideway/formula@^3.0.1": + version "3.0.1" + resolved "https://registry.npmmirror.com/@sideway/formula/-/formula-3.0.1.tgz#80fcbcbaf7ce031e0ef2dd29b1bfc7c3f583611f" + integrity sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg== + +"@sideway/pinpoint@^2.0.0": + version "2.0.0" + resolved "https://registry.npmmirror.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df" + integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ== + +"@simonwep/pickr@~1.8.0": + version "1.8.2" + resolved "https://registry.npmmirror.com/@simonwep/pickr/-/pickr-1.8.2.tgz#96dc86675940d7cad63d69c22083dd1cbb9797cb" + integrity sha512-/l5w8BIkrpP6n1xsetx9MWPWlU6OblN5YgZZphxan0Tq4BByTCETL6lyIeY8lagalS2Nbt4F2W034KHLIiunKA== + dependencies: + core-js "^3.15.1" + nanopop "^2.1.0" + +"@sinclair/typebox@^0.27.8": + version "0.27.8" + resolved "https://registry.npmmirror.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e" + integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA== + +"@tsconfig/node10@^1.0.7": + version "1.0.9" + resolved "https://registry.npmmirror.com/@tsconfig/node10/-/node10-1.0.9.tgz#df4907fc07a886922637b15e02d4cebc4c0021b2" + integrity sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA== + +"@tsconfig/node12@^1.0.7": + version "1.0.11" + resolved "https://registry.npmmirror.com/@tsconfig/node12/-/node12-1.0.11.tgz#ee3def1f27d9ed66dac6e46a295cffb0152e058d" + integrity sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag== + +"@tsconfig/node14@^1.0.0": + version "1.0.3" + resolved "https://registry.npmmirror.com/@tsconfig/node14/-/node14-1.0.3.tgz#e4386316284f00b98435bf40f72f75a09dabf6c1" + integrity sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow== + +"@tsconfig/node16@^1.0.2": + version "1.0.4" + resolved "https://registry.npmmirror.com/@tsconfig/node16/-/node16-1.0.4.tgz#0b92dcc0cc1c81f6f306a381f28e31b1a56536e9" + integrity sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA== + +"@tsconfig/node18@^18.2.2": + version "18.2.2" + resolved "https://registry.npmmirror.com/@tsconfig/node18/-/node18-18.2.2.tgz#81fb16ecff0d400b1cbadbf76713b50f331029ce" + integrity sha512-d6McJeGsuoRlwWZmVIeE8CUA27lu6jLjvv1JzqmpsytOYYbVi1tHZEnwCNVOXnj4pyLvneZlFlpXUK+X9wBWyw== + +"@types/estree@1.0.5", "@types/estree@^1.0.0": + version "1.0.5" + resolved "https://registry.npmmirror.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4" + integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw== + +"@types/jsdom@^21.1.6": + version "21.1.6" + resolved "https://registry.npmmirror.com/@types/jsdom/-/jsdom-21.1.6.tgz#bcbc7b245787ea863f3da1ef19aa1dcfb9271a1b" + integrity sha512-/7kkMsC+/kMs7gAYmmBR9P0vGTnOoLhQhyhQJSlXGI5bzTHp6xdo0TtKWQAsz6pmSAeVqKSbqeyP6hytqr9FDw== + dependencies: + "@types/node" "*" + "@types/tough-cookie" "*" + parse5 "^7.0.0" + +"@types/json-schema@^7.0.12": + version "7.0.15" + resolved "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" + integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== + +"@types/lodash-es@^4.17.12": + version "4.17.12" + resolved "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz#65f6d1e5f80539aa7cfbfc962de5def0cf4f341b" + integrity sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ== + dependencies: + "@types/lodash" "*" + +"@types/lodash@*", "@types/lodash@^4.14.202": + version "4.14.202" + resolved "https://registry.npmmirror.com/@types/lodash/-/lodash-4.14.202.tgz#f09dbd2fb082d507178b2f2a5c7e74bd72ff98f8" + integrity sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ== + +"@types/mockjs@^1.0.10": + version "1.0.10" + resolved "https://registry.npmmirror.com/@types/mockjs/-/mockjs-1.0.10.tgz#535e4bdc7c0e4658fc4b3696029d45ee6b053c8a" + integrity sha512-SXgrhajHG7boLv6oU93CcmdDm0HYRiceuz6b+7z+/2lCJPTWDv0V5YiwFHT2ejE4bQqgSXQiVPQYPWv7LGsK1g== + +"@types/node@*", "@types/node@^20.10.6": + version "20.11.13" + resolved "https://registry.npmmirror.com/@types/node/-/node-20.11.13.tgz#188263ee2c8d590e181d3f5bfa7e485a932957cb" + integrity sha512-5G4zQwdiQBSWYTDAH1ctw2eidqdhMJaNsiIDKHFr55ihz5Trl2qqR8fdrT732yPBho5gkNxXm67OxWFBqX9aPg== + dependencies: + undici-types "~5.26.4" + +"@types/normalize-package-data@^2.4.1": + version "2.4.4" + resolved "https://registry.npmmirror.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901" + integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA== + +"@types/nprogress@^0.2.3": + version "0.2.3" + resolved "https://registry.npmmirror.com/@types/nprogress/-/nprogress-0.2.3.tgz#b2150b054a13622fabcba12cf6f0b54c48b14287" + integrity sha512-k7kRA033QNtC+gLc4VPlfnue58CM1iQLgn1IMAU8VPHGOj7oIHPp9UlhedEnD/Gl8evoCjwkZjlBORtZ3JByUA== + +"@types/semver@^7.5.0": + version "7.5.6" + resolved "https://registry.npmmirror.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339" + integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A== + +"@types/sinonjs__fake-timers@8.1.1": + version "8.1.1" + resolved "https://registry.npmmirror.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz#b49c2c70150141a15e0fa7e79cf1f92a72934ce3" + integrity sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g== + +"@types/sizzle@^2.3.2": + version "2.3.8" + resolved "https://registry.npmmirror.com/@types/sizzle/-/sizzle-2.3.8.tgz#518609aefb797da19bf222feb199e8f653ff7627" + integrity sha512-0vWLNK2D5MT9dg0iOo8GlKguPAU02QjmZitPEsXRuJXU/OGIOt9vT9Fc26wtYuavLxtO45v9PGleoL9Z0k1LHg== + +"@types/tough-cookie@*": + version "4.0.5" + resolved "https://registry.npmmirror.com/@types/tough-cookie/-/tough-cookie-4.0.5.tgz#cb6e2a691b70cb177c6e3ae9c1d2e8b2ea8cd304" + integrity sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA== + +"@types/web-bluetooth@^0.0.20": + version "0.0.20" + resolved "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz#f066abfcd1cbe66267cdbbf0de010d8a41b41597" + integrity sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow== + +"@types/yauzl@^2.9.1": + version "2.10.3" + resolved "https://registry.npmmirror.com/@types/yauzl/-/yauzl-2.10.3.tgz#e9b2808b4f109504a03cda958259876f61017999" + integrity sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q== + dependencies: + "@types/node" "*" + +"@typescript-eslint/eslint-plugin@^6.7.0": + version "6.20.0" + resolved "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.20.0.tgz#9cf31546d2d5e884602626d89b0e0d2168ac25ed" + integrity sha512-fTwGQUnjhoYHeSF6m5pWNkzmDDdsKELYrOBxhjMrofPqCkoC2k3B2wvGHFxa1CTIqkEn88nlW1HVMztjo2K8Hg== + dependencies: + "@eslint-community/regexpp" "^4.5.1" + "@typescript-eslint/scope-manager" "6.20.0" + "@typescript-eslint/type-utils" "6.20.0" + "@typescript-eslint/utils" "6.20.0" + "@typescript-eslint/visitor-keys" "6.20.0" + debug "^4.3.4" + graphemer "^1.4.0" + ignore "^5.2.4" + natural-compare "^1.4.0" + semver "^7.5.4" + ts-api-utils "^1.0.1" + +"@typescript-eslint/parser@^6.7.0": + version "6.20.0" + resolved "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-6.20.0.tgz#17e314177304bdf498527e3c4b112e41287b7416" + integrity sha512-bYerPDF/H5v6V76MdMYhjwmwgMA+jlPVqjSDq2cRqMi8bP5sR3Z+RLOiOMad3nsnmDVmn2gAFCyNgh/dIrfP/w== + dependencies: + "@typescript-eslint/scope-manager" "6.20.0" + "@typescript-eslint/types" "6.20.0" + "@typescript-eslint/typescript-estree" "6.20.0" + "@typescript-eslint/visitor-keys" "6.20.0" + debug "^4.3.4" + +"@typescript-eslint/scope-manager@6.20.0": + version "6.20.0" + resolved "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-6.20.0.tgz#8a926e60f6c47feb5bab878246dc2ae465730151" + integrity sha512-p4rvHQRDTI1tGGMDFQm+GtxP1ZHyAh64WANVoyEcNMpaTFn3ox/3CcgtIlELnRfKzSs/DwYlDccJEtr3O6qBvA== + dependencies: + "@typescript-eslint/types" "6.20.0" + "@typescript-eslint/visitor-keys" "6.20.0" + +"@typescript-eslint/type-utils@6.20.0": + version "6.20.0" + resolved "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-6.20.0.tgz#d395475cd0f3610dd80c7d8716fa0db767da3831" + integrity sha512-qnSobiJQb1F5JjN0YDRPHruQTrX7ICsmltXhkV536mp4idGAYrIyr47zF/JmkJtEcAVnIz4gUYJ7gOZa6SmN4g== + dependencies: + "@typescript-eslint/typescript-estree" "6.20.0" + "@typescript-eslint/utils" "6.20.0" + debug "^4.3.4" + ts-api-utils "^1.0.1" + +"@typescript-eslint/types@6.20.0": + version "6.20.0" + resolved "https://registry.npmmirror.com/@typescript-eslint/types/-/types-6.20.0.tgz#5ccd74c29011ae7714ae6973e4ec0c634708b448" + integrity sha512-MM9mfZMAhiN4cOEcUOEx+0HmuaW3WBfukBZPCfwSqFnQy0grXYtngKCqpQN339X3RrwtzspWJrpbrupKYUSBXQ== + +"@typescript-eslint/typescript-estree@6.20.0": + version "6.20.0" + resolved "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.20.0.tgz#5b2d0975949e6bdd8d45ee1471461ef5fadc5542" + integrity sha512-RnRya9q5m6YYSpBN7IzKu9FmLcYtErkDkc8/dKv81I9QiLLtVBHrjz+Ev/crAqgMNW2FCsoZF4g2QUylMnJz+g== + dependencies: + "@typescript-eslint/types" "6.20.0" + "@typescript-eslint/visitor-keys" "6.20.0" + debug "^4.3.4" + globby "^11.1.0" + is-glob "^4.0.3" + minimatch "9.0.3" + semver "^7.5.4" + ts-api-utils "^1.0.1" + +"@typescript-eslint/utils@6.20.0": + version "6.20.0" + resolved "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-6.20.0.tgz#0e52afcfaa51af5656490ba4b7437cc3aa28633d" + integrity sha512-/EKuw+kRu2vAqCoDwDCBtDRU6CTKbUmwwI7SH7AashZ+W+7o8eiyy6V2cdOqN49KsTcASWsC5QeghYuRDTyOOg== + dependencies: + "@eslint-community/eslint-utils" "^4.4.0" + "@types/json-schema" "^7.0.12" + "@types/semver" "^7.5.0" + "@typescript-eslint/scope-manager" "6.20.0" + "@typescript-eslint/types" "6.20.0" + "@typescript-eslint/typescript-estree" "6.20.0" + semver "^7.5.4" + +"@typescript-eslint/visitor-keys@6.20.0": + version "6.20.0" + resolved "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.20.0.tgz#f7ada27f2803de89df0edd9fd7be22c05ce6a498" + integrity sha512-E8Cp98kRe4gKHjJD4NExXKz/zOJ1A2hhZc+IMVD6i7w4yjIvh6VyuRI0gRtxAsXtoC35uGMaQ9rjI2zJaXDEAw== + dependencies: + "@typescript-eslint/types" "6.20.0" + eslint-visitor-keys "^3.4.1" + +"@ungap/structured-clone@^1.2.0": + version "1.2.0" + resolved "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" + integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ== + +"@vitejs/plugin-vue-jsx@^3.1.0": + version "3.1.0" + resolved "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-3.1.0.tgz#9953fd9456539e1f0f253bf0fcd1289e66c67cd1" + integrity sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA== + dependencies: + "@babel/core" "^7.23.3" + "@babel/plugin-transform-typescript" "^7.23.3" + "@vue/babel-plugin-jsx" "^1.1.5" + +"@vitejs/plugin-vue@^4.5.1": + version "4.6.2" + resolved "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-4.6.2.tgz#057d2ded94c4e71b94e9814f92dcd9306317aa46" + integrity sha512-kqf7SGFoG+80aZG6Pf+gsZIVvGSCKE98JbiWqcCV9cThtg91Jav0yvYFC9Zb+jKetNGF6ZKeoaxgZfND21fWKw== + +"@vitest/expect@1.2.2": + version "1.2.2" + resolved "https://registry.npmmirror.com/@vitest/expect/-/expect-1.2.2.tgz#39ea22e849bbf404b7e5272786551aa99e2663d0" + integrity sha512-3jpcdPAD7LwHUUiT2pZTj2U82I2Tcgg2oVPvKxhn6mDI2On6tfvPQTjAI4628GUGDZrCm4Zna9iQHm5cEexOAg== + dependencies: + "@vitest/spy" "1.2.2" + "@vitest/utils" "1.2.2" + chai "^4.3.10" + +"@vitest/runner@1.2.2": + version "1.2.2" + resolved "https://registry.npmmirror.com/@vitest/runner/-/runner-1.2.2.tgz#8b060a56ecf8b3d607b044d79f5f50d3cd9fee2f" + integrity sha512-JctG7QZ4LSDXr5CsUweFgcpEvrcxOV1Gft7uHrvkQ+fsAVylmWQvnaAr/HDp3LAH1fztGMQZugIheTWjaGzYIg== + dependencies: + "@vitest/utils" "1.2.2" + p-limit "^5.0.0" + pathe "^1.1.1" + +"@vitest/snapshot@1.2.2": + version "1.2.2" + resolved "https://registry.npmmirror.com/@vitest/snapshot/-/snapshot-1.2.2.tgz#f56fd575569774968f3eeba9382a166c26201042" + integrity sha512-SmGY4saEw1+bwE1th6S/cZmPxz/Q4JWsl7LvbQIky2tKE35US4gd0Mjzqfr84/4OD0tikGWaWdMja/nWL5NIPA== + dependencies: + magic-string "^0.30.5" + pathe "^1.1.1" + pretty-format "^29.7.0" + +"@vitest/spy@1.2.2": + version "1.2.2" + resolved "https://registry.npmmirror.com/@vitest/spy/-/spy-1.2.2.tgz#8fc2aeccb96cecbbdd192c643729bd5f97a01c86" + integrity sha512-k9Gcahssw8d7X3pSLq3e3XEu/0L78mUkCjivUqCQeXJm9clfXR/Td8+AP+VC1O6fKPIDLcHDTAmBOINVuv6+7g== + dependencies: + tinyspy "^2.2.0" + +"@vitest/utils@1.2.2": + version "1.2.2" + resolved "https://registry.npmmirror.com/@vitest/utils/-/utils-1.2.2.tgz#94b5a1bd8745ac28cf220a99a8719efea1bcfc83" + integrity sha512-WKITBHLsBHlpjnDQahr+XK6RE7MiAsgrIkr0pGhQ9ygoxBfUeG0lUG5iLlzqjmKSlBv3+j5EGsriBzh+C3Tq9g== + dependencies: + diff-sequences "^29.6.3" + estree-walker "^3.0.3" + loupe "^2.3.7" + pretty-format "^29.7.0" + +"@volar/language-core@1.11.1", "@volar/language-core@~1.11.1": + version "1.11.1" + resolved "https://registry.npmmirror.com/@volar/language-core/-/language-core-1.11.1.tgz#ecdf12ea8dc35fb8549e517991abcbf449a5ad4f" + integrity sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw== + dependencies: + "@volar/source-map" "1.11.1" + +"@volar/source-map@1.11.1", "@volar/source-map@~1.11.1": + version "1.11.1" + resolved "https://registry.npmmirror.com/@volar/source-map/-/source-map-1.11.1.tgz#535b0328d9e2b7a91dff846cab4058e191f4452f" + integrity sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg== + dependencies: + muggle-string "^0.3.1" + +"@volar/typescript@~1.11.1": + version "1.11.1" + resolved "https://registry.npmmirror.com/@volar/typescript/-/typescript-1.11.1.tgz#ba86c6f326d88e249c7f5cfe4b765be3946fd627" + integrity sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ== + dependencies: + "@volar/language-core" "1.11.1" + path-browserify "^1.0.1" + +"@vue/babel-helper-vue-transform-on@1.2.1": + version "1.2.1" + resolved "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.2.1.tgz#3a48da809025b9a0eb4f4b3030e0d316c40fac0a" + integrity sha512-jtEXim+pfyHWwvheYwUwSXm43KwQo8nhOBDyjrUITV6X2tB7lJm6n/+4sqR8137UVZZul5hBzWHdZ2uStYpyRQ== + +"@vue/babel-plugin-jsx@^1.1.5": + version "1.2.1" + resolved "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.1.tgz#786c5395605a1d2463d6b10d8a7f3abdc01d25ce" + integrity sha512-Yy9qGktktXhB39QE99So/BO2Uwm/ZG+gpL9vMg51ijRRbINvgbuhyJEi4WYmGRMx/MSTfK0xjgZ3/MyY+iLCEg== + dependencies: + "@babel/helper-module-imports" "^7.22.15" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-jsx" "^7.23.3" + "@babel/template" "^7.22.15" + "@babel/traverse" "^7.23.7" + "@babel/types" "^7.23.6" + "@vue/babel-helper-vue-transform-on" "1.2.1" + "@vue/babel-plugin-resolve-type" "1.2.1" + camelcase "^6.3.0" + html-tags "^3.3.1" + svg-tags "^1.0.0" + +"@vue/babel-plugin-resolve-type@1.2.1": + version "1.2.1" + resolved "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.2.1.tgz#874fb3e02d033b3dd2e0fc883a3d1ceef0bdf39b" + integrity sha512-IOtnI7pHunUzHS/y+EG/yPABIAp0VN8QhQ0UCS09jeMVxgAnI9qdOzO85RXdQGxq+aWCdv8/+k3W0aYO6j/8fQ== + dependencies: + "@babel/code-frame" "^7.23.5" + "@babel/helper-module-imports" "^7.22.15" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/parser" "^7.23.6" + "@vue/compiler-sfc" "^3.4.15" + +"@vue/compiler-core@3.4.15": + version "3.4.15" + resolved "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.4.15.tgz#be20d1bbe19626052500b48969302cb6f396d36e" + integrity sha512-XcJQVOaxTKCnth1vCxEChteGuwG6wqnUHxAm1DO3gCz0+uXKaJNx8/digSz4dLALCy8n2lKq24jSUs8segoqIw== + dependencies: + "@babel/parser" "^7.23.6" + "@vue/shared" "3.4.15" + entities "^4.5.0" + estree-walker "^2.0.2" + source-map-js "^1.0.2" + +"@vue/compiler-dom@3.4.15", "@vue/compiler-dom@^3.3.0": + version "3.4.15" + resolved "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.4.15.tgz#753f5ed55f78d33dff04701fad4d76ff0cf81ee5" + integrity sha512-wox0aasVV74zoXyblarOM3AZQz/Z+OunYcIHe1OsGclCHt8RsRm04DObjefaI82u6XDzv+qGWZ24tIsRAIi5MQ== + dependencies: + "@vue/compiler-core" "3.4.15" + "@vue/shared" "3.4.15" + +"@vue/compiler-sfc@3.4.15", "@vue/compiler-sfc@^3.4.15": + version "3.4.15" + resolved "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.4.15.tgz#4e5811e681955fcec886cebbec483f6ae463a64b" + integrity sha512-LCn5M6QpkpFsh3GQvs2mJUOAlBQcCco8D60Bcqmf3O3w5a+KWS5GvYbrrJBkgvL1BDnTp+e8q0lXCLgHhKguBA== + dependencies: + "@babel/parser" "^7.23.6" + "@vue/compiler-core" "3.4.15" + "@vue/compiler-dom" "3.4.15" + "@vue/compiler-ssr" "3.4.15" + "@vue/shared" "3.4.15" + estree-walker "^2.0.2" + magic-string "^0.30.5" + postcss "^8.4.33" + source-map-js "^1.0.2" + +"@vue/compiler-ssr@3.4.15": + version "3.4.15" + resolved "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.4.15.tgz#a910a5b89ba4f0a776e40b63d69bdae2f50616cf" + integrity sha512-1jdeQyiGznr8gjFDadVmOJqZiLNSsMa5ZgqavkPZ8O2wjHv0tVuAEsw5hTdUoUW4232vpBbL/wJhzVW/JwY1Uw== + dependencies: + "@vue/compiler-dom" "3.4.15" + "@vue/shared" "3.4.15" + +"@vue/devtools-api@^6.5.0": + version "6.5.1" + resolved "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.5.1.tgz#7f71f31e40973eeee65b9a64382b13593fdbd697" + integrity sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA== + +"@vue/eslint-config-prettier@^8.0.0": + version "8.0.0" + resolved "https://registry.npmmirror.com/@vue/eslint-config-prettier/-/eslint-config-prettier-8.0.0.tgz#de5cb77ed483b43683d17a788808a0fa4e7bd07e" + integrity sha512-55dPqtC4PM/yBjhAr+yEw6+7KzzdkBuLmnhBrDfp4I48+wy+Giqqj9yUr5T2uD/BkBROjjmqnLZmXRdOx/VtQg== + dependencies: + eslint-config-prettier "^8.8.0" + eslint-plugin-prettier "^5.0.0" + +"@vue/eslint-config-typescript@^12.0.0": + version "12.0.0" + resolved "https://registry.npmmirror.com/@vue/eslint-config-typescript/-/eslint-config-typescript-12.0.0.tgz#0ce22d97af5e4155f3f2e7b21a48cfde8a6f3365" + integrity sha512-StxLFet2Qe97T8+7L8pGlhYBBr8Eg05LPuTDVopQV6il+SK6qqom59BA/rcFipUef2jD8P2X44Vd8tMFytfvlg== + dependencies: + "@typescript-eslint/eslint-plugin" "^6.7.0" + "@typescript-eslint/parser" "^6.7.0" + vue-eslint-parser "^9.3.1" + +"@vue/language-core@1.8.27": + version "1.8.27" + resolved "https://registry.npmmirror.com/@vue/language-core/-/language-core-1.8.27.tgz#2ca6892cb524e024a44e554e4c55d7a23e72263f" + integrity sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA== + dependencies: + "@volar/language-core" "~1.11.1" + "@volar/source-map" "~1.11.1" + "@vue/compiler-dom" "^3.3.0" + "@vue/shared" "^3.3.0" + computeds "^0.0.1" + minimatch "^9.0.3" + muggle-string "^0.3.1" + path-browserify "^1.0.1" + vue-template-compiler "^2.7.14" + +"@vue/reactivity@3.4.15": + version "3.4.15" + resolved "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.4.15.tgz#ad9d9b83f5398d2e8660ad5cfc0f171e7679a9a1" + integrity sha512-55yJh2bsff20K5O84MxSvXKPHHt17I2EomHznvFiJCAZpJTNW8IuLj1xZWMLELRhBK3kkFV/1ErZGHJfah7i7w== + dependencies: + "@vue/shared" "3.4.15" + +"@vue/runtime-core@3.4.15": + version "3.4.15" + resolved "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.4.15.tgz#f81e2fd2108ea41a6d5c61c2462b11dfb754fdf0" + integrity sha512-6E3by5m6v1AkW0McCeAyhHTw+3y17YCOKG0U0HDKDscV4Hs0kgNT5G+GCHak16jKgcCDHpI9xe5NKb8sdLCLdw== + dependencies: + "@vue/reactivity" "3.4.15" + "@vue/shared" "3.4.15" + +"@vue/runtime-dom@3.4.15": + version "3.4.15" + resolved "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.4.15.tgz#108ef86aa7334ead5d6b9c56a7d93679e1e45406" + integrity sha512-EVW8D6vfFVq3V/yDKNPBFkZKGMFSvZrUQmx196o/v2tHKdwWdiZjYUBS+0Ez3+ohRyF8Njwy/6FH5gYJ75liUw== + dependencies: + "@vue/runtime-core" "3.4.15" + "@vue/shared" "3.4.15" + csstype "^3.1.3" + +"@vue/server-renderer@3.4.15": + version "3.4.15" + resolved "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.4.15.tgz#34438f998e6f6370fac78883a75efe136631957f" + integrity sha512-3HYzaidu9cHjrT+qGUuDhFYvF/j643bHC6uUN9BgM11DVy+pM6ATsG6uPBLnkwOgs7BpJABReLmpL3ZPAsUaqw== + dependencies: + "@vue/compiler-ssr" "3.4.15" + "@vue/shared" "3.4.15" + +"@vue/shared@3.4.15", "@vue/shared@^3.3.0": + version "3.4.15" + resolved "https://registry.npmmirror.com/@vue/shared/-/shared-3.4.15.tgz#e7d2ea050c667480cb5e1a6df2ac13bcd03a8f30" + integrity sha512-KzfPTxVaWfB+eGcGdbSf4CWdaXcGDqckoeXUh7SB3fZdEtzPCK2Vq9B/lRRL3yutax/LWITz+SwvgyOxz5V75g== + +"@vue/test-utils@^2.4.3": + version "2.4.4" + resolved "https://registry.npmmirror.com/@vue/test-utils/-/test-utils-2.4.4.tgz#36ba31f90332fb25a5ab2e553652c21d33057094" + integrity sha512-8jkRxz8pNhClAf4Co4ZrpAoFISdvT3nuSkUlY6Ys6rmTpw3DMWG/X3mw3gQ7QJzgCZO9f+zuE2kW57fi09MW7Q== + dependencies: + js-beautify "^1.14.9" + vue-component-type-helpers "^1.8.21" + +"@vue/tsconfig@^0.4.0": + version "0.4.0" + resolved "https://registry.npmmirror.com/@vue/tsconfig/-/tsconfig-0.4.0.tgz#f01e2f6089b5098136fb084a0dd0cdd4533b72b0" + integrity sha512-CPuIReonid9+zOG/CGTT05FXrPYATEqoDGNrEaqS4hwcw5BUNM2FguC0mOwJD4Jr16UpRVl9N0pY3P+srIbqmg== + +"@vueuse/core@^10.1.2": + version "10.7.2" + resolved "https://registry.npmmirror.com/@vueuse/core/-/core-10.7.2.tgz#78917803a29a0bca1803a6521fdf7ff873f6e72c" + integrity sha512-AOyAL2rK0By62Hm+iqQn6Rbu8bfmbgaIMXcE3TSr7BdQ42wnSFlwIdPjInO62onYsEMK/yDMU8C6oGfDAtZ2qQ== + dependencies: + "@types/web-bluetooth" "^0.0.20" + "@vueuse/metadata" "10.7.2" + "@vueuse/shared" "10.7.2" + vue-demi ">=0.14.6" + +"@vueuse/metadata@10.7.2": + version "10.7.2" + resolved "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-10.7.2.tgz#ba0187ce138c287fd80301afc5b0d6a97e563633" + integrity sha512-kCWPb4J2KGrwLtn1eJwaJD742u1k5h6v/St5wFe8Quih90+k2a0JP8BS4Zp34XUuJqS2AxFYMb1wjUL8HfhWsQ== + +"@vueuse/shared@10.7.2": + version "10.7.2" + resolved "https://registry.npmmirror.com/@vueuse/shared/-/shared-10.7.2.tgz#746441fbc08072371dd600a55883422c83fd0cab" + integrity sha512-qFbXoxS44pi2FkgFjPvF4h7c9oMDutpyBdcJdMYIMg9XyXli2meFMuaKn+UMgsClo//Th6+beeCgqweT/79BVA== + dependencies: + vue-demi ">=0.14.6" + +abbrev@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/abbrev/-/abbrev-2.0.0.tgz#cf59829b8b4f03f89dda2771cb7f3653828c89bf" + integrity sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ== + +acorn-jsx@^5.3.2: + version "5.3.2" + resolved "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" + integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== + +acorn-walk@^8.1.1, acorn-walk@^8.3.2: + version "8.3.2" + resolved "https://registry.npmmirror.com/acorn-walk/-/acorn-walk-8.3.2.tgz#7703af9415f1b6db9315d6895503862e231d34aa" + integrity sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A== + +acorn@^8.10.0, acorn@^8.11.3, acorn@^8.4.1, acorn@^8.9.0: + version "8.11.3" + resolved "https://registry.npmmirror.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a" + integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg== + +agent-base@^7.0.2, agent-base@^7.1.0: + version "7.1.0" + resolved "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.0.tgz#536802b76bc0b34aa50195eb2442276d613e3434" + integrity sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg== + dependencies: + debug "^4.3.4" + +aggregate-error@^3.0.0: + version "3.1.0" + resolved "https://registry.npmmirror.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a" + integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== + dependencies: + clean-stack "^2.0.0" + indent-string "^4.0.0" + +ajv@^6.12.4: + version "6.12.6" + resolved "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" + integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== + dependencies: + fast-deep-equal "^3.1.1" + fast-json-stable-stringify "^2.0.0" + json-schema-traverse "^0.4.1" + uri-js "^4.2.2" + +align-text@^0.1.1, align-text@^0.1.3: + version "0.1.4" + resolved "https://registry.npmmirror.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117" + integrity sha512-GrTZLRpmp6wIC2ztrWW9MjjTgSKccffgFagbNDOX95/dcjEcYZibYTeaOntySQLcdw1ztBoFkviiUvTMbb9MYg== + dependencies: + kind-of "^3.0.2" + longest "^1.0.1" + repeat-string "^1.5.2" + +amdefine@>=0.0.4: + version "1.0.1" + resolved "https://registry.npmmirror.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" + integrity sha512-S2Hw0TtNkMJhIabBwIojKL9YHO5T0n5eNqWJ7Lrlel/zDbftQpxpapi8tZs3X1HWa+u+QeydGmzzNU0m09+Rcg== + +ansi-colors@^4.1.1: + version "4.1.3" + resolved "https://registry.npmmirror.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b" + integrity sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw== + +ansi-escapes@^4.3.0: + version "4.3.2" + resolved "https://registry.npmmirror.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e" + integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ== + dependencies: + type-fest "^0.21.3" + +ansi-regex@^2.0.0: + version "2.1.1" + resolved "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" + integrity sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA== + +ansi-regex@^5.0.1: + version "5.0.1" + resolved "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" + integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== + +ansi-styles@^2.2.1: + version "2.2.1" + resolved "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" + integrity sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA== + +ansi-styles@^3.2.1: + version "3.2.1" + resolved "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== + dependencies: + color-convert "^1.9.0" + +ansi-styles@^4.0.0, ansi-styles@^4.1.0: + version "4.3.0" + resolved "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" + integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== + dependencies: + color-convert "^2.0.1" + +ansi-styles@^5.0.0: + version "5.2.0" + resolved "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b" + integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== + +ansi-styles@^6.2.1: + version "6.2.1" + resolved "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" + integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== + +ant-design-vue@4.x: + version "4.1.2" + resolved "https://registry.npmmirror.com/ant-design-vue/-/ant-design-vue-4.1.2.tgz#f1da53d6d7177fc4460aed2861dd64927d58d680" + integrity sha512-ynFkDJLlHgumeK6Hr1UZ7PvQNZ1uBcri/pmejBdS3kRqHeA5VRsxneYDwa8YxA+uYB5YfT2jpYsSHsiMiCjRGg== + dependencies: + "@ant-design/colors" "^6.0.0" + "@ant-design/icons-vue" "^7.0.0" + "@babel/runtime" "^7.10.5" + "@ctrl/tinycolor" "^3.5.0" + "@emotion/hash" "^0.9.0" + "@emotion/unitless" "^0.8.0" + "@simonwep/pickr" "~1.8.0" + array-tree-filter "^2.1.0" + async-validator "^4.0.0" + csstype "^3.1.1" + dayjs "^1.10.5" + dom-align "^1.12.1" + dom-scroll-into-view "^2.0.0" + lodash "^4.17.21" + lodash-es "^4.17.15" + resize-observer-polyfill "^1.5.1" + scroll-into-view-if-needed "^2.2.25" + shallow-equal "^1.0.0" + stylis "^4.1.3" + throttle-debounce "^5.0.0" + vue-types "^3.0.0" + warning "^4.0.0" + +arch@^2.2.0: + version "2.2.0" + resolved "https://registry.npmmirror.com/arch/-/arch-2.2.0.tgz#1bc47818f305764f23ab3306b0bfc086c5a29d11" + integrity sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ== + +arg@^4.1.0: + version "4.1.3" + resolved "https://registry.npmmirror.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089" + integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA== + +arg@^5.0.2: + version "5.0.2" + resolved "https://registry.npmmirror.com/arg/-/arg-5.0.2.tgz#c81433cc427c92c4dcf4865142dbca6f15acd59c" + integrity sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg== + +argparse@^2.0.1: + version "2.0.1" + resolved "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" + integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== + +array-buffer-byte-length@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz#fabe8bc193fea865f317fe7807085ee0dee5aead" + integrity sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A== + dependencies: + call-bind "^1.0.2" + is-array-buffer "^3.0.1" + +array-tree-filter@^2.1.0: + version "2.1.0" + resolved "https://registry.npmmirror.com/array-tree-filter/-/array-tree-filter-2.1.0.tgz#873ac00fec83749f255ac8dd083814b4f6329190" + integrity sha512-4ROwICNlNw/Hqa9v+rk5h22KjmzB1JGTMVKP2AKJBOCgb0yL0ASf0+YvCcLNNwquOHNX48jkeZIJ3a+oOQqKcw== + +array-union@^2.1.0: + version "2.1.0" + resolved "https://registry.npmmirror.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" + integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== + +arraybuffer.prototype.slice@^1.0.2: + version "1.0.2" + resolved "https://registry.npmmirror.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz#98bd561953e3e74bb34938e77647179dfe6e9f12" + integrity sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw== + dependencies: + array-buffer-byte-length "^1.0.0" + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" + get-intrinsic "^1.2.1" + is-array-buffer "^3.0.2" + is-shared-array-buffer "^1.0.2" + +asn1@~0.2.3: + version "0.2.6" + resolved "https://registry.npmmirror.com/asn1/-/asn1-0.2.6.tgz#0d3a7bb6e64e02a90c0303b31f292868ea09a08d" + integrity sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ== + dependencies: + safer-buffer "~2.1.0" + +assert-plus@1.0.0, assert-plus@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" + integrity sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw== + +assertion-error@^1.1.0: + version "1.1.0" + resolved "https://registry.npmmirror.com/assertion-error/-/assertion-error-1.1.0.tgz#e60b6b0e8f301bd97e5375215bda406c85118c0b" + integrity sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw== + +astral-regex@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" + integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== + +async-validator@^4.0.0: + version "4.2.5" + resolved "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz#c96ea3332a521699d0afaaceed510a54656c6339" + integrity sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg== + +async@^3.2.0: + version "3.2.5" + resolved "https://registry.npmmirror.com/async/-/async-3.2.5.tgz#ebd52a8fdaf7a2289a24df399f8d8485c8a46b66" + integrity sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg== + +asynckit@^0.4.0: + version "0.4.0" + resolved "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" + integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== + +at-least-node@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2" + integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== + +available-typed-arrays@^1.0.5: + version "1.0.5" + resolved "https://registry.npmmirror.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7" + integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw== + +aws-sign2@~0.7.0: + version "0.7.0" + resolved "https://registry.npmmirror.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" + integrity sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA== + +aws4@^1.8.0: + version "1.12.0" + resolved "https://registry.npmmirror.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3" + integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg== + +axios@^1.6.1: + version "1.6.7" + resolved "https://registry.npmmirror.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7" + integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA== + dependencies: + follow-redirects "^1.15.4" + form-data "^4.0.0" + proxy-from-env "^1.1.0" + +balanced-match@^1.0.0: + version "1.0.2" + resolved "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" + integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== + +base64-js@^1.3.1: + version "1.5.1" + resolved "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" + integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== + +bcrypt-pbkdf@^1.0.0: + version "1.0.2" + resolved "https://registry.npmmirror.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e" + integrity sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w== + dependencies: + tweetnacl "^0.14.3" + +bidi-js@^1.0.3: + version "1.0.3" + resolved "https://registry.npmmirror.com/bidi-js/-/bidi-js-1.0.3.tgz#6f8bcf3c877c4d9220ddf49b9bb6930c88f877d2" + integrity sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw== + dependencies: + require-from-string "^2.0.2" + +blob-util@^2.0.2: + version "2.0.2" + resolved "https://registry.npmmirror.com/blob-util/-/blob-util-2.0.2.tgz#3b4e3c281111bb7f11128518006cdc60b403a1eb" + integrity sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ== + +bluebird@3.7.2, bluebird@^3.7.2: + version "3.7.2" + resolved "https://registry.npmmirror.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" + integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== + +boolbase@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" + integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww== + +brace-expansion@^1.1.7: + version "1.1.11" + resolved "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" + integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== + dependencies: + balanced-match "^1.0.0" + concat-map "0.0.1" + +brace-expansion@^2.0.1: + version "2.0.1" + resolved "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae" + integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== + dependencies: + balanced-match "^1.0.0" + +braces@^3.0.2: + version "3.0.2" + resolved "https://registry.npmmirror.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" + integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== + dependencies: + fill-range "^7.0.1" + +browserslist@^4.22.2: + version "4.22.3" + resolved "https://registry.npmmirror.com/browserslist/-/browserslist-4.22.3.tgz#299d11b7e947a6b843981392721169e27d60c5a6" + integrity sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A== + dependencies: + caniuse-lite "^1.0.30001580" + electron-to-chromium "^1.4.648" + node-releases "^2.0.14" + update-browserslist-db "^1.0.13" + +buffer-crc32@~0.2.3: + version "0.2.13" + resolved "https://registry.npmmirror.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" + integrity sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ== + +buffer@^5.6.0: + version "5.7.1" + resolved "https://registry.npmmirror.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" + integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== + dependencies: + base64-js "^1.3.1" + ieee754 "^1.1.13" + +cac@^6.7.14: + version "6.7.14" + resolved "https://registry.npmmirror.com/cac/-/cac-6.7.14.tgz#804e1e6f506ee363cb0e3ccbb09cad5dd9870959" + integrity sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ== + +cachedir@^2.3.0: + version "2.4.0" + resolved "https://registry.npmmirror.com/cachedir/-/cachedir-2.4.0.tgz#7fef9cf7367233d7c88068fe6e34ed0d355a610d" + integrity sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ== + +call-bind@^1.0.0, call-bind@^1.0.2, call-bind@^1.0.4, call-bind@^1.0.5, call-bind@~1.0.2: + version "1.0.5" + resolved "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.5.tgz#6fa2b7845ce0ea49bf4d8b9ef64727a2c2e2e513" + integrity sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ== + dependencies: + function-bind "^1.1.2" + get-intrinsic "^1.2.1" + set-function-length "^1.1.1" + +callsites@^3.0.0: + version "3.1.0" + resolved "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" + integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== + +camelcase@^1.0.2: + version "1.2.1" + resolved "https://registry.npmmirror.com/camelcase/-/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39" + integrity sha512-wzLkDa4K/mzI1OSITC+DUyjgIl/ETNHE9QvYgy6J6Jvqyyz4C0Xfd+lQhb19sX2jMpZV4IssUn0VDVmglV+s4g== + +camelcase@^6.3.0: + version "6.3.0" + resolved "https://registry.npmmirror.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" + integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== + +caniuse-lite@^1.0.30001580: + version "1.0.30001581" + resolved "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001581.tgz#0dfd4db9e94edbdca67d57348ebc070dece279f4" + integrity sha512-whlTkwhqV2tUmP3oYhtNfaWGYHDdS3JYFQBKXxcUR9qqPWsRhFHhoISO2Xnl/g0xyKzht9mI1LZpiNWfMzHixQ== + +caseless@~0.12.0: + version "0.12.0" + resolved "https://registry.npmmirror.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" + integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw== + +center-align@^0.1.1: + version "0.1.3" + resolved "https://registry.npmmirror.com/center-align/-/center-align-0.1.3.tgz#aa0d32629b6ee972200411cbd4461c907bc2b7ad" + integrity sha512-Baz3aNe2gd2LP2qk5U+sDk/m4oSuwSDcBfayTCTBoWpfIGO5XFxPmjILQII4NGiZjD6DoDI6kf7gKaxkf7s3VQ== + dependencies: + align-text "^0.1.3" + lazy-cache "^1.0.3" + +chai@^4.3.10: + version "4.4.1" + resolved "https://registry.npmmirror.com/chai/-/chai-4.4.1.tgz#3603fa6eba35425b0f2ac91a009fe924106e50d1" + integrity sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g== + dependencies: + assertion-error "^1.1.0" + check-error "^1.0.3" + deep-eql "^4.1.3" + get-func-name "^2.0.2" + loupe "^2.3.6" + pathval "^1.1.1" + type-detect "^4.0.8" + +chalk@^1.1.1: + version "1.1.3" + resolved "https://registry.npmmirror.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" + integrity sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A== + dependencies: + ansi-styles "^2.2.1" + escape-string-regexp "^1.0.2" + has-ansi "^2.0.0" + strip-ansi "^3.0.0" + supports-color "^2.0.0" + +chalk@^2.4.2: + version "2.4.2" + resolved "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" + integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== + dependencies: + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" + +chalk@^4.0.0, chalk@^4.1.0: + version "4.1.2" + resolved "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + +check-error@^1.0.3: + version "1.0.3" + resolved "https://registry.npmmirror.com/check-error/-/check-error-1.0.3.tgz#a6502e4312a7ee969f646e83bb3ddd56281bd694" + integrity sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg== + dependencies: + get-func-name "^2.0.2" + +check-more-types@2.24.0, check-more-types@^2.24.0: + version "2.24.0" + resolved "https://registry.npmmirror.com/check-more-types/-/check-more-types-2.24.0.tgz#1420ffb10fd444dcfc79b43891bbfffd32a84600" + integrity sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA== + +ci-info@^3.2.0: + version "3.9.0" + resolved "https://registry.npmmirror.com/ci-info/-/ci-info-3.9.0.tgz#4279a62028a7b1f262f3473fc9605f5e218c59b4" + integrity sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ== + +clean-stack@^2.0.0: + version "2.2.0" + resolved "https://registry.npmmirror.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" + integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== + +cli-cursor@^3.1.0: + version "3.1.0" + resolved "https://registry.npmmirror.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" + integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== + dependencies: + restore-cursor "^3.1.0" + +cli-table3@~0.6.1: + version "0.6.3" + resolved "https://registry.npmmirror.com/cli-table3/-/cli-table3-0.6.3.tgz#61ab765aac156b52f222954ffc607a6f01dbeeb2" + integrity sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg== + dependencies: + string-width "^4.2.0" + optionalDependencies: + "@colors/colors" "1.5.0" + +cli-truncate@^2.1.0: + version "2.1.0" + resolved "https://registry.npmmirror.com/cli-truncate/-/cli-truncate-2.1.0.tgz#c39e28bf05edcde5be3b98992a22deed5a2b93c7" + integrity sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg== + dependencies: + slice-ansi "^3.0.0" + string-width "^4.2.0" + +clipboard@^2.0.6: + version "2.0.11" + resolved "https://registry.npmmirror.com/clipboard/-/clipboard-2.0.11.tgz#62180360b97dd668b6b3a84ec226975762a70be5" + integrity sha512-C+0bbOqkezLIsmWSvlsXS0Q0bmkugu7jcfMIACB+RDEntIzQIkdr148we28AfSloQLRdZlYL/QYyrq05j/3Faw== + dependencies: + good-listener "^1.2.2" + select "^1.1.2" + tiny-emitter "^2.0.0" + +cliui@^2.1.0: + version "2.1.0" + resolved "https://registry.npmmirror.com/cliui/-/cliui-2.1.0.tgz#4b475760ff80264c762c3a1719032e91c7fea0d1" + integrity sha512-GIOYRizG+TGoc7Wgc1LiOTLare95R3mzKgoln+Q/lE4ceiYH19gUpl0l0Ffq4lJDEf3FxujMe6IBfOCs7pfqNA== + dependencies: + center-align "^0.1.1" + right-align "^0.1.1" + wordwrap "0.0.2" + +cliui@^8.0.1: + version "8.0.1" + resolved "https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa" + integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ== + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.1" + wrap-ansi "^7.0.0" + +color-convert@^1.9.0: + version "1.9.3" + resolved "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== + dependencies: + color-name "1.1.3" + +color-convert@^2.0.1: + version "2.0.1" + resolved "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" + integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== + dependencies: + color-name "~1.1.4" + +color-name@1.1.3: + version "1.1.3" + resolved "https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" + integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== + +color-name@^1.0.0, color-name@~1.1.4: + version "1.1.4" + resolved "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" + integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== + +color-string@^1.5.5: + version "1.9.1" + resolved "https://registry.npmmirror.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4" + integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg== + dependencies: + color-name "^1.0.0" + simple-swizzle "^0.2.2" + +colorette@^2.0.16: + version "2.0.20" + resolved "https://registry.npmmirror.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a" + integrity sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w== + +combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6: + version "1.0.8" + resolved "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" + integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== + dependencies: + delayed-stream "~1.0.0" + +commander@*: + version "11.1.0" + resolved "https://registry.npmmirror.com/commander/-/commander-11.1.0.tgz#62fdce76006a68e5c1ab3314dc92e800eb83d906" + integrity sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ== + +commander@7: + version "7.2.0" + resolved "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7" + integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== + +commander@^10.0.0: + version "10.0.1" + resolved "https://registry.npmmirror.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06" + integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug== + +commander@^6.2.1: + version "6.2.1" + resolved "https://registry.npmmirror.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c" + integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA== + +common-tags@^1.8.0: + version "1.8.2" + resolved "https://registry.npmmirror.com/common-tags/-/common-tags-1.8.2.tgz#94ebb3c076d26032745fd54face7f688ef5ac9c6" + integrity sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA== + +compute-scroll-into-view@^1.0.20: + version "1.0.20" + resolved "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.20.tgz#1768b5522d1172754f5d0c9b02de3af6be506a43" + integrity sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg== + +computeds@^0.0.1: + version "0.0.1" + resolved "https://registry.npmmirror.com/computeds/-/computeds-0.0.1.tgz#215b08a4ba3e08a11ff6eee5d6d8d7166a97ce2e" + integrity sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q== + +concat-map@0.0.1: + version "0.0.1" + resolved "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== + +config-chain@^1.1.13: + version "1.1.13" + resolved "https://registry.npmmirror.com/config-chain/-/config-chain-1.1.13.tgz#fad0795aa6a6cdaff9ed1b68e9dff94372c232f4" + integrity sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ== + dependencies: + ini "^1.3.4" + proto-list "~1.2.1" + +contour_plot@^0.0.1: + version "0.0.1" + resolved "https://registry.npmmirror.com/contour_plot/-/contour_plot-0.0.1.tgz#475870f032b8e338412aa5fc507880f0bf495c77" + integrity sha512-Nil2HI76Xux6sVGORvhSS8v66m+/h5CwFkBJDO+U5vWaMdNC0yXNCsGDPbzPhvqOEU5koebhdEvD372LI+IyLw== + +convert-source-map@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" + integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== + +copy-anything@^2.0.1: + version "2.0.6" + resolved "https://registry.npmmirror.com/copy-anything/-/copy-anything-2.0.6.tgz#092454ea9584a7b7ad5573062b2a87f5900fc480" + integrity sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw== + dependencies: + is-what "^3.14.1" + +core-js@^3.15.1: + version "3.35.1" + resolved "https://registry.npmmirror.com/core-js/-/core-js-3.35.1.tgz#9c28f8b7ccee482796f8590cc8d15739eaaf980c" + integrity sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw== + +core-util-is@1.0.2: + version "1.0.2" + resolved "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" + integrity sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ== + +create-require@^1.1.0: + version "1.1.1" + resolved "https://registry.npmmirror.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333" + integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== + +cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3: + version "7.0.3" + resolved "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" + integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== + dependencies: + path-key "^3.1.0" + shebang-command "^2.0.0" + which "^2.0.1" + +css-tree@^2.3.1: + version "2.3.1" + resolved "https://registry.npmmirror.com/css-tree/-/css-tree-2.3.1.tgz#10264ce1e5442e8572fc82fbe490644ff54b5c20" + integrity sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw== + dependencies: + mdn-data "2.0.30" + source-map-js "^1.0.1" + +cssesc@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" + integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== + +cssstyle@^4.0.1: + version "4.0.1" + resolved "https://registry.npmmirror.com/cssstyle/-/cssstyle-4.0.1.tgz#ef29c598a1e90125c870525490ea4f354db0660a" + integrity sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ== + dependencies: + rrweb-cssom "^0.6.0" + +csstype@^3.0.8, csstype@^3.1.1, csstype@^3.1.3: + version "3.1.3" + resolved "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81" + integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== + +cypress@^13.6.1: + version "13.6.4" + resolved "https://registry.npmmirror.com/cypress/-/cypress-13.6.4.tgz#42c88d3ee0342f1681abfacabf9c1f082676bc53" + integrity sha512-pYJjCfDYB+hoOoZuhysbbYhEmNW7DEDsqn+ToCLwuVowxUXppIWRr7qk4TVRIU471ksfzyZcH+mkoF0CQUKnpw== + dependencies: + "@cypress/request" "^3.0.0" + "@cypress/xvfb" "^1.2.4" + "@types/sinonjs__fake-timers" "8.1.1" + "@types/sizzle" "^2.3.2" + arch "^2.2.0" + blob-util "^2.0.2" + bluebird "^3.7.2" + buffer "^5.6.0" + cachedir "^2.3.0" + chalk "^4.1.0" + check-more-types "^2.24.0" + cli-cursor "^3.1.0" + cli-table3 "~0.6.1" + commander "^6.2.1" + common-tags "^1.8.0" + dayjs "^1.10.4" + debug "^4.3.4" + enquirer "^2.3.6" + eventemitter2 "6.4.7" + execa "4.1.0" + executable "^4.1.1" + extract-zip "2.0.1" + figures "^3.2.0" + fs-extra "^9.1.0" + getos "^3.2.1" + is-ci "^3.0.0" + is-installed-globally "~0.4.0" + lazy-ass "^1.6.0" + listr2 "^3.8.3" + lodash "^4.17.21" + log-symbols "^4.0.0" + minimist "^1.2.8" + ospath "^1.2.2" + pretty-bytes "^5.6.0" + process "^0.11.10" + proxy-from-env "1.0.0" + request-progress "^3.0.0" + semver "^7.5.3" + supports-color "^8.1.1" + tmp "~0.2.1" + untildify "^4.0.0" + yauzl "^2.10.0" + +"d3-array@2.5.0 - 3", d3-array@^3.2.4: + version "3.2.4" + resolved "https://registry.npmmirror.com/d3-array/-/d3-array-3.2.4.tgz#15fec33b237f97ac5d7c986dc77da273a8ed0bb5" + integrity sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg== + dependencies: + internmap "1 - 2" + +"d3-color@1 - 3": + version "3.1.0" + resolved "https://registry.npmmirror.com/d3-color/-/d3-color-3.1.0.tgz#395b2833dfac71507f12ac2f7af23bf819de24e2" + integrity sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA== + +d3-color@^1.4.0: + version "1.4.1" + resolved "https://registry.npmmirror.com/d3-color/-/d3-color-1.4.1.tgz#c52002bf8846ada4424d55d97982fef26eb3bc8a" + integrity sha512-p2sTHSLCJI2QKunbGb7ocOh7DgTAn8IrLx21QRc/BSnodXM4sv6aLQlnfpvehFMLZEfBc6g9pH9SWQccFYfJ9Q== + +"d3-dispatch@1 - 3": + version "3.0.1" + resolved "https://registry.npmmirror.com/d3-dispatch/-/d3-dispatch-3.0.1.tgz#5fc75284e9c2375c36c839411a0cf550cbfc4d5e" + integrity sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg== + +d3-dsv@^3.0.1: + version "3.0.1" + resolved "https://registry.npmmirror.com/d3-dsv/-/d3-dsv-3.0.1.tgz#c63af978f4d6a0d084a52a673922be2160789b73" + integrity sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q== + dependencies: + commander "7" + iconv-lite "0.6" + rw "1" + +d3-force@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/d3-force/-/d3-force-3.0.0.tgz#3e2ba1a61e70888fe3d9194e30d6d14eece155c4" + integrity sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg== + dependencies: + d3-dispatch "1 - 3" + d3-quadtree "1 - 3" + d3-timer "1 - 3" + +d3-format@^3.1.0: + version "3.1.0" + resolved "https://registry.npmmirror.com/d3-format/-/d3-format-3.1.0.tgz#9260e23a28ea5cb109e93b21a06e24e2ebd55641" + integrity sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA== + +d3-geo@^3.1.0: + version "3.1.0" + resolved "https://registry.npmmirror.com/d3-geo/-/d3-geo-3.1.0.tgz#74fd54e1f4cebd5185ac2039217a98d39b0a4c0e" + integrity sha512-JEo5HxXDdDYXCaWdwLRt79y7giK8SbhZJbFWXqbRTolCHFI5jRqteLzCsq51NKbUoX0PjBVSohxrx+NoOUujYA== + dependencies: + d3-array "2.5.0 - 3" + +d3-hierarchy@^3.1.2: + version "3.1.2" + resolved "https://registry.npmmirror.com/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz#b01cd42c1eed3d46db77a5966cf726f8c09160c6" + integrity sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA== + +"d3-interpolate@1 - 3": + version "3.0.1" + resolved "https://registry.npmmirror.com/d3-interpolate/-/d3-interpolate-3.0.1.tgz#3c47aa5b32c5b3dfb56ef3fd4342078a632b400d" + integrity sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g== + dependencies: + d3-color "1 - 3" + +d3-path@^3.1.0: + version "3.1.0" + resolved "https://registry.npmmirror.com/d3-path/-/d3-path-3.1.0.tgz#22df939032fb5a71ae8b1800d61ddb7851c42526" + integrity sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ== + +"d3-quadtree@1 - 3": + version "3.0.1" + resolved "https://registry.npmmirror.com/d3-quadtree/-/d3-quadtree-3.0.1.tgz#6dca3e8be2b393c9a9d514dabbd80a92deef1a4f" + integrity sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw== + +d3-scale-chromatic@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/d3-scale-chromatic/-/d3-scale-chromatic-3.0.0.tgz#15b4ceb8ca2bb0dcb6d1a641ee03d59c3b62376a" + integrity sha512-Lx9thtxAKrO2Pq6OO2Ua474opeziKr279P/TKZsMAhYyNDD3EnCffdbgeSYN5O7m2ByQsxtuP2CSDczNUIZ22g== + dependencies: + d3-color "1 - 3" + d3-interpolate "1 - 3" + +d3-shape@^3.2.0: + version "3.2.0" + resolved "https://registry.npmmirror.com/d3-shape/-/d3-shape-3.2.0.tgz#a1a839cbd9ba45f28674c69d7f855bcf91dfc6a5" + integrity sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA== + dependencies: + d3-path "^3.1.0" + +"d3-timer@1 - 3": + version "3.0.1" + resolved "https://registry.npmmirror.com/d3-timer/-/d3-timer-3.0.1.tgz#6284d2a2708285b1abb7e201eda4380af35e63b0" + integrity sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA== + +d3-voronoi@^1.1.4: + version "1.1.4" + resolved "https://registry.npmmirror.com/d3-voronoi/-/d3-voronoi-1.1.4.tgz#dd3c78d7653d2bb359284ae478645d95944c8297" + integrity sha512-dArJ32hchFsrQ8uMiTBLq256MpnZjeuBtdHpaDlYuQyjU0CVzCJl/BVW+SkszaAeH95D/8gxqAhgx0ouAWAfRg== + +dashdash@^1.12.0: + version "1.14.1" + resolved "https://registry.npmmirror.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" + integrity sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g== + dependencies: + assert-plus "^1.0.0" + +data-urls@^5.0.0: + version "5.0.0" + resolved "https://registry.npmmirror.com/data-urls/-/data-urls-5.0.0.tgz#2f76906bce1824429ffecb6920f45a0b30f00dde" + integrity sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg== + dependencies: + whatwg-mimetype "^4.0.0" + whatwg-url "^14.0.0" + +dayjs@^1.10.4, dayjs@^1.10.5: + version "1.11.10" + resolved "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.10.tgz#68acea85317a6e164457d6d6947564029a6a16a0" + integrity sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ== + +dayjs@^1.11.13: + version "1.11.13" + resolved "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz#92430b0139055c3ebb60150aa13e860a4b5a366c" + integrity sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg== + +de-indent@^1.0.2: + version "1.0.2" + resolved "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d" + integrity sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg== + +debug@4, debug@4.3.4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4: + version "4.3.4" + resolved "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" + integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== + dependencies: + ms "2.1.2" + +debug@^3.1.0: + version "3.2.7" + resolved "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" + integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== + dependencies: + ms "^2.1.1" + +decamelize@^1.0.0: + version "1.2.0" + resolved "https://registry.npmmirror.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" + integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA== + +decimal.js@^10.4.3: + version "10.4.3" + resolved "https://registry.npmmirror.com/decimal.js/-/decimal.js-10.4.3.tgz#1044092884d245d1b7f65725fa4ad4c6f781cc23" + integrity sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA== + +deep-eql@^4.1.3: + version "4.1.3" + resolved "https://registry.npmmirror.com/deep-eql/-/deep-eql-4.1.3.tgz#7c7775513092f7df98d8df9996dd085eb668cc6d" + integrity sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw== + dependencies: + type-detect "^4.0.0" + +deep-equal@~1.1.1: + version "1.1.2" + resolved "https://registry.npmmirror.com/deep-equal/-/deep-equal-1.1.2.tgz#78a561b7830eef3134c7f6f3a3d6af272a678761" + integrity sha512-5tdhKF6DbU7iIzrIOa1AOUt39ZRm13cmL1cGEh//aqR8x9+tNfbywRf0n5FD/18OKMdo7DNEtrX2t22ZAkI+eg== + dependencies: + is-arguments "^1.1.1" + is-date-object "^1.0.5" + is-regex "^1.1.4" + object-is "^1.1.5" + object-keys "^1.1.1" + regexp.prototype.flags "^1.5.1" + +deep-is@^0.1.3: + version "0.1.4" + resolved "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831" + integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== + +define-data-property@^1.0.1, define-data-property@^1.1.1: + version "1.1.1" + resolved "https://registry.npmmirror.com/define-data-property/-/define-data-property-1.1.1.tgz#c35f7cd0ab09883480d12ac5cb213715587800b3" + integrity sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ== + dependencies: + get-intrinsic "^1.2.1" + gopd "^1.0.1" + has-property-descriptors "^1.0.0" + +define-properties@^1.1.3, define-properties@^1.2.0, define-properties@^1.2.1: + version "1.2.1" + resolved "https://registry.npmmirror.com/define-properties/-/define-properties-1.2.1.tgz#10781cc616eb951a80a034bafcaa7377f6af2b6c" + integrity sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg== + dependencies: + define-data-property "^1.0.1" + has-property-descriptors "^1.0.0" + object-keys "^1.1.1" + +defined@~1.0.1: + version "1.0.1" + resolved "https://registry.npmmirror.com/defined/-/defined-1.0.1.tgz#c0b9db27bfaffd95d6f61399419b893df0f91ebf" + integrity sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q== + +delayed-stream@~1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" + integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== + +delegate@^3.1.2: + version "3.2.0" + resolved "https://registry.npmmirror.com/delegate/-/delegate-3.2.0.tgz#b66b71c3158522e8ab5744f720d8ca0c2af59166" + integrity sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw== + +diff-sequences@^29.6.3: + version "29.6.3" + resolved "https://registry.npmmirror.com/diff-sequences/-/diff-sequences-29.6.3.tgz#4deaf894d11407c51efc8418012f9e70b84ea921" + integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q== + +diff@^4.0.1: + version "4.0.2" + resolved "https://registry.npmmirror.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d" + integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A== + +dir-glob@^3.0.1: + version "3.0.1" + resolved "https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" + integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== + dependencies: + path-type "^4.0.0" + +doctrine@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961" + integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== + dependencies: + esutils "^2.0.2" + +dom-align@^1.12.1: + version "1.12.4" + resolved "https://registry.npmmirror.com/dom-align/-/dom-align-1.12.4.tgz#3503992eb2a7cfcb2ed3b2a6d21e0b9c00d54511" + integrity sha512-R8LUSEay/68zE5c8/3BDxiTEvgb4xZTF0RKmAHfiEVN3klfIpXfi2/QCoiWPccVQ0J/ZGdz9OjzL4uJEP/MRAw== + +dom-scroll-into-view@^2.0.0: + version "2.0.1" + resolved "https://registry.npmmirror.com/dom-scroll-into-view/-/dom-scroll-into-view-2.0.1.tgz#0decc8522801fd8d3f1c6ba355a74d382c5f989b" + integrity sha512-bvVTQe1lfaUr1oFzZX80ce9KLDlZ3iU+XGNE/bz9HnGdklTieqsbmsLHe+rT2XWqopvL0PckkYqN7ksmm5pe3w== + +dotignore@~0.1.2: + version "0.1.2" + resolved "https://registry.npmmirror.com/dotignore/-/dotignore-0.1.2.tgz#f942f2200d28c3a76fbdd6f0ee9f3257c8a2e905" + integrity sha512-UGGGWfSauusaVJC+8fgV+NVvBXkCTmVv7sk6nojDZZvuOUNGUy0Zk4UpHQD6EDjS0jpBwcACvH4eofvyzBcRDw== + dependencies: + minimatch "^3.0.4" + +duplexer@~0.1.1: + version "0.1.2" + resolved "https://registry.npmmirror.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6" + integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg== + +ecc-jsbn@~0.1.1: + version "0.1.2" + resolved "https://registry.npmmirror.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" + integrity sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw== + dependencies: + jsbn "~0.1.0" + safer-buffer "^2.1.0" + +editorconfig@^1.0.3: + version "1.0.4" + resolved "https://registry.npmmirror.com/editorconfig/-/editorconfig-1.0.4.tgz#040c9a8e9a6c5288388b87c2db07028aa89f53a3" + integrity sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q== + dependencies: + "@one-ini/wasm" "0.1.1" + commander "^10.0.0" + minimatch "9.0.1" + semver "^7.5.3" + +electron-to-chromium@^1.4.648: + version "1.4.651" + resolved "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.651.tgz#ef1e822233c6fc953df3caf943f78c21b254a080" + integrity sha512-jjks7Xx+4I7dslwsbaFocSwqBbGHQmuXBJUK9QBZTIrzPq3pzn6Uf2szFSP728FtLYE3ldiccmlkOM/zhGKCpA== + +emoji-regex@^8.0.0: + version "8.0.0" + resolved "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" + integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== + +end-of-stream@^1.1.0: + version "1.4.4" + resolved "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" + integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== + dependencies: + once "^1.4.0" + +enquirer@^2.3.6: + version "2.4.1" + resolved "https://registry.npmmirror.com/enquirer/-/enquirer-2.4.1.tgz#93334b3fbd74fc7097b224ab4a8fb7e40bf4ae56" + integrity sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ== + dependencies: + ansi-colors "^4.1.1" + strip-ansi "^6.0.1" + +entities@^4.4.0, entities@^4.5.0: + version "4.5.0" + resolved "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" + integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== + +entities@~2.1.0: + version "2.1.0" + resolved "https://mirrors.huaweicloud.com/repository/npm/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5" + integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w== + +errno@^0.1.1: + version "0.1.8" + resolved "https://registry.npmmirror.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f" + integrity sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A== + dependencies: + prr "~1.0.1" + +error-ex@^1.3.2: + version "1.3.2" + resolved "https://registry.npmmirror.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" + integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== + dependencies: + is-arrayish "^0.2.1" + +es-abstract@^1.22.1: + version "1.22.3" + resolved "https://registry.npmmirror.com/es-abstract/-/es-abstract-1.22.3.tgz#48e79f5573198de6dee3589195727f4f74bc4f32" + integrity sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA== + dependencies: + array-buffer-byte-length "^1.0.0" + arraybuffer.prototype.slice "^1.0.2" + available-typed-arrays "^1.0.5" + call-bind "^1.0.5" + es-set-tostringtag "^2.0.1" + es-to-primitive "^1.2.1" + function.prototype.name "^1.1.6" + get-intrinsic "^1.2.2" + get-symbol-description "^1.0.0" + globalthis "^1.0.3" + gopd "^1.0.1" + has-property-descriptors "^1.0.0" + has-proto "^1.0.1" + has-symbols "^1.0.3" + hasown "^2.0.0" + internal-slot "^1.0.5" + is-array-buffer "^3.0.2" + is-callable "^1.2.7" + is-negative-zero "^2.0.2" + is-regex "^1.1.4" + is-shared-array-buffer "^1.0.2" + is-string "^1.0.7" + is-typed-array "^1.1.12" + is-weakref "^1.0.2" + object-inspect "^1.13.1" + object-keys "^1.1.1" + object.assign "^4.1.4" + regexp.prototype.flags "^1.5.1" + safe-array-concat "^1.0.1" + safe-regex-test "^1.0.0" + string.prototype.trim "^1.2.8" + string.prototype.trimend "^1.0.7" + string.prototype.trimstart "^1.0.7" + typed-array-buffer "^1.0.0" + typed-array-byte-length "^1.0.0" + typed-array-byte-offset "^1.0.0" + typed-array-length "^1.0.4" + unbox-primitive "^1.0.2" + which-typed-array "^1.1.13" + +es-set-tostringtag@^2.0.1: + version "2.0.2" + resolved "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.0.2.tgz#11f7cc9f63376930a5f20be4915834f4bc74f9c9" + integrity sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q== + dependencies: + get-intrinsic "^1.2.2" + has-tostringtag "^1.0.0" + hasown "^2.0.0" + +es-to-primitive@^1.2.1: + version "1.2.1" + resolved "https://registry.npmmirror.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" + integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== + dependencies: + is-callable "^1.1.4" + is-date-object "^1.0.1" + is-symbol "^1.0.2" + +esbuild@^0.19.3: + version "0.19.12" + resolved "https://registry.npmmirror.com/esbuild/-/esbuild-0.19.12.tgz#dc82ee5dc79e82f5a5c3b4323a2a641827db3e04" + integrity sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg== + optionalDependencies: + "@esbuild/aix-ppc64" "0.19.12" + "@esbuild/android-arm" "0.19.12" + "@esbuild/android-arm64" "0.19.12" + "@esbuild/android-x64" "0.19.12" + "@esbuild/darwin-arm64" "0.19.12" + "@esbuild/darwin-x64" "0.19.12" + "@esbuild/freebsd-arm64" "0.19.12" + "@esbuild/freebsd-x64" "0.19.12" + "@esbuild/linux-arm" "0.19.12" + "@esbuild/linux-arm64" "0.19.12" + "@esbuild/linux-ia32" "0.19.12" + "@esbuild/linux-loong64" "0.19.12" + "@esbuild/linux-mips64el" "0.19.12" + "@esbuild/linux-ppc64" "0.19.12" + "@esbuild/linux-riscv64" "0.19.12" + "@esbuild/linux-s390x" "0.19.12" + "@esbuild/linux-x64" "0.19.12" + "@esbuild/netbsd-x64" "0.19.12" + "@esbuild/openbsd-x64" "0.19.12" + "@esbuild/sunos-x64" "0.19.12" + "@esbuild/win32-arm64" "0.19.12" + "@esbuild/win32-ia32" "0.19.12" + "@esbuild/win32-x64" "0.19.12" + +escalade@^3.1.1: + version "3.1.1" + resolved "https://registry.npmmirror.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" + integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== + +escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: + version "1.0.5" + resolved "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" + integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== + +escape-string-regexp@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" + integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== + +eslint-config-prettier@^8.8.0: + version "8.10.0" + resolved "https://registry.npmmirror.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11" + integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg== + +eslint-plugin-cypress@^2.15.1: + version "2.15.1" + resolved "https://registry.npmmirror.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.1.tgz#336afa7e8e27451afaf65aa359c9509e0a4f3a7b" + integrity sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w== + dependencies: + globals "^13.20.0" + +eslint-plugin-prettier@^5.0.0: + version "5.1.3" + resolved "https://registry.npmmirror.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz#17cfade9e732cef32b5f5be53bd4e07afd8e67e1" + integrity sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw== + dependencies: + prettier-linter-helpers "^1.0.0" + synckit "^0.8.6" + +eslint-plugin-vue@^9.17.0: + version "9.21.0" + resolved "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-9.21.0.tgz#5f2325279e0ce1e47105664dd6a6dd3ece84aa10" + integrity sha512-B3NgZRtbi9kSl7M0x/PqhSMk7ULJUwWxQpTvM8b2Z6gNTORK0YSt5v1vzwY84oMs/2+3BWH5XmTepaQebcJwfA== + dependencies: + "@eslint-community/eslint-utils" "^4.4.0" + natural-compare "^1.4.0" + nth-check "^2.1.1" + postcss-selector-parser "^6.0.13" + semver "^7.5.4" + vue-eslint-parser "^9.4.2" + xml-name-validator "^4.0.0" + +eslint-scope@^7.1.1, eslint-scope@^7.2.2: + version "7.2.2" + resolved "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f" + integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg== + dependencies: + esrecurse "^4.3.0" + estraverse "^5.2.0" + +eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3: + version "3.4.3" + resolved "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" + integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== + +eslint@^8.49.0: + version "8.56.0" + resolved "https://registry.npmmirror.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15" + integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ== + dependencies: + "@eslint-community/eslint-utils" "^4.2.0" + "@eslint-community/regexpp" "^4.6.1" + "@eslint/eslintrc" "^2.1.4" + "@eslint/js" "8.56.0" + "@humanwhocodes/config-array" "^0.11.13" + "@humanwhocodes/module-importer" "^1.0.1" + "@nodelib/fs.walk" "^1.2.8" + "@ungap/structured-clone" "^1.2.0" + ajv "^6.12.4" + chalk "^4.0.0" + cross-spawn "^7.0.2" + debug "^4.3.2" + doctrine "^3.0.0" + escape-string-regexp "^4.0.0" + eslint-scope "^7.2.2" + eslint-visitor-keys "^3.4.3" + espree "^9.6.1" + esquery "^1.4.2" + esutils "^2.0.2" + fast-deep-equal "^3.1.3" + file-entry-cache "^6.0.1" + find-up "^5.0.0" + glob-parent "^6.0.2" + globals "^13.19.0" + graphemer "^1.4.0" + ignore "^5.2.0" + imurmurhash "^0.1.4" + is-glob "^4.0.0" + is-path-inside "^3.0.3" + js-yaml "^4.1.0" + json-stable-stringify-without-jsonify "^1.0.1" + levn "^0.4.1" + lodash.merge "^4.6.2" + minimatch "^3.1.2" + natural-compare "^1.4.0" + optionator "^0.9.3" + strip-ansi "^6.0.1" + text-table "^0.2.0" + +espree@^9.3.1, espree@^9.6.0, espree@^9.6.1: + version "9.6.1" + resolved "https://registry.npmmirror.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f" + integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ== + dependencies: + acorn "^8.9.0" + acorn-jsx "^5.3.2" + eslint-visitor-keys "^3.4.1" + +esquery@^1.4.0, esquery@^1.4.2: + version "1.5.0" + resolved "https://registry.npmmirror.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b" + integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg== + dependencies: + estraverse "^5.1.0" + +esrecurse@^4.3.0: + version "4.3.0" + resolved "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" + integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== + dependencies: + estraverse "^5.2.0" + +estraverse@^5.1.0, estraverse@^5.2.0: + version "5.3.0" + resolved "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" + integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== + +estree-walker@^2.0.2: + version "2.0.2" + resolved "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac" + integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== + +estree-walker@^3.0.3: + version "3.0.3" + resolved "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz#67c3e549ec402a487b4fc193d1953a524752340d" + integrity sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g== + dependencies: + "@types/estree" "^1.0.0" + +esutils@^2.0.2: + version "2.0.3" + resolved "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" + integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== + +event-stream@=3.3.4: + version "3.3.4" + resolved "https://registry.npmmirror.com/event-stream/-/event-stream-3.3.4.tgz#4ab4c9a0f5a54db9338b4c34d86bfce8f4b35571" + integrity sha512-QHpkERcGsR0T7Qm3HNJSyXKEEj8AHNxkY3PK8TS2KJvQ7NiSHe3DDpwVKKtoYprL/AreyzFBeIkBIWChAqn60g== + dependencies: + duplexer "~0.1.1" + from "~0" + map-stream "~0.1.0" + pause-stream "0.0.11" + split "0.3" + stream-combiner "~0.0.4" + through "~2.3.1" + +eventemitter2@6.4.7: + version "6.4.7" + resolved "https://registry.npmmirror.com/eventemitter2/-/eventemitter2-6.4.7.tgz#a7f6c4d7abf28a14c1ef3442f21cb306a054271d" + integrity sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg== + +eventemitter3@^5.0.1: + version "5.0.1" + resolved "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-5.0.1.tgz#53f5ffd0a492ac800721bb42c66b841de96423c4" + integrity sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA== + +execa@4.1.0: + version "4.1.0" + resolved "https://registry.npmmirror.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a" + integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA== + dependencies: + cross-spawn "^7.0.0" + get-stream "^5.0.0" + human-signals "^1.1.1" + is-stream "^2.0.0" + merge-stream "^2.0.0" + npm-run-path "^4.0.0" + onetime "^5.1.0" + signal-exit "^3.0.2" + strip-final-newline "^2.0.0" + +execa@5.1.1: + version "5.1.1" + resolved "https://registry.npmmirror.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" + integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg== + dependencies: + cross-spawn "^7.0.3" + get-stream "^6.0.0" + human-signals "^2.1.0" + is-stream "^2.0.0" + merge-stream "^2.0.0" + npm-run-path "^4.0.1" + onetime "^5.1.2" + signal-exit "^3.0.3" + strip-final-newline "^2.0.0" + +execa@^8.0.1: + version "8.0.1" + resolved "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz#51f6a5943b580f963c3ca9c6321796db8cc39b8c" + integrity sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg== + dependencies: + cross-spawn "^7.0.3" + get-stream "^8.0.1" + human-signals "^5.0.0" + is-stream "^3.0.0" + merge-stream "^2.0.0" + npm-run-path "^5.1.0" + onetime "^6.0.0" + signal-exit "^4.1.0" + strip-final-newline "^3.0.0" + +executable@^4.1.1: + version "4.1.1" + resolved "https://registry.npmmirror.com/executable/-/executable-4.1.1.tgz#41532bff361d3e57af4d763b70582db18f5d133c" + integrity sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg== + dependencies: + pify "^2.2.0" + +extend@~3.0.2: + version "3.0.2" + resolved "https://registry.npmmirror.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" + integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== + +extract-zip@2.0.1: + version "2.0.1" + resolved "https://registry.npmmirror.com/extract-zip/-/extract-zip-2.0.1.tgz#663dca56fe46df890d5f131ef4a06d22bb8ba13a" + integrity sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg== + dependencies: + debug "^4.1.1" + get-stream "^5.1.0" + yauzl "^2.10.0" + optionalDependencies: + "@types/yauzl" "^2.9.1" + +extsprintf@1.3.0: + version "1.3.0" + resolved "https://registry.npmmirror.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" + integrity sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g== + +extsprintf@^1.2.0: + version "1.4.1" + resolved "https://registry.npmmirror.com/extsprintf/-/extsprintf-1.4.1.tgz#8d172c064867f235c0c84a596806d279bf4bcc07" + integrity sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA== + +fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: + version "3.1.3" + resolved "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" + integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== + +fast-diff@^1.1.2: + version "1.3.0" + resolved "https://registry.npmmirror.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0" + integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw== + +fast-glob@^3.2.9: + version "3.3.2" + resolved "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129" + integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== + dependencies: + "@nodelib/fs.stat" "^2.0.2" + "@nodelib/fs.walk" "^1.2.3" + glob-parent "^5.1.2" + merge2 "^1.3.0" + micromatch "^4.0.4" + +fast-json-stable-stringify@^2.0.0: + version "2.1.0" + resolved "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" + integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== + +fast-levenshtein@^2.0.6: + version "2.0.6" + resolved "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" + integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== + +fastq@^1.6.0: + version "1.17.0" + resolved "https://registry.npmmirror.com/fastq/-/fastq-1.17.0.tgz#ca5e1a90b5e68f97fc8b61330d5819b82f5fab03" + integrity sha512-zGygtijUMT7jnk3h26kUms3BkSDp4IfIKjmnqI2tvx6nuBfiF1UqOxbnLfzdv+apBy+53oaImsKtMw/xYbW+1w== + dependencies: + reusify "^1.0.4" + +fd-slicer@~1.1.0: + version "1.1.0" + resolved "https://registry.npmmirror.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e" + integrity sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g== + dependencies: + pend "~1.2.0" + +fecha@^4.2.1: + version "4.2.3" + resolved "https://registry.npmmirror.com/fecha/-/fecha-4.2.3.tgz#4d9ccdbc61e8629b259fdca67e65891448d569fd" + integrity sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw== + +figures@^3.2.0: + version "3.2.0" + resolved "https://registry.npmmirror.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af" + integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== + dependencies: + escape-string-regexp "^1.0.5" + +file-entry-cache@^6.0.1: + version "6.0.1" + resolved "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027" + integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== + dependencies: + flat-cache "^3.0.4" + +fill-range@^7.0.1: + version "7.0.1" + resolved "https://registry.npmmirror.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" + integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== + dependencies: + to-regex-range "^5.0.1" + +find-up@^5.0.0: + version "5.0.0" + resolved "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" + integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== + dependencies: + locate-path "^6.0.0" + path-exists "^4.0.0" + +flat-cache@^3.0.4: + version "3.2.0" + resolved "https://registry.npmmirror.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee" + integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw== + dependencies: + flatted "^3.2.9" + keyv "^4.5.3" + rimraf "^3.0.2" + +flatted@^3.2.9: + version "3.2.9" + resolved "https://registry.npmmirror.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf" + integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ== + +flru@^1.0.2: + version "1.0.2" + resolved "https://registry.npmmirror.com/flru/-/flru-1.0.2.tgz#1ae514c62b8b035ffff9ca9e4563ddcc817f4845" + integrity sha512-kWyh8ADvHBFz6ua5xYOPnUroZTT/bwWfrCeL0Wj1dzG4/YOmOcfJ99W8dOVyyynJN35rZ9aCOtHChqQovV7yog== + +fmin@^0.0.2: + version "0.0.2" + resolved "https://registry.npmmirror.com/fmin/-/fmin-0.0.2.tgz#59bbb40d43ffdc1c94cd00a568c41f95f1973017" + integrity sha512-sSi6DzInhl9d8yqssDfGZejChO8d2bAGIpysPsvYsxFe898z89XhCZg6CPNV3nhUhFefeC/AXZK2bAJxlBjN6A== + dependencies: + contour_plot "^0.0.1" + json2module "^0.0.3" + rollup "^0.25.8" + tape "^4.5.1" + uglify-js "^2.6.2" + +follow-redirects@^1.15.4: + version "1.15.5" + resolved "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020" + integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw== + +for-each@^0.3.3, for-each@~0.3.3: + version "0.3.3" + resolved "https://registry.npmmirror.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e" + integrity sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw== + dependencies: + is-callable "^1.1.3" + +foreground-child@^3.1.0: + version "3.1.1" + resolved "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d" + integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg== + dependencies: + cross-spawn "^7.0.0" + signal-exit "^4.0.1" + +forever-agent@~0.6.1: + version "0.6.1" + resolved "https://registry.npmmirror.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" + integrity sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw== + +form-data@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452" + integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww== + dependencies: + asynckit "^0.4.0" + combined-stream "^1.0.8" + mime-types "^2.1.12" + +form-data@~2.3.2: + version "2.3.3" + resolved "https://registry.npmmirror.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6" + integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== + dependencies: + asynckit "^0.4.0" + combined-stream "^1.0.6" + mime-types "^2.1.12" + +from@~0: + version "0.1.7" + resolved "https://registry.npmmirror.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe" + integrity sha512-twe20eF1OxVxp/ML/kq2p1uc6KvFK/+vs8WjEbeKmV2He22MKm7YF2ANIt+EOqhJ5L3K/SuuPhk0hWQDjOM23g== + +fs-extra@^9.1.0: + version "9.1.0" + resolved "https://registry.npmmirror.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d" + integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== + dependencies: + at-least-node "^1.0.0" + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" + +fs.realpath@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== + +fsevents@~2.3.2, fsevents@~2.3.3: + version "2.3.3" + resolved "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" + integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== + +function-bind@^1.1.2: + version "1.1.2" + resolved "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c" + integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== + +function.prototype.name@^1.1.6: + version "1.1.6" + resolved "https://registry.npmmirror.com/function.prototype.name/-/function.prototype.name-1.1.6.tgz#cdf315b7d90ee77a4c6ee216c3c3362da07533fd" + integrity sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg== + dependencies: + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" + functions-have-names "^1.2.3" + +functions-have-names@^1.2.3: + version "1.2.3" + resolved "https://registry.npmmirror.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" + integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== + +gensync@^1.0.0-beta.2: + version "1.0.0-beta.2" + resolved "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" + integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== + +get-func-name@^2.0.1, get-func-name@^2.0.2: + version "2.0.2" + resolved "https://registry.npmmirror.com/get-func-name/-/get-func-name-2.0.2.tgz#0d7cf20cd13fda808669ffa88f4ffc7a3943fc41" + integrity sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ== + +get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@^1.2.0, get-intrinsic@^1.2.1, get-intrinsic@^1.2.2: + version "1.2.2" + resolved "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.2.2.tgz#281b7622971123e1ef4b3c90fd7539306da93f3b" + integrity sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA== + dependencies: + function-bind "^1.1.2" + has-proto "^1.0.1" + has-symbols "^1.0.3" + hasown "^2.0.0" + +get-stream@^5.0.0, get-stream@^5.1.0: + version "5.2.0" + resolved "https://registry.npmmirror.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" + integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== + dependencies: + pump "^3.0.0" + +get-stream@^6.0.0: + version "6.0.1" + resolved "https://registry.npmmirror.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" + integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== + +get-stream@^8.0.1: + version "8.0.1" + resolved "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz#def9dfd71742cd7754a7761ed43749a27d02eca2" + integrity sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA== + +get-symbol-description@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6" + integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw== + dependencies: + call-bind "^1.0.2" + get-intrinsic "^1.1.1" + +getos@^3.2.1: + version "3.2.1" + resolved "https://registry.npmmirror.com/getos/-/getos-3.2.1.tgz#0134d1f4e00eb46144c5a9c0ac4dc087cbb27dc5" + integrity sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q== + dependencies: + async "^3.2.0" + +getpass@^0.1.1: + version "0.1.7" + resolved "https://registry.npmmirror.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" + integrity sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng== + dependencies: + assert-plus "^1.0.0" + +gl-matrix@^3.1.0, gl-matrix@^3.3.0, gl-matrix@^3.4.3: + version "3.4.3" + resolved "https://registry.npmmirror.com/gl-matrix/-/gl-matrix-3.4.3.tgz#fc1191e8320009fd4d20e9339595c6041ddc22c9" + integrity sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA== + +glob-parent@^5.1.2: + version "5.1.2" + resolved "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" + integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== + dependencies: + is-glob "^4.0.1" + +glob-parent@^6.0.2: + version "6.0.2" + resolved "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3" + integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A== + dependencies: + is-glob "^4.0.3" + +glob@^10.3.3: + version "10.3.10" + resolved "https://registry.npmmirror.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b" + integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g== + dependencies: + foreground-child "^3.1.0" + jackspeak "^2.3.5" + minimatch "^9.0.1" + minipass "^5.0.0 || ^6.0.2 || ^7.0.0" + path-scurry "^1.10.1" + +glob@^7.1.3, glob@~7.2.3: + version "7.2.3" + resolved "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" + integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.1.1" + once "^1.3.0" + path-is-absolute "^1.0.0" + +global-dirs@^3.0.0: + version "3.0.1" + resolved "https://registry.npmmirror.com/global-dirs/-/global-dirs-3.0.1.tgz#0c488971f066baceda21447aecb1a8b911d22485" + integrity sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA== + dependencies: + ini "2.0.0" + +globals@^11.1.0: + version "11.12.0" + resolved "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" + integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== + +globals@^13.19.0, globals@^13.20.0: + version "13.24.0" + resolved "https://registry.npmmirror.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171" + integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ== + dependencies: + type-fest "^0.20.2" + +globalthis@^1.0.3: + version "1.0.3" + resolved "https://registry.npmmirror.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf" + integrity sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA== + dependencies: + define-properties "^1.1.3" + +globby@^11.1.0: + version "11.1.0" + resolved "https://registry.npmmirror.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" + integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== + dependencies: + array-union "^2.1.0" + dir-glob "^3.0.1" + fast-glob "^3.2.9" + ignore "^5.2.0" + merge2 "^1.4.1" + slash "^3.0.0" + +good-listener@^1.2.2: + version "1.2.2" + resolved "https://registry.npmmirror.com/good-listener/-/good-listener-1.2.2.tgz#d53b30cdf9313dffb7dc9a0d477096aa6d145c50" + integrity sha512-goW1b+d9q/HIwbVYZzZ6SsTr4IgE+WA44A0GmPIQstuOrgsFcT7VEJ48nmr9GaRtNu0XTKacFLGnBPAM6Afouw== + dependencies: + delegate "^3.1.2" + +gopd@^1.0.1: + version "1.0.1" + resolved "https://registry.npmmirror.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c" + integrity sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA== + dependencies: + get-intrinsic "^1.1.3" + +graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0: + version "4.2.11" + resolved "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" + integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== + +gradient-parser@^1.0.2: + version "1.0.2" + resolved "https://registry.npmmirror.com/gradient-parser/-/gradient-parser-1.0.2.tgz#d283b80390386e2613c992bb0e5abb259aedf25f" + integrity sha512-gR6nY33xC9yJoH4wGLQtZQMXDi6RI3H37ERu7kQCVUzlXjNedpZM7xcA489Opwbq0BSGohtWGsWsntupmxelMg== + +graphemer@^1.4.0: + version "1.4.0" + resolved "https://registry.npmmirror.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6" + integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== + +has-ansi@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" + integrity sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg== + dependencies: + ansi-regex "^2.0.0" + +has-bigints@^1.0.1, has-bigints@^1.0.2: + version "1.0.2" + resolved "https://registry.npmmirror.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa" + integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ== + +has-flag@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== + +has-flag@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" + integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== + +has-property-descriptors@^1.0.0, has-property-descriptors@^1.0.1: + version "1.0.1" + resolved "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz#52ba30b6c5ec87fd89fa574bc1c39125c6f65340" + integrity sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg== + dependencies: + get-intrinsic "^1.2.2" + +has-proto@^1.0.1: + version "1.0.1" + resolved "https://registry.npmmirror.com/has-proto/-/has-proto-1.0.1.tgz#1885c1305538958aff469fef37937c22795408e0" + integrity sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg== + +has-symbols@^1.0.2, has-symbols@^1.0.3: + version "1.0.3" + resolved "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" + integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== + +has-tostringtag@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25" + integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== + dependencies: + has-symbols "^1.0.2" + +has@~1.0.3: + version "1.0.4" + resolved "https://registry.npmmirror.com/has/-/has-1.0.4.tgz#2eb2860e000011dae4f1406a86fe80e530fb2ec6" + integrity sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ== + +hasown@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/hasown/-/hasown-2.0.0.tgz#f4c513d454a57b7c7e1650778de226b11700546c" + integrity sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA== + dependencies: + function-bind "^1.1.2" + +he@^1.2.0: + version "1.2.0" + resolved "https://registry.npmmirror.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" + integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== + +highlight.js@^11.3.1: + version "11.10.0" + resolved "https://mirrors.huaweicloud.com/repository/npm/highlight.js/-/highlight.js-11.10.0.tgz#6e3600dc4b33d6dc23d5bd94fbf72405f5892b92" + integrity sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ== + +hosted-git-info@^7.0.0: + version "7.0.1" + resolved "https://registry.npmmirror.com/hosted-git-info/-/hosted-git-info-7.0.1.tgz#9985fcb2700467fecf7f33a4d4874e30680b5322" + integrity sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA== + dependencies: + lru-cache "^10.0.1" + +html-encoding-sniffer@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz#696df529a7cfd82446369dc5193e590a3735b448" + integrity sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ== + dependencies: + whatwg-encoding "^3.1.1" + +html-tags@^3.3.1: + version "3.3.1" + resolved "https://registry.npmmirror.com/html-tags/-/html-tags-3.3.1.tgz#a04026a18c882e4bba8a01a3d39cfe465d40b5ce" + integrity sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ== + +http-proxy-agent@^7.0.0: + version "7.0.0" + resolved "https://registry.npmmirror.com/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz#e9096c5afd071a3fce56e6252bb321583c124673" + integrity sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ== + dependencies: + agent-base "^7.1.0" + debug "^4.3.4" + +http-signature@~1.3.6: + version "1.3.6" + resolved "https://registry.npmmirror.com/http-signature/-/http-signature-1.3.6.tgz#cb6fbfdf86d1c974f343be94e87f7fc128662cf9" + integrity sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw== + dependencies: + assert-plus "^1.0.0" + jsprim "^2.0.2" + sshpk "^1.14.1" + +https-proxy-agent@^7.0.2: + version "7.0.2" + resolved "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz#e2645b846b90e96c6e6f347fb5b2e41f1590b09b" + integrity sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA== + dependencies: + agent-base "^7.0.2" + debug "4" + +human-signals@^1.1.1: + version "1.1.1" + resolved "https://registry.npmmirror.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3" + integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== + +human-signals@^2.1.0: + version "2.1.0" + resolved "https://registry.npmmirror.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" + integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== + +human-signals@^5.0.0: + version "5.0.0" + resolved "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28" + integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ== + +husky@^9.0.6: + version "9.0.7" + resolved "https://registry.npmmirror.com/husky/-/husky-9.0.7.tgz#047f24ec1b6c681206af714b4217c13ee97fff20" + integrity sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg== + +iconv-lite@0.6, iconv-lite@0.6.3, iconv-lite@^0.6.3: + version "0.6.3" + resolved "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501" + integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw== + dependencies: + safer-buffer ">= 2.1.2 < 3.0.0" + +ieee754@^1.1.13: + version "1.2.1" + resolved "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" + integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== + +ignore@^5.2.0, ignore@^5.2.4: + version "5.3.0" + resolved "https://registry.npmmirror.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78" + integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg== + +image-size@~0.5.0: + version "0.5.5" + resolved "https://registry.npmmirror.com/image-size/-/image-size-0.5.5.tgz#09dfd4ab9d20e29eb1c3e80b8990378df9e3cb9c" + integrity sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ== + +import-fresh@^3.2.1: + version "3.3.0" + resolved "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" + integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== + dependencies: + parent-module "^1.0.0" + resolve-from "^4.0.0" + +imurmurhash@^0.1.4: + version "0.1.4" + resolved "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" + integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== + +indent-string@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" + integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== + +inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@2, inherits@~2.0.4: + version "2.0.4" + resolved "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== + +ini@2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5" + integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA== + +ini@^1.3.4: + version "1.3.8" + resolved "https://registry.npmmirror.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" + integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== + +internal-slot@^1.0.5: + version "1.0.6" + resolved "https://registry.npmmirror.com/internal-slot/-/internal-slot-1.0.6.tgz#37e756098c4911c5e912b8edbf71ed3aa116f930" + integrity sha512-Xj6dv+PsbtwyPpEflsejS+oIZxmMlV44zAhG479uYu89MsjcYOhCFnNyKrkJrihbsiasQyY0afoCl/9BLR65bg== + dependencies: + get-intrinsic "^1.2.2" + hasown "^2.0.0" + side-channel "^1.0.4" + +"internmap@1 - 2": + version "2.0.3" + resolved "https://registry.npmmirror.com/internmap/-/internmap-2.0.3.tgz#6685f23755e43c524e251d29cbc97248e3061009" + integrity sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg== + +is-arguments@^1.1.1: + version "1.1.1" + resolved "https://registry.npmmirror.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b" + integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA== + dependencies: + call-bind "^1.0.2" + has-tostringtag "^1.0.0" + +is-array-buffer@^3.0.1, is-array-buffer@^3.0.2: + version "3.0.2" + resolved "https://registry.npmmirror.com/is-array-buffer/-/is-array-buffer-3.0.2.tgz#f2653ced8412081638ecb0ebbd0c41c6e0aecbbe" + integrity sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w== + dependencies: + call-bind "^1.0.2" + get-intrinsic "^1.2.0" + is-typed-array "^1.1.10" + +is-arrayish@^0.2.1: + version "0.2.1" + resolved "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" + integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== + +is-arrayish@^0.3.1: + version "0.3.2" + resolved "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03" + integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== + +is-bigint@^1.0.1: + version "1.0.4" + resolved "https://registry.npmmirror.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3" + integrity sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg== + dependencies: + has-bigints "^1.0.1" + +is-boolean-object@^1.1.0: + version "1.1.2" + resolved "https://registry.npmmirror.com/is-boolean-object/-/is-boolean-object-1.1.2.tgz#5c6dc200246dd9321ae4b885a114bb1f75f63719" + integrity sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA== + dependencies: + call-bind "^1.0.2" + has-tostringtag "^1.0.0" + +is-buffer@^1.1.5: + version "1.1.6" + resolved "https://registry.npmmirror.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" + integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== + +is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7: + version "1.2.7" + resolved "https://registry.npmmirror.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055" + integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== + +is-ci@^3.0.0: + version "3.0.1" + resolved "https://registry.npmmirror.com/is-ci/-/is-ci-3.0.1.tgz#db6ecbed1bd659c43dac0f45661e7674103d1867" + integrity sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ== + dependencies: + ci-info "^3.2.0" + +is-core-module@^2.13.0, is-core-module@^2.8.1: + version "2.13.1" + resolved "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384" + integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw== + dependencies: + hasown "^2.0.0" + +is-date-object@^1.0.1, is-date-object@^1.0.5: + version "1.0.5" + resolved "https://registry.npmmirror.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f" + integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ== + dependencies: + has-tostringtag "^1.0.0" + +is-extglob@^2.1.1: + version "2.1.1" + resolved "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" + integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== + +is-fullwidth-code-point@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" + integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== + +is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3: + version "4.0.3" + resolved "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" + integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== + dependencies: + is-extglob "^2.1.1" + +is-installed-globally@~0.4.0: + version "0.4.0" + resolved "https://registry.npmmirror.com/is-installed-globally/-/is-installed-globally-0.4.0.tgz#9a0fd407949c30f86eb6959ef1b7994ed0b7b520" + integrity sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ== + dependencies: + global-dirs "^3.0.0" + is-path-inside "^3.0.2" + +is-negative-zero@^2.0.2: + version "2.0.2" + resolved "https://registry.npmmirror.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150" + integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA== + +is-number-object@^1.0.4: + version "1.0.7" + resolved "https://registry.npmmirror.com/is-number-object/-/is-number-object-1.0.7.tgz#59d50ada4c45251784e9904f5246c742f07a42fc" + integrity sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ== + dependencies: + has-tostringtag "^1.0.0" + +is-number@^7.0.0: + version "7.0.0" + resolved "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" + integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== + +is-path-inside@^3.0.2, is-path-inside@^3.0.3: + version "3.0.3" + resolved "https://registry.npmmirror.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" + integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== + +is-plain-object@3.0.1: + version "3.0.1" + resolved "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-3.0.1.tgz#662d92d24c0aa4302407b0d45d21f2251c85f85b" + integrity sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g== + +is-plain-object@5.0.0: + version "5.0.0" + resolved "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344" + integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q== + +is-potential-custom-element-name@^1.0.1: + version "1.0.1" + resolved "https://registry.npmmirror.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5" + integrity sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ== + +is-regex@^1.1.4, is-regex@~1.1.4: + version "1.1.4" + resolved "https://registry.npmmirror.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958" + integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg== + dependencies: + call-bind "^1.0.2" + has-tostringtag "^1.0.0" + +is-shared-array-buffer@^1.0.2: + version "1.0.2" + resolved "https://registry.npmmirror.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79" + integrity sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA== + dependencies: + call-bind "^1.0.2" + +is-stream@^2.0.0: + version "2.0.1" + resolved "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" + integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== + +is-stream@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz#e6bfd7aa6bef69f4f472ce9bb681e3e57b4319ac" + integrity sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA== + +is-string@^1.0.5, is-string@^1.0.7: + version "1.0.7" + resolved "https://registry.npmmirror.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd" + integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg== + dependencies: + has-tostringtag "^1.0.0" + +is-symbol@^1.0.2, is-symbol@^1.0.3: + version "1.0.4" + resolved "https://registry.npmmirror.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c" + integrity sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg== + dependencies: + has-symbols "^1.0.2" + +is-typed-array@^1.1.10, is-typed-array@^1.1.12, is-typed-array@^1.1.9: + version "1.1.12" + resolved "https://registry.npmmirror.com/is-typed-array/-/is-typed-array-1.1.12.tgz#d0bab5686ef4a76f7a73097b95470ab199c57d4a" + integrity sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg== + dependencies: + which-typed-array "^1.1.11" + +is-typedarray@~1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" + integrity sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA== + +is-unicode-supported@^0.1.0: + version "0.1.0" + resolved "https://registry.npmmirror.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7" + integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== + +is-weakref@^1.0.2: + version "1.0.2" + resolved "https://registry.npmmirror.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2" + integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ== + dependencies: + call-bind "^1.0.2" + +is-what@^3.14.1: + version "3.14.1" + resolved "https://registry.npmmirror.com/is-what/-/is-what-3.14.1.tgz#e1222f46ddda85dead0fd1c9df131760e77755c1" + integrity sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA== + +isarray@^2.0.5: + version "2.0.5" + resolved "https://registry.npmmirror.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723" + integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== + +isexe@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== + +isstream@~0.1.2: + version "0.1.2" + resolved "https://registry.npmmirror.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" + integrity sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g== + +jackspeak@2.1.1, jackspeak@^2.3.5: + version "2.1.1" + resolved "https://registry.npmmirror.com/jackspeak/-/jackspeak-2.1.1.tgz#2a42db4cfbb7e55433c28b6f75d8b796af9669cd" + integrity sha512-juf9stUEwUaILepraGOWIJTLwg48bUnBmRqd2ln2Os1sW987zeoj/hzhbvRB95oMuS2ZTpjULmdwHNX4rzZIZw== + dependencies: + cliui "^8.0.1" + optionalDependencies: + "@pkgjs/parseargs" "^0.11.0" + +joi@^17.11.0: + version "17.12.1" + resolved "https://registry.npmmirror.com/joi/-/joi-17.12.1.tgz#3347ecf4cd3301962d42191c021b165eef1f395b" + integrity sha512-vtxmq+Lsc5SlfqotnfVjlViWfOL9nt/avKNbKYizwf6gsCfq9NYY/ceYRMFD8XDdrjJ9abJyScWmhmIiy+XRtQ== + dependencies: + "@hapi/hoek" "^9.3.0" + "@hapi/topo" "^5.1.0" + "@sideway/address" "^4.1.5" + "@sideway/formula" "^3.0.1" + "@sideway/pinpoint" "^2.0.0" + +js-beautify@^1.14.9: + version "1.14.11" + resolved "https://registry.npmmirror.com/js-beautify/-/js-beautify-1.14.11.tgz#57b17e009549ac845bdc58eddf8e1862e311314e" + integrity sha512-rPogWqAfoYh1Ryqqh2agUpVfbxAhbjuN1SmU86dskQUKouRiggUTCO4+2ym9UPXllc2WAp0J+T5qxn7Um3lCdw== + dependencies: + config-chain "^1.1.13" + editorconfig "^1.0.3" + glob "^10.3.3" + nopt "^7.2.0" + +"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" + integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== + +js-yaml@^4.1.0: + version "4.1.0" + resolved "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" + integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== + dependencies: + argparse "^2.0.1" + +jsbn@~0.1.0: + version "0.1.1" + resolved "https://registry.npmmirror.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" + integrity sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg== + +jsdom@^23.0.1: + version "23.2.0" + resolved "https://registry.npmmirror.com/jsdom/-/jsdom-23.2.0.tgz#08083220146d41c467efa1c6969f02b525ba6c1d" + integrity sha512-L88oL7D/8ufIES+Zjz7v0aes+oBMh2Xnh3ygWvL0OaICOomKEPKuPnIfBJekiXr+BHbbMjrWn/xqrDQuxFTeyA== + dependencies: + "@asamuzakjp/dom-selector" "^2.0.1" + cssstyle "^4.0.1" + data-urls "^5.0.0" + decimal.js "^10.4.3" + form-data "^4.0.0" + html-encoding-sniffer "^4.0.0" + http-proxy-agent "^7.0.0" + https-proxy-agent "^7.0.2" + is-potential-custom-element-name "^1.0.1" + parse5 "^7.1.2" + rrweb-cssom "^0.6.0" + saxes "^6.0.0" + symbol-tree "^3.2.4" + tough-cookie "^4.1.3" + w3c-xmlserializer "^5.0.0" + webidl-conversions "^7.0.0" + whatwg-encoding "^3.1.1" + whatwg-mimetype "^4.0.0" + whatwg-url "^14.0.0" + ws "^8.16.0" + xml-name-validator "^5.0.0" + +jsesc@^2.5.1: + version "2.5.2" + resolved "https://registry.npmmirror.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" + integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== + +json-buffer@3.0.1: + version "3.0.1" + resolved "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13" + integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ== + +json-parse-even-better-errors@^3.0.0: + version "3.0.1" + resolved "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz#02bb29fb5da90b5444581749c22cedd3597c6cb0" + integrity sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg== + +json-schema-traverse@^0.4.1: + version "0.4.1" + resolved "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" + integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== + +json-schema@0.4.0: + version "0.4.0" + resolved "https://registry.npmmirror.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5" + integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA== + +json-stable-stringify-without-jsonify@^1.0.1: + version "1.0.1" + resolved "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" + integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== + +json-stringify-safe@~5.0.1: + version "5.0.1" + resolved "https://registry.npmmirror.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" + integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA== + +json2module@^0.0.3: + version "0.0.3" + resolved "https://registry.npmmirror.com/json2module/-/json2module-0.0.3.tgz#00fb5f4a9b7adfc3f0647c29cb17bcd1979be9b2" + integrity sha512-qYGxqrRrt4GbB8IEOy1jJGypkNsjWoIMlZt4bAsmUScCA507Hbc2p1JOhBzqn45u3PWafUgH2OnzyNU7udO/GA== + dependencies: + rw "^1.3.2" + +json5@^2.2.3: + version "2.2.3" + resolved "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" + integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== + +jsonc-parser@^3.2.0: + version "3.2.1" + resolved "https://registry.npmmirror.com/jsonc-parser/-/jsonc-parser-3.2.1.tgz#031904571ccf929d7670ee8c547545081cb37f1a" + integrity sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA== + +jsonfile@^6.0.1: + version "6.1.0" + resolved "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" + integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== + dependencies: + universalify "^2.0.0" + optionalDependencies: + graceful-fs "^4.1.6" + +jsprim@^2.0.2: + version "2.0.2" + resolved "https://registry.npmmirror.com/jsprim/-/jsprim-2.0.2.tgz#77ca23dbcd4135cd364800d22ff82c2185803d4d" + integrity sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ== + dependencies: + assert-plus "1.0.0" + extsprintf "1.3.0" + json-schema "0.4.0" + verror "1.10.0" + +keyv@^4.5.3: + version "4.5.4" + resolved "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93" + integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw== + dependencies: + json-buffer "3.0.1" + +kind-of@^3.0.2: + version "3.2.2" + resolved "https://registry.npmmirror.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" + integrity sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ== + dependencies: + is-buffer "^1.1.5" + +lazy-ass@1.6.0, lazy-ass@^1.6.0: + version "1.6.0" + resolved "https://registry.npmmirror.com/lazy-ass/-/lazy-ass-1.6.0.tgz#7999655e8646c17f089fdd187d150d3324d54513" + integrity sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw== + +lazy-cache@^1.0.3: + version "1.0.4" + resolved "https://registry.npmmirror.com/lazy-cache/-/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e" + integrity sha512-RE2g0b5VGZsOCFOCgP7omTRYFqydmZkBwl5oNnQ1lDYC57uyO9KqNnNVxT7COSHTxrRCWVcAVOcbjk+tvh/rgQ== + +less@^4.2.0: + version "4.2.0" + resolved "https://registry.npmmirror.com/less/-/less-4.2.0.tgz#cbefbfaa14a4cd388e2099b2b51f956e1465c450" + integrity sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA== + dependencies: + copy-anything "^2.0.1" + parse-node-version "^1.0.1" + tslib "^2.3.0" + optionalDependencies: + errno "^0.1.1" + graceful-fs "^4.1.2" + image-size "~0.5.0" + make-dir "^2.1.0" + mime "^1.4.1" + needle "^3.1.0" + source-map "~0.6.0" + +levn@^0.4.1: + version "0.4.1" + resolved "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade" + integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== + dependencies: + prelude-ls "^1.2.1" + type-check "~0.4.0" + +lines-and-columns@^2.0.3: + version "2.0.4" + resolved "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-2.0.4.tgz#d00318855905d2660d8c0822e3f5a4715855fc42" + integrity sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A== + +linkify-it@^3.0.1: + version "3.0.3" + resolved "https://mirrors.huaweicloud.com/repository/npm/linkify-it/-/linkify-it-3.0.3.tgz#a98baf44ce45a550efb4d49c769d07524cc2fa2e" + integrity sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ== + dependencies: + uc.micro "^1.0.1" + +listr2@^3.8.3: + version "3.14.0" + resolved "https://registry.npmmirror.com/listr2/-/listr2-3.14.0.tgz#23101cc62e1375fd5836b248276d1d2b51fdbe9e" + integrity sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g== + dependencies: + cli-truncate "^2.1.0" + colorette "^2.0.16" + log-update "^4.0.0" + p-map "^4.0.0" + rfdc "^1.3.0" + rxjs "^7.5.1" + through "^2.3.8" + wrap-ansi "^7.0.0" + +local-pkg@^0.5.0: + version "0.5.0" + resolved "https://registry.npmmirror.com/local-pkg/-/local-pkg-0.5.0.tgz#093d25a346bae59a99f80e75f6e9d36d7e8c925c" + integrity sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg== + dependencies: + mlly "^1.4.2" + pkg-types "^1.0.3" + +locate-path@^6.0.0: + version "6.0.0" + resolved "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286" + integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== + dependencies: + p-locate "^5.0.0" + +lodash-es@^4.17.15, lodash-es@^4.17.21: + version "4.17.21" + resolved "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee" + integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw== + +lodash.flow@^3.5.0: + version "3.5.0" + resolved "https://mirrors.huaweicloud.com/repository/npm/lodash.flow/-/lodash.flow-3.5.0.tgz#87bf40292b8cf83e4e8ce1a3ae4209e20071675a" + integrity sha512-ff3BX/tSioo+XojX4MOsOMhJw0nZoUEF011LX8g8d3gvjVbxd89cCio4BCXronjxcTUIJUoqKEUA+n4CqvvRPw== + +lodash.merge@^4.6.2: + version "4.6.2" + resolved "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" + integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== + +lodash.once@^4.1.1: + version "4.1.1" + resolved "https://registry.npmmirror.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac" + integrity sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg== + +lodash@^4.17.21: + version "4.17.21" + resolved "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + +log-symbols@^4.0.0: + version "4.1.0" + resolved "https://registry.npmmirror.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503" + integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg== + dependencies: + chalk "^4.1.0" + is-unicode-supported "^0.1.0" + +log-update@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/log-update/-/log-update-4.0.0.tgz#589ecd352471f2a1c0c570287543a64dfd20e0a1" + integrity sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg== + dependencies: + ansi-escapes "^4.3.0" + cli-cursor "^3.1.0" + slice-ansi "^4.0.0" + wrap-ansi "^6.2.0" + +longest@^1.0.1: + version "1.0.1" + resolved "https://registry.npmmirror.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" + integrity sha512-k+yt5n3l48JU4k8ftnKG6V7u32wyH2NfKzeMto9F/QRE0amxy/LayxwlvjjkZEIzqR+19IrtFO8p5kB9QaYUFg== + +loose-envify@^1.0.0: + version "1.4.0" + resolved "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" + integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== + dependencies: + js-tokens "^3.0.0 || ^4.0.0" + +loupe@^2.3.6, loupe@^2.3.7: + version "2.3.7" + resolved "https://registry.npmmirror.com/loupe/-/loupe-2.3.7.tgz#6e69b7d4db7d3ab436328013d37d1c8c3540c697" + integrity sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA== + dependencies: + get-func-name "^2.0.1" + +lru-cache@^10.0.1, "lru-cache@^9.1.1 || ^10.0.0": + version "10.2.0" + resolved "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3" + integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q== + +lru-cache@^5.1.1: + version "5.1.1" + resolved "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" + integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== + dependencies: + yallist "^3.0.2" + +lru-cache@^6.0.0: + version "6.0.0" + resolved "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" + integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== + dependencies: + yallist "^4.0.0" + +magic-string@^0.30.5: + version "0.30.5" + resolved "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.5.tgz#1994d980bd1c8835dc6e78db7cbd4ae4f24746f9" + integrity sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA== + dependencies: + "@jridgewell/sourcemap-codec" "^1.4.15" + +make-dir@^2.1.0: + version "2.1.0" + resolved "https://registry.npmmirror.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" + integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== + dependencies: + pify "^4.0.1" + semver "^5.6.0" + +make-error@^1.1.1: + version "1.3.6" + resolved "https://registry.npmmirror.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2" + integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw== + +map-stream@~0.1.0: + version "0.1.0" + resolved "https://registry.npmmirror.com/map-stream/-/map-stream-0.1.0.tgz#e56aa94c4c8055a16404a0674b78f215f7c8e194" + integrity sha512-CkYQrPYZfWnu/DAmVCpTSX/xHpKZ80eKh2lAkyA6AJTef6bW+6JpbQZN5rofum7da+SyN1bi5ctTm+lTfcCW3g== + +markdown-it-abbr@^1.0.4: + version "1.0.4" + resolved "https://mirrors.huaweicloud.com/repository/npm/markdown-it-abbr/-/markdown-it-abbr-1.0.4.tgz#d66b5364521cbb3dd8aa59dadfba2fb6865c8fd8" + integrity sha512-ZeA4Z4SaBbYysZap5iZcxKmlPL6bYA8grqhzJIHB1ikn7njnzaP8uwbtuXc4YXD5LicI4/2Xmc0VwmSiFV04gg== + +markdown-it-anchor@^8.4.1: + version "8.6.7" + resolved "https://mirrors.huaweicloud.com/repository/npm/markdown-it-anchor/-/markdown-it-anchor-8.6.7.tgz#ee6926daf3ad1ed5e4e3968b1740eef1c6399634" + integrity sha512-FlCHFwNnutLgVTflOYHPW2pPcl2AACqVzExlkGQNsi4CJgqOHN7YTgDd4LuhgN1BFO3TS0vLAruV1Td6dwWPJA== + +markdown-it-deflist@^2.1.0: + version "2.1.0" + resolved "https://mirrors.huaweicloud.com/repository/npm/markdown-it-deflist/-/markdown-it-deflist-2.1.0.tgz#50d7a56b9544cd81252f7623bd785e28a8dcef5c" + integrity sha512-3OuqoRUlSxJiuQYu0cWTLHNhhq2xtoSFqsZK8plANg91+RJQU1ziQ6lA2LzmFAEes18uPBsHZpcX6We5l76Nzg== + +markdown-it-emoji@^2.0.0: + version "2.0.2" + resolved "https://mirrors.huaweicloud.com/repository/npm/markdown-it-emoji/-/markdown-it-emoji-2.0.2.tgz#cd42421c2fda1537d9cc12b9923f5c8aeb9029c8" + integrity sha512-zLftSaNrKuYl0kR5zm4gxXjHaOI3FAOEaloKmRA5hijmJZvSjmxcokOLlzycb/HXlUFWzXqpIEoyEMCE4i9MvQ== + +markdown-it-footnote@^3.0.3: + version "3.0.3" + resolved "https://mirrors.huaweicloud.com/repository/npm/markdown-it-footnote/-/markdown-it-footnote-3.0.3.tgz#e0e4c0d67390a4c5f0c75f73be605c7c190ca4d8" + integrity sha512-YZMSuCGVZAjzKMn+xqIco9d1cLGxbELHZ9do/TSYVzraooV8ypsppKNmUJ0fVH5ljkCInQAtFpm8Rb3eXSrt5w== + +markdown-it-highlightjs@^3.6.0: + version "3.6.0" + resolved "https://mirrors.huaweicloud.com/repository/npm/markdown-it-highlightjs/-/markdown-it-highlightjs-3.6.0.tgz#b567408c633d71e5e4cc33e1d0121a44447d2f29" + integrity sha512-ex+Lq3cVkprh0GpGwFyc53A/rqY6GGzopPCG1xMsf8Ya3XtGC8Uw9tChN1rWbpyDae7tBBhVHVcMM29h4Btamw== + dependencies: + highlight.js "^11.3.1" + lodash.flow "^3.5.0" + +markdown-it-ins@^3.0.1: + version "3.0.1" + resolved "https://mirrors.huaweicloud.com/repository/npm/markdown-it-ins/-/markdown-it-ins-3.0.1.tgz#c09356b917cf1dbf73add0b275d67ab8c73d4b4d" + integrity sha512-32SSfZqSzqyAmmQ4SHvhxbFqSzPDqsZgMHDwxqPzp+v+t8RsmqsBZRG+RfRQskJko9PfKC2/oxyOs4Yg/CfiRw== + +markdown-it-mark@^3.0.1: + version "3.0.1" + resolved "https://mirrors.huaweicloud.com/repository/npm/markdown-it-mark/-/markdown-it-mark-3.0.1.tgz#51257db58787d78aaf46dc13418d99a9f3f0ebd3" + integrity sha512-HyxjAu6BRsdt6Xcv6TKVQnkz/E70TdGXEFHRYBGLncRE9lBFwDNLVtFojKxjJWgJ+5XxUwLaHXy+2sGBbDn+4A== + +markdown-it-sub@^1.0.0: + version "1.0.0" + resolved "https://mirrors.huaweicloud.com/repository/npm/markdown-it-sub/-/markdown-it-sub-1.0.0.tgz#375fd6026eae7ddcb012497f6411195ea1e3afe8" + integrity sha512-z2Rm/LzEE1wzwTSDrI+FlPEveAAbgdAdPhdWarq/ZGJrGW/uCQbKAnhoCsE4hAbc3SEym26+W2z/VQB0cQiA9Q== + +markdown-it-sup@^1.0.0: + version "1.0.0" + resolved "https://mirrors.huaweicloud.com/repository/npm/markdown-it-sup/-/markdown-it-sup-1.0.0.tgz#cb9c9ff91a5255ac08f3fd3d63286e15df0a1fc3" + integrity sha512-E32m0nV9iyhRR7CrhnzL5msqic7rL1juWre6TQNxsnApg7Uf+F97JOKxUijg5YwXz86lZ0mqfOnutoryyNdntQ== + +markdown-it-task-lists@^2.1.1: + version "2.1.1" + resolved "https://mirrors.huaweicloud.com/repository/npm/markdown-it-task-lists/-/markdown-it-task-lists-2.1.1.tgz#f68f4d2ac2bad5a2c373ba93081a1a6848417088" + integrity sha512-TxFAc76Jnhb2OUu+n3yz9RMu4CwGfaT788br6HhEDlvWfdeJcLUsxk1Hgw2yJio0OXsxv7pyIPmvECY7bMbluA== + +markdown-it-toc-done-right@^4.2.0: + version "4.2.0" + resolved "https://mirrors.huaweicloud.com/repository/npm/markdown-it-toc-done-right/-/markdown-it-toc-done-right-4.2.0.tgz#3ccdce22d5022ffae7b991d07261b1b1de5459d0" + integrity sha512-UB/IbzjWazwTlNAX0pvWNlJS8NKsOQ4syrXZQ/C72j+jirrsjVRT627lCaylrKJFBQWfRsPmIVQie8x38DEhAQ== + +markdown-it@^12.3.2: + version "12.3.2" + resolved "https://mirrors.huaweicloud.com/repository/npm/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90" + integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg== + dependencies: + argparse "^2.0.1" + entities "~2.1.0" + linkify-it "^3.0.1" + mdurl "^1.0.1" + uc.micro "^1.0.5" + +mdn-data@2.0.30: + version "2.0.30" + resolved "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.30.tgz#ce4df6f80af6cfbe218ecd5c552ba13c4dfa08cc" + integrity sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA== + +mdurl@^1.0.1: + version "1.0.1" + resolved "https://mirrors.huaweicloud.com/repository/npm/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e" + integrity sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g== + +memorystream@^0.3.1: + version "0.3.1" + resolved "https://registry.npmmirror.com/memorystream/-/memorystream-0.3.1.tgz#86d7090b30ce455d63fbae12dda51a47ddcaf9b2" + integrity sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw== + +merge-stream@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" + integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== + +merge2@^1.3.0, merge2@^1.4.1: + version "1.4.1" + resolved "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" + integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== + +micromatch@^4.0.4: + version "4.0.5" + resolved "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" + integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== + dependencies: + braces "^3.0.2" + picomatch "^2.3.1" + +mime-db@1.52.0: + version "1.52.0" + resolved "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" + integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== + +mime-types@^2.1.12, mime-types@~2.1.19: + version "2.1.35" + resolved "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" + integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== + dependencies: + mime-db "1.52.0" + +mime@^1.4.1: + version "1.6.0" + resolved "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" + integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== + +mimic-fn@^2.1.0: + version "2.1.0" + resolved "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" + integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== + +mimic-fn@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc" + integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw== + +minimatch@9.0.1: + version "9.0.1" + resolved "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253" + integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w== + dependencies: + brace-expansion "^2.0.1" + +minimatch@9.0.3, minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.3: + version "9.0.3" + resolved "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" + integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== + dependencies: + brace-expansion "^2.0.1" + +minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: + version "3.1.2" + resolved "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" + integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== + dependencies: + brace-expansion "^1.1.7" + +minimist@^1.2.0, minimist@^1.2.8, minimist@~1.2.8: + version "1.2.8" + resolved "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" + integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== + +"minipass@^5.0.0 || ^6.0.2 || ^7.0.0": + version "7.0.4" + resolved "https://registry.npmmirror.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c" + integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ== + +mlly@^1.2.0, mlly@^1.4.2: + version "1.5.0" + resolved "https://registry.npmmirror.com/mlly/-/mlly-1.5.0.tgz#8428a4617d54cc083d3009030ac79739a0e5447a" + integrity sha512-NPVQvAY1xr1QoVeG0cy8yUYC7FQcOx6evl/RjT1wL5FvzPnzOysoqB/jmx/DhssT2dYa8nxECLAaFI/+gVLhDQ== + dependencies: + acorn "^8.11.3" + pathe "^1.1.2" + pkg-types "^1.0.3" + ufo "^1.3.2" + +mock-property@~1.0.0: + version "1.0.3" + resolved "https://registry.npmmirror.com/mock-property/-/mock-property-1.0.3.tgz#3e37c50a56609d548cabd56559fde3dd8767b10c" + integrity sha512-2emPTb1reeLLYwHxyVx993iYyCHEiRRO+y8NFXFPL5kl5q14sgTK76cXyEKkeKCHeRw35SfdkUJ10Q1KfHuiIQ== + dependencies: + define-data-property "^1.1.1" + functions-have-names "^1.2.3" + gopd "^1.0.1" + has-property-descriptors "^1.0.0" + hasown "^2.0.0" + isarray "^2.0.5" + +mockjs@^1.1.0: + version "1.1.0" + resolved "https://registry.npmmirror.com/mockjs/-/mockjs-1.1.0.tgz#e6a0c378e91906dbaff20911cc0273b3c7d75b06" + integrity sha512-eQsKcWzIaZzEZ07NuEyO4Nw65g0hdWAyurVol1IPl1gahRwY+svqzfgfey8U8dahLwG44d6/RwEzuK52rSa/JQ== + dependencies: + commander "*" + +monaco-editor@^0.45.0: + version "0.45.0" + resolved "https://registry.npmmirror.com/monaco-editor/-/monaco-editor-0.45.0.tgz#6939123a6254aea9fea2d647697f846306dd4448" + integrity sha512-mjv1G1ZzfEE3k9HZN0dQ2olMdwIfaeAAjFiwNprLfYNRSz7ctv9XuCT7gPtBGrMUeV1/iZzYKj17Khu1hxoHOA== + +ms@2.1.2: + version "2.1.2" + resolved "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" + integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== + +ms@^2.1.1: + version "2.1.3" + resolved "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" + integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== + +muggle-string@^0.3.1: + version "0.3.1" + resolved "https://registry.npmmirror.com/muggle-string/-/muggle-string-0.3.1.tgz#e524312eb1728c63dd0b2ac49e3282e6ed85963a" + integrity sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg== + +nanoid@^3.3.7: + version "3.3.7" + resolved "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8" + integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== + +nanopop@^2.1.0: + version "2.4.2" + resolved "https://registry.npmmirror.com/nanopop/-/nanopop-2.4.2.tgz#b55482135be7e64f2d0f5aa8ef51a58104ac7b13" + integrity sha512-NzOgmMQ+elxxHeIha+OG/Pv3Oc3p4RU2aBhwWwAqDpXrdTbtRylbRLQztLy8dMMwfl6pclznBdfUhccEn9ZIzw== + +natural-compare@^1.4.0: + version "1.4.0" + resolved "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" + integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== + +needle@^3.1.0: + version "3.3.1" + resolved "https://registry.npmmirror.com/needle/-/needle-3.3.1.tgz#63f75aec580c2e77e209f3f324e2cdf3d29bd049" + integrity sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q== + dependencies: + iconv-lite "^0.6.3" + sax "^1.2.4" + +node-releases@^2.0.14: + version "2.0.14" + resolved "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b" + integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw== + +nopt@^7.2.0: + version "7.2.0" + resolved "https://registry.npmmirror.com/nopt/-/nopt-7.2.0.tgz#067378c68116f602f552876194fd11f1292503d7" + integrity sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA== + dependencies: + abbrev "^2.0.0" + +normalize-package-data@^6.0.0: + version "6.0.0" + resolved "https://registry.npmmirror.com/normalize-package-data/-/normalize-package-data-6.0.0.tgz#68a96b3c11edd462af7189c837b6b1064a484196" + integrity sha512-UL7ELRVxYBHBgYEtZCXjxuD5vPxnmvMGq0jp/dGPKKrN7tfsBh2IY7TlJ15WWwdjRWD3RJbnsygUurTK3xkPkg== + dependencies: + hosted-git-info "^7.0.0" + is-core-module "^2.8.1" + semver "^7.3.5" + validate-npm-package-license "^3.0.4" + +npm-run-all2@^6.1.1: + version "6.1.1" + resolved "https://registry.npmmirror.com/npm-run-all2/-/npm-run-all2-6.1.1.tgz#afb58a18a4de1e226b2f4b5b44aaef0782ed81ce" + integrity sha512-lWLbkPZ5BSdXtN8lR+0rc8caKoPdymycpZksyDEC9MOBvfdwTXZ0uVhb7bMcGeXv2/BKtfQuo6Zn3zfc8rxNXA== + dependencies: + ansi-styles "^6.2.1" + cross-spawn "^7.0.3" + memorystream "^0.3.1" + minimatch "^9.0.0" + pidtree "^0.6.0" + read-pkg "^8.0.0" + shell-quote "^1.7.3" + +npm-run-path@^4.0.0, npm-run-path@^4.0.1: + version "4.0.1" + resolved "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" + integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== + dependencies: + path-key "^3.0.0" + +npm-run-path@^5.1.0: + version "5.2.0" + resolved "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.2.0.tgz#224cdd22c755560253dd71b83a1ef2f758b2e955" + integrity sha512-W4/tgAXFqFA0iL7fk0+uQ3g7wkL8xJmx3XdK0VGb4cHW//eZTtKGvFBBoRKVTpY7n6ze4NL9ly7rgXcHufqXKg== + dependencies: + path-key "^4.0.0" + +nprogress@^0.2.0: + version "0.2.0" + resolved "https://registry.npmmirror.com/nprogress/-/nprogress-0.2.0.tgz#cb8f34c53213d895723fcbab907e9422adbcafb1" + integrity sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA== + +nth-check@^2.1.1: + version "2.1.1" + resolved "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d" + integrity sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w== + dependencies: + boolbase "^1.0.0" + +object-inspect@^1.13.1, object-inspect@^1.9.0: + version "1.13.1" + resolved "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2" + integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ== + +object-inspect@~1.12.3: + version "1.12.3" + resolved "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.12.3.tgz#ba62dffd67ee256c8c086dfae69e016cd1f198b9" + integrity sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g== + +object-is@^1.1.5: + version "1.1.5" + resolved "https://registry.npmmirror.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac" + integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + +object-keys@^1.1.1: + version "1.1.1" + resolved "https://registry.npmmirror.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" + integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== + +object.assign@^4.1.4: + version "4.1.5" + resolved "https://registry.npmmirror.com/object.assign/-/object.assign-4.1.5.tgz#3a833f9ab7fdb80fc9e8d2300c803d216d8fdbb0" + integrity sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ== + dependencies: + call-bind "^1.0.5" + define-properties "^1.2.1" + has-symbols "^1.0.3" + object-keys "^1.1.1" + +once@^1.3.0, once@^1.3.1, once@^1.4.0: + version "1.4.0" + resolved "https://registry.npmmirror.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== + dependencies: + wrappy "1" + +onetime@^5.1.0, onetime@^5.1.2: + version "5.1.2" + resolved "https://registry.npmmirror.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" + integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== + dependencies: + mimic-fn "^2.1.0" + +onetime@^6.0.0: + version "6.0.0" + resolved "https://registry.npmmirror.com/onetime/-/onetime-6.0.0.tgz#7c24c18ed1fd2e9bca4bd26806a33613c77d34b4" + integrity sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ== + dependencies: + mimic-fn "^4.0.0" + +optionator@^0.9.3: + version "0.9.3" + resolved "https://registry.npmmirror.com/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64" + integrity sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg== + dependencies: + "@aashutoshrathi/word-wrap" "^1.2.3" + deep-is "^0.1.3" + fast-levenshtein "^2.0.6" + levn "^0.4.1" + prelude-ls "^1.2.1" + type-check "^0.4.0" + +ospath@^1.2.2: + version "1.2.2" + resolved "https://registry.npmmirror.com/ospath/-/ospath-1.2.2.tgz#1276639774a3f8ef2572f7fe4280e0ea4550c07b" + integrity sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA== + +p-limit@^3.0.2: + version "3.1.0" + resolved "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" + integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== + dependencies: + yocto-queue "^0.1.0" + +p-limit@^5.0.0: + version "5.0.0" + resolved "https://registry.npmmirror.com/p-limit/-/p-limit-5.0.0.tgz#6946d5b7140b649b7a33a027d89b4c625b3a5985" + integrity sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ== + dependencies: + yocto-queue "^1.0.0" + +p-locate@^5.0.0: + version "5.0.0" + resolved "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834" + integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== + dependencies: + p-limit "^3.0.2" + +p-map@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b" + integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== + dependencies: + aggregate-error "^3.0.0" + +parent-module@^1.0.0: + version "1.0.1" + resolved "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" + integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== + dependencies: + callsites "^3.0.0" + +parse-json@^7.0.0: + version "7.1.1" + resolved "https://registry.npmmirror.com/parse-json/-/parse-json-7.1.1.tgz#68f7e6f0edf88c54ab14c00eb700b753b14e2120" + integrity sha512-SgOTCX/EZXtZxBE5eJ97P4yGM5n37BwRU+YMsH4vNzFqJV/oWFXXCmwFlgWUM4PrakybVOueJJ6pwHqSVhTFDw== + dependencies: + "@babel/code-frame" "^7.21.4" + error-ex "^1.3.2" + json-parse-even-better-errors "^3.0.0" + lines-and-columns "^2.0.3" + type-fest "^3.8.0" + +parse-node-version@^1.0.1: + version "1.0.1" + resolved "https://registry.npmmirror.com/parse-node-version/-/parse-node-version-1.0.1.tgz#e2b5dbede00e7fa9bc363607f53327e8b073189b" + integrity sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA== + +parse5@^7.0.0, parse5@^7.1.2: + version "7.1.2" + resolved "https://registry.npmmirror.com/parse5/-/parse5-7.1.2.tgz#0736bebbfd77793823240a23b7fc5e010b7f8e32" + integrity sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw== + dependencies: + entities "^4.4.0" + +path-browserify@^1.0.1: + version "1.0.1" + resolved "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd" + integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g== + +path-exists@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" + integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== + +path-is-absolute@^1.0.0: + version "1.0.1" + resolved "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== + +path-key@^3.0.0, path-key@^3.1.0: + version "3.1.1" + resolved "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" + integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== + +path-key@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz#295588dc3aee64154f877adb9d780b81c554bf18" + integrity sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ== + +path-parse@^1.0.7: + version "1.0.7" + resolved "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== + +path-scurry@^1.10.1: + version "1.10.1" + resolved "https://registry.npmmirror.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698" + integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ== + dependencies: + lru-cache "^9.1.1 || ^10.0.0" + minipass "^5.0.0 || ^6.0.2 || ^7.0.0" + +path-type@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" + integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== + +pathe@^1.1.0, pathe@^1.1.1, pathe@^1.1.2: + version "1.1.2" + resolved "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz#6c4cb47a945692e48a1ddd6e4094d170516437ec" + integrity sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ== + +pathval@^1.1.1: + version "1.1.1" + resolved "https://registry.npmmirror.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d" + integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ== + +pause-stream@0.0.11: + version "0.0.11" + resolved "https://registry.npmmirror.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445" + integrity sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A== + dependencies: + through "~2.3" + +pdfast@^0.2.0: + version "0.2.0" + resolved "https://registry.npmmirror.com/pdfast/-/pdfast-0.2.0.tgz#8cbc556e1bf2522177787c0de2e0d4373ba885c9" + integrity sha512-cq6TTu6qKSFUHwEahi68k/kqN2mfepjkGrG9Un70cgdRRKLKY6Rf8P8uvP2NvZktaQZNF3YE7agEkLj0vGK9bA== + +pend@~1.2.0: + version "1.2.0" + resolved "https://registry.npmmirror.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" + integrity sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg== + +performance-now@^2.1.0: + version "2.1.0" + resolved "https://registry.npmmirror.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" + integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow== + +picocolors@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" + integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== + +picomatch@^2.3.1: + version "2.3.1" + resolved "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== + +pidtree@^0.6.0: + version "0.6.0" + resolved "https://registry.npmmirror.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c" + integrity sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g== + +pify@^2.2.0: + version "2.3.0" + resolved "https://registry.npmmirror.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" + integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog== + +pify@^4.0.1: + version "4.0.1" + resolved "https://registry.npmmirror.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" + integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== + +pinia@^2.1.7: + version "2.1.7" + resolved "https://registry.npmmirror.com/pinia/-/pinia-2.1.7.tgz#4cf5420d9324ca00b7b4984d3fbf693222115bbc" + integrity sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ== + dependencies: + "@vue/devtools-api" "^6.5.0" + vue-demi ">=0.14.5" + +pinyin-pro@^3.19.3: + version "3.19.3" + resolved "https://registry.npmmirror.com/pinyin-pro/-/pinyin-pro-3.19.3.tgz#804ee7bf2266a927194a87764b4c3a2be06ddedc" + integrity sha512-tIBL4ibq3P+MFbSwOTTi42Xf6jau726swgKqEmSkkiZiE1iUMhQdguR9aavLt9nqnRDpcBSIanNV8tPuKPSmvw== + +pkg-types@^1.0.3: + version "1.0.3" + resolved "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.0.3.tgz#988b42ab19254c01614d13f4f65a2cfc7880f868" + integrity sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A== + dependencies: + jsonc-parser "^3.2.0" + mlly "^1.2.0" + pathe "^1.1.0" + +postcss-selector-parser@^6.0.13: + version "6.0.15" + resolved "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz#11cc2b21eebc0b99ea374ffb9887174855a01535" + integrity sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw== + dependencies: + cssesc "^3.0.0" + util-deprecate "^1.0.2" + +postcss@^8.4.32, postcss@^8.4.33: + version "8.4.33" + resolved "https://registry.npmmirror.com/postcss/-/postcss-8.4.33.tgz#1378e859c9f69bf6f638b990a0212f43e2aaa742" + integrity sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg== + dependencies: + nanoid "^3.3.7" + picocolors "^1.0.0" + source-map-js "^1.0.2" + +prelude-ls@^1.2.1: + version "1.2.1" + resolved "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" + integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== + +prettier-linter-helpers@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b" + integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w== + dependencies: + fast-diff "^1.1.2" + +prettier@^3.0.3: + version "3.2.4" + resolved "https://registry.npmmirror.com/prettier/-/prettier-3.2.4.tgz#4723cadeac2ce7c9227de758e5ff9b14e075f283" + integrity sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ== + +pretty-bytes@^5.6.0: + version "5.6.0" + resolved "https://registry.npmmirror.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb" + integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg== + +pretty-format@^29.7.0: + version "29.7.0" + resolved "https://registry.npmmirror.com/pretty-format/-/pretty-format-29.7.0.tgz#ca42c758310f365bfa71a0bda0a807160b776812" + integrity sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ== + dependencies: + "@jest/schemas" "^29.6.3" + ansi-styles "^5.0.0" + react-is "^18.0.0" + +process@^0.11.10: + version "0.11.10" + resolved "https://registry.npmmirror.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" + integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A== + +proto-list@~1.2.1: + version "1.2.4" + resolved "https://registry.npmmirror.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849" + integrity sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA== + +proxy-from-env@1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.0.0.tgz#33c50398f70ea7eb96d21f7b817630a55791c7ee" + integrity sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A== + +proxy-from-env@^1.1.0: + version "1.1.0" + resolved "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" + integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== + +prr@~1.0.1: + version "1.0.1" + resolved "https://registry.npmmirror.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" + integrity sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw== + +ps-tree@1.2.0: + version "1.2.0" + resolved "https://registry.npmmirror.com/ps-tree/-/ps-tree-1.2.0.tgz#5e7425b89508736cdd4f2224d028f7bb3f722ebd" + integrity sha512-0VnamPPYHl4uaU/nSFeZZpR21QAWRz+sRv4iW9+v/GS/J5U5iZB5BNN6J0RMoOvdx2gWM2+ZFMIm58q24e4UYA== + dependencies: + event-stream "=3.3.4" + +psl@^1.1.33: + version "1.9.0" + resolved "https://registry.npmmirror.com/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7" + integrity sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag== + +pump@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" + integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" + +punycode@^2.1.0, punycode@^2.1.1, punycode@^2.3.1: + version "2.3.1" + resolved "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5" + integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg== + +qs@6.10.4: + version "6.10.4" + resolved "https://registry.npmmirror.com/qs/-/qs-6.10.4.tgz#6a3003755add91c0ec9eacdc5f878b034e73f9e7" + integrity sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g== + dependencies: + side-channel "^1.0.4" + +querystringify@^2.1.1: + version "2.2.0" + resolved "https://registry.npmmirror.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6" + integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== + +queue-microtask@^1.2.2: + version "1.2.3" + resolved "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" + integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== + +quickselect@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/quickselect/-/quickselect-2.0.0.tgz#f19680a486a5eefb581303e023e98faaf25dd018" + integrity sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw== + +rbush@^3.0.1: + version "3.0.1" + resolved "https://registry.npmmirror.com/rbush/-/rbush-3.0.1.tgz#5fafa8a79b3b9afdfe5008403a720cc1de882ecf" + integrity sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w== + dependencies: + quickselect "^2.0.0" + +react-is@^18.0.0: + version "18.2.0" + resolved "https://registry.npmmirror.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b" + integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== + +read-pkg@^8.0.0: + version "8.1.0" + resolved "https://registry.npmmirror.com/read-pkg/-/read-pkg-8.1.0.tgz#6cf560b91d90df68bce658527e7e3eee75f7c4c7" + integrity sha512-PORM8AgzXeskHO/WEv312k9U03B8K9JSiWF/8N9sUuFjBa+9SF2u6K7VClzXwDXab51jCd8Nd36CNM+zR97ScQ== + dependencies: + "@types/normalize-package-data" "^2.4.1" + normalize-package-data "^6.0.0" + parse-json "^7.0.0" + type-fest "^4.2.0" + +regenerator-runtime@^0.14.0: + version "0.14.1" + resolved "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f" + integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw== + +regexp.prototype.flags@^1.5.1: + version "1.5.1" + resolved "https://registry.npmmirror.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz#90ce989138db209f81492edd734183ce99f9677e" + integrity sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg== + dependencies: + call-bind "^1.0.2" + define-properties "^1.2.0" + set-function-name "^2.0.0" + +repeat-string@^1.5.2: + version "1.6.1" + resolved "https://registry.npmmirror.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" + integrity sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w== + +request-progress@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/request-progress/-/request-progress-3.0.0.tgz#4ca754081c7fec63f505e4faa825aa06cd669dbe" + integrity sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg== + dependencies: + throttleit "^1.0.0" + +require-from-string@^2.0.2: + version "2.0.2" + resolved "https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" + integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== + +requires-port@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" + integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ== + +resize-observer-polyfill@^1.5.1: + version "1.5.1" + resolved "https://registry.npmmirror.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464" + integrity sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg== + +resolve-from@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" + integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== + +resolve@~1.22.6: + version "1.22.8" + resolved "https://registry.npmmirror.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d" + integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw== + dependencies: + is-core-module "^2.13.0" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" + +restore-cursor@^3.1.0: + version "3.1.0" + resolved "https://registry.npmmirror.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e" + integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== + dependencies: + onetime "^5.1.0" + signal-exit "^3.0.2" + +reusify@^1.0.4: + version "1.0.4" + resolved "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" + integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== + +rfdc@^1.3.0: + version "1.3.1" + resolved "https://registry.npmmirror.com/rfdc/-/rfdc-1.3.1.tgz#2b6d4df52dffe8bb346992a10ea9451f24373a8f" + integrity sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg== + +right-align@^0.1.1: + version "0.1.3" + resolved "https://registry.npmmirror.com/right-align/-/right-align-0.1.3.tgz#61339b722fe6a3515689210d24e14c96148613ef" + integrity sha512-yqINtL/G7vs2v+dFIZmFUDbnVyFUJFKd6gK22Kgo6R4jfJGFtisKyncWDDULgjfqf4ASQuIQyjJ7XZ+3aWpsAg== + dependencies: + align-text "^0.1.1" + +rimraf@^3.0.0, rimraf@^3.0.2: + version "3.0.2" + resolved "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" + integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== + dependencies: + glob "^7.1.3" + +rollup@^0.25.8: + version "0.25.8" + resolved "https://registry.npmmirror.com/rollup/-/rollup-0.25.8.tgz#bf6ce83b87510d163446eeaa577ed6a6fc5835e0" + integrity sha512-a2S4Bh3bgrdO4BhKr2E4nZkjTvrJ2m2bWjMTzVYtoqSCn0HnuxosXnaJUHrMEziOWr3CzL9GjilQQKcyCQpJoA== + dependencies: + chalk "^1.1.1" + minimist "^1.2.0" + source-map-support "^0.3.2" + +rollup@^4.2.0: + version "4.9.6" + resolved "https://registry.npmmirror.com/rollup/-/rollup-4.9.6.tgz#4515facb0318ecca254a2ee1315e22e09efc50a0" + integrity sha512-05lzkCS2uASX0CiLFybYfVkwNbKZG5NFQ6Go0VWyogFTXXbR039UVsegViTntkk4OglHBdF54ccApXRRuXRbsg== + dependencies: + "@types/estree" "1.0.5" + optionalDependencies: + "@rollup/rollup-android-arm-eabi" "4.9.6" + "@rollup/rollup-android-arm64" "4.9.6" + "@rollup/rollup-darwin-arm64" "4.9.6" + "@rollup/rollup-darwin-x64" "4.9.6" + "@rollup/rollup-linux-arm-gnueabihf" "4.9.6" + "@rollup/rollup-linux-arm64-gnu" "4.9.6" + "@rollup/rollup-linux-arm64-musl" "4.9.6" + "@rollup/rollup-linux-riscv64-gnu" "4.9.6" + "@rollup/rollup-linux-x64-gnu" "4.9.6" + "@rollup/rollup-linux-x64-musl" "4.9.6" + "@rollup/rollup-win32-arm64-msvc" "4.9.6" + "@rollup/rollup-win32-ia32-msvc" "4.9.6" + "@rollup/rollup-win32-x64-msvc" "4.9.6" + fsevents "~2.3.2" + +rrweb-cssom@^0.6.0: + version "0.6.0" + resolved "https://registry.npmmirror.com/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz#ed298055b97cbddcdeb278f904857629dec5e0e1" + integrity sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw== + +run-parallel@^1.1.9: + version "1.2.0" + resolved "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" + integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== + dependencies: + queue-microtask "^1.2.2" + +rw@1, rw@^1.3.2: + version "1.3.3" + resolved "https://registry.npmmirror.com/rw/-/rw-1.3.3.tgz#3f862dfa91ab766b14885ef4d01124bfda074fb4" + integrity sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ== + +rxjs@^7.5.1, rxjs@^7.8.1: + version "7.8.1" + resolved "https://registry.npmmirror.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543" + integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg== + dependencies: + tslib "^2.1.0" + +safe-array-concat@^1.0.1: + version "1.1.0" + resolved "https://registry.npmmirror.com/safe-array-concat/-/safe-array-concat-1.1.0.tgz#8d0cae9cb806d6d1c06e08ab13d847293ebe0692" + integrity sha512-ZdQ0Jeb9Ofti4hbt5lX3T2JcAamT9hfzYU1MNB+z/jaEbB6wfFfPIR/zEORmZqobkCCJhSjodobH6WHNmJ97dg== + dependencies: + call-bind "^1.0.5" + get-intrinsic "^1.2.2" + has-symbols "^1.0.3" + isarray "^2.0.5" + +safe-buffer@^5.0.1, safe-buffer@^5.1.2: + version "5.2.1" + resolved "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" + integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== + +safe-regex-test@^1.0.0: + version "1.0.2" + resolved "https://registry.npmmirror.com/safe-regex-test/-/safe-regex-test-1.0.2.tgz#3ba32bdb3ea35f940ee87e5087c60ee786c3f6c5" + integrity sha512-83S9w6eFq12BBIJYvjMux6/dkirb8+4zJRA9cxNBVb7Wq5fJBW+Xze48WqR8pxua7bDuAaaAxtVVd4Idjp1dBQ== + dependencies: + call-bind "^1.0.5" + get-intrinsic "^1.2.2" + is-regex "^1.1.4" + +"safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: + version "2.1.2" + resolved "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== + +sax@^1.2.4: + version "1.3.0" + resolved "https://registry.npmmirror.com/sax/-/sax-1.3.0.tgz#a5dbe77db3be05c9d1ee7785dbd3ea9de51593d0" + integrity sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA== + +saxes@^6.0.0: + version "6.0.0" + resolved "https://registry.npmmirror.com/saxes/-/saxes-6.0.0.tgz#fe5b4a4768df4f14a201b1ba6a65c1f3d9988cc5" + integrity sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA== + dependencies: + xmlchars "^2.2.0" + +scroll-into-view-if-needed@^2.2.25: + version "2.2.31" + resolved "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.31.tgz#d3c482959dc483e37962d1521254e3295d0d1587" + integrity sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA== + dependencies: + compute-scroll-into-view "^1.0.20" + +select@^1.1.2: + version "1.1.2" + resolved "https://registry.npmmirror.com/select/-/select-1.1.2.tgz#0e7350acdec80b1108528786ec1d4418d11b396d" + integrity sha512-OwpTSOfy6xSs1+pwcNrv0RBMOzI39Lp3qQKUTPVVPRjCdNa5JH/oPRiqsesIskK8TVgmRiHwO4KXlV2Li9dANA== + +semver@^5.6.0: + version "5.7.2" + resolved "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" + integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== + +semver@^6.3.1: + version "6.3.1" + resolved "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" + integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== + +semver@^7.3.5, semver@^7.3.6, semver@^7.5.3, semver@^7.5.4: + version "7.5.4" + resolved "https://registry.npmmirror.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" + integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== + dependencies: + lru-cache "^6.0.0" + +set-function-length@^1.1.1: + version "1.2.0" + resolved "https://registry.npmmirror.com/set-function-length/-/set-function-length-1.2.0.tgz#2f81dc6c16c7059bda5ab7c82c11f03a515ed8e1" + integrity sha512-4DBHDoyHlM1IRPGYcoxexgh67y4ueR53FKV1yyxwFMY7aCqcN/38M1+SwZ/qJQ8iLv7+ck385ot4CcisOAPT9w== + dependencies: + define-data-property "^1.1.1" + function-bind "^1.1.2" + get-intrinsic "^1.2.2" + gopd "^1.0.1" + has-property-descriptors "^1.0.1" + +set-function-name@^2.0.0: + version "2.0.1" + resolved "https://registry.npmmirror.com/set-function-name/-/set-function-name-2.0.1.tgz#12ce38b7954310b9f61faa12701620a0c882793a" + integrity sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA== + dependencies: + define-data-property "^1.0.1" + functions-have-names "^1.2.3" + has-property-descriptors "^1.0.0" + +shallow-equal@^1.0.0: + version "1.2.1" + resolved "https://registry.npmmirror.com/shallow-equal/-/shallow-equal-1.2.1.tgz#4c16abfa56043aa20d050324efa68940b0da79da" + integrity sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA== + +shebang-command@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" + integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== + dependencies: + shebang-regex "^3.0.0" + +shebang-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" + integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== + +shell-quote@^1.7.3: + version "1.8.1" + resolved "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.1.tgz#6dbf4db75515ad5bac63b4f1894c3a154c766680" + integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA== + +side-channel@^1.0.4: + version "1.0.4" + resolved "https://registry.npmmirror.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" + integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== + dependencies: + call-bind "^1.0.0" + get-intrinsic "^1.0.2" + object-inspect "^1.9.0" + +siginfo@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/siginfo/-/siginfo-2.0.0.tgz#32e76c70b79724e3bb567cb9d543eb858ccfaf30" + integrity sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g== + +signal-exit@^3.0.2, signal-exit@^3.0.3: + version "3.0.7" + resolved "https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" + integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== + +signal-exit@^4.0.1, signal-exit@^4.1.0: + version "4.1.0" + resolved "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04" + integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== + +simple-swizzle@^0.2.2: + version "0.2.2" + resolved "https://registry.npmmirror.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a" + integrity sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg== + dependencies: + is-arrayish "^0.3.1" + +slash@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" + integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== + +slice-ansi@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787" + integrity sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ== + dependencies: + ansi-styles "^4.0.0" + astral-regex "^2.0.0" + is-fullwidth-code-point "^3.0.0" + +slice-ansi@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b" + integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ== + dependencies: + ansi-styles "^4.0.0" + astral-regex "^2.0.0" + is-fullwidth-code-point "^3.0.0" + +source-map-js@^1.0.1, source-map-js@^1.0.2: + version "1.0.2" + resolved "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" + integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== + +source-map-support@^0.3.2: + version "0.3.3" + resolved "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.3.3.tgz#34900977d5ba3f07c7757ee72e73bb1a9b53754f" + integrity sha512-9O4+y9n64RewmFoKUZ/5Tx9IHIcXM6Q+RTSw6ehnqybUz4a7iwR3Eaw80uLtqqQ5D0C+5H03D4KKGo9PdP33Gg== + dependencies: + source-map "0.1.32" + +source-map@0.1.32: + version "0.1.32" + resolved "https://registry.npmmirror.com/source-map/-/source-map-0.1.32.tgz#c8b6c167797ba4740a8ea33252162ff08591b266" + integrity sha512-htQyLrrRLkQ87Zfrir4/yN+vAUd6DNjVayEjTSHXu29AYQJw57I4/xEL/M6p6E/woPNJwvZt6rVlzc7gFEJccQ== + dependencies: + amdefine ">=0.0.4" + +source-map@~0.5.1: + version "0.5.7" + resolved "https://registry.npmmirror.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" + integrity sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ== + +source-map@~0.6.0: + version "0.6.1" + resolved "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" + integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== + +spdx-correct@^3.0.0: + version "3.2.0" + resolved "https://registry.npmmirror.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c" + integrity sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA== + dependencies: + spdx-expression-parse "^3.0.0" + spdx-license-ids "^3.0.0" + +spdx-exceptions@^2.1.0: + version "2.4.0" + resolved "https://registry.npmmirror.com/spdx-exceptions/-/spdx-exceptions-2.4.0.tgz#c07a4ede25b16e4f78e6707bbd84b15a45c19c1b" + integrity sha512-hcjppoJ68fhxA/cjbN4T8N6uCUejN8yFw69ttpqtBeCbF3u13n7mb31NB9jKwGTTWWnt9IbRA/mf1FprYS8wfw== + +spdx-expression-parse@^3.0.0: + version "3.0.1" + resolved "https://registry.npmmirror.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679" + integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== + dependencies: + spdx-exceptions "^2.1.0" + spdx-license-ids "^3.0.0" + +spdx-license-ids@^3.0.0: + version "3.0.16" + resolved "https://registry.npmmirror.com/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz#a14f64e0954f6e25cc6587bd4f392522db0d998f" + integrity sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw== + +split@0.3: + version "0.3.3" + resolved "https://registry.npmmirror.com/split/-/split-0.3.3.tgz#cd0eea5e63a211dfff7eb0f091c4133e2d0dd28f" + integrity sha512-wD2AeVmxXRBoX44wAycgjVpMhvbwdI2aZjCkvfNcH1YqHQvJVa1duWc73OyVGJUc05fhFaTZeQ/PYsrmyH0JVA== + dependencies: + through "2" + +sshpk@^1.14.1: + version "1.18.0" + resolved "https://registry.npmmirror.com/sshpk/-/sshpk-1.18.0.tgz#1663e55cddf4d688b86a46b77f0d5fe363aba028" + integrity sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ== + dependencies: + asn1 "~0.2.3" + assert-plus "^1.0.0" + bcrypt-pbkdf "^1.0.0" + dashdash "^1.12.0" + ecc-jsbn "~0.1.1" + getpass "^0.1.1" + jsbn "~0.1.0" + safer-buffer "^2.0.2" + tweetnacl "~0.14.0" + +stackback@0.0.2: + version "0.0.2" + resolved "https://registry.npmmirror.com/stackback/-/stackback-0.0.2.tgz#1ac8a0d9483848d1695e418b6d031a3c3ce68e3b" + integrity sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw== + +start-server-and-test@^2.0.3: + version "2.0.3" + resolved "https://registry.npmmirror.com/start-server-and-test/-/start-server-and-test-2.0.3.tgz#15c53c85e23cba7698b498b8a2598cab95f3f802" + integrity sha512-QsVObjfjFZKJE6CS6bSKNwWZCKBG6975/jKRPPGFfFh+yOQglSeGXiNWjzgQNXdphcBI9nXbyso9tPfX4YAUhg== + dependencies: + arg "^5.0.2" + bluebird "3.7.2" + check-more-types "2.24.0" + debug "4.3.4" + execa "5.1.1" + lazy-ass "1.6.0" + ps-tree "1.2.0" + wait-on "7.2.0" + +std-env@^3.5.0: + version "3.7.0" + resolved "https://registry.npmmirror.com/std-env/-/std-env-3.7.0.tgz#c9f7386ced6ecf13360b6c6c55b8aaa4ef7481d2" + integrity sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg== + +stream-combiner@~0.0.4: + version "0.0.4" + resolved "https://registry.npmmirror.com/stream-combiner/-/stream-combiner-0.0.4.tgz#4d5e433c185261dde623ca3f44c586bcf5c4ad14" + integrity sha512-rT00SPnTVyRsaSz5zgSPma/aHSOic5U1prhYdRy5HS2kTZviFpmDgzilbtsJsxiroqACmayynDN/9VzIbX5DOw== + dependencies: + duplexer "~0.1.1" + +string-width@^4.1.0, string-width@^4.2.0: + version "4.2.3" + resolved "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +string.prototype.trim@^1.2.8, string.prototype.trim@~1.2.8: + version "1.2.8" + resolved "https://registry.npmmirror.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd" + integrity sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ== + dependencies: + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" + +string.prototype.trimend@^1.0.7: + version "1.0.7" + resolved "https://registry.npmmirror.com/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz#1bb3afc5008661d73e2dc015cd4853732d6c471e" + integrity sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA== + dependencies: + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" + +string.prototype.trimstart@^1.0.7: + version "1.0.7" + resolved "https://registry.npmmirror.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz#d4cdb44b83a4737ffbac2d406e405d43d0184298" + integrity sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg== + dependencies: + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" + +strip-ansi@^3.0.0: + version "3.0.1" + resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" + integrity sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg== + dependencies: + ansi-regex "^2.0.0" + +strip-ansi@^6.0.0, strip-ansi@^6.0.1: + version "6.0.1" + resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-final-newline@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" + integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== + +strip-final-newline@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz#52894c313fbff318835280aed60ff71ebf12b8fd" + integrity sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw== + +strip-json-comments@^3.1.1: + version "3.1.1" + resolved "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" + integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== + +strip-literal@^1.3.0: + version "1.3.0" + resolved "https://registry.npmmirror.com/strip-literal/-/strip-literal-1.3.0.tgz#db3942c2ec1699e6836ad230090b84bb458e3a07" + integrity sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg== + dependencies: + acorn "^8.10.0" + +stylis@^4.1.3: + version "4.3.1" + resolved "https://registry.npmmirror.com/stylis/-/stylis-4.3.1.tgz#ed8a9ebf9f76fe1e12d462f5cc3c4c980b23a7eb" + integrity sha512-EQepAV+wMsIaGVGX1RECzgrcqRRU/0sYOHkeLsZ3fzHaHXZy4DaOOX0vOlGQdlsjkh3mFHAIlVimpwAs4dslyQ== + +supports-color@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" + integrity sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g== + +supports-color@^5.3.0: + version "5.5.0" + resolved "https://registry.npmmirror.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" + integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== + dependencies: + has-flag "^3.0.0" + +supports-color@^7.1.0: + version "7.2.0" + resolved "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" + integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== + dependencies: + has-flag "^4.0.0" + +supports-color@^8.1.1: + version "8.1.1" + resolved "https://registry.npmmirror.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" + integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== + dependencies: + has-flag "^4.0.0" + +supports-preserve-symlinks-flag@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" + integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== + +svg-path-parser@^1.1.0: + version "1.1.0" + resolved "https://registry.npmmirror.com/svg-path-parser/-/svg-path-parser-1.1.0.tgz#e16b4b39df0d2b0d39e8347db79fdda1453a6046" + integrity sha512-jGCUqcQyXpfe38R7RFfhrMyfXcBmpMNJI/B+4CE9/Unkh98UporAc461GTthv+TVDuZXsBx7/WiwJb1Oh4tt4A== + +svg-tags@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764" + integrity sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA== + +symbol-tree@^3.2.4: + version "3.2.4" + resolved "https://registry.npmmirror.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" + integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== + +synckit@^0.8.6: + version "0.8.8" + resolved "https://registry.npmmirror.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7" + integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ== + dependencies: + "@pkgr/core" "^0.1.0" + tslib "^2.6.2" + +tape@^4.5.1: + version "4.17.0" + resolved "https://registry.npmmirror.com/tape/-/tape-4.17.0.tgz#de89f3671ddc5dad178d04c28dc6b0183f42268e" + integrity sha512-KCuXjYxCZ3ru40dmND+oCLsXyuA8hoseu2SS404Px5ouyS0A99v8X/mdiLqsR5MTAyamMBN7PRwt2Dv3+xGIxw== + dependencies: + "@ljharb/resumer" "~0.0.1" + "@ljharb/through" "~2.3.9" + call-bind "~1.0.2" + deep-equal "~1.1.1" + defined "~1.0.1" + dotignore "~0.1.2" + for-each "~0.3.3" + glob "~7.2.3" + has "~1.0.3" + inherits "~2.0.4" + is-regex "~1.1.4" + minimist "~1.2.8" + mock-property "~1.0.0" + object-inspect "~1.12.3" + resolve "~1.22.6" + string.prototype.trim "~1.2.8" + +text-table@^0.2.0: + version "0.2.0" + resolved "https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" + integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== + +throttle-debounce@^5.0.0: + version "5.0.0" + resolved "https://registry.npmmirror.com/throttle-debounce/-/throttle-debounce-5.0.0.tgz#a17a4039e82a2ed38a5e7268e4132d6960d41933" + integrity sha512-2iQTSgkkc1Zyk0MeVrt/3BvuOXYPl/R8Z0U2xxo9rjwNciaHDG3R+Lm6dh4EeUci49DanvBnuqI6jshoQQRGEg== + +throttleit@^1.0.0: + version "1.0.1" + resolved "https://registry.npmmirror.com/throttleit/-/throttleit-1.0.1.tgz#304ec51631c3b770c65c6c6f76938b384000f4d5" + integrity sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ== + +through@2, through@^2.3.8, through@~2.3, through@~2.3.1: + version "2.3.8" + resolved "https://registry.npmmirror.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" + integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== + +tiny-emitter@^2.0.0: + version "2.1.0" + resolved "https://registry.npmmirror.com/tiny-emitter/-/tiny-emitter-2.1.0.tgz#1d1a56edfc51c43e863cbb5382a72330e3555423" + integrity sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q== + +tinybench@^2.5.1: + version "2.6.0" + resolved "https://registry.npmmirror.com/tinybench/-/tinybench-2.6.0.tgz#1423284ee22de07c91b3752c048d2764714b341b" + integrity sha512-N8hW3PG/3aOoZAN5V/NSAEDz0ZixDSSt5b/a05iqtpgfLWMSVuCo7w0k2vVvEjdrIoeGqZzweX2WlyioNIHchA== + +tinycolor2@^1.4.2: + version "1.6.0" + resolved "https://registry.npmmirror.com/tinycolor2/-/tinycolor2-1.6.0.tgz#f98007460169b0263b97072c5ae92484ce02d09e" + integrity sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw== + +tinypool@^0.8.2: + version "0.8.2" + resolved "https://registry.npmmirror.com/tinypool/-/tinypool-0.8.2.tgz#84013b03dc69dacb322563a475d4c0a9be00f82a" + integrity sha512-SUszKYe5wgsxnNOVlBYO6IC+8VGWdVGZWAqUxp3UErNBtptZvWbwyUOyzNL59zigz2rCA92QiL3wvG+JDSdJdQ== + +tinyspy@^2.2.0: + version "2.2.0" + resolved "https://registry.npmmirror.com/tinyspy/-/tinyspy-2.2.0.tgz#9dc04b072746520b432f77ea2c2d17933de5d6ce" + integrity sha512-d2eda04AN/cPOR89F7Xv5bK/jrQEhmcLFe6HFldoeO9AJtps+fqEnh486vnT/8y4bw38pSyxDcTCAq+Ks2aJTg== + +tmp@~0.2.1: + version "0.2.1" + resolved "https://registry.npmmirror.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14" + integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ== + dependencies: + rimraf "^3.0.0" + +to-fast-properties@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" + integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog== + +to-regex-range@^5.0.1: + version "5.0.1" + resolved "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" + integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== + dependencies: + is-number "^7.0.0" + +tough-cookie@^4.1.3: + version "4.1.3" + resolved "https://registry.npmmirror.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf" + integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw== + dependencies: + psl "^1.1.33" + punycode "^2.1.1" + universalify "^0.2.0" + url-parse "^1.5.3" + +tr46@^5.0.0: + version "5.0.0" + resolved "https://registry.npmmirror.com/tr46/-/tr46-5.0.0.tgz#3b46d583613ec7283020d79019f1335723801cec" + integrity sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g== + dependencies: + punycode "^2.3.1" + +ts-api-utils@^1.0.1: + version "1.0.3" + resolved "https://registry.npmmirror.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331" + integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg== + +ts-node@^10.9.2: + version "10.9.2" + resolved "https://registry.npmmirror.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f" + integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ== + dependencies: + "@cspotcode/source-map-support" "^0.8.0" + "@tsconfig/node10" "^1.0.7" + "@tsconfig/node12" "^1.0.7" + "@tsconfig/node14" "^1.0.0" + "@tsconfig/node16" "^1.0.2" + acorn "^8.4.1" + acorn-walk "^8.1.1" + arg "^4.1.0" + create-require "^1.1.0" + diff "^4.0.1" + make-error "^1.1.1" + v8-compile-cache-lib "^3.0.1" + yn "3.1.1" + +tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.5.3, tslib@^2.6.2: + version "2.6.2" + resolved "https://registry.npmmirror.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" + integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== + +tunnel-agent@^0.6.0: + version "0.6.0" + resolved "https://registry.npmmirror.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" + integrity sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w== + dependencies: + safe-buffer "^5.0.1" + +tweetnacl@^0.14.3, tweetnacl@~0.14.0: + version "0.14.5" + resolved "https://registry.npmmirror.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" + integrity sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA== + +type-check@^0.4.0, type-check@~0.4.0: + version "0.4.0" + resolved "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1" + integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== + dependencies: + prelude-ls "^1.2.1" + +type-detect@^4.0.0, type-detect@^4.0.8: + version "4.0.8" + resolved "https://registry.npmmirror.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" + integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== + +type-fest@^0.20.2: + version "0.20.2" + resolved "https://registry.npmmirror.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" + integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== + +type-fest@^0.21.3: + version "0.21.3" + resolved "https://registry.npmmirror.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37" + integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== + +type-fest@^3.8.0: + version "3.13.1" + resolved "https://registry.npmmirror.com/type-fest/-/type-fest-3.13.1.tgz#bb744c1f0678bea7543a2d1ec24e83e68e8c8706" + integrity sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g== + +type-fest@^4.2.0: + version "4.10.2" + resolved "https://registry.npmmirror.com/type-fest/-/type-fest-4.10.2.tgz#3abdb144d93c5750432aac0d73d3e85fcab45738" + integrity sha512-anpAG63wSpdEbLwOqH8L84urkL6PiVIov3EMmgIhhThevh9aiMQov+6Btx0wldNcvm4wV+e2/Rt1QdDwKHFbHw== + +typed-array-buffer@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz#18de3e7ed7974b0a729d3feecb94338d1472cd60" + integrity sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw== + dependencies: + call-bind "^1.0.2" + get-intrinsic "^1.2.1" + is-typed-array "^1.1.10" + +typed-array-byte-length@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz#d787a24a995711611fb2b87a4052799517b230d0" + integrity sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA== + dependencies: + call-bind "^1.0.2" + for-each "^0.3.3" + has-proto "^1.0.1" + is-typed-array "^1.1.10" + +typed-array-byte-offset@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz#cbbe89b51fdef9cd6aaf07ad4707340abbc4ea0b" + integrity sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg== + dependencies: + available-typed-arrays "^1.0.5" + call-bind "^1.0.2" + for-each "^0.3.3" + has-proto "^1.0.1" + is-typed-array "^1.1.10" + +typed-array-length@^1.0.4: + version "1.0.4" + resolved "https://registry.npmmirror.com/typed-array-length/-/typed-array-length-1.0.4.tgz#89d83785e5c4098bec72e08b319651f0eac9c1bb" + integrity sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng== + dependencies: + call-bind "^1.0.2" + for-each "^0.3.3" + is-typed-array "^1.1.9" + +typescript@~5.2.0: + version "5.2.2" + resolved "https://registry.npmmirror.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" + integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== + +uc.micro@^1.0.1, uc.micro@^1.0.5: + version "1.0.6" + resolved "https://mirrors.huaweicloud.com/repository/npm/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac" + integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA== + +ufo@^1.3.2: + version "1.3.2" + resolved "https://registry.npmmirror.com/ufo/-/ufo-1.3.2.tgz#c7d719d0628a1c80c006d2240e0d169f6e3c0496" + integrity sha512-o+ORpgGwaYQXgqGDwd+hkS4PuZ3QnmqMMxRuajK/a38L6fTpcE5GPIfrf+L/KemFzfUpeUQc1rRS1iDBozvnFA== + +uglify-js@^2.6.2: + version "2.8.29" + resolved "https://registry.npmmirror.com/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd" + integrity sha512-qLq/4y2pjcU3vhlhseXGGJ7VbFO4pBANu0kwl8VCa9KEI0V8VfZIx2Fy3w01iSTA/pGwKZSmu/+I4etLNDdt5w== + dependencies: + source-map "~0.5.1" + yargs "~3.10.0" + optionalDependencies: + uglify-to-browserify "~1.0.0" + +uglify-to-browserify@~1.0.0: + version "1.0.2" + resolved "https://registry.npmmirror.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7" + integrity sha512-vb2s1lYx2xBtUgy+ta+b2J/GLVUR+wmpINwHePmPRhOsIVCG2wDzKJ0n14GslH1BifsqVzSOwQhRaCAsZ/nI4Q== + +unbox-primitive@^1.0.2: + version "1.0.2" + resolved "https://registry.npmmirror.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e" + integrity sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw== + dependencies: + call-bind "^1.0.2" + has-bigints "^1.0.2" + has-symbols "^1.0.3" + which-boxed-primitive "^1.0.2" + +undici-types@~5.26.4: + version "5.26.5" + resolved "https://registry.npmmirror.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" + integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== + +universalify@^0.2.0: + version "0.2.0" + resolved "https://registry.npmmirror.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0" + integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg== + +universalify@^2.0.0: + version "2.0.1" + resolved "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d" + integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw== + +untildify@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b" + integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw== + +update-browserslist-db@^1.0.13: + version "1.0.13" + resolved "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz#3c5e4f5c083661bd38ef64b6328c26ed6c8248c4" + integrity sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg== + dependencies: + escalade "^3.1.1" + picocolors "^1.0.0" + +uri-js@^4.2.2: + version "4.4.1" + resolved "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" + integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== + dependencies: + punycode "^2.1.0" + +url-parse@^1.5.3: + version "1.5.10" + resolved "https://registry.npmmirror.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1" + integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ== + dependencies: + querystringify "^2.1.1" + requires-port "^1.0.0" + +util-deprecate@^1.0.2: + version "1.0.2" + resolved "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== + +uuid@^8.3.2: + version "8.3.2" + resolved "https://registry.npmmirror.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" + integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== + +v8-compile-cache-lib@^3.0.1: + version "3.0.1" + resolved "https://registry.npmmirror.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf" + integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg== + +validate-npm-package-license@^3.0.4: + version "3.0.4" + resolved "https://registry.npmmirror.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" + integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== + dependencies: + spdx-correct "^3.0.0" + spdx-expression-parse "^3.0.0" + +verror@1.10.0: + version "1.10.0" + resolved "https://registry.npmmirror.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" + integrity sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw== + dependencies: + assert-plus "^1.0.0" + core-util-is "1.0.2" + extsprintf "^1.2.0" + +vite-node@1.2.2: + version "1.2.2" + resolved "https://registry.npmmirror.com/vite-node/-/vite-node-1.2.2.tgz#f6d329b06f9032130ae6eac1dc773f3663903c25" + integrity sha512-1as4rDTgVWJO3n1uHmUYqq7nsFgINQ9u+mRcXpjeOMJUmviqNKjcZB7UfRZrlM7MjYXMKpuWp5oGkjaFLnjawg== + dependencies: + cac "^6.7.14" + debug "^4.3.4" + pathe "^1.1.1" + picocolors "^1.0.0" + vite "^5.0.0" + +vite@^5.0.0, vite@^5.0.5: + version "5.0.12" + resolved "https://registry.npmmirror.com/vite/-/vite-5.0.12.tgz#8a2ffd4da36c132aec4adafe05d7adde38333c47" + integrity sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w== + dependencies: + esbuild "^0.19.3" + postcss "^8.4.32" + rollup "^4.2.0" + optionalDependencies: + fsevents "~2.3.3" + +vitest@^1.0.1: + version "1.2.2" + resolved "https://registry.npmmirror.com/vitest/-/vitest-1.2.2.tgz#9e29ad2a74a5df553c30c5798c57a062d58ce299" + integrity sha512-d5Ouvrnms3GD9USIK36KG8OZ5bEvKEkITFtnGv56HFaSlbItJuYr7hv2Lkn903+AvRAgSixiamozUVfORUekjw== + dependencies: + "@vitest/expect" "1.2.2" + "@vitest/runner" "1.2.2" + "@vitest/snapshot" "1.2.2" + "@vitest/spy" "1.2.2" + "@vitest/utils" "1.2.2" + acorn-walk "^8.3.2" + cac "^6.7.14" + chai "^4.3.10" + debug "^4.3.4" + execa "^8.0.1" + local-pkg "^0.5.0" + magic-string "^0.30.5" + pathe "^1.1.1" + picocolors "^1.0.0" + std-env "^3.5.0" + strip-literal "^1.3.0" + tinybench "^2.5.1" + tinypool "^0.8.2" + vite "^5.0.0" + vite-node "1.2.2" + why-is-node-running "^2.2.2" + +vue-clipboard3@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/vue-clipboard3/-/vue-clipboard3-2.0.0.tgz#79b026c765c0f6a5cde18a477c2dbfc7d3b9f178" + integrity sha512-Q9S7dzWGax7LN5iiSPcu/K1GGm2gcBBlYwmMsUc5/16N6w90cbKow3FnPmPs95sungns4yvd9/+JhbAznECS2A== + dependencies: + clipboard "^2.0.6" + +vue-component-type-helpers@^1.8.21: + version "1.8.27" + resolved "https://registry.npmmirror.com/vue-component-type-helpers/-/vue-component-type-helpers-1.8.27.tgz#e816c82dcffac8bca58833c120ba395c325dfa68" + integrity sha512-0vOfAtI67UjeO1G6UiX5Kd76CqaQ67wrRZiOe7UAb9Jm6GzlUr/fC7CV90XfwapJRjpCMaZFhv1V0ajWRmE9Dg== + +vue-demi@>=0.14.5, vue-demi@>=0.14.6: + version "0.14.6" + resolved "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.6.tgz#dc706582851dc1cdc17a0054f4fec2eb6df74c92" + integrity sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w== + +vue-eslint-parser@^9.3.1, vue-eslint-parser@^9.4.2: + version "9.4.2" + resolved "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-9.4.2.tgz#02ffcce82042b082292f2d1672514615f0d95b6d" + integrity sha512-Ry9oiGmCAK91HrKMtCrKFWmSFWvYkpGglCeFAIqDdr9zdXmMMpJOmUJS7WWsW7fX81h6mwHmUZCQQ1E0PkSwYQ== + dependencies: + debug "^4.3.4" + eslint-scope "^7.1.1" + eslint-visitor-keys "^3.3.0" + espree "^9.3.1" + esquery "^1.4.0" + lodash "^4.17.21" + semver "^7.3.6" + +vue-i18n@^9.8.0: + version "9.9.1" + resolved "https://registry.npmmirror.com/vue-i18n/-/vue-i18n-9.9.1.tgz#3c2fdf3c9db430572a1246439d541d01e2795c06" + integrity sha512-xyQ4VspLdNSPTKBFBPWa1tvtj+9HuockZwgFeD2OhxxXuC2CWeNvV4seu2o9+vbQOyQbhAM5Ez56oxUrrnTWdw== + dependencies: + "@intlify/core-base" "9.9.1" + "@intlify/shared" "9.9.1" + "@vue/devtools-api" "^6.5.0" + +vue-router@^4.2.5: + version "4.2.5" + resolved "https://registry.npmmirror.com/vue-router/-/vue-router-4.2.5.tgz#b9e3e08f1bd9ea363fdd173032620bc50cf0e98a" + integrity sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw== + dependencies: + "@vue/devtools-api" "^6.5.0" + +vue-template-compiler@^2.7.14: + version "2.7.16" + resolved "https://registry.npmmirror.com/vue-template-compiler/-/vue-template-compiler-2.7.16.tgz#c81b2d47753264c77ac03b9966a46637482bb03b" + integrity sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ== + dependencies: + de-indent "^1.0.2" + he "^1.2.0" + +vue-tsc@^1.8.25: + version "1.8.27" + resolved "https://registry.npmmirror.com/vue-tsc/-/vue-tsc-1.8.27.tgz#feb2bb1eef9be28017bb9e95e2bbd1ebdd48481c" + integrity sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg== + dependencies: + "@volar/typescript" "~1.11.1" + "@vue/language-core" "1.8.27" + semver "^7.5.4" + +vue-types@^3.0.0: + version "3.0.2" + resolved "https://registry.npmmirror.com/vue-types/-/vue-types-3.0.2.tgz#ec16e05d412c038262fc1efa4ceb9647e7fb601d" + integrity sha512-IwUC0Aq2zwaXqy74h4WCvFCUtoV0iSWr0snWnE9TnU18S66GAQyqQbRf2qfJtUuiFsBf6qp0MEwdonlwznlcrw== + dependencies: + is-plain-object "3.0.1" + +vue-types@^4.1.0: + version "4.2.1" + resolved "https://registry.npmmirror.com/vue-types/-/vue-types-4.2.1.tgz#f8f7e5fb42d4a6acda6d92c9736b510e5534c753" + integrity sha512-DNQZmJuOvovLUIp0BENRkdnZHbI0V4e2mNvjAZOAXKD56YGvRchtUYOXA/XqTxdv7Ng5SJLZqRKRpAhm5NLaPQ== + dependencies: + is-plain-object "5.0.0" + +vue3-colorpicker@^2.2.3: + version "2.2.3" + resolved "https://registry.npmmirror.com/vue3-colorpicker/-/vue3-colorpicker-2.2.3.tgz#2199961d2ed1734ae0c638016495dffa3c03ce51" + integrity sha512-hGGH3gfXU8nv7FzSy+xCslOGPCH7YgLxsuY+pQ/GN8SwVZYAd5BXDNt1/8DF+A3wihZ8Whow9XIWwrDhAlJW1Q== + dependencies: + "@aesoper/normal-utils" "^0.1.5" + "@popperjs/core" "^2.11.8" + "@vueuse/core" "^10.1.2" + gradient-parser "^1.0.2" + lodash-es "^4.17.21" + tinycolor2 "^1.4.2" + vue-types "^4.1.0" + +vue3-markdown-it@^1.0.10: + version "1.0.10" + resolved "https://mirrors.huaweicloud.com/repository/npm/vue3-markdown-it/-/vue3-markdown-it-1.0.10.tgz#c4b0e94990b3f9d66123ef5b775cd7ea177c609b" + integrity sha512-mTvHu0zl7jrh7ojgaZ+tTpCLiS4CVg4bTgTu4KGhw/cRRY5YgIG8QgFAPu6kCzSW6Znc9a52Beb6hFvF4hSMkQ== + dependencies: + markdown-it "^12.3.2" + markdown-it-abbr "^1.0.4" + markdown-it-anchor "^8.4.1" + markdown-it-deflist "^2.1.0" + markdown-it-emoji "^2.0.0" + markdown-it-footnote "^3.0.3" + markdown-it-highlightjs "^3.6.0" + markdown-it-ins "^3.0.1" + markdown-it-mark "^3.0.1" + markdown-it-sub "^1.0.0" + markdown-it-sup "^1.0.0" + markdown-it-task-lists "^2.1.1" + markdown-it-toc-done-right "^4.2.0" + +vue@^3.3.10: + version "3.4.15" + resolved "https://registry.npmmirror.com/vue/-/vue-3.4.15.tgz#91f979844ffca9239dff622ba4c79c5d5524b88c" + integrity sha512-jC0GH4KkWLWJOEQjOpkqU1bQsBwf4R1rsFtw5GQJbjHVKWDzO6P0nWWBTmjp1xSemAioDFj1jdaK1qa3DnMQoQ== + dependencies: + "@vue/compiler-dom" "3.4.15" + "@vue/compiler-sfc" "3.4.15" + "@vue/runtime-dom" "3.4.15" + "@vue/server-renderer" "3.4.15" + "@vue/shared" "3.4.15" + +w3c-xmlserializer@^5.0.0: + version "5.0.0" + resolved "https://registry.npmmirror.com/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz#f925ba26855158594d907313cedd1476c5967f6c" + integrity sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA== + dependencies: + xml-name-validator "^5.0.0" + +wait-on@7.2.0: + version "7.2.0" + resolved "https://registry.npmmirror.com/wait-on/-/wait-on-7.2.0.tgz#d76b20ed3fc1e2bebc051fae5c1ff93be7892928" + integrity sha512-wCQcHkRazgjG5XoAq9jbTMLpNIjoSlZslrJ2+N9MxDsGEv1HnFoVjOCexL0ESva7Y9cu350j+DWADdk54s4AFQ== + dependencies: + axios "^1.6.1" + joi "^17.11.0" + lodash "^4.17.21" + minimist "^1.2.8" + rxjs "^7.8.1" + +warning@^4.0.0: + version "4.0.3" + resolved "https://registry.npmmirror.com/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3" + integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w== + dependencies: + loose-envify "^1.0.0" + +webidl-conversions@^7.0.0: + version "7.0.0" + resolved "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz#256b4e1882be7debbf01d05f0aa2039778ea080a" + integrity sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g== + +whatwg-encoding@^3.1.1: + version "3.1.1" + resolved "https://registry.npmmirror.com/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz#d0f4ef769905d426e1688f3e34381a99b60b76e5" + integrity sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ== + dependencies: + iconv-lite "0.6.3" + +whatwg-mimetype@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz#bc1bf94a985dc50388d54a9258ac405c3ca2fc0a" + integrity sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg== + +whatwg-url@^14.0.0: + version "14.0.0" + resolved "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-14.0.0.tgz#00baaa7fd198744910c4b1ef68378f2200e4ceb6" + integrity sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw== + dependencies: + tr46 "^5.0.0" + webidl-conversions "^7.0.0" + +which-boxed-primitive@^1.0.2: + version "1.0.2" + resolved "https://registry.npmmirror.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6" + integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg== + dependencies: + is-bigint "^1.0.1" + is-boolean-object "^1.1.0" + is-number-object "^1.0.4" + is-string "^1.0.5" + is-symbol "^1.0.3" + +which-typed-array@^1.1.11, which-typed-array@^1.1.13: + version "1.1.13" + resolved "https://registry.npmmirror.com/which-typed-array/-/which-typed-array-1.1.13.tgz#870cd5be06ddb616f504e7b039c4c24898184d36" + integrity sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow== + dependencies: + available-typed-arrays "^1.0.5" + call-bind "^1.0.4" + for-each "^0.3.3" + gopd "^1.0.1" + has-tostringtag "^1.0.0" + +which@^2.0.1: + version "2.0.2" + resolved "https://registry.npmmirror.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" + integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== + dependencies: + isexe "^2.0.0" + +why-is-node-running@^2.2.2: + version "2.2.2" + resolved "https://registry.npmmirror.com/why-is-node-running/-/why-is-node-running-2.2.2.tgz#4185b2b4699117819e7154594271e7e344c9973e" + integrity sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA== + dependencies: + siginfo "^2.0.0" + stackback "0.0.2" + +window-size@0.1.0: + version "0.1.0" + resolved "https://registry.npmmirror.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d" + integrity sha512-1pTPQDKTdd61ozlKGNCjhNRd+KPmgLSGa3mZTHoOliaGcESD8G1PXhh7c1fgiPjVbNVfgy2Faw4BI8/m0cC8Mg== + +wordwrap@0.0.2: + version "0.0.2" + resolved "https://registry.npmmirror.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f" + integrity sha512-xSBsCeh+g+dinoBv3GAOWM4LcVVO68wLXRanibtBSdUvkGWQRGeE9P7IwU9EmDDi4jA6L44lz15CGMwdw9N5+Q== + +wrap-ansi@^6.2.0: + version "6.2.0" + resolved "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53" + integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + +wrappy@1: + version "1.0.2" + resolved "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== + +ws@^8.16.0: + version "8.16.0" + resolved "https://registry.npmmirror.com/ws/-/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4" + integrity sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ== + +xml-name-validator@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835" + integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw== + +xml-name-validator@^5.0.0: + version "5.0.0" + resolved "https://registry.npmmirror.com/xml-name-validator/-/xml-name-validator-5.0.0.tgz#82be9b957f7afdacf961e5980f1bf227c0bf7673" + integrity sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg== + +xmlchars@^2.2.0: + version "2.2.0" + resolved "https://registry.npmmirror.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb" + integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== + +yallist@^3.0.2: + version "3.1.1" + resolved "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" + integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== + +yallist@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" + integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== + +yargs@~3.10.0: + version "3.10.0" + resolved "https://registry.npmmirror.com/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1" + integrity sha512-QFzUah88GAGy9lyDKGBqZdkYApt63rCXYBGYnEP4xDJPXNqXXnBDACnbrXnViV6jRSqAePwrATi2i8mfYm4L1A== + dependencies: + camelcase "^1.0.2" + cliui "^2.1.0" + decamelize "^1.0.0" + window-size "0.1.0" + +yauzl@^2.10.0: + version "2.10.0" + resolved "https://registry.npmmirror.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9" + integrity sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g== + dependencies: + buffer-crc32 "~0.2.3" + fd-slicer "~1.1.0" + +yn@3.1.1: + version "3.1.1" + resolved "https://registry.npmmirror.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50" + integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== + +yocto-queue@^0.1.0: + version "0.1.0" + resolved "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" + integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== + +yocto-queue@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251" + integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g== diff --git a/web-framework/java/springai/src/code/package.json b/web-framework/java/springai/src/code/package.json new file mode 100644 index 000000000..dc1fd9dd8 --- /dev/null +++ b/web-framework/java/springai/src/code/package.json @@ -0,0 +1,151 @@ +{ + "name": "no-name", + "license": "UNLICENSED", + "type": "module", + "dependencies": { + "@polymer/polymer": "3.5.1", + "@vaadin/bundles": "24.4.4", + "@vaadin/common-frontend": "0.0.19", + "@vaadin/hilla-file-router": "24.4.4", + "@vaadin/hilla-frontend": "24.4.4", + "@vaadin/hilla-lit-form": "24.4.4", + "@vaadin/hilla-react-auth": "24.4.4", + "@vaadin/hilla-react-crud": "24.4.4", + "@vaadin/hilla-react-form": "24.4.4", + "@vaadin/hilla-react-i18n": "24.4.4", + "@vaadin/hilla-react-signals": "24.4.4", + "@vaadin/polymer-legacy-adapter": "24.4.4", + "@vaadin/react-components": "24.4.4", + "@vaadin/router": "1.7.5", + "@vaadin/vaadin-development-mode-detector": "2.0.7", + "@vaadin/vaadin-lumo-styles": "24.4.4", + "@vaadin/vaadin-material-styles": "24.4.4", + "@vaadin/vaadin-themable-mixin": "24.4.4", + "@vaadin/vaadin-usage-statistics": "2.1.2", + "construct-style-sheets-polyfill": "3.1.0", + "date-fns": "2.29.3", + "lit": "3.1.4", + "nanoid": "^5.0.6", + "react": "18.3.1", + "react-dom": "18.3.1", + "react-markdown": "^9.0.1", + "react-router-dom": "6.23.1" + }, + "devDependencies": { + "@babel/preset-react": "7.24.7", + "@rollup/plugin-replace": "5.0.7", + "@rollup/pluginutils": "5.1.0", + "@types/react": "18.3.3", + "@types/react-dom": "18.3.0", + "@vaadin/hilla-generator-cli": "24.4.4", + "@vaadin/hilla-generator-core": "24.4.4", + "@vaadin/hilla-generator-plugin-backbone": "24.4.4", + "@vaadin/hilla-generator-plugin-barrel": "24.4.4", + "@vaadin/hilla-generator-plugin-client": "24.4.4", + "@vaadin/hilla-generator-plugin-model": "24.4.4", + "@vaadin/hilla-generator-plugin-push": "24.4.4", + "@vaadin/hilla-generator-plugin-subtypes": "24.4.4", + "@vaadin/hilla-generator-utils": "24.4.4", + "@vitejs/plugin-react": "4.3.1", + "async": "3.2.5", + "glob": "10.4.1", + "rollup-plugin-brotli": "3.1.0", + "rollup-plugin-visualizer": "5.12.0", + "strip-css-comments": "5.0.0", + "transform-ast": "2.4.4", + "typescript": "5.4.5", + "vite": "5.3.3", + "vite-plugin-checker": "0.6.4", + "workbox-build": "7.1.1", + "workbox-core": "7.1.0", + "workbox-precaching": "7.1.0" + }, + "vaadin": { + "dependencies": { + "@polymer/polymer": "3.5.1", + "@vaadin/bundles": "24.4.4", + "@vaadin/common-frontend": "0.0.19", + "@vaadin/hilla-file-router": "24.4.4", + "@vaadin/hilla-frontend": "24.4.4", + "@vaadin/hilla-lit-form": "24.4.4", + "@vaadin/hilla-react-auth": "24.4.4", + "@vaadin/hilla-react-crud": "24.4.4", + "@vaadin/hilla-react-form": "24.4.4", + "@vaadin/hilla-react-i18n": "24.4.4", + "@vaadin/hilla-react-signals": "24.4.4", + "@vaadin/polymer-legacy-adapter": "24.4.4", + "@vaadin/react-components": "24.4.4", + "@vaadin/router": "1.7.5", + "@vaadin/vaadin-development-mode-detector": "2.0.7", + "@vaadin/vaadin-lumo-styles": "24.4.4", + "@vaadin/vaadin-material-styles": "24.4.4", + "@vaadin/vaadin-themable-mixin": "24.4.4", + "@vaadin/vaadin-usage-statistics": "2.1.2", + "construct-style-sheets-polyfill": "3.1.0", + "date-fns": "2.29.3", + "lit": "3.1.4", + "react": "18.3.1", + "react-dom": "18.3.1", + "react-router-dom": "6.23.1" + }, + "devDependencies": { + "@babel/preset-react": "7.24.7", + "@rollup/plugin-replace": "5.0.7", + "@rollup/pluginutils": "5.1.0", + "@types/react": "18.3.3", + "@types/react-dom": "18.3.0", + "@vaadin/hilla-generator-cli": "24.4.4", + "@vaadin/hilla-generator-core": "24.4.4", + "@vaadin/hilla-generator-plugin-backbone": "24.4.4", + "@vaadin/hilla-generator-plugin-barrel": "24.4.4", + "@vaadin/hilla-generator-plugin-client": "24.4.4", + "@vaadin/hilla-generator-plugin-model": "24.4.4", + "@vaadin/hilla-generator-plugin-push": "24.4.4", + "@vaadin/hilla-generator-plugin-subtypes": "24.4.4", + "@vaadin/hilla-generator-utils": "24.4.4", + "@vitejs/plugin-react": "4.3.1", + "async": "3.2.5", + "glob": "10.4.1", + "rollup-plugin-brotli": "3.1.0", + "rollup-plugin-visualizer": "5.12.0", + "strip-css-comments": "5.0.0", + "transform-ast": "2.4.4", + "typescript": "5.4.5", + "vite": "5.3.3", + "vite-plugin-checker": "0.6.4", + "workbox-build": "7.1.1", + "workbox-core": "7.1.0", + "workbox-precaching": "7.1.0" + }, + "hash": "dc4e9712972308c9c0823eb883252b0b3fd418f39067b89c489a2f64f7136ec1" + }, + "overrides": { + "@vaadin/bundles": "$@vaadin/bundles", + "@vaadin/common-frontend": "$@vaadin/common-frontend", + "construct-style-sheets-polyfill": "$construct-style-sheets-polyfill", + "lit": "$lit", + "@vaadin/router": "$@vaadin/router", + "@polymer/polymer": "$@polymer/polymer", + "nanoid": "$nanoid", + "react-markdown": "$react-markdown", + "@vaadin/polymer-legacy-adapter": "$@vaadin/polymer-legacy-adapter", + "@vaadin/vaadin-development-mode-detector": "$@vaadin/vaadin-development-mode-detector", + "@vaadin/vaadin-usage-statistics": "$@vaadin/vaadin-usage-statistics", + "@vaadin/react-components": "$@vaadin/react-components", + "react-dom": "$react-dom", + "@vaadin/hilla-frontend": "$@vaadin/hilla-frontend", + "@vaadin/hilla-react-auth": "$@vaadin/hilla-react-auth", + "react": "$react", + "@vaadin/hilla-react-crud": "$@vaadin/hilla-react-crud", + "@vaadin/hilla-file-router": "$@vaadin/hilla-file-router", + "react-router-dom": "$react-router-dom", + "@vaadin/hilla-react-i18n": "$@vaadin/hilla-react-i18n", + "@vaadin/hilla-lit-form": "$@vaadin/hilla-lit-form", + "@vaadin/hilla-react-form": "$@vaadin/hilla-react-form", + "@vaadin/hilla-react-signals": "$@vaadin/hilla-react-signals", + "date-fns": "$date-fns", + "@vaadin/vaadin-themable-mixin": "$@vaadin/vaadin-themable-mixin", + "@vaadin/vaadin-lumo-styles": "$@vaadin/vaadin-lumo-styles", + "@vaadin/vaadin-material-styles": "$@vaadin/vaadin-material-styles" + } +} diff --git a/web-framework/java/springai/src/code/pom.xml b/web-framework/java/springai/src/code/pom.xml new file mode 100644 index 000000000..55af2305d --- /dev/null +++ b/web-framework/java/springai/src/code/pom.xml @@ -0,0 +1,218 @@ + + + + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.3.0 + + + + com.alibaba.cloud.ai + playground-flight-booking-example + 0.0.1-SNAPSHOT + playground-flight-booking-example + Spring AI Alibaba - Flight Booking Demo + + + 17 + 24.4.7 + 3.1.1 + + + + + + + + + + + com.alibaba.cloud.ai + spring-ai-alibaba-starter + 1.0.0-M3.1 + + + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + org.springframework.boot + spring-boot-starter-validation + + + + + org.springframework.boot + spring-boot-starter-webflux + + + + org.springframework.boot + spring-boot-devtools + true + + + + + spring-boot:run + + + org.springframework.boot + spring-boot-maven-plugin + + -Xdebug + -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5247 + 500 + 240 + + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + true + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 17 + 17 + + + + + + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + + + + + + build-frontend + + + + + maven-clean-plugin + 3.2.0 + + + + ${basedir}/src/main/resources/static/assets + + *.js + *.css + + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.6.0 + + + exec-npm-run-build + compile + + exec + + + npm + + run + build + + ${basedir}/frontend + + + + + + + maven-resources-plugin + + + copy-resource-index + compile + + copy-resources + + + src/main/resources/templates + + + ${basedir}/frontend/dist + + index.html + + + + + + + copy-resource-static + compile + + copy-resources + + + src/main/resources/static + + + ${basedir}/frontend/dist + + index.html + + + + + + + + + + + + diff --git a/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/Application.java b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/Application.java new file mode 100644 index 000000000..8b5634e9c --- /dev/null +++ b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/Application.java @@ -0,0 +1,62 @@ +package ai.spring.demo.ai.playground; + +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; +import org.springframework.ai.chat.memory.ChatMemory; +import org.springframework.ai.chat.memory.InMemoryChatMemory; +import org.springframework.ai.embedding.EmbeddingModel; +import org.springframework.ai.reader.TextReader; +import org.springframework.ai.transformer.splitter.TokenTextSplitter; +import org.springframework.ai.vectorstore.SimpleVectorStore; +import org.springframework.ai.vectorstore.VectorStore; +import org.springframework.beans.factory.annotation.Value; +import org.springframework.boot.CommandLineRunner; +import org.springframework.boot.autoconfigure.SpringBootApplication; +import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean; +import org.springframework.boot.builder.SpringApplicationBuilder; +import org.springframework.context.annotation.Bean; +import org.springframework.core.io.Resource; +import org.springframework.web.client.RestClient; + + +@SpringBootApplication +public class Application { + + private static final Logger logger = LoggerFactory.getLogger(Application.class); + + public static void main(String[] args) { + new SpringApplicationBuilder(Application.class).run(args); + } + + // In the real world, ingesting documents would often happen separately, on a CI + // server or similar. + @Bean + CommandLineRunner ingestTermOfServiceToVectorStore(EmbeddingModel embeddingModel, VectorStore vectorStore, + @Value("classpath:rag/terms-of-service.txt") Resource termsOfServiceDocs) { + + return args -> { + // Ingest the document into the vector store + vectorStore.write(new TokenTextSplitter().transform(new TextReader(termsOfServiceDocs).read())); + + vectorStore.similaritySearch("Cancelling Bookings").forEach(doc -> { + logger.info("Similar Document: {}", doc.getContent()); + }); + }; + } + + @Bean + public VectorStore vectorStore(EmbeddingModel embeddingModel) { + return new SimpleVectorStore(embeddingModel); + } + + @Bean + public ChatMemory chatMemory() { + return new InMemoryChatMemory(); + } + + @Bean + @ConditionalOnMissingBean + public RestClient.Builder restClientBuilder() { + return RestClient.builder(); + } +} diff --git a/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/client/AssistantController.java b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/client/AssistantController.java new file mode 100644 index 000000000..54fdadceb --- /dev/null +++ b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/client/AssistantController.java @@ -0,0 +1,25 @@ +package ai.spring.demo.ai.playground.client; + +import ai.spring.demo.ai.playground.services.CustomerSupportAssistant; +import org.springframework.http.MediaType; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RestController; +import reactor.core.publisher.Flux; + + +@RequestMapping("/api/assistant") +@RestController +public class AssistantController { + + private final CustomerSupportAssistant agent; + + public AssistantController(CustomerSupportAssistant agent) { + this.agent = agent; + } + + @RequestMapping(path="/chat", produces = MediaType.TEXT_EVENT_STREAM_VALUE) + public Flux chat(String chatId, String userMessage) { + return agent.chat(chatId, userMessage); + } + +} diff --git a/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/client/BookingController.java b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/client/BookingController.java new file mode 100644 index 000000000..d3ecb9792 --- /dev/null +++ b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/client/BookingController.java @@ -0,0 +1,33 @@ +package ai.spring.demo.ai.playground.client; + + +import ai.spring.demo.ai.playground.services.BookingTools.BookingDetails; +import ai.spring.demo.ai.playground.services.FlightBookingService; +import org.springframework.stereotype.Controller; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.ResponseBody; + +import java.util.List; + +@Controller +@RequestMapping("/") +public class BookingController { + + private final FlightBookingService flightBookingService; + + public BookingController(FlightBookingService flightBookingService) { + this.flightBookingService = flightBookingService; + } + + @RequestMapping("/") + public String index() { + return "index"; + } + + @RequestMapping("/api/bookings") + @ResponseBody + public List getBookings() { + return flightBookingService.getBookings(); + } + +} diff --git a/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/client/package-info.java b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/client/package-info.java new file mode 100644 index 000000000..20f3f6274 --- /dev/null +++ b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/client/package-info.java @@ -0,0 +1,4 @@ +@NonNullApi +package ai.spring.demo.ai.playground.client; + +import org.springframework.lang.NonNullApi; diff --git a/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/data/Booking.java b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/data/Booking.java new file mode 100644 index 000000000..be2f4522a --- /dev/null +++ b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/data/Booking.java @@ -0,0 +1,98 @@ +package ai.spring.demo.ai.playground.data; + +import java.time.LocalDate; + +public class Booking { + + private String bookingNumber; + + private LocalDate date; + + private LocalDate bookingTo; + + private Customer customer; + + private String from; + + private String to; + + private BookingStatus bookingStatus; + + private BookingClass bookingClass; + + public Booking(String bookingNumber, LocalDate date, Customer customer, BookingStatus bookingStatus, String from, + String to, BookingClass bookingClass) { + this.bookingNumber = bookingNumber; + this.date = date; + this.customer = customer; + this.bookingStatus = bookingStatus; + this.from = from; + this.to = to; + this.bookingClass = bookingClass; + } + + public String getBookingNumber() { + return bookingNumber; + } + + public void setBookingNumber(String bookingNumber) { + this.bookingNumber = bookingNumber; + } + + public LocalDate getDate() { + return date; + } + + public void setDate(LocalDate date) { + this.date = date; + } + + public LocalDate getBookingTo() { + return bookingTo; + } + + public void setBookingTo(LocalDate bookingTo) { + this.bookingTo = bookingTo; + } + + public Customer getCustomer() { + return customer; + } + + public void setCustomer(Customer customer) { + this.customer = customer; + } + + public BookingStatus getBookingStatus() { + return bookingStatus; + } + + public void setBookingStatus(BookingStatus bookingStatus) { + this.bookingStatus = bookingStatus; + } + + public String getFrom() { + return from; + } + + public void setFrom(String from) { + this.from = from; + } + + public String getTo() { + return to; + } + + public void setTo(String to) { + this.to = to; + } + + public BookingClass getBookingClass() { + return bookingClass; + } + + public void setBookingClass(BookingClass bookingClass) { + this.bookingClass = bookingClass; + } + +} \ No newline at end of file diff --git a/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/data/BookingClass.java b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/data/BookingClass.java new file mode 100644 index 000000000..e50c39428 --- /dev/null +++ b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/data/BookingClass.java @@ -0,0 +1,7 @@ +package ai.spring.demo.ai.playground.data; + +public enum BookingClass { + + ECONOMY, PREMIUM_ECONOMY, BUSINESS + +} diff --git a/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/data/BookingData.java b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/data/BookingData.java new file mode 100644 index 000000000..8da677594 --- /dev/null +++ b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/data/BookingData.java @@ -0,0 +1,28 @@ +package ai.spring.demo.ai.playground.data; + +import java.util.ArrayList; +import java.util.List; + +public class BookingData { + + private List customers = new ArrayList<>(); + + private List bookings = new ArrayList<>(); + + public List getCustomers() { + return customers; + } + + public void setCustomers(List customers) { + this.customers = customers; + } + + public List getBookings() { + return bookings; + } + + public void setBookings(List bookings) { + this.bookings = bookings; + } + +} diff --git a/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/data/BookingStatus.java b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/data/BookingStatus.java new file mode 100644 index 000000000..8f88c6664 --- /dev/null +++ b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/data/BookingStatus.java @@ -0,0 +1,7 @@ +package ai.spring.demo.ai.playground.data; + +public enum BookingStatus { + + CONFIRMED, COMPLETED, CANCELLED + +} diff --git a/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/data/Customer.java b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/data/Customer.java new file mode 100644 index 000000000..3acaf484a --- /dev/null +++ b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/data/Customer.java @@ -0,0 +1,35 @@ +package ai.spring.demo.ai.playground.data; + +import java.util.ArrayList; +import java.util.List; + +public class Customer { + + private String name; + + private List bookings = new ArrayList<>(); + + public Customer() { + } + + public Customer(String name) { + this.name = name; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + + public List getBookings() { + return bookings; + } + + public void setBookings(List bookings) { + this.bookings = bookings; + } + +} \ No newline at end of file diff --git a/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/data/package-info.java b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/data/package-info.java new file mode 100644 index 000000000..f029757c1 --- /dev/null +++ b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/data/package-info.java @@ -0,0 +1,4 @@ +@NonNullApi +package ai.spring.demo.ai.playground.data; + +import org.springframework.lang.NonNullApi; diff --git a/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/services/BookingTools.java b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/services/BookingTools.java new file mode 100644 index 000000000..bd74f44c5 --- /dev/null +++ b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/services/BookingTools.java @@ -0,0 +1,73 @@ +package ai.spring.demo.ai.playground.services; + +import java.time.LocalDate; +import java.util.function.Function; + +import ai.spring.demo.ai.playground.data.BookingStatus; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonInclude.Include; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.context.annotation.Bean; +import org.springframework.context.annotation.Configuration; +import org.springframework.context.annotation.Description; +import org.springframework.core.NestedExceptionUtils; + +@Configuration +public class BookingTools { + + private static final Logger logger = LoggerFactory.getLogger(BookingTools.class); + + @Autowired + private FlightBookingService flightBookingService; + + public record BookingDetailsRequest(String bookingNumber, String name) { + } + + public record ChangeBookingDatesRequest(String bookingNumber, String name, String date, String from, String to) { + } + + public record CancelBookingRequest(String bookingNumber, String name) { + } + + @JsonInclude(Include.NON_NULL) + public record BookingDetails(String bookingNumber, String name, LocalDate date, BookingStatus bookingStatus, + String from, String to, String bookingClass) { + } + + @Bean + @Description("获取机票预定详细信息") + public Function getBookingDetails() { + return request -> { + try { + return flightBookingService.getBookingDetails(request.bookingNumber(), request.name()); + } + catch (Exception e) { + logger.warn("Booking details: {}", NestedExceptionUtils.getMostSpecificCause(e).getMessage()); + return new BookingDetails(request.bookingNumber(), request.name(), null, null, null, null, null); + } + }; + } + + @Bean + @Description("修改机票预定日期") + public Function changeBooking() { + return request -> { + flightBookingService.changeBooking(request.bookingNumber(), request.name(), request.date(), request.from(), + request.to()); + return ""; + }; + } + + @Bean + @Description("取消机票预定") + public Function cancelBooking() { + return request -> { + flightBookingService.cancelBooking(request.bookingNumber(), request.name()); + return ""; + }; + } + +} diff --git a/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/services/CustomerSupportAssistant.java b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/services/CustomerSupportAssistant.java new file mode 100644 index 000000000..94583c4a1 --- /dev/null +++ b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/services/CustomerSupportAssistant.java @@ -0,0 +1,85 @@ +/* + * Copyright 2024-2024 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package ai.spring.demo.ai.playground.services; + +import java.time.LocalDate; + +import reactor.core.publisher.Flux; + +import org.springframework.ai.chat.client.ChatClient; +import org.springframework.ai.chat.client.advisor.PromptChatMemoryAdvisor; +import org.springframework.ai.chat.client.advisor.QuestionAnswerAdvisor; +import org.springframework.ai.chat.memory.ChatMemory; +import org.springframework.ai.vectorstore.SearchRequest; +import org.springframework.ai.vectorstore.VectorStore; +import org.springframework.stereotype.Service; + +import static org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor.CHAT_MEMORY_CONVERSATION_ID_KEY; +import static org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor.CHAT_MEMORY_RETRIEVE_SIZE_KEY; + +/** + * * @author Christian Tzolov + */ +@Service +public class CustomerSupportAssistant { + + private final ChatClient chatClient; + + public CustomerSupportAssistant(ChatClient.Builder modelBuilder, VectorStore vectorStore, ChatMemory chatMemory) { + + // @formatter:off + this.chatClient = modelBuilder + .defaultSystem(""" + 您是“Funnair”航空公司的客户聊天支持代理。请以友好、乐于助人且愉快的方式来回复。 + 您正在通过在线聊天系统与客户互动。 + 在提供有关预订或取消预订的信息之前,您必须始终 + 从用户处获取以下信息:预订号、客户姓名。 + 在询问用户之前,请检查消息历史记录以获取此信息。 + 在更改预订之前,您必须确保条款允许这样做。 + 如果更改需要收费,您必须在继续之前征得用户同意。 + 使用提供的功能获取预订详细信息、更改预订和取消预订。 + 如果需要,可以调用相应函数调用完成辅助动作。 + 请讲中文。 + 今天的日期是 {current_date}. + """) + .defaultAdvisors( + new PromptChatMemoryAdvisor(chatMemory), // Chat Memory + // new VectorStoreChatMemoryAdvisor(vectorStore)), + + new QuestionAnswerAdvisor(vectorStore, SearchRequest.defaults()), // RAG + // new QuestionAnswerAdvisor(vectorStore, SearchRequest.defaults() + // .withFilterExpression("'documentType' == 'terms-of-service' && region in ['EU', 'US']")), + + new LoggingAdvisor()) + + .defaultFunctions("getBookingDetails", "changeBooking", "cancelBooking") // FUNCTION CALLING + + .build(); + // @formatter:on + } + + public Flux chat(String chatId, String userMessageContent) { + + return this.chatClient.prompt() + .system(s -> s.param("current_date", LocalDate.now().toString())) + .user(userMessageContent) + .advisors(a -> a.param(CHAT_MEMORY_CONVERSATION_ID_KEY, chatId).param(CHAT_MEMORY_RETRIEVE_SIZE_KEY, 100)) + .stream() + .content(); + } + +} \ No newline at end of file diff --git a/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/services/FlightBookingService.java b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/services/FlightBookingService.java new file mode 100644 index 000000000..bd00205ee --- /dev/null +++ b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/services/FlightBookingService.java @@ -0,0 +1,97 @@ +package ai.spring.demo.ai.playground.services; + +import ai.spring.demo.ai.playground.data.*; +import ai.spring.demo.ai.playground.services.BookingTools.BookingDetails; + +import org.springframework.stereotype.Service; + +import java.time.LocalDate; +import java.util.ArrayList; +import java.util.List; +import java.util.Random; + +@Service +public class FlightBookingService { + + private final BookingData db; + + public FlightBookingService() { + db = new BookingData(); + + initDemoData(); + } + + private void initDemoData() { + List names = List.of("云小宝", "李千问", "张百炼", "王通义", "刘魔搭"); + List airportCodes = List.of("北京", "上海", "广州", "深圳", "杭州", "南京", "青岛", "成都", "武汉", "西安", "重庆", "大连", + "天津"); + Random random = new Random(); + + var customers = new ArrayList(); + var bookings = new ArrayList(); + + for (int i = 0; i < 5; i++) { + String name = names.get(i); + String from = airportCodes.get(random.nextInt(airportCodes.size())); + String to = airportCodes.get(random.nextInt(airportCodes.size())); + BookingClass bookingClass = BookingClass.values()[random.nextInt(BookingClass.values().length)]; + Customer customer = new Customer(); + customer.setName(name); + + LocalDate date = LocalDate.now().plusDays(2 * (i + 1)); + + Booking booking = new Booking("10" + (i + 1), date, customer, BookingStatus.CONFIRMED, from, to, + bookingClass); + customer.getBookings().add(booking); + + customers.add(customer); + bookings.add(booking); + } + + // Reset the database on each start + db.setCustomers(customers); + db.setBookings(bookings); + } + + public List getBookings() { + return db.getBookings().stream().map(this::toBookingDetails).toList(); + } + + private Booking findBooking(String bookingNumber, String name) { + return db.getBookings() + .stream() + .filter(b -> b.getBookingNumber().equalsIgnoreCase(bookingNumber)) + .filter(b -> b.getCustomer().getName().equalsIgnoreCase(name)) + .findFirst() + .orElseThrow(() -> new IllegalArgumentException("Booking not found")); + } + + public BookingDetails getBookingDetails(String bookingNumber, String name) { + var booking = findBooking(bookingNumber, name); + return toBookingDetails(booking); + } + + public void changeBooking(String bookingNumber, String name, String newDate, String from, String to) { + var booking = findBooking(bookingNumber, name); + if (booking.getDate().isBefore(LocalDate.now().plusDays(1))) { + throw new IllegalArgumentException("Booking cannot be changed within 24 hours of the start date."); + } + booking.setDate(LocalDate.parse(newDate)); + booking.setFrom(from); + booking.setTo(to); + } + + public void cancelBooking(String bookingNumber, String name) { + var booking = findBooking(bookingNumber, name); + if (booking.getDate().isBefore(LocalDate.now().plusDays(2))) { + throw new IllegalArgumentException("Booking cannot be cancelled within 48 hours of the start date."); + } + booking.setBookingStatus(BookingStatus.CANCELLED); + } + + private BookingDetails toBookingDetails(Booking booking) { + return new BookingDetails(booking.getBookingNumber(), booking.getCustomer().getName(), booking.getDate(), + booking.getBookingStatus(), booking.getFrom(), booking.getTo(), booking.getBookingClass().toString()); + } + +} diff --git a/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/services/LoggingAdvisor.java b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/services/LoggingAdvisor.java new file mode 100644 index 000000000..07da910f3 --- /dev/null +++ b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/services/LoggingAdvisor.java @@ -0,0 +1,20 @@ +package ai.spring.demo.ai.playground.services; + +import java.util.Map; + +import org.springframework.ai.chat.client.advisor.api.AdvisedRequest; +import org.springframework.ai.chat.client.RequestResponseAdvisor; + +public class LoggingAdvisor implements RequestResponseAdvisor { + + @Override + public AdvisedRequest adviseRequest(AdvisedRequest request, Map context) { + System.out.println("Request: " + request); + return request; + } + + @Override + public int getOrder() { + return 0; + } +} diff --git a/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/services/package-info.java b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/services/package-info.java new file mode 100644 index 000000000..1f66864ec --- /dev/null +++ b/web-framework/java/springai/src/code/src/main/java/ai/spring/demo/ai/playground/services/package-info.java @@ -0,0 +1,4 @@ +@NonNullApi +package ai.spring.demo.ai.playground.services; + +import org.springframework.lang.NonNullApi; diff --git a/web-framework/java/springai/src/code/src/main/resources/application.properties b/web-framework/java/springai/src/code/src/main/resources/application.properties new file mode 100644 index 000000000..97901a8a7 --- /dev/null +++ b/web-framework/java/springai/src/code/src/main/resources/application.properties @@ -0,0 +1,93 @@ +# spring.ai.chat.client.enabled=false +server.port=9000 +spring.threads.virtual.enabled=true + +spring.mvc.static-path-pattern=/templates/** +spring.thymeleaf.cache=false +################### +# Anthropic Claude 3 +################### + +# spring.ai.anthropic.api-key=${ANTHROPIC_API_KEY} +# spring.ai.openai.chat.options.model=llama3-70b-8192 +# spring.ai.anthropic.chat.options.model=claude-3-5-sonnet-20240620 + + +################### +# Groq +################### + +# spring.ai.openai.api-key=${GROQ_API_KEY} +# spring.ai.openai.base-url=https://api.groq.com/openai +# spring.ai.openai.chat.options.model=llama3-70b-8192 + +################### +# dashscope +################### +spring.ai.dashscope.api-key=${AI_DASHSCOPE_API_KEY} +spring.ai.dashscope.chat.options.model=qwen-max + +################### +# OpenAI +################### +# spring.ai.openai.chat.options.functions=getBookingDetails,changeBooking,cancelBooking +# spring.ai.openai.chat.enabled=false + +# Disable the OpenAI embedding when the local huggingface embedding (e.g. spring-ai-transformers-spring-boot-starter) is used. +# spring.ai.openai.embedding.enabled=false + +################### +# Azure OpenAI +################### +# spring.ai.azure.openai.api-key=${AZURE_OPENAI_API_KEY} +# spring.ai.azure.openai.endpoint=${AZURE_OPENAI_ENDPOINT} +# spring.ai.azure.openai.chat.options.deployment-name=gpt-4o + +################### +# Mistral AI +################### + +# spring.ai.mistralai.api-key=${MISTRAL_AI_API_KEY} +# spring.ai.mistralai.chat.options.model=mistral-small-latest + +# spring.ai.mistralai.chat.options.model=mistral-small-latest +# spring.ai.mistralai.chat.options.functions=getBookingDetails,changeBooking,cancelBooking +# # spring.ai.retry.on-client-errors=true +# # spring.ai.retry.exclude-on-http-codes=429 + +################### +# Vertex AI Gemini +################### + +# spring.ai.vertex.ai.gemini.project-id=${VERTEX_AI_GEMINI_PROJECT_ID} +# spring.ai.vertex.ai.gemini.location=${VERTEX_AI_GEMINI_LOCATION} +# spring.ai.vertex.ai.gemini.chat.options.model=gemini-1.5-pro-001 +# # spring.ai.vertex.ai.gemini.chat.options.model=gemini-1.5-flash-001 +# spring.ai.vertex.ai.gemini.chat.options.transport-type=REST + +# spring.ai.vertex.ai.gemini.chat.options.functions=getBookingDetails,changeBooking,cancelBooking + +################### +# Milvus Vector Store +################### +# Change the dimentions to 384 if the local huggingface embedding (e.g. spring-ai-transformers-spring-boot-starter) is used. +# spring.ai.vectorstore.milvus.embedding-dimension=384 + +################### +# PGVector +################### +# spring.datasource.url=jdbc:postgresql://localhost:5432/postgres +# spring.datasource.username=postgres +# spring.datasource.password=postgres + +################### +# QDrant +################### +# spring.ai.vectorstore.qdrant.host=localhost +# spring.ai.vectorstore.qdrant.port=6334 + +################### +# Chroma +################### +# spring.ai.vectorstore.chroma.client.host=http://localhost +# spring.ai.vectorstore.chroma.client.port=8000 diff --git a/web-framework/java/springai/src/code/src/main/resources/rag/terms-of-service.txt b/web-framework/java/springai/src/code/src/main/resources/rag/terms-of-service.txt new file mode 100644 index 000000000..58e4b58ac --- /dev/null +++ b/web-framework/java/springai/src/code/src/main/resources/rag/terms-of-service.txt @@ -0,0 +1,16 @@ +These Terms of Service govern your experience with Funnair. By booking a flight, you agree to these terms. + +1. Booking Flights +- Book via our website or mobile app. +- Full payment required at booking. +- Ensure accuracy of personal information (Name, ID, etc.) as corrections may incur a $25 fee. + +2. Changing Bookings +- Changes allowed up to 24 hours before flight. +- Change via online or contact our support. +- Change fee: $50 for Economy, $30 for Premium Economy, Free for Business Class. + +3. Cancelling Bookings +- Cancel up to 48 hours before flight. +- Cancellation fees: $75 for Economy, $50 for Premium Economy, $25 for Business Class. +- Refunds processed within 7 business days. diff --git a/web-framework/java/springai/src/code/src/main/resources/static/assets/index-ML2E6Jvh.js b/web-framework/java/springai/src/code/src/main/resources/static/assets/index-ML2E6Jvh.js new file mode 100644 index 000000000..d597263b5 --- /dev/null +++ b/web-framework/java/springai/src/code/src/main/resources/static/assets/index-ML2E6Jvh.js @@ -0,0 +1,549 @@ +var k8=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var U$e=k8((mo,go)=>{(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const o of document.querySelectorAll('link[rel="modulepreload"]'))r(o);new MutationObserver(o=>{for(const i of o)if(i.type==="childList")for(const c of i.addedNodes)c.tagName==="LINK"&&c.rel==="modulepreload"&&r(c)}).observe(document,{childList:!0,subtree:!0});function n(o){const i={};return o.integrity&&(i.integrity=o.integrity),o.referrerPolicy&&(i.referrerPolicy=o.referrerPolicy),o.crossOrigin==="use-credentials"?i.credentials="include":o.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function r(o){if(o.ep)return;o.ep=!0;const i=n(o);fetch(o.href,i)}})();/** +* @vue/shared v3.4.15 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/function Ah(e,t){const n=new Set(e.split(","));return t?r=>n.has(r.toLowerCase()):r=>n.has(r)}const Qt={},lc=[],Vr=()=>{},L8=()=>!1,Ep=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),X0=e=>e.startsWith("onUpdate:"),vn=Object.assign,Q0=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},F8=Object.prototype.hasOwnProperty,jt=(e,t)=>F8.call(e,t),rt=Array.isArray,sc=e=>ru(e)==="[object Map]",is=e=>ru(e)==="[object Set]",aO=e=>ru(e)==="[object Date]",B8=e=>ru(e)==="[object RegExp]",Et=e=>typeof e=="function",bn=e=>typeof e=="string",zi=e=>typeof e=="symbol",nn=e=>e!==null&&typeof e=="object",Z0=e=>(nn(e)||Et(e))&&Et(e.then)&&Et(e.catch),hP=Object.prototype.toString,ru=e=>hP.call(e),H8=e=>ru(e).slice(8,-1),_P=e=>ru(e)==="[object Object]",J0=e=>bn(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,nd=Ah(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Nh=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},U8=/-(\w)/g,Lr=Nh(e=>e.replace(U8,(t,n)=>n?n.toUpperCase():"")),z8=/\B([A-Z])/g,po=Nh(e=>e.replace(z8,"-$1").toLowerCase()),Cp=Nh(e=>e.charAt(0).toUpperCase()+e.slice(1)),rd=Nh(e=>e?`on${Cp(e)}`:""),Zo=(e,t)=>!Object.is(e,t),cc=(e,t)=>{for(let n=0;n{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},kd=e=>{const t=parseFloat(e);return isNaN(t)?e:t},ug=e=>{const t=bn(e)?Number(e):NaN;return isNaN(t)?e:t};let iO;const vP=()=>iO||(iO=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}),G8="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",j8=Ah(G8);function wn(e){if(rt(e)){const t={};for(let n=0;n{if(n){const r=n.split(Y8);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Pn(e){let t="";if(bn(e))t=e;else if(rt(e))for(let n=0;nei(n,t))}const wc=e=>bn(e)?e:e==null?"":rt(e)||nn(e)&&(e.toString===hP||!Et(e.toString))?JSON.stringify(e,SP,2):String(e),SP=(e,t)=>t&&t.__v_isRef?SP(e,t.value):sc(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,o],i)=>(n[Ov(r,i)+" =>"]=o,n),{})}:is(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Ov(n))}:zi(t)?Ov(t):nn(t)&&!rt(t)&&!_P(t)?String(t):t,Ov=(e,t="")=>{var n;return zi(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/** +* @vue/reactivity v3.4.15 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/let co;class eE{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=co,!t&&co&&(this.index=(co.scopes||(co.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=co;try{return co=this,t()}finally{co=n}}}on(){co=this}off(){co=this.parent}stop(t){if(this._active){let n,r;for(n=0,r=this.effects.length;n=2))break}this._dirtyLevel<2&&(this._dirtyLevel=0),ss()}return this._dirtyLevel>=2}set dirty(t){this._dirtyLevel=t?2:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=Li,n=Il;try{return Li=!0,Il=this,this._runnings++,lO(this),this.fn()}finally{sO(this),this._runnings--,Il=n,Li=t}}stop(){var t;this.active&&(lO(this),sO(this),(t=this.onStop)==null||t.call(this),this.active=!1)}}function eH(e){return e.value}function lO(e){e._trackId++,e._depsLength=0}function sO(e){if(e.deps&&e.deps.length>e._depsLength){for(let t=e._depsLength;t{n.dirty&&n.run()});t&&(vn(n,t),t.scope&&yP(n,t.scope)),(!t||!t.lazy)&&n.run();const r=n.run.bind(n);return r.effect=n,r}function nH(e){e.effect.stop()}let Li=!0,OS=0;const CP=[];function ls(){CP.push(Li),Li=!1}function ss(){const e=CP.pop();Li=e===void 0?!0:e}function nE(){OS++}function rE(){for(OS--;!OS&&IS.length;)IS.shift()()}function TP(e,t,n){if(t.get(e)!==e._trackId){t.set(e,e._trackId);const r=e.deps[e._depsLength];r!==t?(r&&EP(r,e),e.deps[e._depsLength++]=t):e._depsLength++}}const IS=[];function xP(e,t,n){nE();for(const r of e.keys())if(r._dirtyLevel{const n=new Map;return n.cleanup=e,n.computed=t,n},dg=new WeakMap,Rl=Symbol(""),RS=Symbol("");function Qr(e,t,n){if(Li&&Il){let r=dg.get(e);r||dg.set(e,r=new Map);let o=r.get(n);o||r.set(n,o=OP(()=>r.delete(n))),TP(Il,o)}}function Xa(e,t,n,r,o,i){const c=dg.get(e);if(!c)return;let l=[];if(t==="clear")l=[...c.values()];else if(n==="length"&&rt(e)){const u=Number(r);c.forEach((a,s)=>{(s==="length"||!zi(s)&&s>=u)&&l.push(a)})}else switch(n!==void 0&&l.push(c.get(n)),t){case"add":rt(e)?J0(n)&&l.push(c.get("length")):(l.push(c.get(Rl)),sc(e)&&l.push(c.get(RS)));break;case"delete":rt(e)||(l.push(c.get(Rl)),sc(e)&&l.push(c.get(RS)));break;case"set":sc(e)&&l.push(c.get(Rl));break}nE();for(const u of l)u&&xP(u,2);rE()}function rH(e,t){var n;return(n=dg.get(e))==null?void 0:n.get(t)}const oH=Ah("__proto__,__v_isRef,__isVue"),IP=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(zi)),cO=aH();function aH(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const r=pt(this);for(let i=0,c=this.length;i{e[t]=function(...n){ls(),nE();const r=pt(this)[t].apply(this,n);return rE(),ss(),r}}),e}function iH(e){const t=pt(this);return Qr(t,"has",e),t.hasOwnProperty(e)}class RP{constructor(t=!1,n=!1){this._isReadonly=t,this._shallow=n}get(t,n,r){const o=this._isReadonly,i=this._shallow;if(n==="__v_isReactive")return!o;if(n==="__v_isReadonly")return o;if(n==="__v_isShallow")return i;if(n==="__v_raw")return r===(o?i?MP:PP:i?DP:$P).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const c=rt(t);if(!o){if(c&&jt(cO,n))return Reflect.get(cO,n,r);if(n==="hasOwnProperty")return iH}const l=Reflect.get(t,n,r);return(zi(n)?IP.has(n):oH(n))||(o||Qr(t,"get",n),i)?l:nr(l)?c&&J0(n)?l:l.value:nn(l)?o?kh(l):mt(l):l}}class AP extends RP{constructor(t=!1){super(!1,t)}set(t,n,r,o){let i=t[n];if(!this._shallow){const u=Ul(i);if(!Ld(r)&&!Ul(r)&&(i=pt(i),r=pt(r)),!rt(t)&&nr(i)&&!nr(r))return u?!1:(i.value=r,!0)}const c=rt(t)&&J0(n)?Number(n)e,Ph=e=>Reflect.getPrototypeOf(e);function df(e,t,n=!1,r=!1){e=e.__v_raw;const o=pt(e),i=pt(t);n||(Zo(t,i)&&Qr(o,"get",t),Qr(o,"get",i));const{has:c}=Ph(o),l=r?oE:n?lE:Fd;if(c.call(o,t))return l(e.get(t));if(c.call(o,i))return l(e.get(i));e!==o&&e.get(t)}function pf(e,t=!1){const n=this.__v_raw,r=pt(n),o=pt(e);return t||(Zo(e,o)&&Qr(r,"has",e),Qr(r,"has",o)),e===o?n.has(e):n.has(e)||n.has(o)}function ff(e,t=!1){return e=e.__v_raw,!t&&Qr(pt(e),"iterate",Rl),Reflect.get(e,"size",e)}function uO(e){e=pt(e);const t=pt(this);return Ph(t).has.call(t,e)||(t.add(e),Xa(t,"add",e,e)),this}function dO(e,t){t=pt(t);const n=pt(this),{has:r,get:o}=Ph(n);let i=r.call(n,e);i||(e=pt(e),i=r.call(n,e));const c=o.call(n,e);return n.set(e,t),i?Zo(t,c)&&Xa(n,"set",e,t):Xa(n,"add",e,t),this}function pO(e){const t=pt(this),{has:n,get:r}=Ph(t);let o=n.call(t,e);o||(e=pt(e),o=n.call(t,e)),r&&r.call(t,e);const i=t.delete(e);return o&&Xa(t,"delete",e,void 0),i}function fO(){const e=pt(this),t=e.size!==0,n=e.clear();return t&&Xa(e,"clear",void 0,void 0),n}function mf(e,t){return function(r,o){const i=this,c=i.__v_raw,l=pt(c),u=t?oE:e?lE:Fd;return!e&&Qr(l,"iterate",Rl),c.forEach((a,s)=>r.call(o,u(a),u(s),i))}}function gf(e,t,n){return function(...r){const o=this.__v_raw,i=pt(o),c=sc(i),l=e==="entries"||e===Symbol.iterator&&c,u=e==="keys"&&c,a=o[e](...r),s=n?oE:t?lE:Fd;return!t&&Qr(i,"iterate",u?RS:Rl),{next(){const{value:d,done:p}=a.next();return p?{value:d,done:p}:{value:l?[s(d[0]),s(d[1])]:s(d),done:p}},[Symbol.iterator](){return this}}}}function vi(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function dH(){const e={get(i){return df(this,i)},get size(){return ff(this)},has:pf,add:uO,set:dO,delete:pO,clear:fO,forEach:mf(!1,!1)},t={get(i){return df(this,i,!1,!0)},get size(){return ff(this)},has:pf,add:uO,set:dO,delete:pO,clear:fO,forEach:mf(!1,!0)},n={get(i){return df(this,i,!0)},get size(){return ff(this,!0)},has(i){return pf.call(this,i,!0)},add:vi("add"),set:vi("set"),delete:vi("delete"),clear:vi("clear"),forEach:mf(!0,!1)},r={get(i){return df(this,i,!0,!0)},get size(){return ff(this,!0)},has(i){return pf.call(this,i,!0)},add:vi("add"),set:vi("set"),delete:vi("delete"),clear:vi("clear"),forEach:mf(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(i=>{e[i]=gf(i,!1,!1),n[i]=gf(i,!0,!1),t[i]=gf(i,!1,!0),r[i]=gf(i,!0,!0)}),[e,n,t,r]}const[pH,fH,mH,gH]=dH();function Mh(e,t){const n=t?e?gH:mH:e?fH:pH;return(r,o,i)=>o==="__v_isReactive"?!e:o==="__v_isReadonly"?e:o==="__v_raw"?r:Reflect.get(jt(n,o)&&o in r?n:r,o,i)}const hH={get:Mh(!1,!1)},_H={get:Mh(!1,!0)},vH={get:Mh(!0,!1)},bH={get:Mh(!0,!0)},$P=new WeakMap,DP=new WeakMap,PP=new WeakMap,MP=new WeakMap;function SH(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function yH(e){return e.__v_skip||!Object.isExtensible(e)?0:SH(H8(e))}function mt(e){return Ul(e)?e:Lh(e,!1,lH,hH,$P)}function kP(e){return Lh(e,!1,cH,_H,DP)}function kh(e){return Lh(e,!0,sH,vH,PP)}function EH(e){return Lh(e,!0,uH,bH,MP)}function Lh(e,t,n,r,o){if(!nn(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=o.get(e);if(i)return i;const c=yH(e);if(c===0)return e;const l=new Proxy(e,c===2?r:n);return o.set(e,l),l}function Al(e){return Ul(e)?Al(e.__v_raw):!!(e&&e.__v_isReactive)}function Ul(e){return!!(e&&e.__v_isReadonly)}function Ld(e){return!!(e&&e.__v_isShallow)}function aE(e){return Al(e)||Ul(e)}function pt(e){const t=e&&e.__v_raw;return t?pt(t):e}function iE(e){return cg(e,"__v_skip",!0),e}const Fd=e=>nn(e)?mt(e):e,lE=e=>nn(e)?kh(e):e;class LP{constructor(t,n,r,o){this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new Oc(()=>t(this._value),()=>uc(this,1),()=>this.dep&&wP(this.dep)),this.effect.computed=this,this.effect.active=this._cacheable=!o,this.__v_isReadonly=r}get value(){const t=pt(this);return(!t._cacheable||t.effect.dirty)&&Zo(t._value,t._value=t.effect.run())&&uc(t,2),sE(t),t.effect._dirtyLevel>=1&&uc(t,1),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function CH(e,t,n=!1){let r,o;const i=Et(e);return i?(r=e,o=Vr):(r=e.get,o=e.set),new LP(r,o,i||!o,n)}function sE(e){Li&&Il&&(e=pt(e),TP(Il,e.dep||(e.dep=OP(()=>e.dep=void 0,e instanceof LP?e:void 0))))}function uc(e,t=2,n){e=pt(e);const r=e.dep;r&&xP(r,t)}function nr(e){return!!(e&&e.__v_isRef===!0)}function ie(e){return FP(e,!1)}function ce(e){return FP(e,!0)}function FP(e,t){return nr(e)?e:new TH(e,t)}class TH{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:pt(t),this._value=n?t:Fd(t)}get value(){return sE(this),this._value}set value(t){const n=this.__v_isShallow||Ld(t)||Ul(t);t=n?t:pt(t),Zo(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:Fd(t),uc(this,2))}}function cE(e){uc(e,2)}function qt(e){return nr(e)?e.value:e}function xH(e){return Et(e)?e():qt(e)}const wH={get:(e,t,n)=>qt(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const o=e[t];return nr(o)&&!nr(n)?(o.value=n,!0):Reflect.set(e,t,n,r)}};function uE(e){return Al(e)?e:new Proxy(e,wH)}class OH{constructor(t){this.dep=void 0,this.__v_isRef=!0;const{get:n,set:r}=t(()=>sE(this),()=>uc(this));this._get=n,this._set=r}get value(){return this._get()}set value(t){this._set(t)}}function BP(e){return new OH(e)}function qo(e){const t=rt(e)?new Array(e.length):{};for(const n in e)t[n]=HP(e,n);return t}class IH{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return rH(pt(this._object),this._key)}}class RH{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function Xe(e,t,n){return nr(e)?e:Et(e)?new RH(e):nn(e)&&arguments.length>1?HP(e,t,n):ie(e)}function HP(e,t,n){const r=e[t];return nr(r)?r:new IH(e,t,n)}const AH={GET:"get",HAS:"has",ITERATE:"iterate"},NH={SET:"set",ADD:"add",DELETE:"delete",CLEAR:"clear"};/** +* @vue/runtime-core v3.4.15 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/function $H(e,t){}const DH={SETUP_FUNCTION:0,0:"SETUP_FUNCTION",RENDER_FUNCTION:1,1:"RENDER_FUNCTION",WATCH_GETTER:2,2:"WATCH_GETTER",WATCH_CALLBACK:3,3:"WATCH_CALLBACK",WATCH_CLEANUP:4,4:"WATCH_CLEANUP",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"},PH={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. This is likely a Vue internals bug. Please open an issue at https://github.com/vuejs/core ."};function Qa(e,t,n,r){let o;try{o=r?e(...r):e()}catch(i){cs(i,t,n)}return o}function ho(e,t,n,r){if(Et(e)){const i=Qa(e,t,n,r);return i&&Z0(i)&&i.catch(c=>{cs(c,t,n)}),i}const o=[];for(let i=0;i>>1,o=Er[r],i=Hd(o);iha&&Er.splice(t,1)}function pg(e){rt(e)?dc.push(...e):(!wi||!wi.includes(e,e.allowRecurse?_l+1:_l))&&dc.push(e),zP()}function mO(e,t,n=Bd?ha+1:0){for(;nHd(n)-Hd(r));if(dc.length=0,wi){wi.push(...t);return}for(wi=t,_l=0;_le.id==null?1/0:e.id,FH=(e,t)=>{const n=Hd(e)-Hd(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function GP(e){AS=!1,Bd=!0,Er.sort(FH);try{for(ha=0;haKs.emit(o,...i)),hf=[]):typeof window<"u"&&window.HTMLElement&&!((r=(n=window.navigator)==null?void 0:n.userAgent)!=null&&r.includes("jsdom"))?((t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(i=>{jP(i,t)}),setTimeout(()=>{Ks||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,hf=[])},3e3)):hf=[]}function BH(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||Qt;let o=n;const i=t.startsWith("update:"),c=i&&t.slice(7);if(c&&c in r){const s=`${c==="modelValue"?"model":c}Modifiers`,{number:d,trim:p}=r[s]||Qt;p&&(o=n.map(f=>bn(f)?f.trim():f)),d&&(o=n.map(kd))}let l,u=r[l=rd(t)]||r[l=rd(Lr(t))];!u&&i&&(u=r[l=rd(po(t))]),u&&ho(u,e,6,o);const a=r[l+"Once"];if(a){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,ho(a,e,6,o)}}function VP(e,t,n=!1){const r=t.emitsCache,o=r.get(e);if(o!==void 0)return o;const i=e.emits;let c={},l=!1;if(!Et(e)){const u=a=>{const s=VP(a,t,!0);s&&(l=!0,vn(c,s))};!n&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}return!i&&!l?(nn(e)&&r.set(e,null),null):(rt(i)?i.forEach(u=>c[u]=null):vn(c,i),nn(e)&&r.set(e,c),c)}function Bh(e,t){return!e||!Ep(t)?!1:(t=t.slice(2).replace(/Once$/,""),jt(e,t[0].toLowerCase()+t.slice(1))||jt(e,po(t))||jt(e,t))}let Un=null,Hh=null;function Ud(e){const t=Un;return Un=e,Hh=e&&e.type.__scopeId||null,t}function qi(e){Hh=e}function Xi(){Hh=null}const HH=e=>Dn;function Dn(e,t=Un,n){if(!t||e._n)return e;const r=(...o)=>{r._d&&BS(-1);const i=Ud(t);let c;try{c=e(...o)}finally{Ud(i),r._d&&BS(1)}return c};return r._n=!0,r._c=!0,r._d=!0,r}function fm(e){const{type:t,vnode:n,proxy:r,withProxy:o,props:i,propsOptions:[c],slots:l,attrs:u,emit:a,render:s,renderCache:d,data:p,setupState:f,ctx:m,inheritAttrs:g}=e;let h,_;const v=Ud(e);try{if(n.shapeFlag&4){const S=o||r,E=S;h=uo(s.call(E,S,d,i,f,p,m)),_=u}else{const S=t;h=uo(S.length>1?S(i,{attrs:u,slots:l,emit:a}):S(i,null)),_=t.props?u:zH(u)}}catch(S){id.length=0,cs(S,e,1),h=y(lr)}let b=h;if(_&&g!==!1){const S=Object.keys(_),{shapeFlag:E}=b;S.length&&E&7&&(c&&S.some(X0)&&(_=GH(_,c)),b=jn(b,_))}return n.dirs&&(b=jn(b),b.dirs=b.dirs?b.dirs.concat(n.dirs):n.dirs),n.transition&&(b.transition=n.transition),h=b,Ud(v),h}function UH(e,t=!0){let n;for(let r=0;r{let t;for(const n in e)(n==="class"||n==="style"||Ep(n))&&((t||(t={}))[n]=e[n]);return t},GH=(e,t)=>{const n={};for(const r in e)(!X0(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function jH(e,t,n){const{props:r,children:o,component:i}=e,{props:c,children:l,patchFlag:u}=t,a=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&u>=0){if(u&1024)return!0;if(u&16)return r?gO(r,c,a):!!c;if(u&8){const s=t.dynamicProps;for(let d=0;de.__isSuspense;let $S=0;const YH={name:"Suspense",__isSuspense:!0,process(e,t,n,r,o,i,c,l,u,a){if(e==null)KH(t,n,r,o,i,c,l,u,a);else{if(i&&i.deps>0){t.suspense=e.suspense;return}qH(e,t,n,r,o,c,l,u,a)}},hydrate:XH,create:gE,normalize:QH},WH=YH;function zd(e,t){const n=e.props&&e.props[t];Et(n)&&n()}function KH(e,t,n,r,o,i,c,l,u){const{p:a,o:{createElement:s}}=u,d=s("div"),p=e.suspense=gE(e,o,r,t,d,n,i,c,l,u);a(null,p.pendingBranch=e.ssContent,d,null,r,p,i,c),p.deps>0?(zd(e,"onPending"),zd(e,"onFallback"),a(null,e.ssFallback,t,n,r,null,i,c),pc(p,e.ssFallback)):p.resolve(!1,!0)}function qH(e,t,n,r,o,i,c,l,{p:u,um:a,o:{createElement:s}}){const d=t.suspense=e.suspense;d.vnode=t,t.el=e.el;const p=t.ssContent,f=t.ssFallback,{activeBranch:m,pendingBranch:g,isInFallback:h,isHydrating:_}=d;if(g)d.pendingBranch=p,Yo(p,g)?(u(g,p,d.hiddenContainer,null,o,d,i,c,l),d.deps<=0?d.resolve():h&&(_||(u(m,f,n,r,o,null,i,c,l),pc(d,f)))):(d.pendingId=$S++,_?(d.isHydrating=!1,d.activeBranch=g):a(g,o,d),d.deps=0,d.effects.length=0,d.hiddenContainer=s("div"),h?(u(null,p,d.hiddenContainer,null,o,d,i,c,l),d.deps<=0?d.resolve():(u(m,f,n,r,o,null,i,c,l),pc(d,f))):m&&Yo(p,m)?(u(m,p,n,r,o,d,i,c,l),d.resolve(!0)):(u(null,p,d.hiddenContainer,null,o,d,i,c,l),d.deps<=0&&d.resolve()));else if(m&&Yo(p,m))u(m,p,n,r,o,d,i,c,l),pc(d,p);else if(zd(t,"onPending"),d.pendingBranch=p,p.shapeFlag&512?d.pendingId=p.component.suspenseId:d.pendingId=$S++,u(null,p,d.hiddenContainer,null,o,d,i,c,l),d.deps<=0)d.resolve();else{const{timeout:v,pendingId:b}=d;v>0?setTimeout(()=>{d.pendingId===b&&d.fallback(f)},v):v===0&&d.fallback(f)}}function gE(e,t,n,r,o,i,c,l,u,a,s=!1){const{p:d,m:p,um:f,n:m,o:{parentNode:g,remove:h}}=a;let _;const v=ZH(e);v&&t!=null&&t.pendingBranch&&(_=t.pendingId,t.deps++);const b=e.props?ug(e.props.timeout):void 0,S=i,E={vnode:e,parent:t,parentComponent:n,namespace:c,container:r,hiddenContainer:o,deps:0,pendingId:$S++,timeout:typeof b=="number"?b:-1,activeBranch:null,pendingBranch:null,isInFallback:!s,isHydrating:s,isUnmounted:!1,effects:[],resolve(T=!1,C=!1){const{vnode:w,activeBranch:O,pendingBranch:R,pendingId:I,effects:$,parentComponent:N,container:P}=E;let A=!1;E.isHydrating?E.isHydrating=!1:T||(A=O&&R.transition&&R.transition.mode==="out-in",A&&(O.transition.afterLeave=()=>{I===E.pendingId&&(p(R,P,i===S?m(O):i,0),pg($))}),O&&(g(O.el)!==E.hiddenContainer&&(i=m(O)),f(O,N,E,!0)),A||p(R,P,i,0)),pc(E,R),E.pendingBranch=null,E.isInFallback=!1;let D=E.parent,M=!1;for(;D;){if(D.pendingBranch){D.effects.push(...$),M=!0;break}D=D.parent}!M&&!A&&pg($),E.effects=[],v&&t&&t.pendingBranch&&_===t.pendingId&&(t.deps--,t.deps===0&&!C&&t.resolve()),zd(w,"onResolve")},fallback(T){if(!E.pendingBranch)return;const{vnode:C,activeBranch:w,parentComponent:O,container:R,namespace:I}=E;zd(C,"onFallback");const $=m(w),N=()=>{E.isInFallback&&(d(null,T,R,$,O,null,I,l,u),pc(E,T))},P=T.transition&&T.transition.mode==="out-in";P&&(w.transition.afterLeave=N),E.isInFallback=!0,f(w,O,null,!0),P||N()},move(T,C,w){E.activeBranch&&p(E.activeBranch,T,C,w),E.container=T},next(){return E.activeBranch&&m(E.activeBranch)},registerDep(T,C){const w=!!E.pendingBranch;w&&E.deps++;const O=T.vnode.el;T.asyncDep.catch(R=>{cs(R,T,0)}).then(R=>{if(T.isUnmounted||E.isUnmounted||E.pendingId!==T.suspenseId)return;T.asyncResolved=!0;const{vnode:I}=T;zS(T,R,!1),O&&(I.el=O);const $=!O&&T.subTree.el;C(T,I,g(O||T.subTree.el),O?null:m(T.subTree),E,c,u),$&&h($),pE(T,I.el),w&&--E.deps===0&&E.resolve()})},unmount(T,C){E.isUnmounted=!0,E.activeBranch&&f(E.activeBranch,n,T,C),E.pendingBranch&&f(E.pendingBranch,n,T,C)}};return E}function XH(e,t,n,r,o,i,c,l,u){const a=t.suspense=gE(t,r,n,e.parentNode,document.createElement("div"),null,o,i,c,l,!0),s=u(e,a.pendingBranch=t.ssContent,n,a,i,c);return a.deps===0&&a.resolve(!1,!0),s}function QH(e){const{shapeFlag:t,children:n}=e,r=t&32;e.ssContent=_O(r?n.default:n),e.ssFallback=r?_O(n.fallback):y(lr)}function _O(e){let t;if(Et(e)){const n=jl&&e._c;n&&(e._d=!1,dt()),e=e(),n&&(e._d=!0,t=Yr,xM())}return rt(e)&&(e=UH(e)),e=uo(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(n=>n!==e)),e}function qP(e,t){t&&t.pendingBranch?rt(e)?t.effects.push(...e):t.effects.push(e):pg(e)}function pc(e,t){e.activeBranch=t;const{vnode:n,parentComponent:r}=e;let o=t.el;for(;!o&&t.component;)t=t.component.subTree,o=t.el;n.el=o,r&&r.subTree===n&&(r.vnode.el=o,pE(r,o))}function ZH(e){var t;return((t=e.props)==null?void 0:t.suspensible)!=null&&e.props.suspensible!==!1}const XP=Symbol.for("v-scx"),QP=()=>et(XP);function Qe(e,t){return Tp(e,null,t)}function ZP(e,t){return Tp(e,null,{flush:"post"})}function JP(e,t){return Tp(e,null,{flush:"sync"})}const _f={};function Ee(e,t,n){return Tp(e,t,n)}function Tp(e,t,{immediate:n,deep:r,flush:o,once:i,onTrack:c,onTrigger:l}=Qt){if(t&&i){const T=t;t=(...C)=>{T(...C),E()}}const u=er,a=T=>r===!0?T:Tl(T,r===!1?1:void 0);let s,d=!1,p=!1;if(nr(e)?(s=()=>e.value,d=Ld(e)):Al(e)?(s=()=>a(e),d=!0):rt(e)?(p=!0,d=e.some(T=>Al(T)||Ld(T)),s=()=>e.map(T=>{if(nr(T))return T.value;if(Al(T))return a(T);if(Et(T))return Qa(T,u,2)})):Et(e)?t?s=()=>Qa(e,u,2):s=()=>(f&&f(),ho(e,u,3,[m])):s=Vr,t&&r){const T=s;s=()=>Tl(T())}let f,m=T=>{f=b.onStop=()=>{Qa(T,u,4),f=b.onStop=void 0}},g;if(Ap)if(m=Vr,t?n&&ho(t,u,3,[s(),p?[]:void 0,m]):s(),o==="sync"){const T=QP();g=T.__watcherHandles||(T.__watcherHandles=[])}else return Vr;let h=p?new Array(e.length).fill(_f):_f;const _=()=>{if(!(!b.active||!b.dirty))if(t){const T=b.run();(r||d||(p?T.some((C,w)=>Zo(C,h[w])):Zo(T,h)))&&(f&&f(),ho(t,u,3,[T,h===_f?void 0:p&&h[0]===_f?[]:h,m]),h=T)}else b.run()};_.allowRecurse=!!t;let v;o==="sync"?v=_:o==="post"?v=()=>mr(_,u&&u.suspense):(_.pre=!0,u&&(_.id=u.uid),v=()=>Fh(_));const b=new Oc(s,Vr,v),S=Dh(),E=()=>{b.stop(),S&&Q0(S.effects,b)};return t?n?_():h=b.run():o==="post"?mr(b.run.bind(b),u&&u.suspense):b.run(),g&&g.push(E),E}function JH(e,t,n){const r=this.proxy,o=bn(e)?e.includes(".")?eM(r,e):()=>r[e]:e.bind(r,r);let i;Et(t)?i=t:(i=t.handler,n=t);const c=Vl(this),l=Tp(o,i.bind(r),n);return c(),l}function eM(e,t){const n=t.split(".");return()=>{let r=e;for(let o=0;o0){if(n>=t)return e;n++}if(r=r||new Set,r.has(e))return e;if(r.add(e),nr(e))Tl(e.value,t,n,r);else if(rt(e))for(let o=0;o{Tl(o,t,n,r)});else if(_P(e))for(const o in e)Tl(e[o],t,n,r);return e}function dn(e,t){if(Un===null)return e;const n=jh(Un)||Un.proxy,r=e.dirs||(e.dirs=[]);for(let o=0;o{e.isMounted=!0}),lt(()=>{e.isUnmounting=!0}),e}const To=[Function,Array],_E={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:To,onEnter:To,onAfterEnter:To,onEnterCancelled:To,onBeforeLeave:To,onLeave:To,onAfterLeave:To,onLeaveCancelled:To,onBeforeAppear:To,onAppear:To,onAfterAppear:To,onAppearCancelled:To},eU={name:"BaseTransition",props:_E,setup(e,{slots:t}){const n=mn(),r=hE();let o;return()=>{const i=t.default&&Uh(t.default(),!0);if(!i||!i.length)return;let c=i[0];if(i.length>1){for(const g of i)if(g.type!==lr){c=g;break}}const l=pt(e),{mode:u}=l;if(r.isLeaving)return Iv(c);const a=vO(c);if(!a)return Iv(c);const s=Ic(a,l,r,n);zl(a,s);const d=n.subTree,p=d&&vO(d);let f=!1;const{getTransitionKey:m}=a.type;if(m){const g=m();o===void 0?o=g:g!==o&&(o=g,f=!0)}if(p&&p.type!==lr&&(!Yo(a,p)||f)){const g=Ic(p,l,r,n);if(zl(p,g),u==="out-in")return r.isLeaving=!0,g.afterLeave=()=>{r.isLeaving=!1,n.update.active!==!1&&(n.effect.dirty=!0,n.update())},Iv(c);u==="in-out"&&a.type!==lr&&(g.delayLeave=(h,_,v)=>{const b=nM(r,p);b[String(p.key)]=p,h[Oi]=()=>{_(),h[Oi]=void 0,delete s.delayedLeave},s.delayedLeave=v})}return c}}},tM=eU;function nM(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function Ic(e,t,n,r){const{appear:o,mode:i,persisted:c=!1,onBeforeEnter:l,onEnter:u,onAfterEnter:a,onEnterCancelled:s,onBeforeLeave:d,onLeave:p,onAfterLeave:f,onLeaveCancelled:m,onBeforeAppear:g,onAppear:h,onAfterAppear:_,onAppearCancelled:v}=t,b=String(e.key),S=nM(n,e),E=(w,O)=>{w&&ho(w,r,9,O)},T=(w,O)=>{const R=O[1];E(w,O),rt(w)?w.every(I=>I.length<=1)&&R():w.length<=1&&R()},C={mode:i,persisted:c,beforeEnter(w){let O=l;if(!n.isMounted)if(o)O=g||l;else return;w[Oi]&&w[Oi](!0);const R=S[b];R&&Yo(e,R)&&R.el[Oi]&&R.el[Oi](),E(O,[w])},enter(w){let O=u,R=a,I=s;if(!n.isMounted)if(o)O=h||u,R=_||a,I=v||s;else return;let $=!1;const N=w[vf]=P=>{$||($=!0,P?E(I,[w]):E(R,[w]),C.delayedLeave&&C.delayedLeave(),w[vf]=void 0)};O?T(O,[w,N]):N()},leave(w,O){const R=String(e.key);if(w[vf]&&w[vf](!0),n.isUnmounting)return O();E(d,[w]);let I=!1;const $=w[Oi]=N=>{I||(I=!0,O(),N?E(m,[w]):E(f,[w]),w[Oi]=void 0,S[R]===e&&delete S[R])};S[R]=e,p?T(p,[w,$]):$()},clone(w){return Ic(w,t,n,r)}};return C}function Iv(e){if(xp(e))return e=jn(e),e.children=null,e}function vO(e){return xp(e)?e.children?e.children[0]:void 0:e}function zl(e,t){e.shapeFlag&6&&e.component?zl(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function Uh(e,t=!1,n){let r=[],o=0;for(let i=0;i1)for(let i=0;i!!e.type.__asyncLoader;/*! #__NO_SIDE_EFFECTS__ */function tU(e){Et(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:r,delay:o=200,timeout:i,suspensible:c=!0,onError:l}=e;let u=null,a,s=0;const d=()=>(s++,u=null,p()),p=()=>{let f;return u||(f=u=t().catch(m=>{if(m=m instanceof Error?m:new Error(String(m)),l)return new Promise((g,h)=>{l(m,()=>g(d()),()=>h(m),s+1)});throw m}).then(m=>f!==u&&u?u:(m&&(m.__esModule||m[Symbol.toStringTag]==="Module")&&(m=m.default),a=m,m)))};return ae({name:"AsyncComponentWrapper",__asyncLoader:p,get __asyncResolved(){return a},setup(){const f=er;if(a)return()=>Rv(a,f);const m=v=>{u=null,cs(v,f,13,!r)};if(c&&f.suspense||Ap)return p().then(v=>()=>Rv(v,f)).catch(v=>(m(v),()=>r?y(r,{error:v}):null));const g=ie(!1),h=ie(),_=ie(!!o);return o&&setTimeout(()=>{_.value=!1},o),i!=null&&setTimeout(()=>{if(!g.value&&!h.value){const v=new Error(`Async component timed out after ${i}ms.`);m(v),h.value=v}},i),p().then(()=>{g.value=!0,f.parent&&xp(f.parent.vnode)&&(f.parent.effect.dirty=!0,Fh(f.parent.update))}).catch(v=>{m(v),h.value=v}),()=>{if(g.value&&a)return Rv(a,f);if(h.value&&r)return y(r,{error:h.value});if(n&&!_.value)return y(n)}}})}function Rv(e,t){const{ref:n,props:r,children:o,ce:i}=t.vnode,c=y(e,r,o);return c.ref=n,c.ce=i,delete t.vnode.ce,c}const xp=e=>e.type.__isKeepAlive,nU={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const n=mn(),r=n.ctx;if(!r.renderer)return()=>{const v=t.default&&t.default();return v&&v.length===1?v[0]:v};const o=new Map,i=new Set;let c=null;const l=n.suspense,{renderer:{p:u,m:a,um:s,o:{createElement:d}}}=r,p=d("div");r.activate=(v,b,S,E,T)=>{const C=v.component;a(v,b,S,0,l),u(C.vnode,v,b,S,C,l,E,v.slotScopeIds,T),mr(()=>{C.isDeactivated=!1,C.a&&cc(C.a);const w=v.props&&v.props.onVnodeMounted;w&&Gr(w,C.parent,v)},l)},r.deactivate=v=>{const b=v.component;a(v,p,null,1,l),mr(()=>{b.da&&cc(b.da);const S=v.props&&v.props.onVnodeUnmounted;S&&Gr(S,b.parent,v),b.isDeactivated=!0},l)};function f(v){Av(v),s(v,n,l,!0)}function m(v){o.forEach((b,S)=>{const E=jS(b.type);E&&(!v||!v(E))&&g(S)})}function g(v){const b=o.get(v);!c||!Yo(b,c)?f(b):c&&Av(c),o.delete(v),i.delete(v)}Ee(()=>[e.include,e.exclude],([v,b])=>{v&&m(S=>Yu(v,S)),b&&m(S=>!Yu(b,S))},{flush:"post",deep:!0});let h=null;const _=()=>{h!=null&&o.set(h,Nv(n.subTree))};return Ke(_),sr(_),lt(()=>{o.forEach(v=>{const{subTree:b,suspense:S}=n,E=Nv(b);if(v.type===E.type&&v.key===E.key){Av(E);const T=E.component.da;T&&mr(T,S);return}f(v)})}),()=>{if(h=null,!t.default)return null;const v=t.default(),b=v[0];if(v.length>1)return c=null,v;if(!_n(b)||!(b.shapeFlag&4)&&!(b.shapeFlag&128))return c=null,b;let S=Nv(b);const E=S.type,T=jS(Nl(S)?S.type.__asyncResolved||{}:E),{include:C,exclude:w,max:O}=e;if(C&&(!T||!Yu(C,T))||w&&T&&Yu(w,T))return c=S,b;const R=S.key==null?E:S.key,I=o.get(R);return S.el&&(S=jn(S),b.shapeFlag&128&&(b.ssContent=S)),h=R,I?(S.el=I.el,S.component=I.component,S.transition&&zl(S,S.transition),S.shapeFlag|=512,i.delete(R),i.add(R)):(i.add(R),O&&i.size>parseInt(O,10)&&g(i.values().next().value)),S.shapeFlag|=256,c=S,KP(b.type)?b:S}}},rU=nU;function Yu(e,t){return rt(e)?e.some(n=>Yu(n,t)):bn(e)?e.split(",").includes(t):B8(e)?e.test(t):!1}function wp(e,t){rM(e,"a",t)}function vE(e,t){rM(e,"da",t)}function rM(e,t,n=er){const r=e.__wdc||(e.__wdc=()=>{let o=n;for(;o;){if(o.isDeactivated)return;o=o.parent}return e()});if(zh(t,r,n),n){let o=n.parent;for(;o&&o.parent;)xp(o.parent.vnode)&&oU(r,t,n,o),o=o.parent}}function oU(e,t,n,r){const o=zh(t,e,r,!0);cr(()=>{Q0(r[t],o)},n)}function Av(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function Nv(e){return e.shapeFlag&128?e.ssContent:e}function zh(e,t,n=er,r=!1){if(n){const o=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...c)=>{if(n.isUnmounted)return;ls();const l=Vl(n),u=ho(t,n,e,c);return l(),ss(),u});return r?o.unshift(i):o.push(i),i}}const ii=e=>(t,n=er)=>(!Ap||e==="sp")&&zh(e,(...r)=>t(...r),n),Op=ii("bm"),Ke=ii("m"),Ip=ii("bu"),sr=ii("u"),lt=ii("bum"),cr=ii("um"),oM=ii("sp"),aM=ii("rtg"),iM=ii("rtc");function lM(e,t=er){zh("ec",e,t)}function Gl(e,t,n,r){let o;const i=n&&n[r];if(rt(e)||bn(e)){o=new Array(e.length);for(let c=0,l=e.length;ct(c,l,void 0,i&&i[l]));else{const c=Object.keys(e);o=new Array(c.length);for(let l=0,u=c.length;l{const i=r.fn(...o);return i&&(i.key=r.key),i}:r.fn)}return e}function sM(e,t,n={},r,o){if(Un.isCE||Un.parent&&Nl(Un.parent)&&Un.parent.isCE)return t!=="default"&&(n.name=t),y("slot",n,r&&r());let i=e[t];i&&i._c&&(i._d=!1),dt();const c=i&&cM(i(n)),l=un(ze,{key:n.key||c&&c.key||`_${t}`},c||(r?r():[]),c&&e._===1?64:-2);return!o&&l.scopeId&&(l.slotScopeIds=[l.scopeId+"-s"]),i&&i._c&&(i._d=!0),l}function cM(e){return e.some(t=>_n(t)?!(t.type===lr||t.type===ze&&!cM(t.children)):!0)?e:null}function iU(e,t){const n={};for(const r in e)n[t&&/[A-Z]/.test(r)?`on:${r}`:rd(r)]=e[r];return n}const DS=e=>e?AM(e)?jh(e)||e.proxy:DS(e.parent):null,od=vn(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>DS(e.parent),$root:e=>DS(e.root),$emit:e=>e.emit,$options:e=>bE(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,Fh(e.update)}),$nextTick:e=>e.n||(e.n=ft.bind(e.proxy)),$watch:e=>JH.bind(e)}),$v=(e,t)=>e!==Qt&&!e.__isScriptSetup&&jt(e,t),PS={get({_:e},t){const{ctx:n,setupState:r,data:o,props:i,accessCache:c,type:l,appContext:u}=e;let a;if(t[0]!=="$"){const f=c[t];if(f!==void 0)switch(f){case 1:return r[t];case 2:return o[t];case 4:return n[t];case 3:return i[t]}else{if($v(r,t))return c[t]=1,r[t];if(o!==Qt&&jt(o,t))return c[t]=2,o[t];if((a=e.propsOptions[0])&&jt(a,t))return c[t]=3,i[t];if(n!==Qt&&jt(n,t))return c[t]=4,n[t];MS&&(c[t]=0)}}const s=od[t];let d,p;if(s)return t==="$attrs"&&Qr(e,"get",t),s(e);if((d=l.__cssModules)&&(d=d[t]))return d;if(n!==Qt&&jt(n,t))return c[t]=4,n[t];if(p=u.config.globalProperties,jt(p,t))return p[t]},set({_:e},t,n){const{data:r,setupState:o,ctx:i}=e;return $v(o,t)?(o[t]=n,!0):r!==Qt&&jt(r,t)?(r[t]=n,!0):jt(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:o,propsOptions:i}},c){let l;return!!n[c]||e!==Qt&&jt(e,c)||$v(t,c)||(l=i[0])&&jt(l,c)||jt(r,c)||jt(od,c)||jt(o.config.globalProperties,c)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:jt(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}},lU=vn({},PS,{get(e,t){if(t!==Symbol.unscopables)return PS.get(e,t,e)},has(e,t){return t[0]!=="_"&&!j8(t)}});function sU(){return null}function cU(){return null}function uU(e){}function dU(e){}function pU(){return null}function fU(){}function mU(e,t){return null}function gU(){return dM().slots}function uM(){return dM().attrs}function dM(){const e=mn();return e.setupContext||(e.setupContext=DM(e))}function Gd(e){return rt(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}function hU(e,t){const n=Gd(e);for(const r in t){if(r.startsWith("__skip"))continue;let o=n[r];o?rt(o)||Et(o)?o=n[r]={type:o,default:t[r]}:o.default=t[r]:o===null&&(o=n[r]={default:t[r]}),o&&t[`__skip_${r}`]&&(o.skipFactory=!0)}return n}function _U(e,t){return!e||!t?e||t:rt(e)&&rt(t)?e.concat(t):vn({},Gd(e),Gd(t))}function vU(e,t){const n={};for(const r in e)t.includes(r)||Object.defineProperty(n,r,{enumerable:!0,get:()=>e[r]});return n}function bU(e){const t=mn();let n=e();return US(),Z0(n)&&(n=n.catch(r=>{throw Vl(t),r})),[n,()=>Vl(t)]}let MS=!0;function SU(e){const t=bE(e),n=e.proxy,r=e.ctx;MS=!1,t.beforeCreate&&bO(t.beforeCreate,e,"bc");const{data:o,computed:i,methods:c,watch:l,provide:u,inject:a,created:s,beforeMount:d,mounted:p,beforeUpdate:f,updated:m,activated:g,deactivated:h,beforeDestroy:_,beforeUnmount:v,destroyed:b,unmounted:S,render:E,renderTracked:T,renderTriggered:C,errorCaptured:w,serverPrefetch:O,expose:R,inheritAttrs:I,components:$,directives:N,filters:P}=t;if(a&&yU(a,r,null),c)for(const M in c){const k=c[M];Et(k)&&(r[M]=k.bind(n))}if(o){const M=o.call(n,n);nn(M)&&(e.data=mt(M))}if(MS=!0,i)for(const M in i){const k=i[M],F=Et(k)?k.bind(n,n):Et(k.get)?k.get.bind(n,n):Vr,B=!Et(k)&&Et(k.set)?k.set.bind(n):Vr,H=L({get:F,set:B});Object.defineProperty(r,M,{enumerable:!0,configurable:!0,get:()=>H.value,set:z=>H.value=z})}if(l)for(const M in l)pM(l[M],r,n,M);if(u){const M=Et(u)?u.call(n):u;Reflect.ownKeys(M).forEach(k=>{at(k,M[k])})}s&&bO(s,e,"c");function D(M,k){rt(k)?k.forEach(F=>M(F.bind(n))):k&&M(k.bind(n))}if(D(Op,d),D(Ke,p),D(Ip,f),D(sr,m),D(wp,g),D(vE,h),D(lM,w),D(iM,T),D(aM,C),D(lt,v),D(cr,S),D(oM,O),rt(R))if(R.length){const M=e.exposed||(e.exposed={});R.forEach(k=>{Object.defineProperty(M,k,{get:()=>n[k],set:F=>n[k]=F})})}else e.exposed||(e.exposed={});E&&e.render===Vr&&(e.render=E),I!=null&&(e.inheritAttrs=I),$&&(e.components=$),N&&(e.directives=N)}function yU(e,t,n=Vr){rt(e)&&(e=kS(e));for(const r in e){const o=e[r];let i;nn(o)?"default"in o?i=et(o.from||r,o.default,!0):i=et(o.from||r):i=et(o),nr(i)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>i.value,set:c=>i.value=c}):t[r]=i}}function bO(e,t,n){ho(rt(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function pM(e,t,n,r){const o=r.includes(".")?eM(n,r):()=>n[r];if(bn(e)){const i=t[e];Et(i)&&Ee(o,i)}else if(Et(e))Ee(o,e.bind(n));else if(nn(e))if(rt(e))e.forEach(i=>pM(i,t,n,r));else{const i=Et(e.handler)?e.handler.bind(n):t[e.handler];Et(i)&&Ee(o,i,e)}}function bE(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:o,optionsCache:i,config:{optionMergeStrategies:c}}=e.appContext,l=i.get(t);let u;return l?u=l:!o.length&&!n&&!r?u=t:(u={},o.length&&o.forEach(a=>mg(u,a,c,!0)),mg(u,t,c)),nn(t)&&i.set(t,u),u}function mg(e,t,n,r=!1){const{mixins:o,extends:i}=t;i&&mg(e,i,n,!0),o&&o.forEach(c=>mg(e,c,n,!0));for(const c in t)if(!(r&&c==="expose")){const l=EU[c]||n&&n[c];e[c]=l?l(e[c],t[c]):t[c]}return e}const EU={data:SO,props:yO,emits:yO,methods:Wu,computed:Wu,beforeCreate:Dr,created:Dr,beforeMount:Dr,mounted:Dr,beforeUpdate:Dr,updated:Dr,beforeDestroy:Dr,beforeUnmount:Dr,destroyed:Dr,unmounted:Dr,activated:Dr,deactivated:Dr,errorCaptured:Dr,serverPrefetch:Dr,components:Wu,directives:Wu,watch:TU,provide:SO,inject:CU};function SO(e,t){return t?e?function(){return vn(Et(e)?e.call(this,this):e,Et(t)?t.call(this,this):t)}:t:e}function CU(e,t){return Wu(kS(e),kS(t))}function kS(e){if(rt(e)){const t={};for(let n=0;n1)return n&&Et(t)?t.call(r&&r.proxy):t}}function OU(){return!!(er||Un||jd)}function IU(e,t,n,r=!1){const o={},i={};cg(i,Gh,1),e.propsDefaults=Object.create(null),mM(e,t,o,i);for(const c in e.propsOptions[0])c in o||(o[c]=void 0);n?e.props=r?o:kP(o):e.type.props?e.props=o:e.props=i,e.attrs=i}function RU(e,t,n,r){const{props:o,attrs:i,vnode:{patchFlag:c}}=e,l=pt(o),[u]=e.propsOptions;let a=!1;if((r||c>0)&&!(c&16)){if(c&8){const s=e.vnode.dynamicProps;for(let d=0;d{u=!0;const[p,f]=gM(d,t,!0);vn(c,p),f&&l.push(...f)};!n&&t.mixins.length&&t.mixins.forEach(s),e.extends&&s(e.extends),e.mixins&&e.mixins.forEach(s)}if(!i&&!u)return nn(e)&&r.set(e,lc),lc;if(rt(i))for(let s=0;s-1,f[1]=g<0||m-1||jt(f,"default"))&&l.push(d)}}}const a=[c,l];return nn(e)&&r.set(e,a),a}function EO(e){return e[0]!=="$"}function CO(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:e===null?"null":""}function TO(e,t){return CO(e)===CO(t)}function xO(e,t){return rt(t)?t.findIndex(n=>TO(n,e)):Et(t)&&TO(t,e)?0:-1}const hM=e=>e[0]==="_"||e==="$stable",SE=e=>rt(e)?e.map(uo):[uo(e)],AU=(e,t,n)=>{if(t._n)return t;const r=Dn((...o)=>SE(t(...o)),n);return r._c=!1,r},_M=(e,t,n)=>{const r=e._ctx;for(const o in e){if(hM(o))continue;const i=e[o];if(Et(i))t[o]=AU(o,i,r);else if(i!=null){const c=SE(i);t[o]=()=>c}}},vM=(e,t)=>{const n=SE(t);e.slots.default=()=>n},NU=(e,t)=>{if(e.vnode.shapeFlag&32){const n=t._;n?(e.slots=pt(t),cg(t,"_",n)):_M(t,e.slots={})}else e.slots={},t&&vM(e,t);cg(e.slots,Gh,1)},$U=(e,t,n)=>{const{vnode:r,slots:o}=e;let i=!0,c=Qt;if(r.shapeFlag&32){const l=t._;l?n&&l===1?i=!1:(vn(o,t),!n&&l===1&&delete o._):(i=!t.$stable,_M(t,o)),c=t}else t&&(vM(e,t),c={default:1});if(i)for(const l in o)!hM(l)&&c[l]==null&&delete o[l]};function gg(e,t,n,r,o=!1){if(rt(e)){e.forEach((p,f)=>gg(p,t&&(rt(t)?t[f]:t),n,r,o));return}if(Nl(r)&&!o)return;const i=r.shapeFlag&4?jh(r.component)||r.component.proxy:r.el,c=o?null:i,{i:l,r:u}=e,a=t&&t.r,s=l.refs===Qt?l.refs={}:l.refs,d=l.setupState;if(a!=null&&a!==u&&(bn(a)?(s[a]=null,jt(d,a)&&(d[a]=null)):nr(a)&&(a.value=null)),Et(u))Qa(u,l,12,[c,s]);else{const p=bn(u),f=nr(u),m=e.f;if(p||f){const g=()=>{if(m){const h=p?jt(d,u)?d[u]:s[u]:u.value;o?rt(h)&&Q0(h,i):rt(h)?h.includes(i)||h.push(i):p?(s[u]=[i],jt(d,u)&&(d[u]=s[u])):(u.value=[i],e.k&&(s[e.k]=u.value))}else p?(s[u]=c,jt(d,u)&&(d[u]=c)):f&&(u.value=c,e.k&&(s[e.k]=c))};o||m?g():(g.id=-1,mr(g,n))}}}let bi=!1;const DU=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",PU=e=>e.namespaceURI.includes("MathML"),bf=e=>{if(DU(e))return"svg";if(PU(e))return"mathml"},Sf=e=>e.nodeType===8;function MU(e){const{mt:t,p:n,o:{patchProp:r,createText:o,nextSibling:i,parentNode:c,remove:l,insert:u,createComment:a}}=e,s=(b,S)=>{if(!S.hasChildNodes()){n(null,b,S),fg(),S._vnode=b;return}bi=!1,d(S.firstChild,b,null,null,null),fg(),S._vnode=b,bi&&console.error("Hydration completed but contains mismatches.")},d=(b,S,E,T,C,w=!1)=>{const O=Sf(b)&&b.data==="[",R=()=>g(b,S,E,T,C,O),{type:I,ref:$,shapeFlag:N,patchFlag:P}=S;let A=b.nodeType;S.el=b,P===-2&&(w=!1,S.dynamicChildren=null);let D=null;switch(I){case Jo:A!==3?S.children===""?(u(S.el=o(""),c(b),b),D=b):D=R():(b.data!==S.children&&(bi=!0,b.data=S.children),D=i(b));break;case lr:v(b)?(D=i(b),_(S.el=b.content.firstChild,b,E)):A!==8||O?D=R():D=i(b);break;case $l:if(O&&(b=i(b),A=b.nodeType),A===1||A===3){D=b;const M=!S.children.length;for(let k=0;k{w=w||!!S.dynamicChildren;const{type:O,props:R,patchFlag:I,shapeFlag:$,dirs:N,transition:P}=S,A=O==="input"||O==="option";if(A||I!==-1){N&&ma(S,null,E,"created");let D=!1;if(v(b)){D=EM(T,P)&&E&&E.vnode.props&&E.vnode.props.appear;const k=b.content.firstChild;D&&P.beforeEnter(k),_(k,b,E),S.el=b=k}if($&16&&!(R&&(R.innerHTML||R.textContent))){let k=f(b.firstChild,S,b,E,T,C,w);for(;k;){bi=!0;const F=k;k=k.nextSibling,l(F)}}else $&8&&b.textContent!==S.children&&(bi=!0,b.textContent=S.children);if(R)if(A||!w||I&48)for(const k in R)(A&&(k.endsWith("value")||k==="indeterminate")||Ep(k)&&!nd(k)||k[0]===".")&&r(b,k,null,R[k],void 0,void 0,E);else R.onClick&&r(b,"onClick",null,R.onClick,void 0,void 0,E);let M;(M=R&&R.onVnodeBeforeMount)&&Gr(M,E,S),N&&ma(S,null,E,"beforeMount"),((M=R&&R.onVnodeMounted)||N||D)&&qP(()=>{M&&Gr(M,E,S),D&&P.enter(b),N&&ma(S,null,E,"mounted")},T)}return b.nextSibling},f=(b,S,E,T,C,w,O)=>{O=O||!!S.dynamicChildren;const R=S.children,I=R.length;for(let $=0;${const{slotScopeIds:O}=S;O&&(C=C?C.concat(O):O);const R=c(b),I=f(i(b),S,R,E,T,C,w);return I&&Sf(I)&&I.data==="]"?i(S.anchor=I):(bi=!0,u(S.anchor=a("]"),R,I),I)},g=(b,S,E,T,C,w)=>{if(bi=!0,S.el=null,w){const I=h(b);for(;;){const $=i(b);if($&&$!==I)l($);else break}}const O=i(b),R=c(b);return l(b),n(null,S,R,O,E,T,bf(R),C),O},h=(b,S="[",E="]")=>{let T=0;for(;b;)if(b=i(b),b&&Sf(b)&&(b.data===S&&T++,b.data===E)){if(T===0)return i(b);T--}return b},_=(b,S,E)=>{const T=S.parentNode;T&&T.replaceChild(b,S);let C=E;for(;C;)C.vnode.el===S&&(C.vnode.el=C.subTree.el=b),C=C.parent},v=b=>b.nodeType===1&&b.tagName.toLowerCase()==="template";return[s,d]}const mr=qP;function bM(e){return yM(e)}function SM(e){return yM(e,MU)}function yM(e,t){const n=vP();n.__VUE__=!0;const{insert:r,remove:o,patchProp:i,createElement:c,createText:l,createComment:u,setText:a,setElementText:s,parentNode:d,nextSibling:p,setScopeId:f=Vr,insertStaticContent:m}=e,g=(Y,X,ne,re=null,te=null,ue=null,ge=void 0,se=null,de=!!X.dynamicChildren)=>{if(Y===X)return;Y&&!Yo(Y,X)&&(re=Q(Y),z(Y,te,ue,!0),Y=null),X.patchFlag===-2&&(de=!1,X.dynamicChildren=null);const{type:fe,ref:_e,shapeFlag:be}=X;switch(fe){case Jo:h(Y,X,ne,re);break;case lr:_(Y,X,ne,re);break;case $l:Y==null&&v(X,ne,re,ge);break;case ze:$(Y,X,ne,re,te,ue,ge,se,de);break;default:be&1?E(Y,X,ne,re,te,ue,ge,se,de):be&6?N(Y,X,ne,re,te,ue,ge,se,de):(be&64||be&128)&&fe.process(Y,X,ne,re,te,ue,ge,se,de,W)}_e!=null&&te&&gg(_e,Y&&Y.ref,ue,X||Y,!X)},h=(Y,X,ne,re)=>{if(Y==null)r(X.el=l(X.children),ne,re);else{const te=X.el=Y.el;X.children!==Y.children&&a(te,X.children)}},_=(Y,X,ne,re)=>{Y==null?r(X.el=u(X.children||""),ne,re):X.el=Y.el},v=(Y,X,ne,re)=>{[Y.el,Y.anchor]=m(Y.children,X,ne,re,Y.el,Y.anchor)},b=({el:Y,anchor:X},ne,re)=>{let te;for(;Y&&Y!==X;)te=p(Y),r(Y,ne,re),Y=te;r(X,ne,re)},S=({el:Y,anchor:X})=>{let ne;for(;Y&&Y!==X;)ne=p(Y),o(Y),Y=ne;o(X)},E=(Y,X,ne,re,te,ue,ge,se,de)=>{X.type==="svg"?ge="svg":X.type==="math"&&(ge="mathml"),Y==null?T(X,ne,re,te,ue,ge,se,de):O(Y,X,te,ue,ge,se,de)},T=(Y,X,ne,re,te,ue,ge,se)=>{let de,fe;const{props:_e,shapeFlag:be,transition:le,dirs:oe}=Y;if(de=Y.el=c(Y.type,ue,_e&&_e.is,_e),be&8?s(de,Y.children):be&16&&w(Y.children,de,null,re,te,Dv(Y,ue),ge,se),oe&&ma(Y,null,re,"created"),C(de,Y,Y.scopeId,ge,re),_e){for(const Ce in _e)Ce!=="value"&&!nd(Ce)&&i(de,Ce,null,_e[Ce],ue,Y.children,re,te,K);"value"in _e&&i(de,"value",null,_e.value,ue),(fe=_e.onVnodeBeforeMount)&&Gr(fe,re,Y)}oe&&ma(Y,null,re,"beforeMount");const ve=EM(te,le);ve&&le.beforeEnter(de),r(de,X,ne),((fe=_e&&_e.onVnodeMounted)||ve||oe)&&mr(()=>{fe&&Gr(fe,re,Y),ve&&le.enter(de),oe&&ma(Y,null,re,"mounted")},te)},C=(Y,X,ne,re,te)=>{if(ne&&f(Y,ne),re)for(let ue=0;ue{for(let fe=de;fe{const se=X.el=Y.el;let{patchFlag:de,dynamicChildren:fe,dirs:_e}=X;de|=Y.patchFlag&16;const be=Y.props||Qt,le=X.props||Qt;let oe;if(ne&&il(ne,!1),(oe=le.onVnodeBeforeUpdate)&&Gr(oe,ne,X,Y),_e&&ma(X,Y,ne,"beforeUpdate"),ne&&il(ne,!0),fe?R(Y.dynamicChildren,fe,se,ne,re,Dv(X,te),ue):ge||k(Y,X,se,null,ne,re,Dv(X,te),ue,!1),de>0){if(de&16)I(se,X,be,le,ne,re,te);else if(de&2&&be.class!==le.class&&i(se,"class",null,le.class,te),de&4&&i(se,"style",be.style,le.style,te),de&8){const ve=X.dynamicProps;for(let Ce=0;Ce{oe&&Gr(oe,ne,X,Y),_e&&ma(X,Y,ne,"updated")},re)},R=(Y,X,ne,re,te,ue,ge)=>{for(let se=0;se{if(ne!==re){if(ne!==Qt)for(const se in ne)!nd(se)&&!(se in re)&&i(Y,se,ne[se],null,ge,X.children,te,ue,K);for(const se in re){if(nd(se))continue;const de=re[se],fe=ne[se];de!==fe&&se!=="value"&&i(Y,se,fe,de,ge,X.children,te,ue,K)}"value"in re&&i(Y,"value",ne.value,re.value,ge)}},$=(Y,X,ne,re,te,ue,ge,se,de)=>{const fe=X.el=Y?Y.el:l(""),_e=X.anchor=Y?Y.anchor:l("");let{patchFlag:be,dynamicChildren:le,slotScopeIds:oe}=X;oe&&(se=se?se.concat(oe):oe),Y==null?(r(fe,ne,re),r(_e,ne,re),w(X.children||[],ne,_e,te,ue,ge,se,de)):be>0&&be&64&&le&&Y.dynamicChildren?(R(Y.dynamicChildren,le,ne,te,ue,ge,se),(X.key!=null||te&&X===te.subTree)&&yE(Y,X,!0)):k(Y,X,ne,_e,te,ue,ge,se,de)},N=(Y,X,ne,re,te,ue,ge,se,de)=>{X.slotScopeIds=se,Y==null?X.shapeFlag&512?te.ctx.activate(X,ne,re,ge,de):P(X,ne,re,te,ue,ge,de):A(Y,X,de)},P=(Y,X,ne,re,te,ue,ge)=>{const se=Y.component=RM(Y,re,te);if(xp(Y)&&(se.ctx.renderer=W),NM(se),se.asyncDep){if(te&&te.registerDep(se,D),!Y.el){const de=se.subTree=y(lr);_(null,de,X,ne)}}else D(se,Y,X,ne,te,ue,ge)},A=(Y,X,ne)=>{const re=X.component=Y.component;if(jH(Y,X,ne))if(re.asyncDep&&!re.asyncResolved){M(re,X,ne);return}else re.next=X,LH(re.update),re.effect.dirty=!0,re.update();else X.el=Y.el,re.vnode=X},D=(Y,X,ne,re,te,ue,ge)=>{const se=()=>{if(Y.isMounted){let{next:_e,bu:be,u:le,parent:oe,vnode:ve}=Y;{const xe=CM(Y);if(xe){_e&&(_e.el=ve.el,M(Y,_e,ge)),xe.asyncDep.then(()=>{Y.isUnmounted||se()});return}}let Ce=_e,Re;il(Y,!1),_e?(_e.el=ve.el,M(Y,_e,ge)):_e=ve,be&&cc(be),(Re=_e.props&&_e.props.onVnodeBeforeUpdate)&&Gr(Re,oe,_e,ve),il(Y,!0);const Ne=fm(Y),ye=Y.subTree;Y.subTree=Ne,g(ye,Ne,d(ye.el),Q(ye),Y,te,ue),_e.el=Ne.el,Ce===null&&pE(Y,Ne.el),le&&mr(le,te),(Re=_e.props&&_e.props.onVnodeUpdated)&&mr(()=>Gr(Re,oe,_e,ve),te)}else{let _e;const{el:be,props:le}=X,{bm:oe,m:ve,parent:Ce}=Y,Re=Nl(X);if(il(Y,!1),oe&&cc(oe),!Re&&(_e=le&&le.onVnodeBeforeMount)&&Gr(_e,Ce,X),il(Y,!0),be&&he){const Ne=()=>{Y.subTree=fm(Y),he(be,Y.subTree,Y,te,null)};Re?X.type.__asyncLoader().then(()=>!Y.isUnmounted&&Ne()):Ne()}else{const Ne=Y.subTree=fm(Y);g(null,Ne,ne,re,Y,te,ue),X.el=Ne.el}if(ve&&mr(ve,te),!Re&&(_e=le&&le.onVnodeMounted)){const Ne=X;mr(()=>Gr(_e,Ce,Ne),te)}(X.shapeFlag&256||Ce&&Nl(Ce.vnode)&&Ce.vnode.shapeFlag&256)&&Y.a&&mr(Y.a,te),Y.isMounted=!0,X=ne=re=null}},de=Y.effect=new Oc(se,Vr,()=>Fh(fe),Y.scope),fe=Y.update=()=>{de.dirty&&de.run()};fe.id=Y.uid,il(Y,!0),fe()},M=(Y,X,ne)=>{X.component=Y;const re=Y.vnode.props;Y.vnode=X,Y.next=null,RU(Y,X.props,re,ne),$U(Y,X.children,ne),ls(),mO(Y),ss()},k=(Y,X,ne,re,te,ue,ge,se,de=!1)=>{const fe=Y&&Y.children,_e=Y?Y.shapeFlag:0,be=X.children,{patchFlag:le,shapeFlag:oe}=X;if(le>0){if(le&128){B(fe,be,ne,re,te,ue,ge,se,de);return}else if(le&256){F(fe,be,ne,re,te,ue,ge,se,de);return}}oe&8?(_e&16&&K(fe,te,ue),be!==fe&&s(ne,be)):_e&16?oe&16?B(fe,be,ne,re,te,ue,ge,se,de):K(fe,te,ue,!0):(_e&8&&s(ne,""),oe&16&&w(be,ne,re,te,ue,ge,se,de))},F=(Y,X,ne,re,te,ue,ge,se,de)=>{Y=Y||lc,X=X||lc;const fe=Y.length,_e=X.length,be=Math.min(fe,_e);let le;for(le=0;le_e?K(Y,te,ue,!0,!1,be):w(X,ne,re,te,ue,ge,se,de,be)},B=(Y,X,ne,re,te,ue,ge,se,de)=>{let fe=0;const _e=X.length;let be=Y.length-1,le=_e-1;for(;fe<=be&&fe<=le;){const oe=Y[fe],ve=X[fe]=de?Ii(X[fe]):uo(X[fe]);if(Yo(oe,ve))g(oe,ve,ne,null,te,ue,ge,se,de);else break;fe++}for(;fe<=be&&fe<=le;){const oe=Y[be],ve=X[le]=de?Ii(X[le]):uo(X[le]);if(Yo(oe,ve))g(oe,ve,ne,null,te,ue,ge,se,de);else break;be--,le--}if(fe>be){if(fe<=le){const oe=le+1,ve=oe<_e?X[oe].el:re;for(;fe<=le;)g(null,X[fe]=de?Ii(X[fe]):uo(X[fe]),ne,ve,te,ue,ge,se,de),fe++}}else if(fe>le)for(;fe<=be;)z(Y[fe],te,ue,!0),fe++;else{const oe=fe,ve=fe,Ce=new Map;for(fe=ve;fe<=le;fe++){const $e=X[fe]=de?Ii(X[fe]):uo(X[fe]);$e.key!=null&&Ce.set($e.key,fe)}let Re,Ne=0;const ye=le-ve+1;let xe=!1,Oe=0;const De=new Array(ye);for(fe=0;fe=ye){z($e,te,ue,!0);continue}let Le;if($e.key!=null)Le=Ce.get($e.key);else for(Re=ve;Re<=le;Re++)if(De[Re-ve]===0&&Yo($e,X[Re])){Le=Re;break}Le===void 0?z($e,te,ue,!0):(De[Le-ve]=fe+1,Le>=Oe?Oe=Le:xe=!0,g($e,X[Le],ne,null,te,ue,ge,se,de),Ne++)}const ke=xe?kU(De):lc;for(Re=ke.length-1,fe=ye-1;fe>=0;fe--){const $e=ve+fe,Le=X[$e],nt=$e+1<_e?X[$e+1].el:re;De[fe]===0?g(null,Le,ne,nt,te,ue,ge,se,de):xe&&(Re<0||fe!==ke[Re]?H(Le,ne,nt,2):Re--)}}},H=(Y,X,ne,re,te=null)=>{const{el:ue,type:ge,transition:se,children:de,shapeFlag:fe}=Y;if(fe&6){H(Y.component.subTree,X,ne,re);return}if(fe&128){Y.suspense.move(X,ne,re);return}if(fe&64){ge.move(Y,X,ne,W);return}if(ge===ze){r(ue,X,ne);for(let be=0;bese.enter(ue),te);else{const{leave:be,delayLeave:le,afterLeave:oe}=se,ve=()=>r(ue,X,ne),Ce=()=>{be(ue,()=>{ve(),oe&&oe()})};le?le(ue,ve,Ce):Ce()}else r(ue,X,ne)},z=(Y,X,ne,re=!1,te=!1)=>{const{type:ue,props:ge,ref:se,children:de,dynamicChildren:fe,shapeFlag:_e,patchFlag:be,dirs:le}=Y;if(se!=null&&gg(se,null,ne,Y,!0),_e&256){X.ctx.deactivate(Y);return}const oe=_e&1&&le,ve=!Nl(Y);let Ce;if(ve&&(Ce=ge&&ge.onVnodeBeforeUnmount)&&Gr(Ce,X,Y),_e&6)j(Y.component,ne,re);else{if(_e&128){Y.suspense.unmount(ne,re);return}oe&&ma(Y,null,X,"beforeUnmount"),_e&64?Y.type.remove(Y,X,ne,te,W,re):fe&&(ue!==ze||be>0&&be&64)?K(fe,X,ne,!1,!0):(ue===ze&&be&384||!te&&_e&16)&&K(de,X,ne),re&&G(Y)}(ve&&(Ce=ge&&ge.onVnodeUnmounted)||oe)&&mr(()=>{Ce&&Gr(Ce,X,Y),oe&&ma(Y,null,X,"unmounted")},ne)},G=Y=>{const{type:X,el:ne,anchor:re,transition:te}=Y;if(X===ze){V(ne,re);return}if(X===$l){S(Y);return}const ue=()=>{o(ne),te&&!te.persisted&&te.afterLeave&&te.afterLeave()};if(Y.shapeFlag&1&&te&&!te.persisted){const{leave:ge,delayLeave:se}=te,de=()=>ge(ne,ue);se?se(Y.el,ue,de):de()}else ue()},V=(Y,X)=>{let ne;for(;Y!==X;)ne=p(Y),o(Y),Y=ne;o(X)},j=(Y,X,ne)=>{const{bum:re,scope:te,update:ue,subTree:ge,um:se}=Y;re&&cc(re),te.stop(),ue&&(ue.active=!1,z(ge,Y,X,ne)),se&&mr(se,X),mr(()=>{Y.isUnmounted=!0},X),X&&X.pendingBranch&&!X.isUnmounted&&Y.asyncDep&&!Y.asyncResolved&&Y.suspenseId===X.pendingId&&(X.deps--,X.deps===0&&X.resolve())},K=(Y,X,ne,re=!1,te=!1,ue=0)=>{for(let ge=ue;geY.shapeFlag&6?Q(Y.component.subTree):Y.shapeFlag&128?Y.suspense.next():p(Y.anchor||Y.el);let pe=!1;const J=(Y,X,ne)=>{Y==null?X._vnode&&z(X._vnode,null,null,!0):g(X._vnode||null,Y,X,null,null,null,ne),pe||(pe=!0,mO(),fg(),pe=!1),X._vnode=Y},W={p:g,um:z,m:H,r:G,mt:P,mc:w,pc:k,pbc:R,n:Q,o:e};let Z,he;return t&&([Z,he]=t(W)),{render:J,hydrate:Z,createApp:wU(J,Z)}}function Dv({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function il({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function EM(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function yE(e,t,n=!1){const r=e.children,o=t.children;if(rt(r)&&rt(o))for(let i=0;i>1,e[n[l]]0&&(t[r]=n[i-1]),n[i]=r)}}for(i=n.length,c=n[i-1];i-- >0;)n[i]=c,c=t[c];return n}function CM(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:CM(t)}const LU=e=>e.__isTeleport,ad=e=>e&&(e.disabled||e.disabled===""),wO=e=>typeof SVGElement<"u"&&e instanceof SVGElement,OO=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,FS=(e,t)=>{const n=e&&e.to;return bn(n)?t?t(n):null:n},FU={name:"Teleport",__isTeleport:!0,process(e,t,n,r,o,i,c,l,u,a){const{mc:s,pc:d,pbc:p,o:{insert:f,querySelector:m,createText:g,createComment:h}}=a,_=ad(t.props);let{shapeFlag:v,children:b,dynamicChildren:S}=t;if(e==null){const E=t.el=g(""),T=t.anchor=g("");f(E,n,r),f(T,n,r);const C=t.target=FS(t.props,m),w=t.targetAnchor=g("");C&&(f(w,C),c==="svg"||wO(C)?c="svg":(c==="mathml"||OO(C))&&(c="mathml"));const O=(R,I)=>{v&16&&s(b,R,I,o,i,c,l,u)};_?O(n,T):C&&O(C,w)}else{t.el=e.el;const E=t.anchor=e.anchor,T=t.target=e.target,C=t.targetAnchor=e.targetAnchor,w=ad(e.props),O=w?n:T,R=w?E:C;if(c==="svg"||wO(T)?c="svg":(c==="mathml"||OO(T))&&(c="mathml"),S?(p(e.dynamicChildren,S,O,o,i,c,l),yE(e,t,!0)):u||d(e,t,O,R,o,i,c,l,!1),_)w?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):yf(t,n,E,a,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const I=t.target=FS(t.props,m);I&&yf(t,I,null,a,0)}else w&&yf(t,T,C,a,1)}TM(t)},remove(e,t,n,r,{um:o,o:{remove:i}},c){const{shapeFlag:l,children:u,anchor:a,targetAnchor:s,target:d,props:p}=e;if(d&&i(s),c&&i(a),l&16){const f=c||!ad(p);for(let m=0;m0?Yr||lc:null,xM(),jl>0&&Yr&&Yr.push(e),e}function Vt(e,t,n,r,o,i){return wM(Ze(e,t,n,r,o,i,!0))}function un(e,t,n,r,o){return wM(y(e,t,n,r,o,!0))}function _n(e){return e?e.__v_isVNode===!0:!1}function Yo(e,t){return e.type===t.type&&e.key===t.key}function HU(e){}const Gh="__vInternal",OM=({key:e})=>e??null,mm=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?bn(e)||nr(e)||Et(e)?{i:Un,r:e,k:t,f:!!n}:e:null);function Ze(e,t=null,n=null,r=0,o=null,i=e===ze?0:1,c=!1,l=!1){const u={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&OM(t),ref:t&&mm(t),scopeId:Hh,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:r,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:Un};return l?(EE(u,n),i&128&&e.normalize(u)):n&&(u.shapeFlag|=bn(n)?8:16),jl>0&&!c&&Yr&&(u.patchFlag>0||i&6)&&u.patchFlag!==32&&Yr.push(u),u}const y=UU;function UU(e,t=null,n=null,r=0,o=null,i=!1){if((!e||e===YP)&&(e=lr),_n(e)){const l=jn(e,t,!0);return n&&EE(l,n),jl>0&&!i&&Yr&&(l.shapeFlag&6?Yr[Yr.indexOf(e)]=l:Yr.push(l)),l.patchFlag|=-2,l}if(qU(e)&&(e=e.__vccOpts),t){t=IM(t);let{class:l,style:u}=t;l&&!bn(l)&&(t.class=Pn(l)),nn(u)&&(aE(u)&&!rt(u)&&(u=vn({},u)),t.style=wn(u))}const c=bn(e)?1:KP(e)?128:LU(e)?64:nn(e)?4:Et(e)?2:0;return Ze(e,t,n,r,o,c,i,!0)}function IM(e){return e?aE(e)||Gh in e?vn({},e):e:null}function jn(e,t,n=!1){const{props:r,ref:o,patchFlag:i,children:c}=e,l=t?hg(r||{},t):r;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:l,key:l&&OM(l),ref:t&&t.ref?n&&o?rt(o)?o.concat(mm(t)):[o,mm(t)]:mm(t):o,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:c,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==ze?i===-1?16:i|16:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&jn(e.ssContent),ssFallback:e.ssFallback&&jn(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function zn(e=" ",t=0){return y(Jo,null,e,t)}function zU(e,t){const n=y($l,null,e);return n.staticCount=t,n}function hn(e="",t=!1){return t?(dt(),un(lr,null,e)):y(lr,null,e)}function uo(e){return e==null||typeof e=="boolean"?y(lr):rt(e)?y(ze,null,e.slice()):typeof e=="object"?Ii(e):y(Jo,null,String(e))}function Ii(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:jn(e)}function EE(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(rt(t))n=16;else if(typeof t=="object")if(r&65){const o=t.default;o&&(o._c&&(o._d=!1),EE(e,o()),o._c&&(o._d=!0));return}else{n=32;const o=t._;!o&&!(Gh in t)?t._ctx=Un:o===3&&Un&&(Un.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else Et(t)?(t={default:t,_ctx:Un},n=32):(t=String(t),r&64?(n=16,t=[zn(t)]):n=8);e.children=t,e.shapeFlag|=n}function hg(...e){const t={};for(let n=0;ner||Un;let _g,HS;{const e=vP(),t=(n,r)=>{let o;return(o=e[n])||(o=e[n]=[]),o.push(r),i=>{o.length>1?o.forEach(c=>c(i)):o[0](i)}};_g=t("__VUE_INSTANCE_SETTERS__",n=>er=n),HS=t("__VUE_SSR_SETTERS__",n=>Ap=n)}const Vl=e=>{const t=er;return _g(e),e.scope.on(),()=>{e.scope.off(),_g(t)}},US=()=>{er&&er.scope.off(),_g(null)};function AM(e){return e.vnode.shapeFlag&4}let Ap=!1;function NM(e,t=!1){t&&HS(t);const{props:n,children:r}=e.vnode,o=AM(e);IU(e,n,o,t),NU(e,r);const i=o?VU(e,t):void 0;return t&&HS(!1),i}function VU(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=iE(new Proxy(e.ctx,PS));const{setup:r}=n;if(r){const o=e.setupContext=r.length>1?DM(e):null,i=Vl(e);ls();const c=Qa(r,e,0,[e.props,o]);if(ss(),i(),Z0(c)){if(c.then(US,US),t)return c.then(l=>{zS(e,l,t)}).catch(l=>{cs(l,e,0)});e.asyncDep=c}else zS(e,c,t)}else $M(e,t)}function zS(e,t,n){Et(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:nn(t)&&(e.setupState=uE(t)),$M(e,n)}let vg,GS;function YU(e){vg=e,GS=t=>{t.render._rc&&(t.withProxy=new Proxy(t.ctx,lU))}}const WU=()=>!vg;function $M(e,t,n){const r=e.type;if(!e.render){if(!t&&vg&&!r.render){const o=r.template||bE(e).template;if(o){const{isCustomElement:i,compilerOptions:c}=e.appContext.config,{delimiters:l,compilerOptions:u}=r,a=vn(vn({isCustomElement:i,delimiters:l},c),u);r.render=vg(o,a)}}e.render=r.render||Vr,GS&&GS(e)}{const o=Vl(e);ls();try{SU(e)}finally{ss(),o()}}}function KU(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get(t,n){return Qr(e,"get","$attrs"),t[n]}}))}function DM(e){const t=n=>{e.exposed=n||{}};return{get attrs(){return KU(e)},slots:e.slots,emit:e.emit,expose:t}}function jh(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(uE(iE(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in od)return od[n](e)},has(t,n){return n in t||n in od}}))}function jS(e,t=!0){return Et(e)?e.displayName||e.name:e.name||t&&e.__name}function qU(e){return Et(e)&&"__vccOpts"in e}const L=(e,t)=>CH(e,t,Ap);function XU(e,t,n=Qt){const r=mn(),o=Lr(t),i=po(t),c=BP((u,a)=>{let s;return JP(()=>{const d=e[t];Zo(s,d)&&(s=d,a())}),{get(){return u(),n.get?n.get(s):s},set(d){const p=r.vnode.props;!(p&&(t in p||o in p||i in p)&&(`onUpdate:${t}`in p||`onUpdate:${o}`in p||`onUpdate:${i}`in p))&&Zo(d,s)&&(s=d,a()),r.emit(`update:${t}`,n.set?n.set(d):d)}}}),l=t==="modelValue"?"modelModifiers":`${t}Modifiers`;return c[Symbol.iterator]=()=>{let u=0;return{next(){return u<2?{value:u++?e[l]||{}:c,done:!1}:{done:!0}}}},c}function Yl(e,t,n){const r=arguments.length;return r===2?nn(t)&&!rt(t)?_n(t)?y(e,null,[t]):y(e,t):y(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&_n(n)&&(n=[n]),y(e,t,n))}function QU(){}function ZU(e,t,n,r){const o=n[r];if(o&&PM(o,e))return o;const i=t();return i.memo=e.slice(),n[r]=i}function PM(e,t){const n=e.memo;if(n.length!=t.length)return!1;for(let r=0;r0&&Yr&&Yr.push(e),!0}const MM="3.4.15",JU=Vr,e7=PH,t7=Ks,n7=jP,r7={createComponentInstance:RM,setupComponent:NM,renderComponentRoot:fm,setCurrentRenderingInstance:Ud,isVNode:_n,normalizeVNode:uo},o7=r7,a7=null,i7=null,l7=null;/** +* @vue/runtime-dom v3.4.15 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/const s7="http://www.w3.org/2000/svg",c7="http://www.w3.org/1998/Math/MathML",Ri=typeof document<"u"?document:null,IO=Ri&&Ri.createElement("template"),u7={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const o=t==="svg"?Ri.createElementNS(s7,e):t==="mathml"?Ri.createElementNS(c7,e):Ri.createElement(e,n?{is:n}:void 0);return e==="select"&&r&&r.multiple!=null&&o.setAttribute("multiple",r.multiple),o},createText:e=>Ri.createTextNode(e),createComment:e=>Ri.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Ri.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,o,i){const c=n?n.previousSibling:t.lastChild;if(o&&(o===i||o.nextSibling))for(;t.insertBefore(o.cloneNode(!0),n),!(o===i||!(o=o.nextSibling)););else{IO.innerHTML=r==="svg"?`${e}`:r==="mathml"?`${e}`:e;const l=IO.content;if(r==="svg"||r==="mathml"){const u=l.firstChild;for(;u.firstChild;)l.appendChild(u.firstChild);l.removeChild(u)}t.insertBefore(l,n)}return[c?c.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},Si="transition",Nu="animation",Rc=Symbol("_vtc"),On=(e,{slots:t})=>Yl(tM,LM(e),t);On.displayName="Transition";const kM={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},d7=On.props=vn({},_E,kM),ll=(e,t=[])=>{rt(e)?e.forEach(n=>n(...t)):e&&e(...t)},RO=e=>e?rt(e)?e.some(t=>t.length>1):e.length>1:!1;function LM(e){const t={};for(const $ in e)$ in kM||(t[$]=e[$]);if(e.css===!1)return t;const{name:n="v",type:r,duration:o,enterFromClass:i=`${n}-enter-from`,enterActiveClass:c=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:u=i,appearActiveClass:a=c,appearToClass:s=l,leaveFromClass:d=`${n}-leave-from`,leaveActiveClass:p=`${n}-leave-active`,leaveToClass:f=`${n}-leave-to`}=e,m=p7(o),g=m&&m[0],h=m&&m[1],{onBeforeEnter:_,onEnter:v,onEnterCancelled:b,onLeave:S,onLeaveCancelled:E,onBeforeAppear:T=_,onAppear:C=v,onAppearCancelled:w=b}=t,O=($,N,P)=>{Ti($,N?s:l),Ti($,N?a:c),P&&P()},R=($,N)=>{$._isLeaving=!1,Ti($,d),Ti($,f),Ti($,p),N&&N()},I=$=>(N,P)=>{const A=$?C:v,D=()=>O(N,$,P);ll(A,[N,D]),AO(()=>{Ti(N,$?u:i),Fa(N,$?s:l),RO(A)||NO(N,r,g,D)})};return vn(t,{onBeforeEnter($){ll(_,[$]),Fa($,i),Fa($,c)},onBeforeAppear($){ll(T,[$]),Fa($,u),Fa($,a)},onEnter:I(!1),onAppear:I(!0),onLeave($,N){$._isLeaving=!0;const P=()=>R($,N);Fa($,d),BM(),Fa($,p),AO(()=>{$._isLeaving&&(Ti($,d),Fa($,f),RO(S)||NO($,r,h,P))}),ll(S,[$,P])},onEnterCancelled($){O($,!1),ll(b,[$])},onAppearCancelled($){O($,!0),ll(w,[$])},onLeaveCancelled($){R($),ll(E,[$])}})}function p7(e){if(e==null)return null;if(nn(e))return[Pv(e.enter),Pv(e.leave)];{const t=Pv(e);return[t,t]}}function Pv(e){return ug(e)}function Fa(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[Rc]||(e[Rc]=new Set)).add(t)}function Ti(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[Rc];n&&(n.delete(t),n.size||(e[Rc]=void 0))}function AO(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let f7=0;function NO(e,t,n,r){const o=e._endId=++f7,i=()=>{o===e._endId&&r()};if(n)return setTimeout(i,n);const{type:c,timeout:l,propCount:u}=FM(e,t);if(!c)return r();const a=c+"end";let s=0;const d=()=>{e.removeEventListener(a,p),i()},p=f=>{f.target===e&&++s>=u&&d()};setTimeout(()=>{s(n[m]||"").split(", "),o=r(`${Si}Delay`),i=r(`${Si}Duration`),c=$O(o,i),l=r(`${Nu}Delay`),u=r(`${Nu}Duration`),a=$O(l,u);let s=null,d=0,p=0;t===Si?c>0&&(s=Si,d=c,p=i.length):t===Nu?a>0&&(s=Nu,d=a,p=u.length):(d=Math.max(c,a),s=d>0?c>a?Si:Nu:null,p=s?s===Si?i.length:u.length:0);const f=s===Si&&/\b(transform|all)(,|$)/.test(r(`${Si}Property`).toString());return{type:s,timeout:d,propCount:p,hasTransform:f}}function $O(e,t){for(;e.lengthDO(n)+DO(e[r])))}function DO(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function BM(){return document.body.offsetHeight}function m7(e,t,n){const r=e[Rc];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const CE=Symbol("_vod"),Vn={beforeMount(e,{value:t},{transition:n}){e[CE]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):$u(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),$u(e,!0),r.enter(e)):r.leave(e,()=>{$u(e,!1)}):$u(e,t))},beforeUnmount(e,{value:t}){$u(e,t)}};function $u(e,t){e.style.display=t?e[CE]:"none"}function g7(){Vn.getSSRProps=({value:e})=>{if(!e)return{style:{display:"none"}}}}const HM=Symbol("");function h7(e){const t=mn();if(!t)return;const n=t.ut=(o=e(t.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${t.uid}"]`)).forEach(i=>YS(i,o))},r=()=>{const o=e(t.proxy);VS(t.subTree,o),n(o)};ZP(r),Ke(()=>{const o=new MutationObserver(r);o.observe(t.subTree.el.parentNode,{childList:!0}),cr(()=>o.disconnect())})}function VS(e,t){if(e.shapeFlag&128){const n=e.suspense;e=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push(()=>{VS(n.activeBranch,t)})}for(;e.component;)e=e.component.subTree;if(e.shapeFlag&1&&e.el)YS(e.el,t);else if(e.type===ze)e.children.forEach(n=>VS(n,t));else if(e.type===$l){let{el:n,anchor:r}=e;for(;n&&(YS(n,t),n!==r);)n=n.nextSibling}}function YS(e,t){if(e.nodeType===1){const n=e.style;let r="";for(const o in t)n.setProperty(`--${o}`,t[o]),r+=`--${o}: ${t[o]};`;n[HM]=r}}function _7(e,t,n){const r=e.style,o=r.display,i=bn(n);if(n&&!i){if(t&&!bn(t))for(const c in t)n[c]==null&&WS(r,c,"");for(const c in n)WS(r,c,n[c])}else if(i){if(t!==n){const c=r[HM];c&&(n+=";"+c),r.cssText=n}}else t&&e.removeAttribute("style");CE in e&&(r.display=o)}const PO=/\s*!important$/;function WS(e,t,n){if(rt(n))n.forEach(r=>WS(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=v7(e,t);PO.test(n)?e.setProperty(po(r),n.replace(PO,""),"important"):e[r]=n}}const MO=["Webkit","Moz","ms"],Mv={};function v7(e,t){const n=Mv[t];if(n)return n;let r=Lr(t);if(r!=="filter"&&r in e)return Mv[t]=r;r=Cp(r);for(let o=0;okv||(T7.then(()=>kv=0),kv=Date.now());function w7(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;ho(O7(r,n.value),t,5,[r])};return n.value=e,n.attached=x7(),n}function O7(e,t){if(rt(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>o=>!o._stopped&&r&&r(o))}else return t}const BO=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,I7=(e,t,n,r,o,i,c,l,u)=>{const a=o==="svg";t==="class"?m7(e,r,a):t==="style"?_7(e,n,r):Ep(t)?X0(t)||E7(e,t,n,r,c):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):R7(e,t,r,a))?S7(e,t,r,i,c,l,u):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),b7(e,t,r,a))};function R7(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&BO(t)&&Et(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const o=e.tagName;if(o==="IMG"||o==="VIDEO"||o==="CANVAS"||o==="SOURCE")return!1}return BO(t)&&bn(n)?!1:t in e}/*! #__NO_SIDE_EFFECTS__ */function UM(e,t){const n=ae(e);class r extends Vh{constructor(i){super(n,i,t)}}return r.def=n,r}/*! #__NO_SIDE_EFFECTS__ */const A7=e=>UM(e,JM),N7=typeof HTMLElement<"u"?HTMLElement:class{};class Vh extends N7{constructor(t,n={},r){super(),this._def=t,this._props=n,this._instance=null,this._connected=!1,this._resolved=!1,this._numberProps=null,this._ob=null,this.shadowRoot&&r?r(this._createVNode(),this.shadowRoot):(this.attachShadow({mode:"open"}),this._def.__asyncLoader||this._resolveProps(this._def))}connectedCallback(){this._connected=!0,this._instance||(this._resolved?this._update():this._resolveDef())}disconnectedCallback(){this._connected=!1,this._ob&&(this._ob.disconnect(),this._ob=null),ft(()=>{this._connected||(Ta(null,this.shadowRoot),this._instance=null)})}_resolveDef(){this._resolved=!0;for(let r=0;r{for(const o of r)this._setAttr(o.attributeName)}),this._ob.observe(this,{attributes:!0});const t=(r,o=!1)=>{const{props:i,styles:c}=r;let l;if(i&&!rt(i))for(const u in i){const a=i[u];(a===Number||a&&a.type===Number)&&(u in this._props&&(this._props[u]=ug(this._props[u])),(l||(l=Object.create(null)))[Lr(u)]=!0)}this._numberProps=l,o&&this._resolveProps(r),this._applyStyles(c),this._update()},n=this._def.__asyncLoader;n?n().then(r=>t(r,!0)):t(this._def)}_resolveProps(t){const{props:n}=t,r=rt(n)?n:Object.keys(n||{});for(const o of Object.keys(this))o[0]!=="_"&&r.includes(o)&&this._setProp(o,this[o],!0,!1);for(const o of r.map(Lr))Object.defineProperty(this,o,{get(){return this._getProp(o)},set(i){this._setProp(o,i)}})}_setAttr(t){let n=this.getAttribute(t);const r=Lr(t);this._numberProps&&this._numberProps[r]&&(n=ug(n)),this._setProp(r,n,!1)}_getProp(t){return this._props[t]}_setProp(t,n,r=!0,o=!0){n!==this._props[t]&&(this._props[t]=n,o&&this._instance&&this._update(),r&&(n===!0?this.setAttribute(po(t),""):typeof n=="string"||typeof n=="number"?this.setAttribute(po(t),n+""):n||this.removeAttribute(po(t))))}_update(){Ta(this._createVNode(),this.shadowRoot)}_createVNode(){const t=y(this._def,vn({},this._props));return this._instance||(t.ce=n=>{this._instance=n,n.isCE=!0;const r=(i,c)=>{this.dispatchEvent(new CustomEvent(i,{detail:c}))};n.emit=(i,...c)=>{r(i,c),po(i)!==i&&r(po(i),c)};let o=this;for(;o=o&&(o.parentNode||o.host);)if(o instanceof Vh){n.parent=o._instance,n.provides=o._instance.provides;break}}),t}_applyStyles(t){t&&t.forEach(n=>{const r=document.createElement("style");r.textContent=n,this.shadowRoot.appendChild(r)})}}function $7(e="$style"){{const t=mn();if(!t)return Qt;const n=t.type.__cssModules;if(!n)return Qt;const r=n[e];return r||Qt}}const zM=new WeakMap,GM=new WeakMap,bg=Symbol("_moveCb"),HO=Symbol("_enterCb"),jM={name:"TransitionGroup",props:vn({},d7,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=mn(),r=hE();let o,i;return sr(()=>{if(!o.length)return;const c=e.moveClass||`${e.name||"v"}-move`;if(!L7(o[0].el,n.vnode.el,c))return;o.forEach(P7),o.forEach(M7);const l=o.filter(k7);BM(),l.forEach(u=>{const a=u.el,s=a.style;Fa(a,c),s.transform=s.webkitTransform=s.transitionDuration="";const d=a[bg]=p=>{p&&p.target!==a||(!p||/transform$/.test(p.propertyName))&&(a.removeEventListener("transitionend",d),a[bg]=null,Ti(a,c))};a.addEventListener("transitionend",d)})}),()=>{const c=pt(e),l=LM(c);let u=c.tag||ze;o=i,i=t.default?Uh(t.default()):[];for(let a=0;adelete e.mode;jM.props;const Np=jM;function P7(e){const t=e.el;t[bg]&&t[bg](),t[HO]&&t[HO]()}function M7(e){GM.set(e,e.el.getBoundingClientRect())}function k7(e){const t=zM.get(e),n=GM.get(e),r=t.left-n.left,o=t.top-n.top;if(r||o){const i=e.el.style;return i.transform=i.webkitTransform=`translate(${r}px,${o}px)`,i.transitionDuration="0s",e}}function L7(e,t,n){const r=e.cloneNode(),o=e[Rc];o&&o.forEach(l=>{l.split(/\s+/).forEach(u=>u&&r.classList.remove(u))}),n.split(/\s+/).forEach(l=>l&&r.classList.add(l)),r.style.display="none";const i=t.nodeType===1?t:t.parentNode;i.appendChild(r);const{hasTransform:c}=FM(r);return i.removeChild(r),c}const Gi=e=>{const t=e.props["onUpdate:modelValue"]||!1;return rt(t)?n=>cc(t,n):t};function F7(e){e.target.composing=!0}function UO(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const Ao=Symbol("_assign"),Sg={created(e,{modifiers:{lazy:t,trim:n,number:r}},o){e[Ao]=Gi(o);const i=r||o.props&&o.props.type==="number";Ga(e,t?"change":"input",c=>{if(c.target.composing)return;let l=e.value;n&&(l=l.trim()),i&&(l=kd(l)),e[Ao](l)}),n&&Ga(e,"change",()=>{e.value=e.value.trim()}),t||(Ga(e,"compositionstart",F7),Ga(e,"compositionend",UO),Ga(e,"change",UO))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,modifiers:{lazy:n,trim:r,number:o}},i){if(e[Ao]=Gi(i),e.composing)return;const c=o||e.type==="number"?kd(e.value):e.value,l=t??"";c!==l&&(document.activeElement===e&&e.type!=="range"&&(n||r&&e.value.trim()===l)||(e.value=l))}},TE={deep:!0,created(e,t,n){e[Ao]=Gi(n),Ga(e,"change",()=>{const r=e._modelValue,o=Ac(e),i=e.checked,c=e[Ao];if(rt(r)){const l=$h(r,o),u=l!==-1;if(i&&!u)c(r.concat(o));else if(!i&&u){const a=[...r];a.splice(l,1),c(a)}}else if(is(r)){const l=new Set(r);i?l.add(o):l.delete(o),c(l)}else c(YM(e,i))})},mounted:zO,beforeUpdate(e,t,n){e[Ao]=Gi(n),zO(e,t,n)}};function zO(e,{value:t,oldValue:n},r){e._modelValue=t,rt(t)?e.checked=$h(t,r.props.value)>-1:is(t)?e.checked=t.has(r.props.value):t!==n&&(e.checked=ei(t,YM(e,!0)))}const xE={created(e,{value:t},n){e.checked=ei(t,n.props.value),e[Ao]=Gi(n),Ga(e,"change",()=>{e[Ao](Ac(e))})},beforeUpdate(e,{value:t,oldValue:n},r){e[Ao]=Gi(r),t!==n&&(e.checked=ei(t,r.props.value))}},VM={deep:!0,created(e,{value:t,modifiers:{number:n}},r){const o=is(t);Ga(e,"change",()=>{const i=Array.prototype.filter.call(e.options,c=>c.selected).map(c=>n?kd(Ac(c)):Ac(c));e[Ao](e.multiple?o?new Set(i):i:i[0]),e._assigning=!0,ft(()=>{e._assigning=!1})}),e[Ao]=Gi(r)},mounted(e,{value:t,oldValue:n,modifiers:{number:r}}){GO(e,t,n,r)},beforeUpdate(e,t,n){e[Ao]=Gi(n)},updated(e,{value:t,oldValue:n,modifiers:{number:r}}){e._assigning||GO(e,t,n,r)}};function GO(e,t,n,r){const o=e.multiple,i=rt(t);if(!(o&&!i&&!is(t))&&!(i&&ei(t,n))){for(let c=0,l=e.options.length;c-1}else u.selected=t.has(a);else if(ei(Ac(u),t)){e.selectedIndex!==c&&(e.selectedIndex=c);return}}!o&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function Ac(e){return"_value"in e?e._value:e.value}function YM(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const WM={created(e,t,n){Ef(e,t,n,null,"created")},mounted(e,t,n){Ef(e,t,n,null,"mounted")},beforeUpdate(e,t,n,r){Ef(e,t,n,r,"beforeUpdate")},updated(e,t,n,r){Ef(e,t,n,r,"updated")}};function KM(e,t){switch(e){case"SELECT":return VM;case"TEXTAREA":return Sg;default:switch(t){case"checkbox":return TE;case"radio":return xE;default:return Sg}}}function Ef(e,t,n,r,o){const c=KM(e.tagName,n.props&&n.props.type)[o];c&&c(e,t,n,r)}function B7(){Sg.getSSRProps=({value:e})=>({value:e}),xE.getSSRProps=({value:e},t)=>{if(t.props&&ei(t.props.value,e))return{checked:!0}},TE.getSSRProps=({value:e},t)=>{if(rt(e)){if(t.props&&$h(e,t.props.value)>-1)return{checked:!0}}else if(is(e)){if(t.props&&e.has(t.props.value))return{checked:!0}}else if(e)return{checked:!0}},WM.getSSRProps=(e,t)=>{if(typeof t.type!="string")return;const n=KM(t.type.toUpperCase(),t.props&&t.props.type);if(n.getSSRProps)return n.getSSRProps(e,t)}}const H7=["ctrl","shift","alt","meta"],U7={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>H7.some(n=>e[`${n}Key`]&&!t.includes(n))},KS=(e,t)=>{const n=e._withMods||(e._withMods={}),r=t.join(".");return n[r]||(n[r]=(o,...i)=>{for(let c=0;c{const n=e._withKeys||(e._withKeys={}),r=t.join(".");return n[r]||(n[r]=o=>{if(!("key"in o))return;const i=po(o.key);if(t.some(c=>c===i||z7[c]===i))return e(o)})},XM=vn({patchProp:I7},u7);let ld,jO=!1;function QM(){return ld||(ld=bM(XM))}function ZM(){return ld=jO?ld:SM(XM),jO=!0,ld}const Ta=(...e)=>{QM().render(...e)},JM=(...e)=>{ZM().hydrate(...e)},wE=(...e)=>{const t=QM().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=t2(r);if(!o)return;const i=t._component;!Et(i)&&!i.render&&!i.template&&(i.template=o.innerHTML),o.innerHTML="";const c=n(o,!1,e2(o));return o instanceof Element&&(o.removeAttribute("v-cloak"),o.setAttribute("data-v-app","")),c},t},G7=(...e)=>{const t=ZM().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=t2(r);if(o)return n(o,!0,e2(o))},t};function e2(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function t2(e){return bn(e)?document.querySelector(e):e}let VO=!1;const j7=()=>{VO||(VO=!0,B7(),g7())};/** +* vue v3.4.15 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/const V7=()=>{},Y7=Object.freeze(Object.defineProperty({__proto__:null,BaseTransition:tM,BaseTransitionPropsValidators:_E,Comment:lr,DeprecationTypes:l7,EffectScope:eE,ErrorCodes:DH,ErrorTypeStrings:e7,Fragment:ze,KeepAlive:rU,ReactiveEffect:Oc,Static:$l,Suspense:WH,Teleport:Rp,Text:Jo,TrackOpTypes:AH,Transition:On,TransitionGroup:Np,TriggerOpTypes:NH,VueElement:Vh,assertNumber:$H,callWithAsyncErrorHandling:ho,callWithErrorHandling:Qa,camelize:Lr,capitalize:Cp,cloneVNode:jn,compatUtils:i7,compile:V7,computed:L,createApp:wE,createBlock:un,createCommentVNode:hn,createElementBlock:Vt,createElementVNode:Ze,createHydrationRenderer:SM,createPropsRestProxy:vU,createRenderer:bM,createSSRApp:G7,createSlots:aU,createStaticVNode:zU,createTextVNode:zn,createVNode:y,customRef:BP,defineAsyncComponent:tU,defineComponent:ae,defineCustomElement:UM,defineEmits:cU,defineExpose:uU,defineModel:fU,defineOptions:dU,defineProps:sU,defineSSRCustomElement:A7,defineSlots:pU,devtools:t7,effect:tH,effectScope:J8,getCurrentInstance:mn,getCurrentScope:Dh,getTransitionRawChildren:Uh,guardReactiveProps:IM,h:Yl,handleError:cs,hasInjectionContext:OU,hydrate:JM,initCustomFormatter:QU,initDirectivesForSSR:j7,inject:et,isMemoSame:PM,isProxy:aE,isReactive:Al,isReadonly:Ul,isRef:nr,isRuntimeOnly:WU,isShallow:Ld,isVNode:_n,markRaw:iE,mergeDefaults:hU,mergeModels:_U,mergeProps:hg,nextTick:ft,normalizeClass:Pn,normalizeProps:q8,normalizeStyle:wn,onActivated:wp,onBeforeMount:Op,onBeforeUnmount:lt,onBeforeUpdate:Ip,onDeactivated:vE,onErrorCaptured:lM,onMounted:Ke,onRenderTracked:iM,onRenderTriggered:aM,onScopeDispose:tE,onServerPrefetch:oM,onUnmounted:cr,onUpdated:sr,openBlock:dt,popScopeId:Xi,provide:at,proxyRefs:uE,pushScopeId:qi,queuePostFlushCb:pg,reactive:mt,readonly:kh,ref:ie,registerRuntimeCompiler:YU,render:Ta,renderList:Gl,renderSlot:sM,resolveComponent:Kt,resolveDirective:WP,resolveDynamicComponent:NS,resolveFilter:a7,resolveTransitionHooks:Ic,setBlockTracking:BS,setDevtoolsHook:n7,setTransitionHooks:zl,shallowReactive:kP,shallowReadonly:EH,shallowRef:ce,ssrContextKey:XP,ssrUtils:o7,stop:nH,toDisplayString:wc,toHandlerKey:rd,toHandlers:iU,toRaw:pt,toRef:Xe,toRefs:qo,toValue:xH,transformVNodeArgs:HU,triggerRef:cE,unref:qt,useAttrs:uM,useCssModule:$7,useCssVars:h7,useModel:XU,useSSRContext:QP,useSlots:gU,useTransitionState:hE,vModelCheckbox:TE,vModelDynamic:WM,vModelRadio:xE,vModelSelect:VM,vModelText:Sg,vShow:Vn,version:MM,warn:JU,watch:Ee,watchEffect:Qe,watchPostEffect:ZP,watchSyncEffect:JP,withAsyncContext:bU,withCtx:Dn,withDefaults:mU,withDirectives:dn,withKeys:qM,withMemo:ZU,withModifiers:KS,withScopeId:HH},Symbol.toStringTag,{value:"Module"}));function Vd(e){"@babel/helpers - typeof";return Vd=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Vd(e)}function W7(e,t){if(Vd(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||"default");if(Vd(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function K7(e){var t=W7(e,"string");return Vd(t)=="symbol"?t:String(t)}function q7(e,t,n){return t=K7(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function YO(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function U(e){for(var t=1;ttypeof e=="function",Q7=Array.isArray,Z7=e=>typeof e=="string",J7=e=>e!==null&&typeof e=="object",ez=/^on[^a-z]/,tz=e=>ez.test(e),OE=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},nz=/-(\w)/g,us=OE(e=>e.replace(nz,(t,n)=>n?n.toUpperCase():"")),rz=/\B([A-Z])/g,oz=OE(e=>e.replace(rz,"-$1").toLowerCase()),az=OE(e=>e.charAt(0).toUpperCase()+e.slice(1)),iz=Object.prototype.hasOwnProperty,WO=(e,t)=>iz.call(e,t);function lz(e,t,n,r){const o=e[n];if(o!=null){const i=WO(o,"default");if(i&&r===void 0){const c=o.default;r=o.type!==Function&&X7(c)?c():c}o.type===Boolean&&(!WO(t,n)&&!i?r=!1:r===""&&(r=!0))}return r}function sz(e){return Object.keys(e).reduce((t,n)=>((n.startsWith("data-")||n.startsWith("aria-"))&&(t[n]=e[n]),t),{})}function vl(e){return typeof e=="number"?`${e}px`:e}function Js(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;return typeof e=="function"?e(t):e??n}function cz(e){let t;const n=new Promise(o=>{t=e(()=>{o(!0)})}),r=()=>{t==null||t()};return r.then=(o,i)=>n.then(o,i),r.promise=n,r}function me(){const e=[];for(let t=0;t0},e.prototype.connect_=function(){!qS||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),gz?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){!qS||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(t){var n=t.propertyName,r=n===void 0?"":n,o=mz.some(function(i){return!!~r.indexOf(i)});o&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),r2=function(e,t){for(var n=0,r=Object.keys(t);n"u"||!(Element instanceof Object))){if(!(t instanceof Nc(t).Element))throw new TypeError('parameter 1 is not of type "Element".');var n=this.observations_;n.has(t)||(n.set(t,new Tz(t)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(t){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(t instanceof Nc(t).Element))throw new TypeError('parameter 1 is not of type "Element".');var n=this.observations_;n.has(t)&&(n.delete(t),n.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var t=this;this.clearActive(),this.observations_.forEach(function(n){n.isActive()&&t.activeObservations_.push(n)})},e.prototype.broadcastActive=function(){if(this.hasActive()){var t=this.callbackCtx_,n=this.activeObservations_.map(function(r){return new xz(r.target,r.broadcastRect())});this.callback_.call(t,n,t),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),a2=typeof WeakMap<"u"?new WeakMap:new n2,i2=function(){function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=hz.getInstance(),r=new wz(t,n,this);a2.set(this,r)}return e}();["observe","unobserve","disconnect"].forEach(function(e){i2.prototype[e]=function(){var t;return(t=a2.get(this))[e].apply(t,arguments)}});var Oz=function(){return typeof yg.ResizeObserver<"u"?yg.ResizeObserver:i2}();const IE=Oz,XS=e=>e!=null&&e!=="",st=(e,t)=>{const n=x({},e);return Object.keys(t).forEach(r=>{const o=n[r];if(o)o.type||o.default?o.default=t[r]:o.def?o.def(t[r]):n[r]={type:o,default:t[r]};else throw new Error(`not have ${r} prop`)}),n},RE=e=>{const t=Object.keys(e),n={},r={},o={};for(let i=0,c=t.length;i0&&arguments[0]!==void 0?arguments[0]:"",t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;const n={},r=/;(?![^(]*\))/g,o=/:(.+)/;return typeof e=="object"?e:(e.split(r).forEach(function(i){if(i){const c=i.split(o);if(c.length>1){const l=t?us(c[0].trim()):c[0].trim();n[l]=c[1].trim()}}}),n)},ja=(e,t)=>e[t]!==void 0,l2=Symbol("skipFlatten"),Lt=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;const n=Array.isArray(e)?e:[e],r=[];return n.forEach(o=>{Array.isArray(o)?r.push(...Lt(o,t)):o&&o.type===ze?o.key===l2?r.push(o):r.push(...Lt(o.children,t)):o&&_n(o)?t&&!$p(o)?r.push(o):t||r.push(o):XS(o)&&r.push(o)}),r},Wh=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"default",n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(_n(e))return e.type===ze?t==="default"?Lt(e.children):[]:e.children&&e.children[t]?Lt(e.children[t](n)):[];{const r=e.$slots[t]&&e.$slots[t](n);return Lt(r)}},Wr=e=>{var t;let n=((t=e==null?void 0:e.vnode)===null||t===void 0?void 0:t.el)||e&&(e.$el||e);for(;n&&!n.tagName;)n=n.nextSibling;return n},s2=e=>{const t={};if(e.$&&e.$.vnode){const n=e.$.vnode.props||{};Object.keys(e.$props).forEach(r=>{const o=e.$props[r],i=oz(r);(o!==void 0||i in n)&&(t[r]=o)})}else if(_n(e)&&typeof e.type=="object"){const n=e.props||{},r={};Object.keys(n).forEach(i=>{r[us(i)]=n[i]});const o=e.type.props||{};Object.keys(o).forEach(i=>{const c=lz(o,r,i,r[i]);(c!==void 0||i in r)&&(t[i]=c)})}return t},c2=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"default",n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:e,r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!0,o;if(e.$){const i=e[t];if(i!==void 0)return typeof i=="function"&&r?i(n):i;o=e.$slots[t],o=r&&o?o(n):o}else if(_n(e)){const i=e.props&&e.props[t];if(i!==void 0&&e.props!==null)return typeof i=="function"&&r?i(n):i;e.type===ze?o=e.children:e.children&&e.children[t]&&(o=e.children[t],o=r&&o?o(n):o)}return Array.isArray(o)&&(o=Lt(o),o=o.length===1?o[0]:o,o=o.length===0?void 0:o),o};function qO(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,n={};return e.$?n=x(x({},n),e.$attrs):n=x(x({},n),e.props),RE(n)[t?"onEvents":"events"]}function Rz(e){const n=((_n(e)?e.props:e.$attrs)||{}).class||{};let r={};return typeof n=="string"?n.split(" ").forEach(o=>{r[o.trim()]=!0}):Array.isArray(n)?me(n).split(" ").forEach(o=>{r[o.trim()]=!0}):r=x(x({},r),n),r}function u2(e,t){let r=((_n(e)?e.props:e.$attrs)||{}).style||{};if(typeof r=="string")r=Iz(r,t);else if(t&&r){const o={};return Object.keys(r).forEach(i=>o[us(i)]=r[i]),o}return r}function Az(e){return e.length===1&&e[0].type===ze}function Nz(e){return e==null||e===""||Array.isArray(e)&&e.length===0}function $p(e){return e&&(e.type===lr||e.type===ze&&e.children.length===0||e.type===Jo&&e.children.trim()==="")}function $z(e){return e&&e.type===Jo}function an(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];const t=[];return e.forEach(n=>{Array.isArray(n)?t.push(...n):(n==null?void 0:n.type)===ze?t.push(...an(n.children)):t.push(n)}),t.filter(n=>!$p(n))}function Du(e){if(e){const t=an(e);return t.length?t:void 0}else return e}function In(e){return Array.isArray(e)&&e.length===1&&(e=e[0]),e&&e.__v_isVNode&&typeof e.type!="symbol"}function Mn(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"default";var r,o;return(r=t[n])!==null&&r!==void 0?r:(o=e[n])===null||o===void 0?void 0:o.call(e)}const ko=ae({compatConfig:{MODE:3},name:"ResizeObserver",props:{disabled:Boolean,onResize:Function},emits:["resize"],setup(e,t){let{slots:n}=t;const r=mt({width:0,height:0,offsetHeight:0,offsetWidth:0});let o=null,i=null;const c=()=>{i&&(i.disconnect(),i=null)},l=s=>{const{onResize:d}=e,p=s[0].target,{width:f,height:m}=p.getBoundingClientRect(),{offsetWidth:g,offsetHeight:h}=p,_=Math.floor(f),v=Math.floor(m);if(r.width!==_||r.height!==v||r.offsetWidth!==g||r.offsetHeight!==h){const b={width:_,height:v,offsetWidth:g,offsetHeight:h};x(r,b),d&&Promise.resolve().then(()=>{d(x(x({},b),{offsetWidth:g,offsetHeight:h}),p)})}},u=mn(),a=()=>{const{disabled:s}=e;if(s){c();return}const d=Wr(u);d!==o&&(c(),o=d),!i&&d&&(i=new IE(l),i.observe(d))};return Ke(()=>{a()}),sr(()=>{a()}),cr(()=>{c()}),Ee(()=>e.disabled,()=>{a()},{flush:"post"}),()=>{var s;return(s=n.default)===null||s===void 0?void 0:s.call(n)[0]}}});let d2=e=>setTimeout(e,16),p2=e=>clearTimeout(e);typeof window<"u"&&"requestAnimationFrame"in window&&(d2=e=>window.requestAnimationFrame(e),p2=e=>window.cancelAnimationFrame(e));let XO=0;const AE=new Map;function f2(e){AE.delete(e)}function it(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;XO+=1;const n=XO;function r(o){if(o===0)f2(n),e();else{const i=d2(()=>{r(o-1)});AE.set(n,i)}}return r(t),n}it.cancel=e=>{const t=AE.get(e);return f2(t),p2(t)};function QS(e){let t;const n=o=>()=>{t=null,e(...o)},r=function(){if(t==null){for(var o=arguments.length,i=new Array(o),c=0;c{it.cancel(t),t=null},r}const vr=function(){for(var e=arguments.length,t=new Array(e),n=0;n{const t=e;return t.install=function(n){n.component(t.displayName||t.name,e)},e};function Wl(){return{type:[Function,Array]}}function Fe(e){return{type:Object,default:e}}function we(e){return{type:Boolean,default:e}}function Se(e){return{type:Function,default:e}}function Bt(e,t){const n={validator:()=>!0,default:e};return n}function yr(){return{validator:()=>!0}}function Ct(e){return{type:Array,default:e}}function Ue(e){return{type:String,default:e}}function We(e,t){return e?{type:e,default:t}:Bt(t)}let m2=!1;try{const e=Object.defineProperty({},"passive",{get(){m2=!0}});window.addEventListener("testPassive",null,e),window.removeEventListener("testPassive",null,e)}catch{}const Bn=m2;function on(e,t,n,r){if(e&&e.addEventListener){let o=r;o===void 0&&Bn&&(t==="touchstart"||t==="touchmove"||t==="wheel")&&(o={passive:!1}),e.addEventListener(t,n,o)}return{remove:()=>{e&&e.removeEventListener&&e.removeEventListener(t,n)}}}function Cf(e){return e!==window?e.getBoundingClientRect():{top:0,bottom:window.innerHeight}}function QO(e,t,n){if(n!==void 0&&t.top>e.top-n)return`${n+t.top}px`}function ZO(e,t,n){if(n!==void 0&&t.bottomr.target===e);n?n.affixList.push(t):(n={target:e,affixList:[t],eventHandlers:{}},sd.push(n),g2.forEach(r=>{n.eventHandlers[r]=on(e,r,()=>{n.affixList.forEach(o=>{const{lazyUpdatePosition:i}=o.exposed;i()},(r==="touchstart"||r==="touchmove")&&Bn?{passive:!0}:!1)})}))}function e1(e){const t=sd.find(n=>{const r=n.affixList.some(o=>o===e);return r&&(n.affixList=n.affixList.filter(o=>o!==e)),r});t&&t.affixList.length===0&&(sd=sd.filter(n=>n!==t),g2.forEach(n=>{const r=t.eventHandlers[n];r&&r.remove&&r.remove()}))}const NE="anticon",h2=Symbol("GlobalFormContextKey"),Pz=e=>{at(h2,e)},Mz=()=>et(h2,{validateMessages:L(()=>{})}),kz=()=>({iconPrefixCls:String,getTargetContainer:{type:Function},getPopupContainer:{type:Function},prefixCls:String,getPrefixCls:{type:Function},renderEmpty:{type:Function},transformCellText:{type:Function},csp:Fe(),input:Fe(),autoInsertSpaceInButton:{type:Boolean,default:void 0},locale:Fe(),pageHeader:Fe(),componentSize:{type:String},componentDisabled:{type:Boolean,default:void 0},direction:{type:String,default:"ltr"},space:Fe(),virtual:{type:Boolean,default:void 0},dropdownMatchSelectWidth:{type:[Number,Boolean],default:!0},form:Fe(),pagination:Fe(),theme:Fe(),select:Fe(),wave:Fe()}),$E=Symbol("configProvider"),_2={getPrefixCls:(e,t)=>t||(e?`ant-${e}`:"ant"),iconPrefixCls:L(()=>NE),getPopupContainer:L(()=>()=>document.body),direction:L(()=>"ltr")},Kh=()=>et($E,_2),Lz=e=>at($E,e),v2=Symbol("DisabledContextKey"),Zr=()=>et(v2,ie(void 0)),b2=e=>{const t=Zr();return at(v2,L(()=>{var n;return(n=e.value)!==null&&n!==void 0?n:t.value})),e},S2={items_per_page:"/ page",jump_to:"Go to",jump_to_confirm:"confirm",page:"",prev_page:"Previous Page",next_page:"Next Page",prev_5:"Previous 5 Pages",next_5:"Next 5 Pages",prev_3:"Previous 3 Pages",next_3:"Next 3 Pages"},Fz={locale:"en_US",today:"Today",now:"Now",backToToday:"Back to today",ok:"Ok",clear:"Clear",month:"Month",year:"Year",timeSelect:"select time",dateSelect:"select date",weekSelect:"Choose a week",monthSelect:"Choose a month",yearSelect:"Choose a year",decadeSelect:"Choose a decade",yearFormat:"YYYY",dateFormat:"M/D/YYYY",dayFormat:"D",dateTimeFormat:"M/D/YYYY HH:mm:ss",monthBeforeYear:!0,previousMonth:"Previous month (PageUp)",nextMonth:"Next month (PageDown)",previousYear:"Last year (Control + left)",nextYear:"Next year (Control + right)",previousDecade:"Last decade",nextDecade:"Next decade",previousCentury:"Last century",nextCentury:"Next century"},Bz=Fz,Hz={placeholder:"Select time",rangePlaceholder:["Start time","End time"]},y2=Hz,Uz={lang:x({placeholder:"Select date",yearPlaceholder:"Select year",quarterPlaceholder:"Select quarter",monthPlaceholder:"Select month",weekPlaceholder:"Select week",rangePlaceholder:["Start date","End date"],rangeYearPlaceholder:["Start year","End year"],rangeQuarterPlaceholder:["Start quarter","End quarter"],rangeMonthPlaceholder:["Start month","End month"],rangeWeekPlaceholder:["Start week","End week"]},Bz),timePickerLocale:x({},y2)},Yd=Uz,no="${label} is not a valid ${type}",Br={locale:"en",Pagination:S2,DatePicker:Yd,TimePicker:y2,Calendar:Yd,global:{placeholder:"Please select"},Table:{filterTitle:"Filter menu",filterConfirm:"OK",filterReset:"Reset",filterEmptyText:"No filters",filterCheckall:"Select all items",filterSearchPlaceholder:"Search in filters",emptyText:"No data",selectAll:"Select current page",selectInvert:"Invert current page",selectNone:"Clear all data",selectionAll:"Select all data",sortTitle:"Sort",expand:"Expand row",collapse:"Collapse row",triggerDesc:"Click to sort descending",triggerAsc:"Click to sort ascending",cancelSort:"Click to cancel sorting"},Tour:{Next:"Next",Previous:"Previous",Finish:"Finish"},Modal:{okText:"OK",cancelText:"Cancel",justOkText:"OK"},Popconfirm:{okText:"OK",cancelText:"Cancel"},Transfer:{titles:["",""],searchPlaceholder:"Search here",itemUnit:"item",itemsUnit:"items",remove:"Remove",selectCurrent:"Select current page",removeCurrent:"Remove current page",selectAll:"Select all data",removeAll:"Remove all data",selectInvert:"Invert current page"},Upload:{uploading:"Uploading...",removeFile:"Remove file",uploadError:"Upload error",previewFile:"Preview file",downloadFile:"Download file"},Empty:{description:"No data"},Icon:{icon:"icon"},Text:{edit:"Edit",copy:"Copy",copied:"Copied",expand:"Expand"},PageHeader:{back:"Back"},Form:{optional:"(optional)",defaultValidateMessages:{default:"Field validation error for ${label}",required:"Please enter ${label}",enum:"${label} must be one of [${enum}]",whitespace:"${label} cannot be a blank character",date:{format:"${label} date format is invalid",parse:"${label} cannot be converted to a date",invalid:"${label} is an invalid date"},types:{string:no,method:no,array:no,object:no,number:no,date:no,boolean:no,integer:no,float:no,regexp:no,email:no,url:no,hex:no},string:{len:"${label} must be ${len} characters",min:"${label} must be at least ${min} characters",max:"${label} must be up to ${max} characters",range:"${label} must be between ${min}-${max} characters"},number:{len:"${label} must be equal to ${len}",min:"${label} must be minimum ${min}",max:"${label} must be maximum ${max}",range:"${label} must be between ${min}-${max}"},array:{len:"Must be ${len} ${label}",min:"At least ${min} ${label}",max:"At most ${max} ${label}",range:"The amount of ${label} must be between ${min}-${max}"},pattern:{mismatch:"${label} does not match the pattern ${pattern}"}}},Image:{preview:"Preview"},QRCode:{expired:"QR code expired",refresh:"Refresh",scanned:"Scanned"}},ds=ae({compatConfig:{MODE:3},name:"LocaleReceiver",props:{componentName:String,defaultLocale:{type:[Object,Function]},children:{type:Function}},setup(e,t){let{slots:n}=t;const r=et("localeData",{}),o=L(()=>{const{componentName:c="global",defaultLocale:l}=e,u=l||Br[c||"global"],{antLocale:a}=r,s=c&&a?a[c]:{};return x(x({},typeof u=="function"?u():u),s||{})}),i=L(()=>{const{antLocale:c}=r,l=c&&c.locale;return c&&c.exist&&!l?Br.locale:l});return()=>{const c=e.children||n.default,{antLocale:l}=r;return c==null?void 0:c(o.value,i.value,l)}}});function zo(e,t,n){const r=et("localeData",{});return[L(()=>{const{antLocale:i}=r,c=qt(t)||Br[e||"global"],l=e&&i?i[e]:{};return x(x(x({},typeof c=="function"?c():c),l||{}),qt(n)||{})})]}function DE(e){for(var t=0,n,r=0,o=e.length;o>=4;++r,o-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}const t1="%";class zz{constructor(t){this.cache=new Map,this.instanceId=t}get(t){return this.cache.get(Array.isArray(t)?t.join(t1):t)||null}update(t,n){const r=Array.isArray(t)?t.join(t1):t,o=this.cache.get(r),i=n(o);i===null?this.cache.delete(r):this.cache.set(r,i)}}const Gz=zz,PE="data-token-hash",Fi="data-css-hash",ec="__cssinjs_instance__";function $c(){const e=Math.random().toString(12).slice(2);if(typeof document<"u"&&document.head&&document.body){const t=document.body.querySelectorAll(`style[${Fi}]`)||[],{firstChild:n}=document.head;Array.from(t).forEach(o=>{o[ec]=o[ec]||e,o[ec]===e&&document.head.insertBefore(o,n)});const r={};Array.from(document.querySelectorAll(`style[${Fi}]`)).forEach(o=>{var i;const c=o.getAttribute(Fi);r[c]?o[ec]===e&&((i=o.parentNode)===null||i===void 0||i.removeChild(o)):r[c]=!0})}return new Gz(e)}const E2=Symbol("StyleContextKey"),jz=()=>{var e,t,n;const r=mn();let o;if(r&&r.appContext){const i=(n=(t=(e=r.appContext)===null||e===void 0?void 0:e.config)===null||t===void 0?void 0:t.globalProperties)===null||n===void 0?void 0:n.__ANTDV_CSSINJS_CACHE__;i?o=i:(o=$c(),r.appContext.config.globalProperties&&(r.appContext.config.globalProperties.__ANTDV_CSSINJS_CACHE__=o))}else o=$c();return o},C2={cache:$c(),defaultCache:!0,hashPriority:"low"},Dp=()=>{const e=jz();return et(E2,ce(x(x({},C2),{cache:e})))},T2=e=>{const t=Dp(),n=ce(x(x({},C2),{cache:$c()}));return Ee([()=>qt(e),t],()=>{const r=x({},t.value),o=qt(e);Object.keys(o).forEach(c=>{const l=o[c];o[c]!==void 0&&(r[c]=l)});const{cache:i}=o;r.cache=r.cache||$c(),r.defaultCache=!i&&t.value.defaultCache,n.value=r},{immediate:!0}),at(E2,n),n},Vz=()=>({autoClear:we(),mock:Ue(),cache:Fe(),defaultCache:we(),hashPriority:Ue(),container:We(),ssrInline:we(),transformers:Ct(),linters:Ct()}),Yz=rn(ae({name:"AStyleProvider",inheritAttrs:!1,props:Vz(),setup(e,t){let{slots:n}=t;return T2(e),()=>{var r;return(r=n.default)===null||r===void 0?void 0:r.call(n)}}}));function x2(e,t,n,r){const o=Dp(),i=ce(""),c=ce();Qe(()=>{i.value=[e,...t.value].join("%")});const l=u=>{o.value.cache.update(u,a=>{const[s=0,d]=a||[];return s-1===0?(r==null||r(d,!1),null):[s-1,d]})};return Ee(i,(u,a)=>{a&&l(a),o.value.cache.update(u,s=>{const[d=0,p]=s||[],m=p||n();return[d+1,m]}),c.value=o.value.cache.get(i.value)[1]},{immediate:!0}),lt(()=>{l(i.value)}),c}function wr(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}function Ni(e,t){return e&&e.contains?e.contains(t):!1}const n1="data-vc-order",Wz="vc-util-key",ZS=new Map;function w2(){let{mark:e}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return e?e.startsWith("data-")?e:`data-${e}`:Wz}function qh(e){return e.attachTo?e.attachTo:document.querySelector("head")||document.body}function Kz(e){return e==="queue"?"prependQueue":e?"prepend":"append"}function O2(e){return Array.from((ZS.get(e)||e).children).filter(t=>t.tagName==="STYLE")}function I2(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!wr())return null;const{csp:n,prepend:r}=t,o=document.createElement("style");o.setAttribute(n1,Kz(r)),n!=null&&n.nonce&&(o.nonce=n==null?void 0:n.nonce),o.innerHTML=e;const i=qh(t),{firstChild:c}=i;if(r){if(r==="queue"){const l=O2(i).filter(u=>["prepend","prependQueue"].includes(u.getAttribute(n1)));if(l.length)return i.insertBefore(o,l[l.length-1].nextSibling),o}i.insertBefore(o,c)}else i.appendChild(o);return o}function R2(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const n=qh(t);return O2(n).find(r=>r.getAttribute(w2(t))===e)}function Cg(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const n=R2(e,t);n&&qh(t).removeChild(n)}function qz(e,t){const n=ZS.get(e);if(!n||!Ni(document,n)){const r=I2("",t),{parentNode:o}=r;ZS.set(e,o),e.removeChild(r)}}function Wd(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};var r,o,i;const c=qh(n);qz(c,n);const l=R2(t,n);if(l)return!((r=n.csp)===null||r===void 0)&&r.nonce&&l.nonce!==((o=n.csp)===null||o===void 0?void 0:o.nonce)&&(l.nonce=(i=n.csp)===null||i===void 0?void 0:i.nonce),l.innerHTML!==e&&(l.innerHTML=e),l;const u=I2(e,n);return u.setAttribute(w2(n),t),u}function Xz(e,t){if(e.length!==t.length)return!1;for(let n=0;n1&&arguments[1]!==void 0?arguments[1]:!1,r={map:this.cache};return t.forEach(o=>{var i;r?r=(i=r==null?void 0:r.map)===null||i===void 0?void 0:i.get(o):r=void 0}),r!=null&&r.value&&n&&(r.value[1]=this.cacheCallTimes++),r==null?void 0:r.value}get(t){var n;return(n=this.internalGet(t,!0))===null||n===void 0?void 0:n[0]}has(t){return!!this.internalGet(t)}set(t,n){if(!this.has(t)){if(this.size()+1>Dc.MAX_CACHE_SIZE+Dc.MAX_CACHE_OFFSET){const[o]=this.keys.reduce((i,c)=>{const[,l]=i;return this.internalGet(c)[1]{if(i===t.length-1)r.set(o,{value:[n,this.cacheCallTimes++]});else{const c=r.get(o);c?c.map||(c.map=new Map):r.set(o,{map:new Map}),r=r.get(o).map}})}deleteByPath(t,n){var r;const o=t.get(n[0]);if(n.length===1)return o.map?t.set(n[0],{map:o.map}):t.delete(n[0]),(r=o.value)===null||r===void 0?void 0:r[0];const i=this.deleteByPath(o.map,n.slice(1));return(!o.map||o.map.size===0)&&!o.value&&t.delete(n[0]),i}delete(t){if(this.has(t))return this.keys=this.keys.filter(n=>!Xz(n,t)),this.deleteByPath(this.cache,t)}}Dc.MAX_CACHE_SIZE=20;Dc.MAX_CACHE_OFFSET=5;let r1={};function Qz(e,t){}function Zz(e,t){}function A2(e,t,n){!t&&!r1[n]&&(e(!1,n),r1[n]=!0)}function Xh(e,t){A2(Qz,e,t)}function Jz(e,t){A2(Zz,e,t)}function e9(){}let t9=e9;const Jt=t9;let o1=0;class ME{constructor(t){this.derivatives=Array.isArray(t)?t:[t],this.id=o1,t.length===0&&Jt(t.length>0),o1+=1}getDerivativeToken(t){return this.derivatives.reduce((n,r)=>r(t,n),void 0)}}const Lv=new Dc;function kE(e){const t=Array.isArray(e)?e:[e];return Lv.has(t)||Lv.set(t,new ME(t)),Lv.get(t)}const a1=new WeakMap;function Tg(e){let t=a1.get(e)||"";return t||(Object.keys(e).forEach(n=>{const r=e[n];t+=n,r instanceof ME?t+=r.id:r&&typeof r=="object"?t+=Tg(r):t+=r}),a1.set(e,t)),t}function n9(e,t){return DE(`${t}_${Tg(e)}`)}const cd=`random-${Date.now()}-${Math.random()}`.replace(/\./g,""),N2="_bAmBoO_";function r9(e,t,n){var r,o;if(wr()){Wd(e,cd);const i=document.createElement("div");i.style.position="fixed",i.style.left="0",i.style.top="0",t==null||t(i),document.body.appendChild(i);const c=n?n(i):(r=getComputedStyle(i).content)===null||r===void 0?void 0:r.includes(N2);return(o=i.parentNode)===null||o===void 0||o.removeChild(i),Cg(cd),c}return!1}let Fv;function o9(){return Fv===void 0&&(Fv=r9(`@layer ${cd} { .${cd} { content: "${N2}"!important; } }`,e=>{e.className=cd})),Fv}const i1={},a9=!0,i9=!1,l9=!a9&&!i9?"css-dev-only-do-not-override":"css",bl=new Map;function s9(e){bl.set(e,(bl.get(e)||0)+1)}function c9(e,t){typeof document<"u"&&document.querySelectorAll(`style[${PE}="${e}"]`).forEach(r=>{var o;r[ec]===t&&((o=r.parentNode)===null||o===void 0||o.removeChild(r))})}const u9=0;function d9(e,t){bl.set(e,(bl.get(e)||0)-1);const n=Array.from(bl.keys()),r=n.filter(o=>(bl.get(o)||0)<=0);n.length-r.length>u9&&r.forEach(o=>{c9(o,t),bl.delete(o)})}const p9=(e,t,n,r)=>{const o=n.getDerivativeToken(e);let i=x(x({},o),t);return r&&(i=r(i)),i};function $2(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:ie({});const r=Dp(),o=L(()=>x({},...t.value)),i=L(()=>Tg(o.value)),c=L(()=>Tg(n.value.override||i1));return x2("token",L(()=>[n.value.salt||"",e.value.id,i.value,c.value]),()=>{const{salt:u="",override:a=i1,formatToken:s,getComputedToken:d}=n.value,p=d?d(o.value,a,e.value):p9(o.value,a,e.value,s),f=n9(p,u);p._tokenKey=f,s9(f);const m=`${l9}-${DE(f)}`;return p._hashId=m,[p,m]},u=>{var a;d9(u[0]._tokenKey,(a=r.value)===null||a===void 0?void 0:a.cache.instanceId)})}var D2={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},P2="comm",M2="rule",k2="decl",f9="@import",m9="@keyframes",g9="@layer",L2=Math.abs,LE=String.fromCharCode;function F2(e){return e.trim()}function gm(e,t,n){return e.replace(t,n)}function h9(e,t,n){return e.indexOf(t,n)}function Kd(e,t){return e.charCodeAt(t)|0}function qd(e,t,n){return e.slice(t,n)}function za(e){return e.length}function _9(e){return e.length}function Tf(e,t){return t.push(e),e}var Qh=1,Pc=1,B2=0,Lo=0,Hn=0,ou="";function FE(e,t,n,r,o,i,c,l){return{value:e,root:t,parent:n,type:r,props:o,children:i,line:Qh,column:Pc,length:c,return:"",siblings:l}}function v9(){return Hn}function b9(){return Hn=Lo>0?Kd(ou,--Lo):0,Pc--,Hn===10&&(Pc=1,Qh--),Hn}function Xo(){return Hn=Lo2||JS(Hn)>3?"":" "}function C9(e,t){for(;--t&&Xo()&&!(Hn<48||Hn>102||Hn>57&&Hn<65||Hn>70&&Hn<97););return Zh(e,hm()+(t<6&&Dl()==32&&Xo()==32))}function ey(e){for(;Xo();)switch(Hn){case e:return Lo;case 34:case 39:e!==34&&e!==39&&ey(Hn);break;case 40:e===41&&ey(e);break;case 92:Xo();break}return Lo}function T9(e,t){for(;Xo()&&e+Hn!==57;)if(e+Hn===84&&Dl()===47)break;return"/*"+Zh(t,Lo-1)+"*"+LE(e===47?e:Xo())}function x9(e){for(;!JS(Dl());)Xo();return Zh(e,Lo)}function w9(e){return y9(_m("",null,null,null,[""],e=S9(e),0,[0],e))}function _m(e,t,n,r,o,i,c,l,u){for(var a=0,s=0,d=c,p=0,f=0,m=0,g=1,h=1,_=1,v=0,b="",S=o,E=i,T=r,C=b;h;)switch(m=v,v=Xo()){case 40:if(m!=108&&Kd(C,d-1)==58){h9(C+=gm(Bv(v),"&","&\f"),"&\f",L2(a?l[a-1]:0))!=-1&&(_=-1);break}case 34:case 39:case 91:C+=Bv(v);break;case 9:case 10:case 13:case 32:C+=E9(m);break;case 92:C+=C9(hm()-1,7);continue;case 47:switch(Dl()){case 42:case 47:Tf(O9(T9(Xo(),hm()),t,n,u),u);break;default:C+="/"}break;case 123*g:l[a++]=za(C)*_;case 125*g:case 59:case 0:switch(v){case 0:case 125:h=0;case 59+s:_==-1&&(C=gm(C,/\f/g,"")),f>0&&za(C)-d&&Tf(f>32?s1(C+";",r,n,d-1,u):s1(gm(C," ","")+";",r,n,d-2,u),u);break;case 59:C+=";";default:if(Tf(T=l1(C,t,n,a,s,o,l,b,S=[],E=[],d,i),i),v===123)if(s===0)_m(C,t,T,T,S,i,d,l,E);else switch(p===99&&Kd(C,3)===110?100:p){case 100:case 108:case 109:case 115:_m(e,T,T,r&&Tf(l1(e,T,T,0,0,o,l,b,o,S=[],d,E),E),o,E,d,l,r?S:E);break;default:_m(C,T,T,T,[""],E,0,l,E)}}a=s=f=0,g=_=1,b=C="",d=c;break;case 58:d=1+za(C),f=m;default:if(g<1){if(v==123)--g;else if(v==125&&g++==0&&b9()==125)continue}switch(C+=LE(v),v*g){case 38:_=s>0?1:(C+="\f",-1);break;case 44:l[a++]=(za(C)-1)*_,_=1;break;case 64:Dl()===45&&(C+=Bv(Xo())),p=Dl(),s=d=za(b=C+=x9(hm())),v++;break;case 45:m===45&&za(C)==2&&(g=0)}}return i}function l1(e,t,n,r,o,i,c,l,u,a,s,d){for(var p=o-1,f=o===0?i:[""],m=_9(f),g=0,h=0,_=0;g0?f[v]+" "+b:gm(b,/&\f/g,f[v])))&&(u[_++]=S);return FE(e,t,n,o===0?M2:l,u,a,s,d)}function O9(e,t,n,r){return FE(e,t,n,P2,LE(v9()),qd(e,2,-2),0,r)}function s1(e,t,n,r,o){return FE(e,t,n,k2,qd(e,0,r),qd(e,r+1,-1),r,o)}function ty(e,t){for(var n="",r=0;r ")}`:""}`)}function R9(e){var t;return(((t=e.match(/:not\(([^)]*)\)/))===null||t===void 0?void 0:t[1])||"").split(/(\[[^[]*])|(?=[.#])/).filter(o=>o).length>1}function A9(e){return e.parentSelectors.reduce((t,n)=>t?n.includes("&")?n.replace(/&/g,t):`${t} ${n}`:n,"")}const N9=(e,t,n)=>{const o=A9(n).match(/:not\([^)]*\)/g)||[];o.length>0&&o.some(R9)&&tc("Concat ':not' selector not support in legacy browsers.",n)},$9=N9,D9=(e,t,n)=>{switch(e){case"marginLeft":case"marginRight":case"paddingLeft":case"paddingRight":case"left":case"right":case"borderLeft":case"borderLeftWidth":case"borderLeftStyle":case"borderLeftColor":case"borderRight":case"borderRightWidth":case"borderRightStyle":case"borderRightColor":case"borderTopLeftRadius":case"borderTopRightRadius":case"borderBottomLeftRadius":case"borderBottomRightRadius":tc(`You seem to be using non-logical property '${e}' which is not compatible with RTL mode. Please use logical properties and values instead. For more information: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties.`,n);return;case"margin":case"padding":case"borderWidth":case"borderStyle":if(typeof t=="string"){const r=t.split(" ").map(o=>o.trim());r.length===4&&r[1]!==r[3]&&tc(`You seem to be using '${e}' property with different left ${e} and right ${e}, which is not compatible with RTL mode. Please use logical properties and values instead. For more information: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties.`,n)}return;case"clear":case"textAlign":(t==="left"||t==="right")&&tc(`You seem to be using non-logical value '${t}' of ${e}, which is not compatible with RTL mode. Please use logical properties and values instead. For more information: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties.`,n);return;case"borderRadius":typeof t=="string"&&t.split("/").map(i=>i.trim()).reduce((i,c)=>{if(i)return i;const l=c.split(" ").map(u=>u.trim());return l.length>=2&&l[0]!==l[1]||l.length===3&&l[1]!==l[2]||l.length===4&&l[2]!==l[3]?!0:i},!1)&&tc(`You seem to be using non-logical value '${t}' of ${e}, which is not compatible with RTL mode. Please use logical properties and values instead. For more information: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties.`,n);return}},P9=D9,M9=(e,t,n)=>{n.parentSelectors.some(r=>r.split(",").some(i=>i.split("&").length>2))&&tc("Should not use more than one `&` in a selector.",n)},k9=M9,ud="data-ant-cssinjs-cache-path",L9="_FILE_STYLE__";function F9(e){return Object.keys(e).map(t=>{const n=e[t];return`${t}:${n}`}).join(";")}let Pl,H2=!0;function B9(){var e;if(!Pl&&(Pl={},wr())){const t=document.createElement("div");t.className=ud,t.style.position="fixed",t.style.visibility="hidden",t.style.top="-9999px",document.body.appendChild(t);let n=getComputedStyle(t).content||"";n=n.replace(/^"/,"").replace(/"$/,""),n.split(";").forEach(o=>{const[i,c]=o.split(":");Pl[i]=c});const r=document.querySelector(`style[${ud}]`);r&&(H2=!1,(e=r.parentNode)===null||e===void 0||e.removeChild(r)),document.body.removeChild(t)}}function H9(e){return B9(),!!Pl[e]}function U9(e){const t=Pl[e];let n=null;if(t&&wr())if(H2)n=L9;else{const r=document.querySelector(`style[${Fi}="${Pl[e]}"]`);r?n=r.innerHTML:delete Pl[e]}return[n,t]}const c1=wr(),z9="_skip_check_",U2="_multi_value_";function ny(e){return ty(w9(e),I9).replace(/\{%%%\:[^;];}/g,";")}function G9(e){return typeof e=="object"&&e&&(z9 in e||U2 in e)}function j9(e,t,n){if(!t)return e;const r=`.${t}`,o=n==="low"?`:where(${r})`:r;return e.split(",").map(c=>{var l;const u=c.trim().split(/\s+/);let a=u[0]||"";const s=((l=a.match(/^\w+/))===null||l===void 0?void 0:l[0])||"";return a=`${s}${o}${a.slice(s.length)}`,[a,...u.slice(1)].join(" ")}).join(",")}const u1=new Set,ry=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},{root:n,injectHash:r,parentSelectors:o}=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{root:!0,parentSelectors:[]};const{hashId:i,layer:c,path:l,hashPriority:u,transformers:a=[],linters:s=[]}=t;let d="",p={};function f(h){const _=h.getName(i);if(!p[_]){const[v]=ry(h.style,t,{root:!1,parentSelectors:o});p[_]=`@keyframes ${h.getName(i)}${v}`}}function m(h){let _=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];return h.forEach(v=>{Array.isArray(v)?m(v,_):v&&_.push(v)}),_}if(m(Array.isArray(e)?e:[e]).forEach(h=>{const _=typeof h=="string"&&!n?{}:h;if(typeof _=="string")d+=`${_} +`;else if(_._keyframe)f(_);else{const v=a.reduce((b,S)=>{var E;return((E=S==null?void 0:S.visit)===null||E===void 0?void 0:E.call(S,b))||b},_);Object.keys(v).forEach(b=>{var S;const E=v[b];if(typeof E=="object"&&E&&(b!=="animationName"||!E._keyframe)&&!G9(E)){let T=!1,C=b.trim(),w=!1;(n||r)&&i?C.startsWith("@")?T=!0:C=j9(b,i,u):n&&!i&&(C==="&"||C==="")&&(C="",w=!0);const[O,R]=ry(E,t,{root:w,injectHash:T,parentSelectors:[...o,C]});p=x(x({},p),R),d+=`${C}${O}`}else{let T=function(w,O){const R=w.replace(/[A-Z]/g,$=>`-${$.toLowerCase()}`);let I=O;!D2[w]&&typeof I=="number"&&I!==0&&(I=`${I}px`),w==="animationName"&&(O!=null&&O._keyframe)&&(f(O),I=O.getName(i)),d+=`${R}:${I};`};const C=(S=E==null?void 0:E.value)!==null&&S!==void 0?S:E;typeof E=="object"&&(E!=null&&E[U2])&&Array.isArray(C)?C.forEach(w=>{T(b,w)}):T(b,C)}})}}),!n)d=`{${d}}`;else if(c&&o9()){const h=c.split(",");d=`@layer ${h[h.length-1].trim()} {${d}}`,h.length>1&&(d=`@layer ${c}{%%%:%}${d}`)}return[d,p]};function V9(e,t){return DE(`${e.join("%")}${t}`)}function xg(e,t){const n=Dp(),r=L(()=>e.value.token._tokenKey),o=L(()=>[r.value,...e.value.path]);let i=c1;return x2("style",o,()=>{const{path:c,hashId:l,layer:u,nonce:a,clientOnly:s,order:d=0}=e.value,p=o.value.join("|");if(H9(p)){const[C,w]=U9(p);if(C)return[C,r.value,w,{},s,d]}const f=t(),{hashPriority:m,container:g,transformers:h,linters:_,cache:v}=n.value,[b,S]=ry(f,{hashId:l,hashPriority:m,layer:u,path:c.join("-"),transformers:h,linters:_}),E=ny(b),T=V9(o.value,E);if(i){const C={mark:Fi,prepend:"queue",attachTo:g,priority:d},w=typeof a=="function"?a():a;w&&(C.csp={nonce:w});const O=Wd(E,T,C);O[ec]=v.instanceId,O.setAttribute(PE,r.value),Object.keys(S).forEach(R=>{u1.has(R)||(u1.add(R),Wd(ny(S[R]),`_effect-${R}`,{mark:Fi,prepend:"queue",attachTo:g}))})}return[E,r.value,T,S,s,d]},(c,l)=>{let[,,u]=c;(l||n.value.autoClear)&&c1&&Cg(u,{mark:Fi})}),c=>c}function Y9(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;const n="style%",r=Array.from(e.cache.keys()).filter(a=>a.startsWith(n)),o={},i={};let c="";function l(a,s,d){let p=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const f=x(x({},p),{[PE]:s,[Fi]:d}),m=Object.keys(f).map(g=>{const h=f[g];return h?`${g}="${h}"`:null}).filter(g=>g).join(" ");return t?a:``}return r.map(a=>{const s=a.slice(n.length).replace(/%/g,"|"),[d,p,f,m,g,h]=e.cache.get(a)[1];if(g)return null;const _={"data-vc-order":"prependQueue","data-vc-priority":`${h}`};let v=l(d,p,f,_);return i[s]=f,m&&Object.keys(m).forEach(S=>{o[S]||(o[S]=!0,v+=l(ny(m[S]),p,`_effect-${S}`,_))}),[h,v]}).filter(a=>a).sort((a,s)=>a[0]-s[0]).forEach(a=>{let[,s]=a;c+=s}),c+=l(`.${ud}{content:"${F9(i)}";}`,void 0,void 0,{[ud]:ud}),c}class W9{constructor(t,n){this._keyframe=!0,this.name=t,this.style=n}getName(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return t?`${t}-${this.name}`:this.name}}const vt=W9;function K9(e){if(typeof e=="number")return[e];const t=String(e).split(/\s+/);let n="",r=0;return t.reduce((o,i)=>(i.includes("(")?(n+=i,r+=i.split("(").length-1):i.includes(")")?(n+=` ${i}`,r-=i.split(")").length-1,r===0&&(o.push(n),n="")):r>0?n+=` ${i}`:o.push(i),o),[])}function Ps(e){return e.notSplit=!0,e}const q9={inset:["top","right","bottom","left"],insetBlock:["top","bottom"],insetBlockStart:["top"],insetBlockEnd:["bottom"],insetInline:["left","right"],insetInlineStart:["left"],insetInlineEnd:["right"],marginBlock:["marginTop","marginBottom"],marginBlockStart:["marginTop"],marginBlockEnd:["marginBottom"],marginInline:["marginLeft","marginRight"],marginInlineStart:["marginLeft"],marginInlineEnd:["marginRight"],paddingBlock:["paddingTop","paddingBottom"],paddingBlockStart:["paddingTop"],paddingBlockEnd:["paddingBottom"],paddingInline:["paddingLeft","paddingRight"],paddingInlineStart:["paddingLeft"],paddingInlineEnd:["paddingRight"],borderBlock:Ps(["borderTop","borderBottom"]),borderBlockStart:Ps(["borderTop"]),borderBlockEnd:Ps(["borderBottom"]),borderInline:Ps(["borderLeft","borderRight"]),borderInlineStart:Ps(["borderLeft"]),borderInlineEnd:Ps(["borderRight"]),borderBlockWidth:["borderTopWidth","borderBottomWidth"],borderBlockStartWidth:["borderTopWidth"],borderBlockEndWidth:["borderBottomWidth"],borderInlineWidth:["borderLeftWidth","borderRightWidth"],borderInlineStartWidth:["borderLeftWidth"],borderInlineEndWidth:["borderRightWidth"],borderBlockStyle:["borderTopStyle","borderBottomStyle"],borderBlockStartStyle:["borderTopStyle"],borderBlockEndStyle:["borderBottomStyle"],borderInlineStyle:["borderLeftStyle","borderRightStyle"],borderInlineStartStyle:["borderLeftStyle"],borderInlineEndStyle:["borderRightStyle"],borderBlockColor:["borderTopColor","borderBottomColor"],borderBlockStartColor:["borderTopColor"],borderBlockEndColor:["borderBottomColor"],borderInlineColor:["borderLeftColor","borderRightColor"],borderInlineStartColor:["borderLeftColor"],borderInlineEndColor:["borderRightColor"],borderStartStartRadius:["borderTopLeftRadius"],borderStartEndRadius:["borderTopRightRadius"],borderEndStartRadius:["borderBottomLeftRadius"],borderEndEndRadius:["borderBottomRightRadius"]};function xf(e){return{_skip_check_:!0,value:e}}const X9={visit:e=>{const t={};return Object.keys(e).forEach(n=>{const r=e[n],o=q9[n];if(o&&(typeof r=="number"||typeof r=="string")){const i=K9(r);o.length&&o.notSplit?o.forEach(c=>{t[c]=xf(r)}):o.length===1?t[o[0]]=xf(r):o.length===2?o.forEach((c,l)=>{var u;t[c]=xf((u=i[l])!==null&&u!==void 0?u:i[0])}):o.length===4?o.forEach((c,l)=>{var u,a;t[c]=xf((a=(u=i[l])!==null&&u!==void 0?u:i[l-2])!==null&&a!==void 0?a:i[0])}):t[n]=r}else t[n]=r}),t}},Q9=X9,Hv=/url\([^)]+\)|var\([^)]+\)|(\d*\.?\d+)px/g;function Z9(e,t){const n=Math.pow(10,t+1),r=Math.floor(e*n);return Math.round(r/10)*10/n}const J9=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const{rootValue:t=16,precision:n=5,mediaQuery:r=!1}=e,o=(c,l)=>{if(!l)return c;const u=parseFloat(l);return u<=1?c:`${Z9(u/t,n)}rem`};return{visit:c=>{const l=x({},c);return Object.entries(c).forEach(u=>{let[a,s]=u;if(typeof s=="string"&&s.includes("px")){const p=s.replace(Hv,o);l[a]=p}!D2[a]&&typeof s=="number"&&s!==0&&(l[a]=`${s}px`.replace(Hv,o));const d=a.trim();if(d.startsWith("@")&&d.includes("px")&&r){const p=a.replace(Hv,o);l[p]=l[a],delete l[a]}}),l}}},eG=J9,tG={Theme:ME,createTheme:kE,useStyleRegister:xg,useCacheToken:$2,createCache:$c,useStyleInject:Dp,useStyleProvider:T2,Keyframes:vt,extractStyle:Y9,legacyLogicalPropertiesTransformer:Q9,px2remTransformer:eG,logicalPropertiesLinter:P9,legacyNotSelectorLinter:$9,parentSelectorLinter:k9,StyleProvider:Yz},nG=tG,z2="4.1.2",Xd=["blue","purple","cyan","green","magenta","pink","red","orange","yellow","volcano","geekblue","lime","gold"];function _r(e,t){rG(e)&&(e="100%");var n=oG(e);return e=t===360?e:Math.min(t,Math.max(0,parseFloat(e))),n&&(e=parseInt(String(e*t),10)/100),Math.abs(e-t)<1e-6?1:(t===360?e=(e<0?e%t+t:e%t)/parseFloat(String(t)):e=e%t/parseFloat(String(t)),e)}function wf(e){return Math.min(1,Math.max(0,e))}function rG(e){return typeof e=="string"&&e.indexOf(".")!==-1&&parseFloat(e)===1}function oG(e){return typeof e=="string"&&e.indexOf("%")!==-1}function G2(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function Of(e){return e<=1?"".concat(Number(e)*100,"%"):e}function xl(e){return e.length===1?"0"+e:String(e)}function aG(e,t,n){return{r:_r(e,255)*255,g:_r(t,255)*255,b:_r(n,255)*255}}function d1(e,t,n){e=_r(e,255),t=_r(t,255),n=_r(n,255);var r=Math.max(e,t,n),o=Math.min(e,t,n),i=0,c=0,l=(r+o)/2;if(r===o)c=0,i=0;else{var u=r-o;switch(c=l>.5?u/(2-r-o):u/(r+o),r){case e:i=(t-n)/u+(t1&&(n-=1),n<1/6?e+(t-e)*(6*n):n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function iG(e,t,n){var r,o,i;if(e=_r(e,360),t=_r(t,100),n=_r(n,100),t===0)o=n,i=n,r=n;else{var c=n<.5?n*(1+t):n+t-n*t,l=2*n-c;r=Uv(l,c,e+1/3),o=Uv(l,c,e),i=Uv(l,c,e-1/3)}return{r:r*255,g:o*255,b:i*255}}function oy(e,t,n){e=_r(e,255),t=_r(t,255),n=_r(n,255);var r=Math.max(e,t,n),o=Math.min(e,t,n),i=0,c=r,l=r-o,u=r===0?0:l/r;if(r===o)i=0;else{switch(r){case e:i=(t-n)/l+(t>16,g:(e&65280)>>8,b:e&255}}var iy={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",goldenrod:"#daa520",gold:"#ffd700",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavenderblush:"#fff0f5",lavender:"#e6e6fa",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};function qs(e){var t={r:0,g:0,b:0},n=1,r=null,o=null,i=null,c=!1,l=!1;return typeof e=="string"&&(e=fG(e)),typeof e=="object"&&(Da(e.r)&&Da(e.g)&&Da(e.b)?(t=aG(e.r,e.g,e.b),c=!0,l=String(e.r).substr(-1)==="%"?"prgb":"rgb"):Da(e.h)&&Da(e.s)&&Da(e.v)?(r=Of(e.s),o=Of(e.v),t=lG(e.h,r,o),c=!0,l="hsv"):Da(e.h)&&Da(e.s)&&Da(e.l)&&(r=Of(e.s),i=Of(e.l),t=iG(e.h,r,i),c=!0,l="hsl"),Object.prototype.hasOwnProperty.call(e,"a")&&(n=e.a)),n=G2(n),{ok:c,format:e.format||l,r:Math.min(255,Math.max(t.r,0)),g:Math.min(255,Math.max(t.g,0)),b:Math.min(255,Math.max(t.b,0)),a:n}}var dG="[-\\+]?\\d+%?",pG="[-\\+]?\\d*\\.\\d+%?",Pi="(?:".concat(pG,")|(?:").concat(dG,")"),zv="[\\s|\\(]+(".concat(Pi,")[,|\\s]+(").concat(Pi,")[,|\\s]+(").concat(Pi,")\\s*\\)?"),Gv="[\\s|\\(]+(".concat(Pi,")[,|\\s]+(").concat(Pi,")[,|\\s]+(").concat(Pi,")[,|\\s]+(").concat(Pi,")\\s*\\)?"),jo={CSS_UNIT:new RegExp(Pi),rgb:new RegExp("rgb"+zv),rgba:new RegExp("rgba"+Gv),hsl:new RegExp("hsl"+zv),hsla:new RegExp("hsla"+Gv),hsv:new RegExp("hsv"+zv),hsva:new RegExp("hsva"+Gv),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/};function fG(e){if(e=e.trim().toLowerCase(),e.length===0)return!1;var t=!1;if(iy[e])e=iy[e],t=!0;else if(e==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var n=jo.rgb.exec(e);return n?{r:n[1],g:n[2],b:n[3]}:(n=jo.rgba.exec(e),n?{r:n[1],g:n[2],b:n[3],a:n[4]}:(n=jo.hsl.exec(e),n?{h:n[1],s:n[2],l:n[3]}:(n=jo.hsla.exec(e),n?{h:n[1],s:n[2],l:n[3],a:n[4]}:(n=jo.hsv.exec(e),n?{h:n[1],s:n[2],v:n[3]}:(n=jo.hsva.exec(e),n?{h:n[1],s:n[2],v:n[3],a:n[4]}:(n=jo.hex8.exec(e),n?{r:io(n[1]),g:io(n[2]),b:io(n[3]),a:p1(n[4]),format:t?"name":"hex8"}:(n=jo.hex6.exec(e),n?{r:io(n[1]),g:io(n[2]),b:io(n[3]),format:t?"name":"hex"}:(n=jo.hex4.exec(e),n?{r:io(n[1]+n[1]),g:io(n[2]+n[2]),b:io(n[3]+n[3]),a:p1(n[4]+n[4]),format:t?"name":"hex8"}:(n=jo.hex3.exec(e),n?{r:io(n[1]+n[1]),g:io(n[2]+n[2]),b:io(n[3]+n[3]),format:t?"name":"hex"}:!1)))))))))}function Da(e){return!!jo.CSS_UNIT.exec(String(e))}var Dt=function(){function e(t,n){t===void 0&&(t=""),n===void 0&&(n={});var r;if(t instanceof e)return t;typeof t=="number"&&(t=uG(t)),this.originalInput=t;var o=qs(t);this.originalInput=t,this.r=o.r,this.g=o.g,this.b=o.b,this.a=o.a,this.roundA=Math.round(100*this.a)/100,this.format=(r=n.format)!==null&&r!==void 0?r:o.format,this.gradientType=n.gradientType,this.r<1&&(this.r=Math.round(this.r)),this.g<1&&(this.g=Math.round(this.g)),this.b<1&&(this.b=Math.round(this.b)),this.isValid=o.ok}return e.prototype.isDark=function(){return this.getBrightness()<128},e.prototype.isLight=function(){return!this.isDark()},e.prototype.getBrightness=function(){var t=this.toRgb();return(t.r*299+t.g*587+t.b*114)/1e3},e.prototype.getLuminance=function(){var t=this.toRgb(),n,r,o,i=t.r/255,c=t.g/255,l=t.b/255;return i<=.03928?n=i/12.92:n=Math.pow((i+.055)/1.055,2.4),c<=.03928?r=c/12.92:r=Math.pow((c+.055)/1.055,2.4),l<=.03928?o=l/12.92:o=Math.pow((l+.055)/1.055,2.4),.2126*n+.7152*r+.0722*o},e.prototype.getAlpha=function(){return this.a},e.prototype.setAlpha=function(t){return this.a=G2(t),this.roundA=Math.round(100*this.a)/100,this},e.prototype.isMonochrome=function(){var t=this.toHsl().s;return t===0},e.prototype.toHsv=function(){var t=oy(this.r,this.g,this.b);return{h:t.h*360,s:t.s,v:t.v,a:this.a}},e.prototype.toHsvString=function(){var t=oy(this.r,this.g,this.b),n=Math.round(t.h*360),r=Math.round(t.s*100),o=Math.round(t.v*100);return this.a===1?"hsv(".concat(n,", ").concat(r,"%, ").concat(o,"%)"):"hsva(".concat(n,", ").concat(r,"%, ").concat(o,"%, ").concat(this.roundA,")")},e.prototype.toHsl=function(){var t=d1(this.r,this.g,this.b);return{h:t.h*360,s:t.s,l:t.l,a:this.a}},e.prototype.toHslString=function(){var t=d1(this.r,this.g,this.b),n=Math.round(t.h*360),r=Math.round(t.s*100),o=Math.round(t.l*100);return this.a===1?"hsl(".concat(n,", ").concat(r,"%, ").concat(o,"%)"):"hsla(".concat(n,", ").concat(r,"%, ").concat(o,"%, ").concat(this.roundA,")")},e.prototype.toHex=function(t){return t===void 0&&(t=!1),ay(this.r,this.g,this.b,t)},e.prototype.toHexString=function(t){return t===void 0&&(t=!1),"#"+this.toHex(t)},e.prototype.toHex8=function(t){return t===void 0&&(t=!1),sG(this.r,this.g,this.b,this.a,t)},e.prototype.toHex8String=function(t){return t===void 0&&(t=!1),"#"+this.toHex8(t)},e.prototype.toHexShortString=function(t){return t===void 0&&(t=!1),this.a===1?this.toHexString(t):this.toHex8String(t)},e.prototype.toRgb=function(){return{r:Math.round(this.r),g:Math.round(this.g),b:Math.round(this.b),a:this.a}},e.prototype.toRgbString=function(){var t=Math.round(this.r),n=Math.round(this.g),r=Math.round(this.b);return this.a===1?"rgb(".concat(t,", ").concat(n,", ").concat(r,")"):"rgba(".concat(t,", ").concat(n,", ").concat(r,", ").concat(this.roundA,")")},e.prototype.toPercentageRgb=function(){var t=function(n){return"".concat(Math.round(_r(n,255)*100),"%")};return{r:t(this.r),g:t(this.g),b:t(this.b),a:this.a}},e.prototype.toPercentageRgbString=function(){var t=function(n){return Math.round(_r(n,255)*100)};return this.a===1?"rgb(".concat(t(this.r),"%, ").concat(t(this.g),"%, ").concat(t(this.b),"%)"):"rgba(".concat(t(this.r),"%, ").concat(t(this.g),"%, ").concat(t(this.b),"%, ").concat(this.roundA,")")},e.prototype.toName=function(){if(this.a===0)return"transparent";if(this.a<1)return!1;for(var t="#"+ay(this.r,this.g,this.b,!1),n=0,r=Object.entries(iy);n=0,i=!n&&o&&(t.startsWith("hex")||t==="name");return i?t==="name"&&this.a===0?this.toName():this.toRgbString():(t==="rgb"&&(r=this.toRgbString()),t==="prgb"&&(r=this.toPercentageRgbString()),(t==="hex"||t==="hex6")&&(r=this.toHexString()),t==="hex3"&&(r=this.toHexString(!0)),t==="hex4"&&(r=this.toHex8String(!0)),t==="hex8"&&(r=this.toHex8String()),t==="name"&&(r=this.toName()),t==="hsl"&&(r=this.toHslString()),t==="hsv"&&(r=this.toHsvString()),r||this.toHexString())},e.prototype.toNumber=function(){return(Math.round(this.r)<<16)+(Math.round(this.g)<<8)+Math.round(this.b)},e.prototype.clone=function(){return new e(this.toString())},e.prototype.lighten=function(t){t===void 0&&(t=10);var n=this.toHsl();return n.l+=t/100,n.l=wf(n.l),new e(n)},e.prototype.brighten=function(t){t===void 0&&(t=10);var n=this.toRgb();return n.r=Math.max(0,Math.min(255,n.r-Math.round(255*-(t/100)))),n.g=Math.max(0,Math.min(255,n.g-Math.round(255*-(t/100)))),n.b=Math.max(0,Math.min(255,n.b-Math.round(255*-(t/100)))),new e(n)},e.prototype.darken=function(t){t===void 0&&(t=10);var n=this.toHsl();return n.l-=t/100,n.l=wf(n.l),new e(n)},e.prototype.tint=function(t){return t===void 0&&(t=10),this.mix("white",t)},e.prototype.shade=function(t){return t===void 0&&(t=10),this.mix("black",t)},e.prototype.desaturate=function(t){t===void 0&&(t=10);var n=this.toHsl();return n.s-=t/100,n.s=wf(n.s),new e(n)},e.prototype.saturate=function(t){t===void 0&&(t=10);var n=this.toHsl();return n.s+=t/100,n.s=wf(n.s),new e(n)},e.prototype.greyscale=function(){return this.desaturate(100)},e.prototype.spin=function(t){var n=this.toHsl(),r=(n.h+t)%360;return n.h=r<0?360+r:r,new e(n)},e.prototype.mix=function(t,n){n===void 0&&(n=50);var r=this.toRgb(),o=new e(t).toRgb(),i=n/100,c={r:(o.r-r.r)*i+r.r,g:(o.g-r.g)*i+r.g,b:(o.b-r.b)*i+r.b,a:(o.a-r.a)*i+r.a};return new e(c)},e.prototype.analogous=function(t,n){t===void 0&&(t=6),n===void 0&&(n=30);var r=this.toHsl(),o=360/n,i=[this];for(r.h=(r.h-(o*t>>1)+720)%360;--t;)r.h=(r.h+o)%360,i.push(new e(r));return i},e.prototype.complement=function(){var t=this.toHsl();return t.h=(t.h+180)%360,new e(t)},e.prototype.monochromatic=function(t){t===void 0&&(t=6);for(var n=this.toHsv(),r=n.h,o=n.s,i=n.v,c=[],l=1/t;t--;)c.push(new e({h:r,s:o,v:i})),i=(i+l)%1;return c},e.prototype.splitcomplement=function(){var t=this.toHsl(),n=t.h;return[this,new e({h:(n+72)%360,s:t.s,l:t.l}),new e({h:(n+216)%360,s:t.s,l:t.l})]},e.prototype.onBackground=function(t){var n=this.toRgb(),r=new e(t).toRgb(),o=n.a+r.a*(1-n.a);return new e({r:(n.r*n.a+r.r*r.a*(1-n.a))/o,g:(n.g*n.a+r.g*r.a*(1-n.a))/o,b:(n.b*n.a+r.b*r.a*(1-n.a))/o,a:o})},e.prototype.triad=function(){return this.polyad(3)},e.prototype.tetrad=function(){return this.polyad(4)},e.prototype.polyad=function(t){for(var n=this.toHsl(),r=n.h,o=[this],i=360/t,c=1;c=60&&Math.round(e.h)<=240?r=n?Math.round(e.h)-If*t:Math.round(e.h)+If*t:r=n?Math.round(e.h)+If*t:Math.round(e.h)-If*t,r<0?r+=360:r>=360&&(r-=360),r}function h1(e,t,n){if(e.h===0&&e.s===0)return e.s;var r;return n?r=e.s-f1*t:t===V2?r=e.s+f1:r=e.s+mG*t,r>1&&(r=1),n&&t===j2&&r>.1&&(r=.1),r<.06&&(r=.06),Number(r.toFixed(2))}function _1(e,t,n){var r;return n?r=e.v+gG*t:r=e.v-hG*t,r>1&&(r=1),Number(r.toFixed(2))}function Kl(e){for(var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=[],r=qs(e),o=j2;o>0;o-=1){var i=m1(r),c=Rf(qs({h:g1(i,o,!0),s:h1(i,o,!0),v:_1(i,o,!0)}));n.push(c)}n.push(Rf(r));for(var l=1;l<=V2;l+=1){var u=m1(r),a=Rf(qs({h:g1(u,l),s:h1(u,l),v:_1(u,l)}));n.push(a)}return t.theme==="dark"?_G.map(function(s){var d=s.index,p=s.opacity,f=Rf(vG(qs(t.backgroundColor||"#141414"),qs(n[d]),p*100));return f}):n}var fc={red:"#F5222D",volcano:"#FA541C",orange:"#FA8C16",gold:"#FAAD14",yellow:"#FADB14",lime:"#A0D911",green:"#52C41A",cyan:"#13C2C2",blue:"#1890FF",geekblue:"#2F54EB",purple:"#722ED1",magenta:"#EB2F96",grey:"#666666"},dd={},jv={};Object.keys(fc).forEach(function(e){dd[e]=Kl(fc[e]),dd[e].primary=dd[e][5],jv[e]=Kl(fc[e],{theme:"dark",backgroundColor:"#141414"}),jv[e].primary=jv[e][5]});var bG=dd.gold,SG=dd.blue;const yG=e=>{const{controlHeight:t}=e;return{controlHeightSM:t*.75,controlHeightXS:t*.5,controlHeightLG:t*1.25}};function EG(e){const{sizeUnit:t,sizeStep:n}=e;return{sizeXXL:t*(n+8),sizeXL:t*(n+4),sizeLG:t*(n+2),sizeMD:t*(n+1),sizeMS:t*n,size:t*n,sizeSM:t*(n-1),sizeXS:t*(n-2),sizeXXS:t*(n-3)}}const Y2={blue:"#1677ff",purple:"#722ED1",cyan:"#13C2C2",green:"#52C41A",magenta:"#EB2F96",pink:"#eb2f96",red:"#F5222D",orange:"#FA8C16",yellow:"#FADB14",volcano:"#FA541C",geekblue:"#2F54EB",gold:"#FAAD14",lime:"#A0D911"},CG=x(x({},Y2),{colorPrimary:"#1677ff",colorSuccess:"#52c41a",colorWarning:"#faad14",colorError:"#ff4d4f",colorInfo:"#1677ff",colorTextBase:"",colorBgBase:"",fontFamily:`-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, +'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', +'Noto Color Emoji'`,fontSize:14,lineWidth:1,lineType:"solid",motionUnit:.1,motionBase:0,motionEaseOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",motionEaseInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",motionEaseOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",motionEaseInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",motionEaseOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",motionEaseInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",motionEaseInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",motionEaseOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",borderRadius:6,sizeUnit:4,sizeStep:4,sizePopupArrow:16,controlHeight:32,zIndexBase:0,zIndexPopupBase:1e3,opacityImage:1,wireframe:!1}),Jh=CG;function TG(e,t){let{generateColorPalettes:n,generateNeutralColorPalettes:r}=t;const{colorSuccess:o,colorWarning:i,colorError:c,colorInfo:l,colorPrimary:u,colorBgBase:a,colorTextBase:s}=e,d=n(u),p=n(o),f=n(i),m=n(c),g=n(l),h=r(a,s);return x(x({},h),{colorPrimaryBg:d[1],colorPrimaryBgHover:d[2],colorPrimaryBorder:d[3],colorPrimaryBorderHover:d[4],colorPrimaryHover:d[5],colorPrimary:d[6],colorPrimaryActive:d[7],colorPrimaryTextHover:d[8],colorPrimaryText:d[9],colorPrimaryTextActive:d[10],colorSuccessBg:p[1],colorSuccessBgHover:p[2],colorSuccessBorder:p[3],colorSuccessBorderHover:p[4],colorSuccessHover:p[4],colorSuccess:p[6],colorSuccessActive:p[7],colorSuccessTextHover:p[8],colorSuccessText:p[9],colorSuccessTextActive:p[10],colorErrorBg:m[1],colorErrorBgHover:m[2],colorErrorBorder:m[3],colorErrorBorderHover:m[4],colorErrorHover:m[5],colorError:m[6],colorErrorActive:m[7],colorErrorTextHover:m[8],colorErrorText:m[9],colorErrorTextActive:m[10],colorWarningBg:f[1],colorWarningBgHover:f[2],colorWarningBorder:f[3],colorWarningBorderHover:f[4],colorWarningHover:f[4],colorWarning:f[6],colorWarningActive:f[7],colorWarningTextHover:f[8],colorWarningText:f[9],colorWarningTextActive:f[10],colorInfoBg:g[1],colorInfoBgHover:g[2],colorInfoBorder:g[3],colorInfoBorderHover:g[4],colorInfoHover:g[4],colorInfo:g[6],colorInfoActive:g[7],colorInfoTextHover:g[8],colorInfoText:g[9],colorInfoTextActive:g[10],colorBgMask:new Dt("#000").setAlpha(.45).toRgbString(),colorWhite:"#fff"})}const xG=e=>{let t=e,n=e,r=e,o=e;return e<6&&e>=5?t=e+1:e<16&&e>=6?t=e+2:e>=16&&(t=16),e<7&&e>=5?n=4:e<8&&e>=7?n=5:e<14&&e>=8?n=6:e<16&&e>=14?n=7:e>=16&&(n=8),e<6&&e>=2?r=1:e>=6&&(r=2),e>4&&e<8?o=4:e>=8&&(o=6),{borderRadius:e>16?16:e,borderRadiusXS:r,borderRadiusSM:n,borderRadiusLG:t,borderRadiusOuter:o}};function wG(e){const{motionUnit:t,motionBase:n,borderRadius:r,lineWidth:o}=e;return x({motionDurationFast:`${(n+t).toFixed(1)}s`,motionDurationMid:`${(n+t*2).toFixed(1)}s`,motionDurationSlow:`${(n+t*3).toFixed(1)}s`,lineWidthBold:o+1},xG(r))}const Pa=(e,t)=>new Dt(e).setAlpha(t).toRgbString(),Pu=(e,t)=>new Dt(e).darken(t).toHexString(),OG=e=>{const t=Kl(e);return{1:t[0],2:t[1],3:t[2],4:t[3],5:t[4],6:t[5],7:t[6],8:t[4],9:t[5],10:t[6]}},IG=(e,t)=>{const n=e||"#fff",r=t||"#000";return{colorBgBase:n,colorTextBase:r,colorText:Pa(r,.88),colorTextSecondary:Pa(r,.65),colorTextTertiary:Pa(r,.45),colorTextQuaternary:Pa(r,.25),colorFill:Pa(r,.15),colorFillSecondary:Pa(r,.06),colorFillTertiary:Pa(r,.04),colorFillQuaternary:Pa(r,.02),colorBgLayout:Pu(n,4),colorBgContainer:Pu(n,0),colorBgElevated:Pu(n,0),colorBgSpotlight:Pa(r,.85),colorBorder:Pu(n,15),colorBorderSecondary:Pu(n,6)}};function RG(e){const t=new Array(10).fill(null).map((n,r)=>{const o=r-1,i=e*Math.pow(2.71828,o/5),c=r>1?Math.floor(i):Math.ceil(i);return Math.floor(c/2)*2});return t[1]=e,t.map(n=>{const r=n+8;return{size:n,lineHeight:r/n}})}const AG=e=>{const t=RG(e),n=t.map(o=>o.size),r=t.map(o=>o.lineHeight);return{fontSizeSM:n[0],fontSize:n[1],fontSizeLG:n[2],fontSizeXL:n[3],fontSizeHeading1:n[6],fontSizeHeading2:n[5],fontSizeHeading3:n[4],fontSizeHeading4:n[3],fontSizeHeading5:n[2],lineHeight:r[1],lineHeightLG:r[2],lineHeightSM:r[0],lineHeightHeading1:r[6],lineHeightHeading2:r[5],lineHeightHeading3:r[4],lineHeightHeading4:r[3],lineHeightHeading5:r[2]}};function NG(e){const t=Object.keys(Y2).map(n=>{const r=Kl(e[n]);return new Array(10).fill(1).reduce((o,i,c)=>(o[`${n}-${c+1}`]=r[c],o),{})}).reduce((n,r)=>(n=x(x({},n),r),n),{});return x(x(x(x(x(x(x({},e),t),TG(e,{generateColorPalettes:OG,generateNeutralColorPalettes:IG})),AG(e.fontSize)),EG(e)),yG(e)),wG(e))}function Vv(e){return e>=0&&e<=255}function Af(e,t){const{r:n,g:r,b:o,a:i}=new Dt(e).toRgb();if(i<1)return e;const{r:c,g:l,b:u}=new Dt(t).toRgb();for(let a=.01;a<=1;a+=.01){const s=Math.round((n-c*(1-a))/a),d=Math.round((r-l*(1-a))/a),p=Math.round((o-u*(1-a))/a);if(Vv(s)&&Vv(d)&&Vv(p))return new Dt({r:s,g:d,b:p,a:Math.round(a*100)/100}).toRgbString()}return new Dt({r:n,g:r,b:o,a:1}).toRgbString()}var $G=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{delete r[f]});const o=x(x({},n),r),i=480,c=576,l=768,u=992,a=1200,s=1600,d=2e3;return x(x(x({},o),{colorLink:o.colorInfoText,colorLinkHover:o.colorInfoHover,colorLinkActive:o.colorInfoActive,colorFillContent:o.colorFillSecondary,colorFillContentHover:o.colorFill,colorFillAlter:o.colorFillQuaternary,colorBgContainerDisabled:o.colorFillTertiary,colorBorderBg:o.colorBgContainer,colorSplit:Af(o.colorBorderSecondary,o.colorBgContainer),colorTextPlaceholder:o.colorTextQuaternary,colorTextDisabled:o.colorTextQuaternary,colorTextHeading:o.colorText,colorTextLabel:o.colorTextSecondary,colorTextDescription:o.colorTextTertiary,colorTextLightSolid:o.colorWhite,colorHighlight:o.colorError,colorBgTextHover:o.colorFillSecondary,colorBgTextActive:o.colorFill,colorIcon:o.colorTextTertiary,colorIconHover:o.colorText,colorErrorOutline:Af(o.colorErrorBg,o.colorBgContainer),colorWarningOutline:Af(o.colorWarningBg,o.colorBgContainer),fontSizeIcon:o.fontSizeSM,lineWidth:o.lineWidth,controlOutlineWidth:o.lineWidth*2,controlInteractiveSize:o.controlHeight/2,controlItemBgHover:o.colorFillTertiary,controlItemBgActive:o.colorPrimaryBg,controlItemBgActiveHover:o.colorPrimaryBgHover,controlItemBgActiveDisabled:o.colorFill,controlTmpOutline:o.colorFillQuaternary,controlOutline:Af(o.colorPrimaryBg,o.colorBgContainer),lineType:o.lineType,borderRadius:o.borderRadius,borderRadiusXS:o.borderRadiusXS,borderRadiusSM:o.borderRadiusSM,borderRadiusLG:o.borderRadiusLG,fontWeightStrong:600,opacityLoading:.65,linkDecoration:"none",linkHoverDecoration:"none",linkFocusDecoration:"none",controlPaddingHorizontal:12,controlPaddingHorizontalSM:8,paddingXXS:o.sizeXXS,paddingXS:o.sizeXS,paddingSM:o.sizeSM,padding:o.size,paddingMD:o.sizeMD,paddingLG:o.sizeLG,paddingXL:o.sizeXL,paddingContentHorizontalLG:o.sizeLG,paddingContentVerticalLG:o.sizeMS,paddingContentHorizontal:o.sizeMS,paddingContentVertical:o.sizeSM,paddingContentHorizontalSM:o.size,paddingContentVerticalSM:o.sizeXS,marginXXS:o.sizeXXS,marginXS:o.sizeXS,marginSM:o.sizeSM,margin:o.size,marginMD:o.sizeMD,marginLG:o.sizeLG,marginXL:o.sizeXL,marginXXL:o.sizeXXL,boxShadow:` + 0 1px 2px 0 rgba(0, 0, 0, 0.03), + 0 1px 6px -1px rgba(0, 0, 0, 0.02), + 0 2px 4px 0 rgba(0, 0, 0, 0.02) + `,boxShadowSecondary:` + 0 6px 16px 0 rgba(0, 0, 0, 0.08), + 0 3px 6px -4px rgba(0, 0, 0, 0.12), + 0 9px 28px 8px rgba(0, 0, 0, 0.05) + `,boxShadowTertiary:` + 0 1px 2px 0 rgba(0, 0, 0, 0.03), + 0 1px 6px -1px rgba(0, 0, 0, 0.02), + 0 2px 4px 0 rgba(0, 0, 0, 0.02) + `,screenXS:i,screenXSMin:i,screenXSMax:c-1,screenSM:c,screenSMMin:c,screenSMMax:l-1,screenMD:l,screenMDMin:l,screenMDMax:u-1,screenLG:u,screenLGMin:u,screenLGMax:a-1,screenXL:a,screenXLMin:a,screenXLMax:s-1,screenXXL:s,screenXXLMin:s,screenXXLMax:d-1,screenXXXL:d,screenXXXLMin:d,boxShadowPopoverArrow:"3px 3px 7px rgba(0, 0, 0, 0.1)",boxShadowCard:` + 0 1px 2px -2px ${new Dt("rgba(0, 0, 0, 0.16)").toRgbString()}, + 0 3px 6px 0 ${new Dt("rgba(0, 0, 0, 0.12)").toRgbString()}, + 0 5px 12px 4px ${new Dt("rgba(0, 0, 0, 0.09)").toRgbString()} + `,boxShadowDrawerRight:` + -6px 0 16px 0 rgba(0, 0, 0, 0.08), + -3px 0 6px -4px rgba(0, 0, 0, 0.12), + -9px 0 28px 8px rgba(0, 0, 0, 0.05) + `,boxShadowDrawerLeft:` + 6px 0 16px 0 rgba(0, 0, 0, 0.08), + 3px 0 6px -4px rgba(0, 0, 0, 0.12), + 9px 0 28px 8px rgba(0, 0, 0, 0.05) + `,boxShadowDrawerUp:` + 0 6px 16px 0 rgba(0, 0, 0, 0.08), + 0 3px 6px -4px rgba(0, 0, 0, 0.12), + 0 9px 28px 8px rgba(0, 0, 0, 0.05) + `,boxShadowDrawerDown:` + 0 -6px 16px 0 rgba(0, 0, 0, 0.08), + 0 -3px 6px -4px rgba(0, 0, 0, 0.12), + 0 -9px 28px 8px rgba(0, 0, 0, 0.05) + `,boxShadowTabsOverflowLeft:"inset 10px 0 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowRight:"inset -10px 0 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowTop:"inset 0 10px 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowBottom:"inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08)"}),r)}const e_=e=>({color:e.colorLink,textDecoration:"none",outline:"none",cursor:"pointer",transition:`color ${e.motionDurationSlow}`,"&:focus, &:hover":{color:e.colorLinkHover},"&:active":{color:e.colorLinkActive}}),BE=(e,t,n,r,o)=>{const i=e/2,c=0,l=i,u=n*1/Math.sqrt(2),a=i-n*(1-1/Math.sqrt(2)),s=i-t*(1/Math.sqrt(2)),d=n*(Math.sqrt(2)-1)+t*(1/Math.sqrt(2)),p=2*i-s,f=d,m=2*i-u,g=a,h=2*i-c,_=l,v=i*Math.sqrt(2)+n*(Math.sqrt(2)-2),b=n*(Math.sqrt(2)-1);return{pointerEvents:"none",width:e,height:e,overflow:"hidden","&::after":{content:'""',position:"absolute",width:v,height:v,bottom:0,insetInline:0,margin:"auto",borderRadius:{_skip_check_:!0,value:`0 0 ${t}px 0`},transform:"translateY(50%) rotate(-135deg)",boxShadow:o,zIndex:0,background:"transparent"},"&::before":{position:"absolute",bottom:0,insetInlineStart:0,width:e,height:e/2,background:r,clipPath:{_multi_value_:!0,value:[`polygon(${b}px 100%, 50% ${b}px, ${2*i-b}px 100%, ${b}px 100%)`,`path('M ${c} ${l} A ${n} ${n} 0 0 0 ${u} ${a} L ${s} ${d} A ${t} ${t} 0 0 1 ${p} ${f} L ${m} ${g} A ${n} ${n} 0 0 0 ${h} ${_} Z')`]},content:'""'}}};function wg(e,t){return Xd.reduce((n,r)=>{const o=e[`${r}-1`],i=e[`${r}-3`],c=e[`${r}-6`],l=e[`${r}-7`];return x(x({},n),t(r,{lightColor:o,lightBorderColor:i,darkColor:c,textColor:l}))},{})}const Rn={overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"},ot=e=>({boxSizing:"border-box",margin:0,padding:0,color:e.colorText,fontSize:e.fontSize,lineHeight:e.lineHeight,listStyle:"none",fontFamily:e.fontFamily}),ps=()=>({display:"inline-flex",alignItems:"center",color:"inherit",fontStyle:"normal",lineHeight:0,textAlign:"center",textTransform:"none",verticalAlign:"-0.125em",textRendering:"optimizeLegibility","-webkit-font-smoothing":"antialiased","-moz-osx-font-smoothing":"grayscale","> *":{lineHeight:1},svg:{display:"inline-block"}}),ea=()=>({"&::before":{display:"table",content:'""'},"&::after":{display:"table",clear:"both",content:'""'}}),PG=e=>({a:{color:e.colorLink,textDecoration:e.linkDecoration,backgroundColor:"transparent",outline:"none",cursor:"pointer",transition:`color ${e.motionDurationSlow}`,"-webkit-text-decoration-skip":"objects","&:hover":{color:e.colorLinkHover},"&:active":{color:e.colorLinkActive},"&:active,\n &:hover":{textDecoration:e.linkHoverDecoration,outline:0},"&:focus":{textDecoration:e.linkFocusDecoration,outline:0},"&[disabled]":{color:e.colorTextDisabled,cursor:"not-allowed"}}}),MG=(e,t)=>{const{fontFamily:n,fontSize:r}=e,o=`[class^="${t}"], [class*=" ${t}"]`;return{[o]:{fontFamily:n,fontSize:r,boxSizing:"border-box","&::before, &::after":{boxSizing:"border-box"},[o]:{boxSizing:"border-box","&::before, &::after":{boxSizing:"border-box"}}}}},ti=e=>({outline:`${e.lineWidthBold}px solid ${e.colorPrimaryBorder}`,outlineOffset:1,transition:"outline-offset 0s, outline 0s"}),ni=e=>({"&:focus-visible":x({},ti(e))});function tt(e,t,n){return r=>{const o=L(()=>r==null?void 0:r.value),[i,c,l]=li(),{getPrefixCls:u,iconPrefixCls:a}=Kh(),s=L(()=>u()),d=L(()=>({theme:i.value,token:c.value,hashId:l.value,path:["Shared",s.value]}));xg(d,()=>[{"&":PG(c.value)}]);const p=L(()=>({theme:i.value,token:c.value,hashId:l.value,path:[e,o.value,a.value]}));return[xg(p,()=>{const{token:f,flush:m}=LG(c.value),g=typeof n=="function"?n(f):n,h=x(x({},g),c.value[e]),_=`.${o.value}`,v=Ve(f,{componentCls:_,prefixCls:o.value,iconCls:`.${a.value}`,antCls:`.${s.value}`},h),b=t(v,{hashId:l.value,prefixCls:o.value,rootPrefixCls:s.value,iconPrefixCls:a.value,overrideComponentToken:c.value[e]});return m(e,h),[MG(c.value,o.value),b]}),l]}}const W2=typeof CSSINJS_STATISTIC<"u";let ly=!0;function Ve(){for(var e=arguments.length,t=new Array(e),n=0;n{Object.keys(o).forEach(c=>{Object.defineProperty(r,c,{configurable:!0,enumerable:!0,get:()=>o[c]})})}),ly=!0,r}function kG(){}function LG(e){let t,n=e,r=kG;return W2&&(t=new Set,n=new Proxy(e,{get(o,i){return ly&&t.add(i),o[i]}}),r=(o,i)=>{Array.from(t)}),{token:n,keys:t,flush:r}}const FG=kE(NG),K2={token:Jh,hashed:!0},q2=Symbol("DesignTokenContext"),sy=ce(),BG=e=>{at(q2,e),Ee(e,()=>{sy.value=qt(e),cE(sy)},{immediate:!0,deep:!0})},HG=ae({props:{value:Fe()},setup(e,t){let{slots:n}=t;return BG(L(()=>e.value)),()=>{var r;return(r=n.default)===null||r===void 0?void 0:r.call(n)}}});function li(){const e=et(q2,L(()=>sy.value||K2)),t=L(()=>`${z2}-${e.value.hashed||""}`),n=L(()=>e.value.theme||FG),r=$2(n,L(()=>[Jh,e.value.token]),L(()=>({salt:t.value,override:x({override:e.value.token},e.value.components),formatToken:DG})));return[n,L(()=>r.value[0]),L(()=>e.value.hashed?r.value[1]:"")]}const X2=ae({compatConfig:{MODE:3},setup(){const[,e]=li(),t=L(()=>new Dt(e.value.colorBgBase).toHsl().l<.5?{opacity:.65}:{});return()=>y("svg",{style:t.value,width:"184",height:"152",viewBox:"0 0 184 152",xmlns:"http://www.w3.org/2000/svg"},[y("g",{fill:"none","fill-rule":"evenodd"},[y("g",{transform:"translate(24 31.67)"},[y("ellipse",{"fill-opacity":".8",fill:"#F5F5F7",cx:"67.797",cy:"106.89",rx:"67.797",ry:"12.668"},null),y("path",{d:"M122.034 69.674L98.109 40.229c-1.148-1.386-2.826-2.225-4.593-2.225h-51.44c-1.766 0-3.444.839-4.592 2.225L13.56 69.674v15.383h108.475V69.674z",fill:"#AEB8C2"},null),y("path",{d:"M101.537 86.214L80.63 61.102c-1.001-1.207-2.507-1.867-4.048-1.867H31.724c-1.54 0-3.047.66-4.048 1.867L6.769 86.214v13.792h94.768V86.214z",fill:"url(#linearGradient-1)",transform:"translate(13.56)"},null),y("path",{d:"M33.83 0h67.933a4 4 0 0 1 4 4v93.344a4 4 0 0 1-4 4H33.83a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z",fill:"#F5F5F7"},null),y("path",{d:"M42.678 9.953h50.237a2 2 0 0 1 2 2V36.91a2 2 0 0 1-2 2H42.678a2 2 0 0 1-2-2V11.953a2 2 0 0 1 2-2zM42.94 49.767h49.713a2.262 2.262 0 1 1 0 4.524H42.94a2.262 2.262 0 0 1 0-4.524zM42.94 61.53h49.713a2.262 2.262 0 1 1 0 4.525H42.94a2.262 2.262 0 0 1 0-4.525zM121.813 105.032c-.775 3.071-3.497 5.36-6.735 5.36H20.515c-3.238 0-5.96-2.29-6.734-5.36a7.309 7.309 0 0 1-.222-1.79V69.675h26.318c2.907 0 5.25 2.448 5.25 5.42v.04c0 2.971 2.37 5.37 5.277 5.37h34.785c2.907 0 5.277-2.421 5.277-5.393V75.1c0-2.972 2.343-5.426 5.25-5.426h26.318v33.569c0 .617-.077 1.216-.221 1.789z",fill:"#DCE0E6"},null)]),y("path",{d:"M149.121 33.292l-6.83 2.65a1 1 0 0 1-1.317-1.23l1.937-6.207c-2.589-2.944-4.109-6.534-4.109-10.408C138.802 8.102 148.92 0 161.402 0 173.881 0 184 8.102 184 18.097c0 9.995-10.118 18.097-22.599 18.097-4.528 0-8.744-1.066-12.28-2.902z",fill:"#DCE0E6"},null),y("g",{transform:"translate(149.65 15.383)",fill:"#FFF"},[y("ellipse",{cx:"20.654",cy:"3.167",rx:"2.849",ry:"2.815"},null),y("path",{d:"M5.698 5.63H0L2.898.704zM9.259.704h4.985V5.63H9.259z"},null)])])])}});X2.PRESENTED_IMAGE_DEFAULT=!0;const UG=X2,Q2=ae({compatConfig:{MODE:3},setup(){const[,e]=li(),t=L(()=>{const{colorFill:n,colorFillTertiary:r,colorFillQuaternary:o,colorBgContainer:i}=e.value;return{borderColor:new Dt(n).onBackground(i).toHexString(),shadowColor:new Dt(r).onBackground(i).toHexString(),contentColor:new Dt(o).onBackground(i).toHexString()}});return()=>y("svg",{width:"64",height:"41",viewBox:"0 0 64 41",xmlns:"http://www.w3.org/2000/svg"},[y("g",{transform:"translate(0 1)",fill:"none","fill-rule":"evenodd"},[y("ellipse",{fill:t.value.shadowColor,cx:"32",cy:"33",rx:"32",ry:"7"},null),y("g",{"fill-rule":"nonzero",stroke:t.value.borderColor},[y("path",{d:"M55 12.76L44.854 1.258C44.367.474 43.656 0 42.907 0H21.093c-.749 0-1.46.474-1.947 1.257L9 12.761V22h46v-9.24z"},null),y("path",{d:"M41.613 15.931c0-1.605.994-2.93 2.227-2.931H55v18.137C55 33.26 53.68 35 52.05 35h-40.1C10.32 35 9 33.259 9 31.137V13h11.16c1.233 0 2.227 1.323 2.227 2.928v.022c0 1.605 1.005 2.901 2.237 2.901h14.752c1.232 0 2.237-1.308 2.237-2.913v-.007z",fill:t.value.contentColor},null)])])])}});Q2.PRESENTED_IMAGE_SIMPLE=!0;const zG=Q2,GG=e=>{const{componentCls:t,margin:n,marginXS:r,marginXL:o,fontSize:i,lineHeight:c}=e;return{[t]:{marginInline:r,fontSize:i,lineHeight:c,textAlign:"center",[`${t}-image`]:{height:e.emptyImgHeight,marginBottom:r,opacity:e.opacityImage,img:{height:"100%"},svg:{height:"100%",margin:"auto"}},[`${t}-footer`]:{marginTop:n},"&-normal":{marginBlock:o,color:e.colorTextDisabled,[`${t}-image`]:{height:e.emptyImgHeightMD}},"&-small":{marginBlock:r,color:e.colorTextDisabled,[`${t}-image`]:{height:e.emptyImgHeightSM}}}}},jG=tt("Empty",e=>{const{componentCls:t,controlHeightLG:n}=e,r=Ve(e,{emptyImgCls:`${t}-img`,emptyImgHeight:n*2.5,emptyImgHeightMD:n,emptyImgHeightSM:n*.875});return[GG(r)]});var VG=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o({prefixCls:String,imageStyle:Fe(),image:Bt(),description:Bt()}),HE=ae({name:"AEmpty",compatConfig:{MODE:3},inheritAttrs:!1,props:YG(),setup(e,t){let{slots:n={},attrs:r}=t;const{direction:o,prefixCls:i}=Me("empty",e),[c,l]=jG(i);return()=>{var u,a;const s=i.value,d=x(x({},e),r),{image:p=((u=n.image)===null||u===void 0?void 0:u.call(n))||Z2,description:f=((a=n.description)===null||a===void 0?void 0:a.call(n))||void 0,imageStyle:m,class:g=""}=d,h=VG(d,["image","description","imageStyle","class"]);return c(y(ds,{componentName:"Empty",children:_=>{const v=typeof f<"u"?f:_.description,b=typeof v=="string"?v:"empty";let S=null;return typeof p=="string"?S=y("img",{alt:b,src:p},null):S=p,y("div",U({class:me(s,g,l.value,{[`${s}-normal`]:p===J2,[`${s}-rtl`]:o.value==="rtl"})},h),[y("div",{class:`${s}-image`,style:m},[S]),v&&y("p",{class:`${s}-description`},[v]),n.default&&y("div",{class:`${s}-footer`},[an(n.default())])])}},null))}}});HE.PRESENTED_IMAGE_DEFAULT=Z2;HE.PRESENTED_IMAGE_SIMPLE=J2;const $i=rn(HE),UE=e=>{const{prefixCls:t}=Me("empty",e);return(r=>{switch(r){case"Table":case"List":return y($i,{image:$i.PRESENTED_IMAGE_SIMPLE},null);case"Select":case"TreeSelect":case"Cascader":case"Transfer":case"Mentions":return y($i,{image:$i.PRESENTED_IMAGE_SIMPLE,class:`${t.value}-small`},null);default:return y($i,null,null)}})(e.componentName)};function WG(e){return y(UE,{componentName:e},null)}const ek=Symbol("SizeContextKey"),tk=()=>et(ek,ie(void 0)),nk=e=>{const t=tk();return at(ek,L(()=>e.value||t.value)),e},Me=(e,t)=>{const n=tk(),r=Zr(),o=et($E,x(x({},_2),{renderEmpty:C=>Yl(UE,{componentName:C})})),i=L(()=>o.getPrefixCls(e,t.prefixCls)),c=L(()=>{var C,w;return(C=t.direction)!==null&&C!==void 0?C:(w=o.direction)===null||w===void 0?void 0:w.value}),l=L(()=>{var C;return(C=t.iconPrefixCls)!==null&&C!==void 0?C:o.iconPrefixCls.value}),u=L(()=>o.getPrefixCls()),a=L(()=>{var C;return(C=o.autoInsertSpaceInButton)===null||C===void 0?void 0:C.value}),s=o.renderEmpty,d=o.space,p=o.pageHeader,f=o.form,m=L(()=>{var C,w;return(C=t.getTargetContainer)!==null&&C!==void 0?C:(w=o.getTargetContainer)===null||w===void 0?void 0:w.value}),g=L(()=>{var C,w,O;return(w=(C=t.getContainer)!==null&&C!==void 0?C:t.getPopupContainer)!==null&&w!==void 0?w:(O=o.getPopupContainer)===null||O===void 0?void 0:O.value}),h=L(()=>{var C,w;return(C=t.dropdownMatchSelectWidth)!==null&&C!==void 0?C:(w=o.dropdownMatchSelectWidth)===null||w===void 0?void 0:w.value}),_=L(()=>{var C;return(t.virtual===void 0?((C=o.virtual)===null||C===void 0?void 0:C.value)!==!1:t.virtual!==!1)&&h.value!==!1}),v=L(()=>t.size||n.value),b=L(()=>{var C,w,O;return(C=t.autocomplete)!==null&&C!==void 0?C:(O=(w=o.input)===null||w===void 0?void 0:w.value)===null||O===void 0?void 0:O.autocomplete}),S=L(()=>{var C;return(C=t.disabled)!==null&&C!==void 0?C:r.value}),E=L(()=>{var C;return(C=t.csp)!==null&&C!==void 0?C:o.csp}),T=L(()=>{var C,w;return(C=t.wave)!==null&&C!==void 0?C:(w=o.wave)===null||w===void 0?void 0:w.value});return{configProvider:o,prefixCls:i,direction:c,size:v,getTargetContainer:m,getPopupContainer:g,space:d,pageHeader:p,form:f,autoInsertSpaceInButton:a,renderEmpty:s,virtual:_,dropdownMatchSelectWidth:h,rootPrefixCls:u,getPrefixCls:o.getPrefixCls,autocomplete:b,csp:E,iconPrefixCls:l,disabled:S,select:o.select,wave:T}};function gt(e,t){const n=x({},e);for(let r=0;r{const{componentCls:t}=e;return{[t]:{position:"fixed",zIndex:e.zIndexPopup}}},qG=tt("Affix",e=>{const t=Ve(e,{zIndexPopup:e.zIndexBase+10});return[KG(t)]});function XG(){return typeof window<"u"?window:null}var nc;(function(e){e[e.None=0]="None",e[e.Prepare=1]="Prepare"})(nc||(nc={}));const QG=()=>({offsetTop:Number,offsetBottom:Number,target:{type:Function,default:XG},prefixCls:String,onChange:Function,onTestUpdatePosition:Function}),ZG=ae({compatConfig:{MODE:3},name:"AAffix",inheritAttrs:!1,props:QG(),setup(e,t){let{slots:n,emit:r,expose:o,attrs:i}=t;const c=ce(),l=ce(),u=mt({affixStyle:void 0,placeholderStyle:void 0,status:nc.None,lastAffix:!1,prevTarget:null,timeout:null}),a=mn(),s=L(()=>e.offsetBottom===void 0&&e.offsetTop===void 0?0:e.offsetTop),d=L(()=>e.offsetBottom),p=()=>{const{status:b,lastAffix:S}=u,{target:E}=e;if(b!==nc.Prepare||!l.value||!c.value||!E)return;const T=E();if(!T)return;const C={status:nc.None},w=Cf(c.value);if(w.top===0&&w.left===0&&w.width===0&&w.height===0)return;const O=Cf(T),R=QO(w,O,s.value),I=ZO(w,O,d.value);if(!(w.top===0&&w.left===0&&w.width===0&&w.height===0)){if(R!==void 0){const $=`${w.width}px`,N=`${w.height}px`;C.affixStyle={position:"fixed",top:R,width:$,height:N},C.placeholderStyle={width:$,height:N}}else if(I!==void 0){const $=`${w.width}px`,N=`${w.height}px`;C.affixStyle={position:"fixed",bottom:I,width:$,height:N},C.placeholderStyle={width:$,height:N}}C.lastAffix=!!C.affixStyle,S!==C.lastAffix&&r("change",C.lastAffix),x(u,C)}},f=()=>{x(u,{status:nc.Prepare,affixStyle:void 0,placeholderStyle:void 0})},m=QS(()=>{f()}),g=QS(()=>{const{target:b}=e,{affixStyle:S}=u;if(b&&S){const E=b();if(E&&c.value){const T=Cf(E),C=Cf(c.value),w=QO(C,T,s.value),O=ZO(C,T,d.value);if(w!==void 0&&S.top===w||O!==void 0&&S.bottom===O)return}}f()});o({updatePosition:m,lazyUpdatePosition:g}),Ee(()=>e.target,b=>{const S=(b==null?void 0:b())||null;u.prevTarget!==S&&(e1(a),S&&(JO(S,a),m()),u.prevTarget=S)}),Ee(()=>[e.offsetTop,e.offsetBottom],m),Ke(()=>{const{target:b}=e;b&&(u.timeout=setTimeout(()=>{JO(b(),a),m()}))}),sr(()=>{p()}),cr(()=>{clearTimeout(u.timeout),e1(a),m.cancel(),g.cancel()});const{prefixCls:h}=Me("affix",e),[_,v]=qG(h);return()=>{var b;const{affixStyle:S,placeholderStyle:E,status:T}=u,C=me({[h.value]:S,[v.value]:!0}),w=gt(e,["prefixCls","offsetTop","offsetBottom","target","onChange","onTestUpdatePosition"]);return _(y(ko,{onResize:m},{default:()=>[y("div",U(U(U({},w),i),{},{ref:c,"data-measure-status":T}),[S&&y("div",{style:E,"aria-hidden":"true"},null),y("div",{class:C,ref:l,style:S},[(b=n.default)===null||b===void 0?void 0:b.call(n)])])]}))}}}),rk=rn(ZG);function v1(e){return typeof e=="object"&&e!=null&&e.nodeType===1}function b1(e,t){return(!t||e!=="hidden")&&e!=="visible"&&e!=="clip"}function Yv(e,t){if(e.clientHeightt||i>e&&c=t&&l>=n?i-e-r:c>t&&ln?c-t+o:0}var S1=function(e,t){var n=window,r=t.scrollMode,o=t.block,i=t.inline,c=t.boundary,l=t.skipOverflowHiddenElements,u=typeof c=="function"?c:function(X){return X!==c};if(!v1(e))throw new TypeError("Invalid target");for(var a,s,d=document.scrollingElement||document.documentElement,p=[],f=e;v1(f)&&u(f);){if((f=(s=(a=f).parentElement)==null?a.getRootNode().host||null:s)===d){p.push(f);break}f!=null&&f===document.body&&Yv(f)&&!Yv(document.documentElement)||f!=null&&Yv(f,l)&&p.push(f)}for(var m=n.visualViewport?n.visualViewport.width:innerWidth,g=n.visualViewport?n.visualViewport.height:innerHeight,h=window.scrollX||pageXOffset,_=window.scrollY||pageYOffset,v=e.getBoundingClientRect(),b=v.height,S=v.width,E=v.top,T=v.right,C=v.bottom,w=v.left,O=o==="start"||o==="nearest"?E:o==="end"?C:E+b/2,R=i==="center"?w+S/2:i==="end"?T:w,I=[],$=0;$=0&&w>=0&&C<=g&&T<=m&&E>=M&&C<=F&&w>=B&&T<=k)return I;var H=getComputedStyle(N),z=parseInt(H.borderLeftWidth,10),G=parseInt(H.borderTopWidth,10),V=parseInt(H.borderRightWidth,10),j=parseInt(H.borderBottomWidth,10),K=0,Q=0,pe="offsetWidth"in N?N.offsetWidth-N.clientWidth-z-V:0,J="offsetHeight"in N?N.offsetHeight-N.clientHeight-G-j:0,W="offsetWidth"in N?N.offsetWidth===0?0:D/N.offsetWidth:0,Z="offsetHeight"in N?N.offsetHeight===0?0:A/N.offsetHeight:0;if(d===N)K=o==="start"?O:o==="end"?O-g:o==="nearest"?Nf(_,_+g,g,G,j,_+O,_+O+b,b):O-g/2,Q=i==="start"?R:i==="center"?R-m/2:i==="end"?R-m:Nf(h,h+m,m,z,V,h+R,h+R+S,S),K=Math.max(0,K+_),Q=Math.max(0,Q+h);else{K=o==="start"?O-M-G:o==="end"?O-F+j+J:o==="nearest"?Nf(M,F,A,G,j+J,O,O+b,b):O-(M+A/2)+J/2,Q=i==="start"?R-B-z:i==="center"?R-(B+D/2)+pe/2:i==="end"?R-k+V+pe:Nf(B,k,D,z,V+pe,R,R+S,S);var he=N.scrollLeft,Y=N.scrollTop;O+=Y-(K=Math.max(0,Math.min(Y+K/Z,N.scrollHeight-A/Z+J))),R+=he-(Q=Math.max(0,Math.min(he+Q/W,N.scrollWidth-D/W+pe)))}I.push({el:N,top:K,left:Q})}return I};function ok(e){return e===Object(e)&&Object.keys(e).length!==0}function JG(e,t){t===void 0&&(t="auto");var n="scrollBehavior"in document.body.style;e.forEach(function(r){var o=r.el,i=r.top,c=r.left;o.scroll&&n?o.scroll({top:i,left:c,behavior:t}):(o.scrollTop=i,o.scrollLeft=c)})}function ej(e){return e===!1?{block:"end",inline:"nearest"}:ok(e)?e:{block:"start",inline:"nearest"}}function ak(e,t){var n=e.isConnected||e.ownerDocument.documentElement.contains(e);if(ok(t)&&typeof t.behavior=="function")return t.behavior(n?S1(e,t):[]);if(n){var r=ej(t);return JG(S1(e,r),r.behavior)}}function tj(e,t,n,r){const o=n-t;return e/=r/2,e<1?o/2*e*e*e+t:o/2*((e-=2)*e*e+2)+t}function cy(e){return e!=null&&e===e.window}function zE(e,t){var n,r;if(typeof window>"u")return 0;const o=t?"scrollTop":"scrollLeft";let i=0;return cy(e)?i=e[t?"pageYOffset":"pageXOffset"]:e instanceof Document?i=e.documentElement[o]:(e instanceof HTMLElement||e)&&(i=e[o]),e&&!cy(e)&&typeof i!="number"&&(i=(r=((n=e.ownerDocument)!==null&&n!==void 0?n:e).documentElement)===null||r===void 0?void 0:r[o]),i}function GE(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{getContainer:n=()=>window,callback:r,duration:o=450}=t,i=n(),c=zE(i,!0),l=Date.now(),u=()=>{const s=Date.now()-l,d=tj(s>o?o:s,c,e,o);cy(i)?i.scrollTo(window.pageXOffset,d):i instanceof Document||i.constructor.name==="HTMLDocument"?i.documentElement.scrollTop=d:i.scrollTop=d,s{at(ik,e)},rj=()=>et(ik,{registerLink:$f,unregisterLink:$f,scrollTo:$f,activeLink:L(()=>""),handleClick:$f,direction:L(()=>"vertical")}),oj=e=>{const{componentCls:t,holderOffsetBlock:n,motionDurationSlow:r,lineWidthBold:o,colorPrimary:i,lineType:c,colorSplit:l}=e;return{[`${t}-wrapper`]:{marginBlockStart:-n,paddingBlockStart:n,backgroundColor:"transparent",[t]:x(x({},ot(e)),{position:"relative",paddingInlineStart:o,[`${t}-link`]:{paddingBlock:e.anchorPaddingBlock,paddingInline:`${e.anchorPaddingInline}px 0`,"&-title":x(x({},Rn),{position:"relative",display:"block",marginBlockEnd:e.anchorTitleBlock,color:e.colorText,transition:`all ${e.motionDurationSlow}`,"&:only-child":{marginBlockEnd:0}}),[`&-active > ${t}-link-title`]:{color:e.colorPrimary},[`${t}-link`]:{paddingBlock:e.anchorPaddingBlockSecondary}}}),[`&:not(${t}-wrapper-horizontal)`]:{[t]:{"&::before":{position:"absolute",left:{_skip_check_:!0,value:0},top:0,height:"100%",borderInlineStart:`${o}px ${c} ${l}`,content:'" "'},[`${t}-ink`]:{position:"absolute",left:{_skip_check_:!0,value:0},display:"none",transform:"translateY(-50%)",transition:`top ${r} ease-in-out`,width:o,backgroundColor:i,[`&${t}-ink-visible`]:{display:"inline-block"}}}},[`${t}-fixed ${t}-ink ${t}-ink`]:{display:"none"}}}},aj=e=>{const{componentCls:t,motionDurationSlow:n,lineWidthBold:r,colorPrimary:o}=e;return{[`${t}-wrapper-horizontal`]:{position:"relative","&::before":{position:"absolute",left:{_skip_check_:!0,value:0},right:{_skip_check_:!0,value:0},bottom:0,borderBottom:`1px ${e.lineType} ${e.colorSplit}`,content:'" "'},[t]:{overflowX:"scroll",position:"relative",display:"flex",scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"},[`${t}-link:first-of-type`]:{paddingInline:0},[`${t}-ink`]:{position:"absolute",bottom:0,transition:`left ${n} ease-in-out, width ${n} ease-in-out`,height:r,backgroundColor:o}}}}},ij=tt("Anchor",e=>{const{fontSize:t,fontSizeLG:n,padding:r,paddingXXS:o}=e,i=Ve(e,{holderOffsetBlock:o,anchorPaddingBlock:o,anchorPaddingBlockSecondary:o/2,anchorPaddingInline:r,anchorTitleBlock:t/14*3,anchorBallSize:n/2});return[oj(i),aj(i)]}),lj=()=>({prefixCls:String,href:String,title:Bt(),target:String,customTitleProps:Fe()}),jE=ae({compatConfig:{MODE:3},name:"AAnchorLink",inheritAttrs:!1,props:st(lj(),{href:"#"}),slots:Object,setup(e,t){let{slots:n,attrs:r}=t,o=null;const{handleClick:i,scrollTo:c,unregisterLink:l,registerLink:u,activeLink:a}=rj(),{prefixCls:s}=Me("anchor",e),d=p=>{const{href:f}=e;i(p,{title:o,href:f}),c(f)};return Ee(()=>e.href,(p,f)=>{ft(()=>{l(f),u(p)})}),Ke(()=>{u(e.href)}),lt(()=>{l(e.href)}),()=>{var p;const{href:f,target:m,title:g=n.title,customTitleProps:h={}}=e,_=s.value;o=typeof g=="function"?g(h):g;const v=a.value===f,b=me(`${_}-link`,{[`${_}-link-active`]:v},r.class),S=me(`${_}-link-title`,{[`${_}-link-title-active`]:v});return y("div",U(U({},r),{},{class:b}),[y("a",{class:S,href:f,title:typeof o=="string"?o:"",target:m,onClick:d},[n.customTitle?n.customTitle(h):o]),(p=n.default)===null||p===void 0?void 0:p.call(n)])}}});function y1(e,t){for(var n=0;n=0||(o[n]=e[n]);return o}function E1(e){return((t=e)!=null&&typeof t=="object"&&Array.isArray(t)===!1)==1&&Object.prototype.toString.call(e)==="[object Object]";var t}var uk=Object.prototype,dk=uk.toString,sj=uk.hasOwnProperty,pk=/^\s*function (\w+)/;function C1(e){var t,n=(t=e==null?void 0:e.type)!==null&&t!==void 0?t:e;if(n){var r=n.toString().match(pk);return r?r[1]:""}return""}var ql=function(e){var t,n;return E1(e)!==!1&&typeof(t=e.constructor)=="function"&&E1(n=t.prototype)!==!1&&n.hasOwnProperty("isPrototypeOf")!==!1},cj=function(e){return e},Mr=cj,Qd=function(e,t){return sj.call(e,t)},uj=Number.isInteger||function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e},Mc=Array.isArray||function(e){return dk.call(e)==="[object Array]"},kc=function(e){return dk.call(e)==="[object Function]"},Og=function(e){return ql(e)&&Qd(e,"_vueTypes_name")},fk=function(e){return ql(e)&&(Qd(e,"type")||["_vueTypes_name","validator","default","required"].some(function(t){return Qd(e,t)}))};function VE(e,t){return Object.defineProperty(e.bind(t),"__original",{value:e})}function fs(e,t,n){var r;n===void 0&&(n=!1);var o=!0,i="";r=ql(e)?e:{type:e};var c=Og(r)?r._vueTypes_name+" - ":"";if(fk(r)&&r.type!==null){if(r.type===void 0||r.type===!0||!r.required&&t===void 0)return o;Mc(r.type)?(o=r.type.some(function(d){return fs(d,t,!0)===!0}),i=r.type.map(function(d){return C1(d)}).join(" or ")):o=(i=C1(r))==="Array"?Mc(t):i==="Object"?ql(t):i==="String"||i==="Number"||i==="Boolean"||i==="Function"?function(d){if(d==null)return"";var p=d.constructor.toString().match(pk);return p?p[1]:""}(t)===i:t instanceof r.type}if(!o){var l=c+'value "'+t+'" should be of type "'+i+'"';return n===!1?(Mr(l),!1):l}if(Qd(r,"validator")&&kc(r.validator)){var u=Mr,a=[];if(Mr=function(d){a.push(d)},o=r.validator(t),Mr=u,!o){var s=(a.length>1?"* ":"")+a.join(` +* `);return a.length=0,n===!1?(Mr(s),o):s}}return o}function vo(e,t){var n=Object.defineProperties(t,{_vueTypes_name:{value:e,writable:!0},isRequired:{get:function(){return this.required=!0,this}},def:{value:function(o){return o!==void 0||this.default?kc(o)||fs(this,o,!0)===!0?(this.default=Mc(o)?function(){return[].concat(o)}:ql(o)?function(){return Object.assign({},o)}:o,this):(Mr(this._vueTypes_name+' - invalid default value: "'+o+'"'),this):this}}}),r=n.validator;return kc(r)&&(n.validator=VE(r,n)),n}function xa(e,t){var n=vo(e,t);return Object.defineProperty(n,"validate",{value:function(r){return kc(this.validator)&&Mr(this._vueTypes_name+` - calling .validate() will overwrite the current custom validator function. Validator info: +`+JSON.stringify(this)),this.validator=VE(r,this),this}})}function T1(e,t,n){var r,o,i=(r=t,o={},Object.getOwnPropertyNames(r).forEach(function(d){o[d]=Object.getOwnPropertyDescriptor(r,d)}),Object.defineProperties({},o));if(i._vueTypes_name=e,!ql(n))return i;var c,l,u=n.validator,a=ck(n,["validator"]);if(kc(u)){var s=i.validator;s&&(s=(l=(c=s).__original)!==null&&l!==void 0?l:c),i.validator=VE(s?function(d){return s.call(this,d)&&u.call(this,d)}:u,i)}return Object.assign(i,a)}function t_(e){return e.replace(/^(?!\s*$)/gm," ")}var dj=function(){return xa("any",{})},pj=function(){return xa("function",{type:Function})},fj=function(){return xa("boolean",{type:Boolean})},mj=function(){return xa("string",{type:String})},gj=function(){return xa("number",{type:Number})},hj=function(){return xa("array",{type:Array})},_j=function(){return xa("object",{type:Object})},vj=function(){return vo("integer",{type:Number,validator:function(e){return uj(e)}})},bj=function(){return vo("symbol",{validator:function(e){return typeof e=="symbol"}})};function Sj(e,t){if(t===void 0&&(t="custom validation failed"),typeof e!="function")throw new TypeError("[VueTypes error]: You must provide a function as argument");return vo(e.name||"<>",{validator:function(n){var r=e(n);return r||Mr(this._vueTypes_name+" - "+t),r}})}function yj(e){if(!Mc(e))throw new TypeError("[VueTypes error]: You must provide an array as argument.");var t='oneOf - value should be one of "'+e.join('", "')+'".',n=e.reduce(function(r,o){if(o!=null){var i=o.constructor;r.indexOf(i)===-1&&r.push(i)}return r},[]);return vo("oneOf",{type:n.length>0?n:void 0,validator:function(r){var o=e.indexOf(r)!==-1;return o||Mr(t),o}})}function Ej(e){if(!Mc(e))throw new TypeError("[VueTypes error]: You must provide an array as argument");for(var t=!1,n=[],r=0;r0&&n.some(function(u){return c.indexOf(u)===-1})){var l=n.filter(function(u){return c.indexOf(u)===-1});return Mr(l.length===1?'shape - required property "'+l[0]+'" is not defined.':'shape - required properties "'+l.join('", "')+'" are not defined.'),!1}return c.every(function(u){if(t.indexOf(u)===-1)return i._vueTypes_isLoose===!0||(Mr('shape - shape definition does not include a "'+u+'" property. Allowed keys: "'+t.join('", "')+'".'),!1);var a=fs(e[u],o[u],!0);return typeof a=="string"&&Mr('shape - "'+u+`" property validation error: + `+t_(a)),a===!0})}});return Object.defineProperty(r,"_vueTypes_isLoose",{writable:!0,value:!1}),Object.defineProperty(r,"loose",{get:function(){return this._vueTypes_isLoose=!0,this}}),r}var da=function(){function e(){}return e.extend=function(t){var n=this;if(Mc(t))return t.forEach(function(d){return n.extend(d)}),this;var r=t.name,o=t.validate,i=o!==void 0&&o,c=t.getter,l=c!==void 0&&c,u=ck(t,["name","validate","getter"]);if(Qd(this,r))throw new TypeError('[VueTypes error]: Type "'+r+'" already defined');var a,s=u.type;return Og(s)?(delete u.type,Object.defineProperty(this,r,l?{get:function(){return T1(r,s,u)}}:{value:function(){var d,p=T1(r,s,u);return p.validator&&(p.validator=(d=p.validator).bind.apply(d,[p].concat([].slice.call(arguments)))),p}})):(a=l?{get:function(){var d=Object.assign({},u);return i?xa(r,d):vo(r,d)},enumerable:!0}:{value:function(){var d,p,f=Object.assign({},u);return d=i?xa(r,f):vo(r,f),f.validator&&(d.validator=(p=f.validator).bind.apply(p,[d].concat([].slice.call(arguments)))),d},enumerable:!0},Object.defineProperty(this,r,a))},lk(e,null,[{key:"any",get:function(){return dj()}},{key:"func",get:function(){return pj().def(this.defaults.func)}},{key:"bool",get:function(){return fj().def(this.defaults.bool)}},{key:"string",get:function(){return mj().def(this.defaults.string)}},{key:"number",get:function(){return gj().def(this.defaults.number)}},{key:"array",get:function(){return hj().def(this.defaults.array)}},{key:"object",get:function(){return _j().def(this.defaults.object)}},{key:"integer",get:function(){return vj().def(this.defaults.integer)}},{key:"symbol",get:function(){return bj()}}]),e}();function mk(e){var t;return e===void 0&&(e={func:function(){},bool:!0,string:"",number:0,array:function(){return[]},object:function(){return{}},integer:0}),(t=function(n){function r(){return n.apply(this,arguments)||this}return sk(r,n),lk(r,null,[{key:"sensibleDefaults",get:function(){return vm({},this.defaults)},set:function(o){this.defaults=o!==!1?vm({},o!==!0?o:e):{}}}]),r}(da)).defaults=vm({},e),t}da.defaults={},da.custom=Sj,da.oneOf=yj,da.instanceOf=Tj,da.oneOfType=Ej,da.arrayOf=Cj,da.objectOf=xj,da.shape=wj,da.utils={validate:function(e,t){return fs(t,e,!0)===!0},toType:function(e,t,n){return n===void 0&&(n=!1),n?xa(e,t):vo(e,t)}};(function(e){function t(){return e.apply(this,arguments)||this}return sk(t,e),t})(mk());const q=mk({func:void 0,bool:void 0,string:void 0,number:void 0,array:void 0,object:void 0,integer:void 0});q.extend([{name:"looseBool",getter:!0,type:Boolean,default:void 0},{name:"style",getter:!0,type:[String,Object],default:void 0},{name:"VueNode",getter:!0,type:null}]);function gk(e){return e.default=void 0,e}const Wt=(e,t,n)=>{Xh(e,`[ant-design-vue: ${t}] ${n}`)};function Oj(){return window}function x1(e,t){if(!e.getClientRects().length)return 0;const n=e.getBoundingClientRect();return n.width||n.height?t===window?(t=e.ownerDocument.documentElement,n.top-t.clientTop):n.top-t.getBoundingClientRect().top:n.top}const w1=/#([\S ]+)$/,Ij=()=>({prefixCls:String,offsetTop:Number,bounds:Number,affix:{type:Boolean,default:!0},showInkInFixed:{type:Boolean,default:!1},getContainer:Function,wrapperClass:String,wrapperStyle:{type:Object,default:void 0},getCurrentAnchor:Function,targetOffset:Number,items:Ct(),direction:q.oneOf(["vertical","horizontal"]).def("vertical"),onChange:Function,onClick:Function}),Sl=ae({compatConfig:{MODE:3},name:"AAnchor",inheritAttrs:!1,props:Ij(),setup(e,t){let{emit:n,attrs:r,slots:o,expose:i}=t;const{prefixCls:c,getTargetContainer:l,direction:u}=Me("anchor",e),a=L(()=>{var C;return(C=e.direction)!==null&&C!==void 0?C:"vertical"}),s=ie(null),d=ie(),p=mt({links:[],scrollContainer:null,scrollEvent:null,animating:!1}),f=ie(null),m=L(()=>{const{getContainer:C}=e;return C||(l==null?void 0:l.value)||Oj}),g=function(){let C=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,w=arguments.length>1&&arguments[1]!==void 0?arguments[1]:5;const O=[],R=m.value();return p.links.forEach(I=>{const $=w1.exec(I.toString());if(!$)return;const N=document.getElementById($[1]);if(N){const P=x1(N,R);PN.top>$.top?N:$).link:""},h=C=>{const{getCurrentAnchor:w}=e;f.value!==C&&(f.value=typeof w=="function"?w(C):C,n("change",C))},_=C=>{const{offsetTop:w,targetOffset:O}=e;h(C);const R=w1.exec(C);if(!R)return;const I=document.getElementById(R[1]);if(!I)return;const $=m.value(),N=zE($,!0),P=x1(I,$);let A=N+P;A-=O!==void 0?O:w||0,p.animating=!0,GE(A,{callback:()=>{p.animating=!1},getContainer:m.value})};i({scrollTo:_});const v=()=>{if(p.animating)return;const{offsetTop:C,bounds:w,targetOffset:O}=e,R=g(O!==void 0?O:C||0,w);h(R)},b=()=>{const C=d.value.querySelector(`.${c.value}-link-title-active`);if(C&&s.value){const w=a.value==="horizontal";s.value.style.top=w?"":`${C.offsetTop+C.clientHeight/2}px`,s.value.style.height=w?"":`${C.clientHeight}px`,s.value.style.left=w?`${C.offsetLeft}px`:"",s.value.style.width=w?`${C.clientWidth}px`:"",w&&ak(C,{scrollMode:"if-needed",block:"nearest"})}};nj({registerLink:C=>{p.links.includes(C)||p.links.push(C)},unregisterLink:C=>{const w=p.links.indexOf(C);w!==-1&&p.links.splice(w,1)},activeLink:f,scrollTo:_,handleClick:(C,w)=>{n("click",C,w)},direction:a}),Ke(()=>{ft(()=>{const C=m.value();p.scrollContainer=C,p.scrollEvent=on(p.scrollContainer,"scroll",v),v()})}),lt(()=>{p.scrollEvent&&p.scrollEvent.remove()}),sr(()=>{if(p.scrollEvent){const C=m.value();p.scrollContainer!==C&&(p.scrollContainer=C,p.scrollEvent.remove(),p.scrollEvent=on(p.scrollContainer,"scroll",v),v())}b()});const S=C=>Array.isArray(C)?C.map(w=>{const{children:O,key:R,href:I,target:$,class:N,style:P,title:A}=w;return y(jE,{key:R,href:I,target:$,class:N,style:P,title:A,customTitleProps:w},{default:()=>[a.value==="vertical"?S(O):null],customTitle:o.customTitle})}):null,[E,T]=ij(c);return()=>{var C;const{offsetTop:w,affix:O,showInkInFixed:R}=e,I=c.value,$=me(`${I}-ink`,{[`${I}-ink-visible`]:f.value}),N=me(T.value,e.wrapperClass,`${I}-wrapper`,{[`${I}-wrapper-horizontal`]:a.value==="horizontal",[`${I}-rtl`]:u.value==="rtl"}),P=me(I,{[`${I}-fixed`]:!O&&!R}),A=x({maxHeight:w?`calc(100vh - ${w}px)`:"100vh"},e.wrapperStyle),D=y("div",{class:N,style:A,ref:d},[y("div",{class:P},[y("span",{class:$,ref:s},null),Array.isArray(e.items)?S(e.items):(C=o.default)===null||C===void 0?void 0:C.call(o)])]);return E(O?y(rk,U(U({},r),{},{offsetTop:w,target:m.value}),{default:()=>[D]}):D)}}});Sl.Link=jE;Sl.install=function(e){return e.component(Sl.name,Sl),e.component(Sl.Link.name,Sl.Link),e};function O1(e,t){const{key:n}=e;let r;return"value"in e&&({value:r}=e),n??(r!==void 0?r:`rc-index-key-${t}`)}function hk(e,t){const{label:n,value:r,options:o}=e||{};return{label:n||(t?"children":"label"),value:r||"value",options:o||"options"}}function Rj(e){let{fieldNames:t,childrenAsData:n}=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const r=[],{label:o,value:i,options:c}=hk(t,!1);function l(u,a){u.forEach(s=>{const d=s[o];if(a||!(c in s)){const p=s[i];r.push({key:O1(s,r.length),groupOption:a,data:s,label:d,value:p})}else{let p=d;p===void 0&&n&&(p=s.label),r.push({key:O1(s,r.length),group:!0,data:s,label:p}),l(s[c],!0)}})}return l(e,!1),r}function uy(e){const t=x({},e);return"props"in t||Object.defineProperty(t,"props",{get(){return t}}),t}function Aj(e,t){if(!t||!t.length)return null;let n=!1;function r(i,c){let[l,...u]=c;if(!l)return[i];const a=i.split(l);return n=n||a.length>1,a.reduce((s,d)=>[...s,...r(d,u)],[]).filter(s=>s)}const o=r(e,t);return n?o:null}function Nj(){return""}function $j(e){return e?e.ownerDocument:window.document}function _k(){}const vk=()=>({action:q.oneOfType([q.string,q.arrayOf(q.string)]).def([]),showAction:q.any.def([]),hideAction:q.any.def([]),getPopupClassNameFromAlign:q.any.def(Nj),onPopupVisibleChange:Function,afterPopupVisibleChange:q.func.def(_k),popup:q.any,popupStyle:{type:Object,default:void 0},prefixCls:q.string.def("rc-trigger-popup"),popupClassName:q.string.def(""),popupPlacement:String,builtinPlacements:q.object,popupTransitionName:String,popupAnimation:q.any,mouseEnterDelay:q.number.def(0),mouseLeaveDelay:q.number.def(.1),zIndex:Number,focusDelay:q.number.def(0),blurDelay:q.number.def(.15),getPopupContainer:Function,getDocument:q.func.def($j),forceRender:{type:Boolean,default:void 0},destroyPopupOnHide:{type:Boolean,default:!1},mask:{type:Boolean,default:!1},maskClosable:{type:Boolean,default:!0},popupAlign:q.object.def(()=>({})),popupVisible:{type:Boolean,default:void 0},defaultPopupVisible:{type:Boolean,default:!1},maskTransitionName:String,maskAnimation:String,stretch:String,alignPoint:{type:Boolean,default:void 0},autoDestroy:{type:Boolean,default:!1},mobile:Object,getTriggerDOMNode:Function}),YE={visible:Boolean,prefixCls:String,zIndex:Number,destroyPopupOnHide:Boolean,forceRender:Boolean,animation:[String,Object],transitionName:String,stretch:{type:String},align:{type:Object},point:{type:Object},getRootDomNode:{type:Function},getClassNameFromAlign:{type:Function},onAlign:{type:Function},onMouseenter:{type:Function},onMouseleave:{type:Function},onMousedown:{type:Function},onTouchstart:{type:Function}},Dj=x(x({},YE),{mobile:{type:Object}}),Pj=x(x({},YE),{mask:Boolean,mobile:{type:Object},maskAnimation:String,maskTransitionName:String});function WE(e){let{prefixCls:t,animation:n,transitionName:r}=e;return n?{name:`${t}-${n}`}:r?{name:r}:{}}function bk(e){const{prefixCls:t,visible:n,zIndex:r,mask:o,maskAnimation:i,maskTransitionName:c}=e;if(!o)return null;let l={};return(c||i)&&(l=WE({prefixCls:t,transitionName:c,animation:i})),y(On,U({appear:!0},l),{default:()=>[dn(y("div",{style:{zIndex:r},class:`${t}-mask`},null),[[WP("if"),n]])]})}bk.displayName="Mask";const Mj=ae({compatConfig:{MODE:3},name:"MobilePopupInner",inheritAttrs:!1,props:Dj,emits:["mouseenter","mouseleave","mousedown","touchstart","align"],setup(e,t){let{expose:n,slots:r}=t;const o=ie();return n({forceAlign:()=>{},getElement:()=>o.value}),()=>{var i;const{zIndex:c,visible:l,prefixCls:u,mobile:{popupClassName:a,popupStyle:s,popupMotion:d={},popupRender:p}={}}=e,f=x({zIndex:c},s);let m=Lt((i=r.default)===null||i===void 0?void 0:i.call(r));m.length>1&&(m=y("div",{class:`${u}-content`},[m])),p&&(m=p(m));const g=me(u,a);return y(On,U({ref:o},d),{default:()=>[l?y("div",{class:g,style:f},[m]):null]})}}});var kj=function(e,t,n,r){function o(i){return i instanceof n?i:new n(function(c){c(i)})}return new(n||(n=Promise))(function(i,c){function l(s){try{a(r.next(s))}catch(d){c(d)}}function u(s){try{a(r.throw(s))}catch(d){c(d)}}function a(s){s.done?i(s.value):o(s.value).then(l,u)}a((r=r.apply(e,t||[])).next())})};const I1=["measure","align",null,"motion"],Lj=(e,t)=>{const n=ce(null),r=ce(),o=ce(!1);function i(u){o.value||(n.value=u)}function c(){it.cancel(r.value)}function l(u){c(),r.value=it(()=>{let a=n.value;switch(n.value){case"align":a="motion";break;case"motion":a="stable";break}i(a),u==null||u()})}return Ee(e,()=>{i("measure")},{immediate:!0,flush:"post"}),Ke(()=>{Ee(n,()=>{switch(n.value){case"measure":t();break}n.value&&(r.value=it(()=>kj(void 0,void 0,void 0,function*(){const u=I1.indexOf(n.value),a=I1[u+1];a&&u!==-1&&i(a)})))},{immediate:!0,flush:"post"})}),lt(()=>{o.value=!0,c()}),[n,l]},Fj=e=>{const t=ce({width:0,height:0});function n(o){t.value={width:o.offsetWidth,height:o.offsetHeight}}return[L(()=>{const o={};if(e.value){const{width:i,height:c}=t.value;e.value.indexOf("height")!==-1&&c?o.height=`${c}px`:e.value.indexOf("minHeight")!==-1&&c&&(o.minHeight=`${c}px`),e.value.indexOf("width")!==-1&&i?o.width=`${i}px`:e.value.indexOf("minWidth")!==-1&&i&&(o.minWidth=`${i}px`)}return o}),n]};function R1(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function A1(e){for(var t=1;t=0&&n.left>=0&&n.bottom>n.top&&n.right>n.left?n:null}function lV(e,t,n,r){var o=Rt.clone(e),i={width:t.width,height:t.height};return r.adjustX&&o.left=n.left&&o.left+i.width>n.right&&(i.width-=o.left+i.width-n.right),r.adjustX&&o.left+i.width>n.right&&(o.left=Math.max(n.right-i.width,n.left)),r.adjustY&&o.top=n.top&&o.top+i.height>n.bottom&&(i.height-=o.top+i.height-n.bottom),r.adjustY&&o.top+i.height>n.bottom&&(o.top=Math.max(n.bottom-i.height,n.top)),Rt.mix(o,i)}function QE(e){var t,n,r;if(!Rt.isWindow(e)&&e.nodeType!==9)t=Rt.offset(e),n=Rt.outerWidth(e),r=Rt.outerHeight(e);else{var o=Rt.getWindow(e);t={left:Rt.getWindowScrollLeft(o),top:Rt.getWindowScrollTop(o)},n=Rt.viewportWidth(o),r=Rt.viewportHeight(o)}return t.width=n,t.height=r,t}function F1(e,t){var n=t.charAt(0),r=t.charAt(1),o=e.width,i=e.height,c=e.left,l=e.top;return n==="c"?l+=i/2:n==="b"&&(l+=i),r==="c"?c+=o/2:r==="r"&&(c+=o),{left:c,top:l}}function Pf(e,t,n,r,o){var i=F1(t,n[1]),c=F1(e,n[0]),l=[c.left-i.left,c.top-i.top];return{left:Math.round(e.left-l[0]+r[0]-o[0]),top:Math.round(e.top-l[1]+r[1]-o[1])}}function B1(e,t,n){return e.leftn.right}function H1(e,t,n){return e.topn.bottom}function sV(e,t,n){return e.left>n.right||e.left+t.widthn.bottom||e.top+t.height=n.right||r.top>=n.bottom}function ZE(e,t,n){var r=n.target||t,o=QE(r),i=!uV(r,n.overflow&&n.overflow.alwaysByViewport);return Ok(e,o,n,i)}ZE.__getOffsetParent=my;ZE.__getVisibleRectForElement=XE;function dV(e,t,n){var r,o,i=Rt.getDocument(e),c=i.defaultView||i.parentWindow,l=Rt.getWindowScrollLeft(c),u=Rt.getWindowScrollTop(c),a=Rt.viewportWidth(c),s=Rt.viewportHeight(c);"pageX"in t?r=t.pageX:r=l+t.clientX,"pageY"in t?o=t.pageY:o=u+t.clientY;var d={left:r,top:o,width:0,height:0},p=r>=0&&r<=l+a&&o>=0&&o<=u+s,f=[n.points[0],"cc"];return Ok(e,d,A1(A1({},n),{},{points:f}),p)}function Nt(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0,r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1,o=e;if(Array.isArray(e)&&(o=an(e)[0]),!o)return null;const i=jn(o,t,r);return i.props=n?x(x({},i.props),t):i.props,Jt(typeof i.props.class!="object"),i}function pV(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;return e.map(r=>Nt(r,t,n))}function pd(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0,r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;if(Array.isArray(e))return e.map(o=>pd(o,t,n,r));{if(!_n(e))return e;const o=Nt(e,t,n,r);return Array.isArray(o.children)&&(o.children=pd(o.children)),o}}function fV(e,t,n){Ta(jn(e,x({},t)),n)}const Ik=e=>(e||[]).some(t=>_n(t)?!(t.type===lr||t.type===ze&&!Ik(t.children)):!0)?e:null;function r_(e,t,n,r){var o;const i=(o=e[t])===null||o===void 0?void 0:o.call(e,n);return Ik(i)?i:r==null?void 0:r()}const o_=e=>{if(!e)return!1;if(e.offsetParent)return!0;if(e.getBBox){const t=e.getBBox();if(t.width||t.height)return!0}if(e.getBoundingClientRect){const t=e.getBoundingClientRect();if(t.width||t.height)return!0}return!1};function mV(e,t){return e===t?!0:!e||!t?!1:"pageX"in t&&"pageY"in t?e.pageX===t.pageX&&e.pageY===t.pageY:"clientX"in t&&"clientY"in t?e.clientX===t.clientX&&e.clientY===t.clientY:!1}function gV(e,t){e!==document.activeElement&&Ni(t,e)&&typeof e.focus=="function"&&e.focus()}function G1(e,t){let n=null,r=null;function o(c){let[{target:l}]=c;if(!document.documentElement.contains(l))return;const{width:u,height:a}=l.getBoundingClientRect(),s=Math.floor(u),d=Math.floor(a);(n!==s||r!==d)&&Promise.resolve().then(()=>{t({width:s,height:d})}),n=s,r=d}const i=new IE(o);return e&&i.observe(e),()=>{i.disconnect()}}const hV=(e,t)=>{let n=!1,r=null;function o(){clearTimeout(r)}function i(c){if(!n||c===!0){if(e()===!1)return;n=!0,o(),r=setTimeout(()=>{n=!1},t.value)}else o(),r=setTimeout(()=>{n=!1,i()},t.value)}return[i,()=>{n=!1,o()}]};function _V(){this.__data__=[],this.size=0}function Mp(e,t){return e===t||e!==e&&t!==t}function a_(e,t){for(var n=e.length;n--;)if(Mp(e[n][0],t))return n;return-1}var vV=Array.prototype,bV=vV.splice;function SV(e){var t=this.__data__,n=a_(t,e);if(n<0)return!1;var r=t.length-1;return n==r?t.pop():bV.call(t,n,1),--this.size,!0}function yV(e){var t=this.__data__,n=a_(t,e);return n<0?void 0:t[n][1]}function EV(e){return a_(this.__data__,e)>-1}function CV(e,t){var n=this.__data__,r=a_(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}function si(e){var t=-1,n=e==null?0:e.length;for(this.clear();++tl))return!1;var a=i.get(e),s=i.get(t);if(a&&s)return a==t&&s==e;var d=-1,p=!0,f=n&CY?new Lc:void 0;for(i.set(e,t),i.set(t,e);++d-1&&e%1==0&&e-1&&e%1==0&&e<=QY}var ZY="[object Arguments]",JY="[object Array]",eW="[object Boolean]",tW="[object Date]",nW="[object Error]",rW="[object Function]",oW="[object Map]",aW="[object Number]",iW="[object Object]",lW="[object RegExp]",sW="[object Set]",cW="[object String]",uW="[object WeakMap]",dW="[object ArrayBuffer]",pW="[object DataView]",fW="[object Float32Array]",mW="[object Float64Array]",gW="[object Int8Array]",hW="[object Int16Array]",_W="[object Int32Array]",vW="[object Uint8Array]",bW="[object Uint8ClampedArray]",SW="[object Uint16Array]",yW="[object Uint32Array]",pn={};pn[fW]=pn[mW]=pn[gW]=pn[hW]=pn[_W]=pn[vW]=pn[bW]=pn[SW]=pn[yW]=!0;pn[ZY]=pn[JY]=pn[dW]=pn[eW]=pn[pW]=pn[tW]=pn[nW]=pn[rW]=pn[oW]=pn[aW]=pn[iW]=pn[lW]=pn[sW]=pn[cW]=pn[uW]=!1;function EW(e){return ta(e)&&rC(e.length)&&!!pn[Qi(e)]}function s_(e){return function(t){return e(t)}}var kk=typeof mo=="object"&&mo&&!mo.nodeType&&mo,fd=kk&&typeof go=="object"&&go&&!go.nodeType&&go,CW=fd&&fd.exports===kk,Jv=CW&&Rk.process,Hc=function(){try{var e=fd&&fd.require&&fd.require("util").types;return e||Jv&&Jv.binding&&Jv.binding("util")}catch{}}(),Q1=Hc&&Hc.isTypedArray,TW=Q1?s_(Q1):EW;const c_=TW;var xW=Object.prototype,wW=xW.hasOwnProperty;function Lk(e,t){var n=Hr(e),r=!n&&Fc(e),o=!n&&!r&&Bc(e),i=!n&&!r&&!o&&c_(e),c=n||r||o||i,l=c?zY(e.length,String):[],u=l.length;for(var a in e)(t||wW.call(e,a))&&!(c&&(a=="length"||o&&(a=="offset"||a=="parent")||i&&(a=="buffer"||a=="byteLength"||a=="byteOffset")||l_(a,u)))&&l.push(a);return l}var OW=Object.prototype;function u_(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||OW;return e===n}function Fk(e,t){return function(n){return e(t(n))}}var IW=Fk(Object.keys,Object),RW=Object.prototype,AW=RW.hasOwnProperty;function Bk(e){if(!u_(e))return IW(e);var t=[];for(var n in Object(e))AW.call(e,n)&&n!="constructor"&&t.push(n);return t}function hs(e){return e!=null&&rC(e.length)&&!JE(e)}function au(e){return hs(e)?Lk(e):Bk(e)}function gy(e){return $k(e,au,nC)}var NW=1,$W=Object.prototype,DW=$W.hasOwnProperty;function PW(e,t,n,r,o,i){var c=n&NW,l=gy(e),u=l.length,a=gy(t),s=a.length;if(u!=s&&!c)return!1;for(var d=u;d--;){var p=l[d];if(!(c?p in t:DW.call(t,p)))return!1}var f=i.get(e),m=i.get(t);if(f&&m)return f==t&&m==e;var g=!0;i.set(e,t),i.set(t,e);for(var h=c;++d{const{disabled:p,target:f,align:m,onAlign:g}=e;if(!p&&f&&i.value){const h=i.value;let _;const v=iI(f),b=lI(f);o.value.element=v,o.value.point=b,o.value.align=m;const{activeElement:S}=document;return v&&o_(v)?_=ZE(h,v,m):b&&(_=dV(h,b,m)),gV(S,h),g&&_&&g(h,_),!0}return!1},L(()=>e.monitorBufferTime)),u=ie({cancel:()=>{}}),a=ie({cancel:()=>{}}),s=()=>{const p=e.target,f=iI(p),m=lI(p);i.value!==a.value.element&&(a.value.cancel(),a.value.element=i.value,a.value.cancel=G1(i.value,c)),(o.value.element!==f||!mV(o.value.point,m)||!oC(o.value.align,e.align))&&(c(),u.value.element!==f&&(u.value.cancel(),u.value.element=f,u.value.cancel=G1(f,c)))};Ke(()=>{ft(()=>{s()})}),sr(()=>{ft(()=>{s()})}),Ee(()=>e.disabled,p=>{p?l():c()},{immediate:!0,flush:"post"});const d=ie(null);return Ee(()=>e.monitorWindowResize,p=>{p?d.value||(d.value=on(window,"resize",c)):d.value&&(d.value.remove(),d.value=null)},{flush:"post"}),cr(()=>{u.value.cancel(),a.value.cancel(),d.value&&d.value.remove(),l()}),n({forceAlign:()=>c(!0)}),()=>{const p=r==null?void 0:r.default();return p?Nt(p[0],{ref:i},!0,!0):null}}});vr("bottomLeft","bottomRight","topLeft","topRight");const aC=e=>e!==void 0&&(e==="topLeft"||e==="topRight")?"slide-down":"slide-up",Bo=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return x(e?{name:e,appear:!0,enterFromClass:`${e}-enter ${e}-enter-prepare ${e}-enter-start`,enterActiveClass:`${e}-enter ${e}-enter-prepare`,enterToClass:`${e}-enter ${e}-enter-active`,leaveFromClass:` ${e}-leave`,leaveActiveClass:`${e}-leave ${e}-leave-active`,leaveToClass:`${e}-leave ${e}-leave-active`}:{css:!1},t)},p_=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return x(e?{name:e,appear:!0,appearActiveClass:`${e}`,appearToClass:`${e}-appear ${e}-appear-active`,enterFromClass:`${e}-appear ${e}-enter ${e}-appear-prepare ${e}-enter-prepare`,enterActiveClass:`${e}`,enterToClass:`${e}-enter ${e}-appear ${e}-appear-active ${e}-enter-active`,leaveActiveClass:`${e} ${e}-leave`,leaveToClass:`${e}-leave-active`}:{css:!1},t)},Or=(e,t,n)=>n!==void 0?n:`${e}-${t}`,YW=ae({compatConfig:{MODE:3},name:"PopupInner",inheritAttrs:!1,props:YE,emits:["mouseenter","mouseleave","mousedown","touchstart","align"],setup(e,t){let{expose:n,attrs:r,slots:o}=t;const i=ce(),c=ce(),l=ce(),[u,a]=Fj(Xe(e,"stretch")),s=()=>{e.stretch&&a(e.getRootDomNode())},d=ce(!1);let p;Ee(()=>e.visible,T=>{clearTimeout(p),T?p=setTimeout(()=>{d.value=e.visible}):d.value=!1},{immediate:!0});const[f,m]=Lj(d,s),g=ce(),h=()=>e.point?e.point:e.getRootDomNode,_=()=>{var T;(T=i.value)===null||T===void 0||T.forceAlign()},v=(T,C)=>{var w;const O=e.getClassNameFromAlign(C),R=l.value;l.value!==O&&(l.value=O),f.value==="align"&&(R!==O?Promise.resolve().then(()=>{_()}):m(()=>{var I;(I=g.value)===null||I===void 0||I.call(g)}),(w=e.onAlign)===null||w===void 0||w.call(e,T,C))},b=L(()=>{const T=typeof e.animation=="object"?e.animation:WE(e);return["onAfterEnter","onAfterLeave"].forEach(C=>{const w=T[C];T[C]=O=>{m(),f.value="stable",w==null||w(O)}}),T}),S=()=>new Promise(T=>{g.value=T});Ee([b,f],()=>{!b.value&&f.value==="motion"&&m()},{immediate:!0}),n({forceAlign:_,getElement:()=>c.value.$el||c.value});const E=L(()=>{var T;return!(!((T=e.align)===null||T===void 0)&&T.points&&(f.value==="align"||f.value==="stable"))});return()=>{var T;const{zIndex:C,align:w,prefixCls:O,destroyPopupOnHide:R,onMouseenter:I,onMouseleave:$,onTouchstart:N=()=>{},onMousedown:P}=e,A=f.value,D=[x(x({},u.value),{zIndex:C,opacity:A==="motion"||A==="stable"||!d.value?null:0,pointerEvents:!d.value&&A!=="stable"?"none":null}),r.style];let M=Lt((T=o.default)===null||T===void 0?void 0:T.call(o,{visible:e.visible}));M.length>1&&(M=y("div",{class:`${O}-content`},[M]));const k=me(O,r.class,l.value),B=d.value||!e.visible?Bo(b.value.name,b.value):{};return y(On,U(U({ref:c},B),{},{onBeforeEnter:S}),{default:()=>!R||e.visible?dn(y(VW,{target:h(),key:"popup",ref:i,monitorWindowResize:!0,disabled:E.value,align:w,onAlign:v},{default:()=>y("div",{class:k,onMouseenter:I,onMouseleave:$,onMousedown:KS(P,["capture"]),[Bn?"onTouchstartPassive":"onTouchstart"]:KS(N,["capture"]),style:D},[M])}),[[Vn,d.value]]):null})}}}),WW=ae({compatConfig:{MODE:3},name:"Popup",inheritAttrs:!1,props:Pj,setup(e,t){let{attrs:n,slots:r,expose:o}=t;const i=ce(!1),c=ce(!1),l=ce(),u=ce();return Ee([()=>e.visible,()=>e.mobile],()=>{i.value=e.visible,e.visible&&e.mobile&&(c.value=!0)},{immediate:!0,flush:"post"}),o({forceAlign:()=>{var a;(a=l.value)===null||a===void 0||a.forceAlign()},getElement:()=>{var a;return(a=l.value)===null||a===void 0?void 0:a.getElement()}}),()=>{const a=x(x(x({},e),n),{visible:i.value}),s=c.value?y(Mj,U(U({},a),{},{mobile:e.mobile,ref:l}),{default:r.default}):y(YW,U(U({},a),{},{ref:l}),{default:r.default});return y("div",{ref:u},[y(bk,a,null),s])}}});function KW(e,t,n){return n?e[0]===t[0]:e[0]===t[0]&&e[1]===t[1]}function sI(e,t,n){const r=e[t]||{};return x(x({},r),n)}function qW(e,t,n,r){const{points:o}=n,i=Object.keys(e);for(let c=0;c0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=typeof e=="function"?e(this.$data,this.$props):e;if(this.getDerivedStateFromProps){const r=this.getDerivedStateFromProps(s2(this),x(x({},this.$data),n));if(r===null)return;n=x(x({},n),r||{})}x(this.$data,n),this._.isMounted&&this.$forceUpdate(),ft(()=>{t&&t()})},__emit(){const e=[].slice.call(arguments,0);let t=e[0];t=`on${t[0].toUpperCase()}${t.substring(1)}`;const n=this.$props[t]||this.$attrs[t];if(e.length&&n)if(Array.isArray(n))for(let r=0,o=n.length;r1&&arguments[1]!==void 0?arguments[1]:{inTriggerContext:!0};at(Hk,{inTriggerContext:t.inTriggerContext,shouldRender:L(()=>{const{sPopupVisible:n,popupRef:r,forceRender:o,autoDestroy:i}=e||{};let c=!1;return(n||r||o)&&(c=!0),!n&&i&&(c=!1),c})})},XW=()=>{iC({},{inTriggerContext:!1});const e=et(Hk,{shouldRender:L(()=>!1),inTriggerContext:!1});return{shouldRender:L(()=>e.shouldRender.value||e.inTriggerContext===!1)}},Uk=ae({compatConfig:{MODE:3},name:"Portal",inheritAttrs:!1,props:{getContainer:q.func.isRequired,didUpdate:Function},setup(e,t){let{slots:n}=t,r=!0,o;const{shouldRender:i}=XW();function c(){i.value&&(o=e.getContainer())}Op(()=>{r=!1,c()}),Ke(()=>{o||c()});const l=Ee(i,()=>{i.value&&!o&&(o=e.getContainer()),o&&l()});return sr(()=>{ft(()=>{var u;i.value&&((u=e.didUpdate)===null||u===void 0||u.call(e,e))})}),()=>{var u;return i.value?r?(u=n.default)===null||u===void 0?void 0:u.call(n):o?y(Rp,{to:o},n):null:null}}});let eb;function Ng(e){if(typeof document>"u")return 0;if(e||eb===void 0){const t=document.createElement("div");t.style.width="100%",t.style.height="200px";const n=document.createElement("div"),r=n.style;r.position="absolute",r.top="0",r.left="0",r.pointerEvents="none",r.visibility="hidden",r.width="200px",r.height="150px",r.overflow="hidden",n.appendChild(t),document.body.appendChild(n);const o=t.offsetWidth;n.style.overflow="scroll";let i=t.offsetWidth;o===i&&(i=n.clientWidth),document.body.removeChild(n),eb=o-i}return eb}function cI(e){const t=e.match(/^(.*)px$/),n=Number(t==null?void 0:t[1]);return Number.isNaN(n)?Ng():n}function QW(e){if(typeof document>"u"||!e||!(e instanceof Element))return{width:0,height:0};const{width:t,height:n}=getComputedStyle(e,"::-webkit-scrollbar");return{width:cI(t),height:cI(n)}}const ZW=`vc-util-locker-${Date.now()}`;let uI=0;function JW(){return document.body.scrollHeight>(window.innerHeight||document.documentElement.clientHeight)&&window.innerWidth>document.body.offsetWidth}function eK(e){const t=L(()=>!!e&&!!e.value);uI+=1;const n=`${ZW}_${uI}`;Qe(r=>{if(wr()){if(t.value){const o=Ng(),i=JW();Wd(` +html body { + overflow-y: hidden; + ${i?`width: calc(100% - ${o}px);`:""} +}`,n)}else Cg(n);r(()=>{Cg(n)})}},{flush:"post"})}let cl=0;const bm=wr(),dI=e=>{if(!bm)return null;if(e){if(typeof e=="string")return document.querySelectorAll(e)[0];if(typeof e=="function")return e();if(typeof e=="object"&&e instanceof window.HTMLElement)return e}return document.body},kp=ae({compatConfig:{MODE:3},name:"PortalWrapper",inheritAttrs:!1,props:{wrapperClassName:String,forceRender:{type:Boolean,default:void 0},getContainer:q.any,visible:{type:Boolean,default:void 0},autoLock:we(),didUpdate:Function},setup(e,t){let{slots:n}=t;const r=ce(),o=ce(),i=ce(),c=ce(1),l=wr()&&document.createElement("div"),u=()=>{var f,m;r.value===l&&((m=(f=r.value)===null||f===void 0?void 0:f.parentNode)===null||m===void 0||m.removeChild(r.value)),r.value=null};let a=null;const s=function(){return(arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1)||r.value&&!r.value.parentNode?(a=dI(e.getContainer),a?(a.appendChild(r.value),!0):!1):!0},d=()=>bm?(r.value||(r.value=l,s(!0)),p(),r.value):null,p=()=>{const{wrapperClassName:f}=e;r.value&&f&&f!==r.value.className&&(r.value.className=f)};return sr(()=>{p(),s()}),eK(L(()=>e.autoLock&&e.visible&&wr()&&(r.value===document.body||r.value===l))),Ke(()=>{let f=!1;Ee([()=>e.visible,()=>e.getContainer],(m,g)=>{let[h,_]=m,[v,b]=g;bm&&(a=dI(e.getContainer),a===document.body&&(h&&!v?cl+=1:f&&(cl-=1))),f&&(typeof _=="function"&&typeof b=="function"?_.toString()!==b.toString():_!==b)&&u(),f=!0},{immediate:!0,flush:"post"}),ft(()=>{s()||(i.value=it(()=>{c.value+=1}))})}),lt(()=>{const{visible:f}=e;bm&&a===document.body&&(cl=f&&cl?cl-1:cl),u(),it.cancel(i.value)}),()=>{const{forceRender:f,visible:m}=e;let g=null;const h={getOpenCount:()=>cl,getContainer:d};return c.value&&(f||m||o.value)&&(g=y(Uk,{getContainer:d,ref:o,didUpdate:e.didUpdate},{default:()=>{var _;return(_=n.default)===null||_===void 0?void 0:_.call(n,h)}})),g}}}),tK=["onClick","onMousedown","onTouchstart","onMouseenter","onMouseleave","onFocus","onBlur","onContextmenu"],vs=ae({compatConfig:{MODE:3},name:"Trigger",mixins:[_s],inheritAttrs:!1,props:vk(),setup(e){const t=L(()=>{const{popupPlacement:o,popupAlign:i,builtinPlacements:c}=e;return o&&c?sI(c,o,i):i}),n=ce(null),r=o=>{n.value=o};return{vcTriggerContext:et("vcTriggerContext",{}),popupRef:n,setPopupRef:r,triggerRef:ce(null),align:t,focusTime:null,clickOutsideHandler:null,contextmenuOutsideHandler1:null,contextmenuOutsideHandler2:null,touchOutsideHandler:null,attachId:null,delayTimer:null,hasPopupMouseDown:!1,preClickTime:null,preTouchTime:null,mouseDownTimeout:null,childOriginEvents:{}}},data(){const e=this.$props;let t;return this.popupVisible!==void 0?t=!!e.popupVisible:t=!!e.defaultPopupVisible,tK.forEach(n=>{this[`fire${n}`]=r=>{this.fireEvents(n,r)}}),{prevPopupVisible:t,sPopupVisible:t,point:null}},watch:{popupVisible(e){e!==void 0&&(this.prevPopupVisible=this.sPopupVisible,this.sPopupVisible=e)}},created(){at("vcTriggerContext",{onPopupMouseDown:this.onPopupMouseDown,onPopupMouseenter:this.onPopupMouseenter,onPopupMouseleave:this.onPopupMouseleave}),iC(this)},deactivated(){this.setPopupVisible(!1)},mounted(){this.$nextTick(()=>{this.updatedCal()})},updated(){this.$nextTick(()=>{this.updatedCal()})},beforeUnmount(){this.clearDelayTimer(),this.clearOutsideHandler(),clearTimeout(this.mouseDownTimeout),it.cancel(this.attachId)},methods:{updatedCal(){const e=this.$props;if(this.$data.sPopupVisible){let n;!this.clickOutsideHandler&&(this.isClickToHide()||this.isContextmenuToShow())&&(n=e.getDocument(this.getRootDomNode()),this.clickOutsideHandler=on(n,"mousedown",this.onDocumentClick)),this.touchOutsideHandler||(n=n||e.getDocument(this.getRootDomNode()),this.touchOutsideHandler=on(n,"touchstart",this.onDocumentClick,Bn?{passive:!1}:!1)),!this.contextmenuOutsideHandler1&&this.isContextmenuToShow()&&(n=n||e.getDocument(this.getRootDomNode()),this.contextmenuOutsideHandler1=on(n,"scroll",this.onContextmenuClose)),!this.contextmenuOutsideHandler2&&this.isContextmenuToShow()&&(this.contextmenuOutsideHandler2=on(window,"blur",this.onContextmenuClose))}else this.clearOutsideHandler()},onMouseenter(e){const{mouseEnterDelay:t}=this.$props;this.fireEvents("onMouseenter",e),this.delaySetPopupVisible(!0,t,t?null:e)},onMouseMove(e){this.fireEvents("onMousemove",e),this.setPoint(e)},onMouseleave(e){this.fireEvents("onMouseleave",e),this.delaySetPopupVisible(!1,this.$props.mouseLeaveDelay)},onPopupMouseenter(){const{vcTriggerContext:e={}}=this;e.onPopupMouseenter&&e.onPopupMouseenter(),this.clearDelayTimer()},onPopupMouseleave(e){var t;if(e&&e.relatedTarget&&!e.relatedTarget.setTimeout&&Ni((t=this.popupRef)===null||t===void 0?void 0:t.getElement(),e.relatedTarget))return;this.isMouseLeaveToHide()&&this.delaySetPopupVisible(!1,this.$props.mouseLeaveDelay);const{vcTriggerContext:n={}}=this;n.onPopupMouseleave&&n.onPopupMouseleave(e)},onFocus(e){this.fireEvents("onFocus",e),this.clearDelayTimer(),this.isFocusToShow()&&(this.focusTime=Date.now(),this.delaySetPopupVisible(!0,this.$props.focusDelay))},onMousedown(e){this.fireEvents("onMousedown",e),this.preClickTime=Date.now()},onTouchstart(e){this.fireEvents("onTouchstart",e),this.preTouchTime=Date.now()},onBlur(e){Ni(e.target,e.relatedTarget||document.activeElement)||(this.fireEvents("onBlur",e),this.clearDelayTimer(),this.isBlurToHide()&&this.delaySetPopupVisible(!1,this.$props.blurDelay))},onContextmenu(e){e.preventDefault(),this.fireEvents("onContextmenu",e),this.setPopupVisible(!0,e)},onContextmenuClose(){this.isContextmenuToShow()&&this.close()},onClick(e){if(this.fireEvents("onClick",e),this.focusTime){let n;if(this.preClickTime&&this.preTouchTime?n=Math.min(this.preClickTime,this.preTouchTime):this.preClickTime?n=this.preClickTime:this.preTouchTime&&(n=this.preTouchTime),Math.abs(n-this.focusTime)<20)return;this.focusTime=0}this.preClickTime=0,this.preTouchTime=0,this.isClickToShow()&&(this.isClickToHide()||this.isBlurToHide())&&e&&e.preventDefault&&e.preventDefault(),e&&e.domEvent&&e.domEvent.preventDefault();const t=!this.$data.sPopupVisible;(this.isClickToHide()&&!t||t&&this.isClickToShow())&&this.setPopupVisible(!this.$data.sPopupVisible,e)},onPopupMouseDown(){const{vcTriggerContext:e={}}=this;this.hasPopupMouseDown=!0,clearTimeout(this.mouseDownTimeout),this.mouseDownTimeout=setTimeout(()=>{this.hasPopupMouseDown=!1},0),e.onPopupMouseDown&&e.onPopupMouseDown(...arguments)},onDocumentClick(e){if(this.$props.mask&&!this.$props.maskClosable)return;const t=e.target,n=this.getRootDomNode(),r=this.getPopupDomNode();(!Ni(n,t)||this.isContextMenuOnly())&&!Ni(r,t)&&!this.hasPopupMouseDown&&this.delaySetPopupVisible(!1,.1)},getPopupDomNode(){var e;return((e=this.popupRef)===null||e===void 0?void 0:e.getElement())||null},getRootDomNode(){var e,t,n,r;const{getTriggerDOMNode:o}=this.$props;if(o){const i=((t=(e=this.triggerRef)===null||e===void 0?void 0:e.$el)===null||t===void 0?void 0:t.nodeName)==="#comment"?null:Wr(this.triggerRef);return Wr(o(i))}try{const i=((r=(n=this.triggerRef)===null||n===void 0?void 0:n.$el)===null||r===void 0?void 0:r.nodeName)==="#comment"?null:Wr(this.triggerRef);if(i)return i}catch{}return Wr(this)},handleGetPopupClassFromAlign(e){const t=[],n=this.$props,{popupPlacement:r,builtinPlacements:o,prefixCls:i,alignPoint:c,getPopupClassNameFromAlign:l}=n;return r&&o&&t.push(qW(o,i,e,c)),l&&t.push(l(e)),t.join(" ")},getPopupAlign(){const e=this.$props,{popupPlacement:t,popupAlign:n,builtinPlacements:r}=e;return t&&r?sI(r,t,n):n},getComponent(){const e={};this.isMouseEnterToShow()&&(e.onMouseenter=this.onPopupMouseenter),this.isMouseLeaveToHide()&&(e.onMouseleave=this.onPopupMouseleave),e.onMousedown=this.onPopupMouseDown,e[Bn?"onTouchstartPassive":"onTouchstart"]=this.onPopupMouseDown;const{handleGetPopupClassFromAlign:t,getRootDomNode:n,$attrs:r}=this,{prefixCls:o,destroyPopupOnHide:i,popupClassName:c,popupAnimation:l,popupTransitionName:u,popupStyle:a,mask:s,maskAnimation:d,maskTransitionName:p,zIndex:f,stretch:m,alignPoint:g,mobile:h,forceRender:_}=this.$props,{sPopupVisible:v,point:b}=this.$data,S=x(x({prefixCls:o,destroyPopupOnHide:i,visible:v,point:g?b:null,align:this.align,animation:l,getClassNameFromAlign:t,stretch:m,getRootDomNode:n,mask:s,zIndex:f,transitionName:u,maskAnimation:d,maskTransitionName:p,class:c,style:a,onAlign:r.onPopupAlign||_k},e),{ref:this.setPopupRef,mobile:h,forceRender:_});return y(WW,S,{default:this.$slots.popup||(()=>c2(this,"popup"))})},attachParent(e){it.cancel(this.attachId);const{getPopupContainer:t,getDocument:n}=this.$props,r=this.getRootDomNode();let o;t?(r||t.length===0)&&(o=t(r)):o=n(this.getRootDomNode()).body,o?o.appendChild(e):this.attachId=it(()=>{this.attachParent(e)})},getContainer(){const{$props:e}=this,{getDocument:t}=e,n=t(this.getRootDomNode()).createElement("div");return n.style.position="absolute",n.style.top="0",n.style.left="0",n.style.width="100%",this.attachParent(n),n},setPopupVisible(e,t){const{alignPoint:n,sPopupVisible:r,onPopupVisibleChange:o}=this;this.clearDelayTimer(),r!==e&&(ja(this,"popupVisible")||this.setState({sPopupVisible:e,prevPopupVisible:r}),o&&o(e)),n&&t&&e&&this.setPoint(t)},setPoint(e){const{alignPoint:t}=this.$props;!t||!e||this.setState({point:{pageX:e.pageX,pageY:e.pageY}})},handlePortalUpdate(){this.prevPopupVisible!==this.sPopupVisible&&this.afterPopupVisibleChange(this.sPopupVisible)},delaySetPopupVisible(e,t,n){const r=t*1e3;if(this.clearDelayTimer(),r){const o=n?{pageX:n.pageX,pageY:n.pageY}:null;this.delayTimer=setTimeout(()=>{this.setPopupVisible(e,o),this.clearDelayTimer()},r)}else this.setPopupVisible(e,n)},clearDelayTimer(){this.delayTimer&&(clearTimeout(this.delayTimer),this.delayTimer=null)},clearOutsideHandler(){this.clickOutsideHandler&&(this.clickOutsideHandler.remove(),this.clickOutsideHandler=null),this.contextmenuOutsideHandler1&&(this.contextmenuOutsideHandler1.remove(),this.contextmenuOutsideHandler1=null),this.contextmenuOutsideHandler2&&(this.contextmenuOutsideHandler2.remove(),this.contextmenuOutsideHandler2=null),this.touchOutsideHandler&&(this.touchOutsideHandler.remove(),this.touchOutsideHandler=null)},createTwoChains(e){let t=()=>{};const n=qO(this);return this.childOriginEvents[e]&&n[e]?this[`fire${e}`]:(t=this.childOriginEvents[e]||n[e]||t,t)},isClickToShow(){const{action:e,showAction:t}=this.$props;return e.indexOf("click")!==-1||t.indexOf("click")!==-1},isContextMenuOnly(){const{action:e}=this.$props;return e==="contextmenu"||e.length===1&&e[0]==="contextmenu"},isContextmenuToShow(){const{action:e,showAction:t}=this.$props;return e.indexOf("contextmenu")!==-1||t.indexOf("contextmenu")!==-1},isClickToHide(){const{action:e,hideAction:t}=this.$props;return e.indexOf("click")!==-1||t.indexOf("click")!==-1},isMouseEnterToShow(){const{action:e,showAction:t}=this.$props;return e.indexOf("hover")!==-1||t.indexOf("mouseenter")!==-1},isMouseLeaveToHide(){const{action:e,hideAction:t}=this.$props;return e.indexOf("hover")!==-1||t.indexOf("mouseleave")!==-1},isFocusToShow(){const{action:e,showAction:t}=this.$props;return e.indexOf("focus")!==-1||t.indexOf("focus")!==-1},isBlurToHide(){const{action:e,hideAction:t}=this.$props;return e.indexOf("focus")!==-1||t.indexOf("blur")!==-1},forcePopupAlign(){var e;this.$data.sPopupVisible&&((e=this.popupRef)===null||e===void 0||e.forceAlign())},fireEvents(e,t){this.childOriginEvents[e]&&this.childOriginEvents[e](t);const n=this.$props[e]||this.$attrs[e];n&&n(t)},close(){this.setPopupVisible(!1)}},render(){const{$attrs:e}=this,t=an(Wh(this)),{alignPoint:n,getPopupContainer:r}=this.$props,o=t[0];this.childOriginEvents=qO(o);const i={key:"trigger"};this.isContextmenuToShow()?i.onContextmenu=this.onContextmenu:i.onContextmenu=this.createTwoChains("onContextmenu"),this.isClickToHide()||this.isClickToShow()?(i.onClick=this.onClick,i.onMousedown=this.onMousedown,i[Bn?"onTouchstartPassive":"onTouchstart"]=this.onTouchstart):(i.onClick=this.createTwoChains("onClick"),i.onMousedown=this.createTwoChains("onMousedown"),i[Bn?"onTouchstartPassive":"onTouchstart"]=this.createTwoChains("onTouchstart")),this.isMouseEnterToShow()?(i.onMouseenter=this.onMouseenter,n&&(i.onMousemove=this.onMouseMove)):i.onMouseenter=this.createTwoChains("onMouseenter"),this.isMouseLeaveToHide()?i.onMouseleave=this.onMouseleave:i.onMouseleave=this.createTwoChains("onMouseleave"),this.isFocusToShow()||this.isBlurToHide()?(i.onFocus=this.onFocus,i.onBlur=this.onBlur):(i.onFocus=this.createTwoChains("onFocus"),i.onBlur=a=>{a&&(!a.relatedTarget||!Ni(a.target,a.relatedTarget))&&this.createTwoChains("onBlur")(a)});const c=me(o&&o.props&&o.props.class,e.class);c&&(i.class=c);const l=Nt(o,x(x({},i),{ref:"triggerRef"}),!0,!0),u=y(kp,{key:"portal",getContainer:r&&(()=>r(this.getRootDomNode())),didUpdate:this.handlePortalUpdate,visible:this.$data.sPopupVisible},{default:this.getComponent});return y(ze,null,[l,u])}});var nK=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{const t=e===!0?0:1;return{bottomLeft:{points:["tl","bl"],offset:[0,4],overflow:{adjustX:t,adjustY:1}},bottomRight:{points:["tr","br"],offset:[0,4],overflow:{adjustX:t,adjustY:1}},topLeft:{points:["bl","tl"],offset:[0,-4],overflow:{adjustX:t,adjustY:1}},topRight:{points:["br","tr"],offset:[0,-4],overflow:{adjustX:t,adjustY:1}}}},oK=ae({name:"SelectTrigger",inheritAttrs:!1,props:{dropdownAlign:Object,visible:{type:Boolean,default:void 0},disabled:{type:Boolean,default:void 0},dropdownClassName:String,dropdownStyle:q.object,placement:String,empty:{type:Boolean,default:void 0},prefixCls:String,popupClassName:String,animation:String,transitionName:String,getPopupContainer:Function,dropdownRender:Function,containerWidth:Number,dropdownMatchSelectWidth:q.oneOfType([Number,Boolean]).def(!0),popupElement:q.any,direction:String,getTriggerDOMNode:Function,onPopupVisibleChange:Function,onPopupMouseEnter:Function,onPopupFocusin:Function,onPopupFocusout:Function},setup(e,t){let{slots:n,attrs:r,expose:o}=t;const i=L(()=>{const{dropdownMatchSelectWidth:l}=e;return rK(l)}),c=ie();return o({getPopupElement:()=>c.value}),()=>{const l=x(x({},e),r),{empty:u=!1}=l,a=nK(l,["empty"]),{visible:s,dropdownAlign:d,prefixCls:p,popupElement:f,dropdownClassName:m,dropdownStyle:g,direction:h="ltr",placement:_,dropdownMatchSelectWidth:v,containerWidth:b,dropdownRender:S,animation:E,transitionName:T,getPopupContainer:C,getTriggerDOMNode:w,onPopupVisibleChange:O,onPopupMouseEnter:R,onPopupFocusin:I,onPopupFocusout:$}=a,N=`${p}-dropdown`;let P=f;S&&(P=S({menuNode:f,props:e}));const A=E?`${N}-${E}`:T,D=x({minWidth:`${b}px`},g);return typeof v=="number"?D.width=`${v}px`:v&&(D.width=`${b}px`),y(vs,U(U({},e),{},{showAction:O?["click"]:[],hideAction:O?["click"]:[],popupPlacement:_||(h==="rtl"?"bottomRight":"bottomLeft"),builtinPlacements:i.value,prefixCls:N,popupTransitionName:A,popupAlign:d,popupVisible:s,getPopupContainer:C,popupClassName:me(m,{[`${N}-empty`]:u}),popupStyle:D,getTriggerDOMNode:w,onPopupVisibleChange:O}),{default:n.default,popup:()=>y("div",{ref:c,onMouseenter:R,onFocusin:I,onFocusout:$},[P])})}}}),aK=oK,yt={MAC_ENTER:3,BACKSPACE:8,TAB:9,NUM_CENTER:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PRINT_SCREEN:44,INSERT:45,DELETE:46,ZERO:48,ONE:49,TWO:50,THREE:51,FOUR:52,FIVE:53,SIX:54,SEVEN:55,EIGHT:56,NINE:57,QUESTION_MARK:63,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,META:91,WIN_KEY_RIGHT:92,CONTEXT_MENU:93,NUM_ZERO:96,NUM_ONE:97,NUM_TWO:98,NUM_THREE:99,NUM_FOUR:100,NUM_FIVE:101,NUM_SIX:102,NUM_SEVEN:103,NUM_EIGHT:104,NUM_NINE:105,NUM_MULTIPLY:106,NUM_PLUS:107,NUM_MINUS:109,NUM_PERIOD:110,NUM_DIVISION:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUMLOCK:144,SEMICOLON:186,DASH:189,EQUALS:187,COMMA:188,PERIOD:190,SLASH:191,APOSTROPHE:192,SINGLE_QUOTE:222,OPEN_SQUARE_BRACKET:219,BACKSLASH:220,CLOSE_SQUARE_BRACKET:221,WIN_KEY:224,MAC_FF_META:224,WIN_IME:229,isTextModifyingKeyEvent:function(t){const{keyCode:n}=t;if(t.altKey&&!t.ctrlKey||t.metaKey||n>=yt.F1&&n<=yt.F12)return!1;switch(n){case yt.ALT:case yt.CAPS_LOCK:case yt.CONTEXT_MENU:case yt.CTRL:case yt.DOWN:case yt.END:case yt.ESC:case yt.HOME:case yt.INSERT:case yt.LEFT:case yt.MAC_FF_META:case yt.META:case yt.NUMLOCK:case yt.NUM_CENTER:case yt.PAGE_DOWN:case yt.PAGE_UP:case yt.PAUSE:case yt.PRINT_SCREEN:case yt.RIGHT:case yt.SHIFT:case yt.UP:case yt.WIN_KEY:case yt.WIN_KEY_RIGHT:return!1;default:return!0}},isCharacterKey:function(t){if(t>=yt.ZERO&&t<=yt.NINE||t>=yt.NUM_ZERO&&t<=yt.NUM_MULTIPLY||t>=yt.A&&t<=yt.Z||window.navigator.userAgent.indexOf("WebKit")!==-1&&t===0)return!0;switch(t){case yt.SPACE:case yt.QUESTION_MARK:case yt.NUM_PLUS:case yt.NUM_MINUS:case yt.NUM_PERIOD:case yt.NUM_DIVISION:case yt.SEMICOLON:case yt.DASH:case yt.EQUALS:case yt.COMMA:case yt.PERIOD:case yt.SLASH:case yt.APOSTROPHE:case yt.SINGLE_QUOTE:case yt.OPEN_SQUARE_BRACKET:case yt.BACKSLASH:case yt.CLOSE_SQUARE_BRACKET:return!0;default:return!1}}},Ae=yt,f_=(e,t)=>{let{slots:n}=t;var r;const{class:o,customizeIcon:i,customizeIconProps:c,onMousedown:l,onClick:u}=e;let a;return typeof i=="function"?a=i(c):a=i,y("span",{class:o,onMousedown:s=>{s.preventDefault(),l&&l(s)},style:{userSelect:"none",WebkitUserSelect:"none"},unselectable:"on",onClick:u,"aria-hidden":!0},[a!==void 0?a:y("span",{class:o.split(/\s+/).map(s=>`${s}-icon`)},[(r=n.default)===null||r===void 0?void 0:r.call(n)])])};f_.inheritAttrs=!1;f_.displayName="TransBtn";f_.props={class:String,customizeIcon:q.any,customizeIconProps:q.any,onMousedown:Function,onClick:Function};const $g=f_;function iK(e){e.target.composing=!0}function pI(e){e.target.composing&&(e.target.composing=!1,lK(e.target,"input"))}function lK(e,t){const n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function tb(e,t,n,r){e.addEventListener(t,n,r)}const sK={created(e,t){(!t.modifiers||!t.modifiers.lazy)&&(tb(e,"compositionstart",iK),tb(e,"compositionend",pI),tb(e,"change",pI))}},iu=sK,cK={inputRef:q.any,prefixCls:String,id:String,inputElement:q.VueNode,disabled:{type:Boolean,default:void 0},autofocus:{type:Boolean,default:void 0},autocomplete:String,editable:{type:Boolean,default:void 0},activeDescendantId:String,value:String,open:{type:Boolean,default:void 0},tabindex:q.oneOfType([q.number,q.string]),attrs:q.object,onKeydown:{type:Function},onMousedown:{type:Function},onChange:{type:Function},onPaste:{type:Function},onCompositionstart:{type:Function},onCompositionend:{type:Function},onFocus:{type:Function},onBlur:{type:Function}},uK=ae({compatConfig:{MODE:3},name:"SelectInput",inheritAttrs:!1,props:cK,setup(e){let t=null;const n=et("VCSelectContainerEvent");return()=>{var r;const{prefixCls:o,id:i,inputElement:c,disabled:l,tabindex:u,autofocus:a,autocomplete:s,editable:d,activeDescendantId:p,value:f,onKeydown:m,onMousedown:g,onChange:h,onPaste:_,onCompositionstart:v,onCompositionend:b,onFocus:S,onBlur:E,open:T,inputRef:C,attrs:w}=e;let O=c||dn(y("input",null,null),[[iu]]);const R=O.props||{},{onKeydown:I,onInput:$,onFocus:N,onBlur:P,onMousedown:A,onCompositionstart:D,onCompositionend:M,style:k}=R;return O=Nt(O,x(x(x(x(x({type:"search"},R),{id:i,ref:C,disabled:l,tabindex:u,autocomplete:s||"off",autofocus:a,class:me(`${o}-selection-search-input`,(r=O==null?void 0:O.props)===null||r===void 0?void 0:r.class),role:"combobox","aria-expanded":T,"aria-haspopup":"listbox","aria-owns":`${i}_list`,"aria-autocomplete":"list","aria-controls":`${i}_list`,"aria-activedescendant":p}),w),{value:d?f:"",readonly:!d,unselectable:d?null:"on",style:x(x({},k),{opacity:d?null:0}),onKeydown:F=>{m(F),I&&I(F)},onMousedown:F=>{g(F),A&&A(F)},onInput:F=>{h(F),$&&$(F)},onCompositionstart(F){v(F),D&&D(F)},onCompositionend(F){b(F),M&&M(F)},onPaste:_,onFocus:function(){clearTimeout(t),N&&N(arguments.length<=0?void 0:arguments[0]),S&&S(arguments.length<=0?void 0:arguments[0]),n==null||n.focus(arguments.length<=0?void 0:arguments[0])},onBlur:function(){for(var F=arguments.length,B=new Array(F),H=0;H{P&&P(B[0]),E&&E(B[0]),n==null||n.blur(B[0])},100)}}),O.type==="textarea"?{}:{type:"search"}),!0,!0),O}}}),zk=uK,dK=`accept acceptcharset accesskey action allowfullscreen allowtransparency +alt async autocomplete autofocus autoplay capture cellpadding cellspacing challenge +charset checked classid classname colspan cols content contenteditable contextmenu +controls coords crossorigin data datetime default defer dir disabled download draggable +enctype form formaction formenctype formmethod formnovalidate formtarget frameborder +headers height hidden high href hreflang htmlfor for httpequiv icon id inputmode integrity +is keyparams keytype kind label lang list loop low manifest marginheight marginwidth max maxlength media +mediagroup method min minlength multiple muted name novalidate nonce open +optimum pattern placeholder poster preload radiogroup readonly rel required +reversed role rowspan rows sandbox scope scoped scrolling seamless selected +shape size sizes span spellcheck src srcdoc srclang srcset start step style +summary tabindex target title type usemap value width wmode wrap`,pK=`onCopy onCut onPaste onCompositionend onCompositionstart onCompositionupdate onKeydown + onKeypress onKeyup onFocus onBlur onChange onInput onSubmit onClick onContextmenu onDoubleclick onDblclick + onDrag onDragend onDragenter onDragexit onDragleave onDragover onDragstart onDrop onMousedown + onMouseenter onMouseleave onMousemove onMouseout onMouseover onMouseup onSelect onTouchcancel + onTouchend onTouchmove onTouchstart onTouchstartPassive onTouchmovePassive onScroll onWheel onAbort onCanplay onCanplaythrough + onDurationchange onEmptied onEncrypted onEnded onError onLoadeddata onLoadedmetadata + onLoadstart onPause onPlay onPlaying onProgress onRatechange onSeeked onSeeking onStalled onSuspend onTimeupdate onVolumechange onWaiting onLoad onError`,fI=`${dK} ${pK}`.split(/[\s\n]+/),fK="aria-",mK="data-";function mI(e,t){return e.indexOf(t)===0}function Zi(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,n;t===!1?n={aria:!0,data:!0,attr:!0}:t===!0?n={aria:!0}:n=x({},t);const r={};return Object.keys(e).forEach(o=>{(n.aria&&(o==="role"||mI(o,fK))||n.data&&mI(o,mK)||n.attr&&(fI.includes(o)||fI.includes(o.toLowerCase())))&&(r[o]=e[o])}),r}const Gk=Symbol("OverflowContextProviderKey"),by=ae({compatConfig:{MODE:3},name:"OverflowContextProvider",inheritAttrs:!1,props:{value:{type:Object}},setup(e,t){let{slots:n}=t;return at(Gk,L(()=>e.value)),()=>{var r;return(r=n.default)===null||r===void 0?void 0:r.call(n)}}}),gK=()=>et(Gk,L(()=>null));var hK=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);oe.responsive&&!e.display),i=ie();r({itemNodeRef:i});function c(l){e.registerSize(e.itemKey,l)}return cr(()=>{c(null)}),()=>{var l;const{prefixCls:u,invalidate:a,item:s,renderItem:d,responsive:p,registerSize:f,itemKey:m,display:g,order:h,component:_="div"}=e,v=hK(e,["prefixCls","invalidate","item","renderItem","responsive","registerSize","itemKey","display","order","component"]),b=(l=n.default)===null||l===void 0?void 0:l.call(n),S=d&&s!==Ms?d(s):b;let E;a||(E={opacity:o.value?0:1,height:o.value?0:Ms,overflowY:o.value?"hidden":Ms,order:p?h:Ms,pointerEvents:o.value?"none":Ms,position:o.value?"absolute":Ms});const T={};return o.value&&(T["aria-hidden"]=!0),y(ko,{disabled:!p,onResize:C=>{let{offsetWidth:w}=C;c(w)}},{default:()=>y(_,U(U(U({class:me(!a&&u),style:E},T),v),{},{ref:i}),{default:()=>[S]})})}}});var nb=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{var i;if(!o.value){const{component:d="div"}=e,p=nb(e,["component"]);return y(d,U(U({},p),r),{default:()=>[(i=n.default)===null||i===void 0?void 0:i.call(n)]})}const c=o.value,{className:l}=c,u=nb(c,["className"]),{class:a}=r,s=nb(r,["class"]);return y(by,{value:null},{default:()=>[y(Sm,U(U(U({class:me(l,a)},u),s),e),n)]})}}});var vK=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o({id:String,prefixCls:String,data:Array,itemKey:[String,Number,Function],itemWidth:{type:Number,default:10},renderItem:Function,renderRawItem:Function,maxCount:[Number,String],renderRest:Function,renderRawRest:Function,suffix:q.any,component:String,itemComponent:q.any,onVisibleChange:Function,ssr:String,onMousedown:Function}),m_=ae({name:"Overflow",inheritAttrs:!1,props:SK(),emits:["visibleChange"],setup(e,t){let{attrs:n,emit:r,slots:o}=t;const i=L(()=>e.ssr==="full"),c=ce(null),l=L(()=>c.value||0),u=ce(new Map),a=ce(0),s=ce(0),d=ce(0),p=ce(null),f=ce(null),m=L(()=>f.value===null&&i.value?Number.MAX_SAFE_INTEGER:f.value||0),g=ce(!1),h=L(()=>`${e.prefixCls}-item`),_=L(()=>Math.max(a.value,s.value)),v=L(()=>!!(e.data.length&&e.maxCount===jk)),b=L(()=>e.maxCount===Vk),S=L(()=>v.value||typeof e.maxCount=="number"&&e.data.length>e.maxCount),E=L(()=>{let A=e.data;return v.value?c.value===null&&i.value?A=e.data:A=e.data.slice(0,Math.min(e.data.length,l.value/e.itemWidth)):typeof e.maxCount=="number"&&(A=e.data.slice(0,e.maxCount)),A}),T=L(()=>v.value?e.data.slice(m.value+1):e.data.slice(E.value.length)),C=(A,D)=>{var M;return typeof e.itemKey=="function"?e.itemKey(A):(M=e.itemKey&&(A==null?void 0:A[e.itemKey]))!==null&&M!==void 0?M:D},w=L(()=>e.renderItem||(A=>A)),O=(A,D)=>{f.value=A,D||(g.value=A{c.value=D.clientWidth},I=(A,D)=>{const M=new Map(u.value);D===null?M.delete(A):M.set(A,D),u.value=M},$=(A,D)=>{a.value=s.value,s.value=D},N=(A,D)=>{d.value=D},P=A=>u.value.get(C(E.value[A],A));return Ee([l,u,s,d,()=>e.itemKey,E],()=>{if(l.value&&_.value&&E.value){let A=d.value;const D=E.value.length,M=D-1;if(!D){O(0),p.value=null;return}for(let k=0;kl.value){O(k-1),p.value=A-F-d.value+s.value;break}}e.suffix&&P(0)+d.value>l.value&&(p.value=null)}}),()=>{const A=g.value&&!!T.value.length,{itemComponent:D,renderRawItem:M,renderRawRest:k,renderRest:F,prefixCls:B="rc-overflow",suffix:H,component:z="div",id:G,onMousedown:V}=e,{class:j,style:K}=n,Q=vK(n,["class","style"]);let pe={};p.value!==null&&v.value&&(pe={position:"absolute",left:`${p.value}px`,top:0});const J={prefixCls:h.value,responsive:v.value,component:D,invalidate:b.value},W=M?(X,ne)=>{const re=C(X,ne);return y(by,{key:re,value:x(x({},J),{order:ne,item:X,itemKey:re,registerSize:I,display:ne<=m.value})},{default:()=>[M(X,ne)]})}:(X,ne)=>{const re=C(X,ne);return y(Sm,U(U({},J),{},{order:ne,key:re,item:X,renderItem:w.value,itemKey:re,registerSize:I,display:ne<=m.value}),null)};let Z=()=>null;const he={order:A?m.value:Number.MAX_SAFE_INTEGER,className:`${h.value} ${h.value}-rest`,registerSize:$,display:A};if(k)k&&(Z=()=>y(by,{value:x(x({},J),he)},{default:()=>[k(T.value)]}));else{const X=F||bK;Z=()=>y(Sm,U(U({},J),he),{default:()=>typeof X=="function"?X(T.value):X})}const Y=()=>{var X;return y(z,U({id:G,class:me(!b.value&&B,j),style:K,onMousedown:V},Q),{default:()=>[E.value.map(W),S.value?Z():null,H&&y(Sm,U(U({},J),{},{order:m.value,class:`${h.value}-suffix`,registerSize:N,display:!0,style:pe}),{default:()=>H}),(X=o.default)===null||X===void 0?void 0:X.call(o)]})};return y(ko,{disabled:!v.value,onResize:R},{default:Y})}}});m_.Item=_K;m_.RESPONSIVE=jk;m_.INVALIDATE=Vk;const hc=m_,Yk=Symbol("TreeSelectLegacyContextPropsKey");function yK(e){return at(Yk,e)}function g_(){return et(Yk,{})}const EK={id:String,prefixCls:String,values:q.array,open:{type:Boolean,default:void 0},searchValue:String,inputRef:q.any,placeholder:q.any,disabled:{type:Boolean,default:void 0},mode:String,showSearch:{type:Boolean,default:void 0},autofocus:{type:Boolean,default:void 0},autocomplete:String,activeDescendantId:String,tabindex:q.oneOfType([q.number,q.string]),removeIcon:q.any,choiceTransitionName:String,maxTagCount:q.oneOfType([q.number,q.string]),maxTagTextLength:Number,maxTagPlaceholder:q.any.def(()=>e=>`+ ${e.length} ...`),tagRender:Function,onToggleOpen:{type:Function},onRemove:Function,onInputChange:Function,onInputPaste:Function,onInputKeyDown:Function,onInputMouseDown:Function,onInputCompositionStart:Function,onInputCompositionEnd:Function},gI=e=>{e.preventDefault(),e.stopPropagation()},CK=ae({name:"MultipleSelectSelector",inheritAttrs:!1,props:EK,setup(e){const t=ce(),n=ce(0),r=ce(!1),o=g_(),i=L(()=>`${e.prefixCls}-selection`),c=L(()=>e.open||e.mode==="tags"?e.searchValue:""),l=L(()=>e.mode==="tags"||e.showSearch&&(e.open||r.value));Ke(()=>{Ee(c,()=>{n.value=t.value.scrollWidth},{flush:"post",immediate:!0})});function u(p,f,m,g,h){return y("span",{class:me(`${i.value}-item`,{[`${i.value}-item-disabled`]:m}),title:typeof p=="string"||typeof p=="number"?p.toString():void 0},[y("span",{class:`${i.value}-item-content`},[f]),g&&y($g,{class:`${i.value}-item-remove`,onMousedown:gI,onClick:h,customizeIcon:e.removeIcon},{default:()=>[zn("×")]})])}function a(p,f,m,g,h,_){var v;const b=E=>{gI(E),e.onToggleOpen(!open)};let S=_;return o.keyEntities&&(S=((v=o.keyEntities[p])===null||v===void 0?void 0:v.node)||{}),y("span",{key:p,onMousedown:b},[e.tagRender({label:f,value:p,disabled:m,closable:g,onClose:h,option:S})])}function s(p){const{disabled:f,label:m,value:g,option:h}=p,_=!e.disabled&&!f;let v=m;if(typeof e.maxTagTextLength=="number"&&(typeof m=="string"||typeof m=="number")){const S=String(v);S.length>e.maxTagTextLength&&(v=`${S.slice(0,e.maxTagTextLength)}...`)}const b=S=>{var E;S&&S.stopPropagation(),(E=e.onRemove)===null||E===void 0||E.call(e,p)};return typeof e.tagRender=="function"?a(g,v,f,_,b,h):u(m,v,f,_,b)}function d(p){const{maxTagPlaceholder:f=g=>`+ ${g.length} ...`}=e,m=typeof f=="function"?f(p):f;return u(m,m,!1)}return()=>{const{id:p,prefixCls:f,values:m,open:g,inputRef:h,placeholder:_,disabled:v,autofocus:b,autocomplete:S,activeDescendantId:E,tabindex:T,onInputChange:C,onInputPaste:w,onInputKeyDown:O,onInputMouseDown:R,onInputCompositionStart:I,onInputCompositionEnd:$}=e,N=y("div",{class:`${i.value}-search`,style:{width:n.value+"px"},key:"input"},[y(zk,{inputRef:h,open:g,prefixCls:f,id:p,inputElement:null,disabled:v,autofocus:b,autocomplete:S,editable:l.value,activeDescendantId:E,value:c.value,onKeydown:O,onMousedown:R,onChange:C,onPaste:w,onCompositionstart:I,onCompositionend:$,tabindex:T,attrs:Zi(e,!0),onFocus:()=>r.value=!0,onBlur:()=>r.value=!1},null),y("span",{ref:t,class:`${i.value}-search-mirror`,"aria-hidden":!0},[c.value,zn(" ")])]),P=y(hc,{prefixCls:`${i.value}-overflow`,data:m,renderItem:s,renderRest:d,suffix:N,itemKey:"key",maxCount:e.maxTagCount,key:"overflow"},null);return y(ze,null,[P,!m.length&&!c.value&&y("span",{class:`${i.value}-placeholder`},[_])])}}}),TK=CK,xK={inputElement:q.any,id:String,prefixCls:String,values:q.array,open:{type:Boolean,default:void 0},searchValue:String,inputRef:q.any,placeholder:q.any,disabled:{type:Boolean,default:void 0},mode:String,showSearch:{type:Boolean,default:void 0},autofocus:{type:Boolean,default:void 0},autocomplete:String,activeDescendantId:String,tabindex:q.oneOfType([q.number,q.string]),activeValue:String,backfill:{type:Boolean,default:void 0},optionLabelRender:Function,onInputChange:Function,onInputPaste:Function,onInputKeyDown:Function,onInputMouseDown:Function,onInputCompositionStart:Function,onInputCompositionEnd:Function},lC=ae({name:"SingleSelector",setup(e){const t=ce(!1),n=L(()=>e.mode==="combobox"),r=L(()=>n.value||e.showSearch),o=L(()=>{let a=e.searchValue||"";return n.value&&e.activeValue&&!t.value&&(a=e.activeValue),a}),i=g_();Ee([n,()=>e.activeValue],()=>{n.value&&(t.value=!1)},{immediate:!0});const c=L(()=>e.mode!=="combobox"&&!e.open&&!e.showSearch?!1:!!o.value),l=L(()=>{const a=e.values[0];return a&&(typeof a.label=="string"||typeof a.label=="number")?a.label.toString():void 0}),u=()=>{if(e.values[0])return null;const a=c.value?{visibility:"hidden"}:void 0;return y("span",{class:`${e.prefixCls}-selection-placeholder`,style:a},[e.placeholder])};return()=>{var a,s,d,p;const{inputElement:f,prefixCls:m,id:g,values:h,inputRef:_,disabled:v,autofocus:b,autocomplete:S,activeDescendantId:E,open:T,tabindex:C,optionLabelRender:w,onInputKeyDown:O,onInputMouseDown:R,onInputChange:I,onInputPaste:$,onInputCompositionStart:N,onInputCompositionEnd:P}=e,A=h[0];let D=null;if(A&&i.customSlots){const M=(a=A.key)!==null&&a!==void 0?a:A.value,k=((s=i.keyEntities[M])===null||s===void 0?void 0:s.node)||{};D=i.customSlots[(d=k.slots)===null||d===void 0?void 0:d.title]||i.customSlots.title||A.label,typeof D=="function"&&(D=D(k))}else D=w&&A?w(A.option):A==null?void 0:A.label;return y(ze,null,[y("span",{class:`${m}-selection-search`},[y(zk,{inputRef:_,prefixCls:m,id:g,open:T,inputElement:f,disabled:v,autofocus:b,autocomplete:S,editable:r.value,activeDescendantId:E,value:o.value,onKeydown:O,onMousedown:R,onChange:M=>{t.value=!0,I(M)},onPaste:$,onCompositionstart:N,onCompositionend:P,tabindex:C,attrs:Zi(e,!0)},null)]),!n.value&&A&&!c.value&&y("span",{class:`${m}-selection-item`,title:l.value},[y(ze,{key:(p=A.key)!==null&&p!==void 0?p:A.value},[D])]),u()])}}});lC.props=xK;lC.inheritAttrs=!1;const wK=lC;function OK(e){return![Ae.ESC,Ae.SHIFT,Ae.BACKSPACE,Ae.TAB,Ae.WIN_KEY,Ae.ALT,Ae.META,Ae.WIN_KEY_RIGHT,Ae.CTRL,Ae.SEMICOLON,Ae.EQUALS,Ae.CAPS_LOCK,Ae.CONTEXT_MENU,Ae.F1,Ae.F2,Ae.F3,Ae.F4,Ae.F5,Ae.F6,Ae.F7,Ae.F8,Ae.F9,Ae.F10,Ae.F11,Ae.F12].includes(e)}function Wk(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:250,t=null,n;lt(()=>{clearTimeout(n)});function r(o){(o||t===null)&&(t=o),clearTimeout(n),n=setTimeout(()=>{t=null},e)}return[()=>t,r]}function tp(){const e=t=>{e.current=t};return e}const IK=ae({name:"Selector",inheritAttrs:!1,props:{id:String,prefixCls:String,showSearch:{type:Boolean,default:void 0},open:{type:Boolean,default:void 0},values:q.array,multiple:{type:Boolean,default:void 0},mode:String,searchValue:String,activeValue:String,inputElement:q.any,autofocus:{type:Boolean,default:void 0},activeDescendantId:String,tabindex:q.oneOfType([q.number,q.string]),disabled:{type:Boolean,default:void 0},placeholder:q.any,removeIcon:q.any,maxTagCount:q.oneOfType([q.number,q.string]),maxTagTextLength:Number,maxTagPlaceholder:q.any,tagRender:Function,optionLabelRender:Function,tokenWithEnter:{type:Boolean,default:void 0},choiceTransitionName:String,onToggleOpen:{type:Function},onSearch:Function,onSearchSubmit:Function,onRemove:Function,onInputKeyDown:{type:Function},domRef:Function},setup(e,t){let{expose:n}=t;const r=tp();let o=!1;const[i,c]=Wk(0),l=_=>{const{which:v}=_;(v===Ae.UP||v===Ae.DOWN)&&_.preventDefault(),e.onInputKeyDown&&e.onInputKeyDown(_),v===Ae.ENTER&&e.mode==="tags"&&!o&&!e.open&&e.onSearchSubmit(_.target.value),OK(v)&&e.onToggleOpen(!0)},u=()=>{c(!0)};let a=null;const s=_=>{e.onSearch(_,!0,o)!==!1&&e.onToggleOpen(!0)},d=()=>{o=!0},p=_=>{o=!1,e.mode!=="combobox"&&s(_.target.value)},f=_=>{let{target:{value:v}}=_;if(e.tokenWithEnter&&a&&/[\r\n]/.test(a)){const b=a.replace(/[\r\n]+$/,"").replace(/\r\n/g," ").replace(/[\r\n]/g," ");v=v.replace(b,a)}a=null,s(v)},m=_=>{const{clipboardData:v}=_;a=v.getData("text")},g=_=>{let{target:v}=_;v!==r.current&&(document.body.style.msTouchAction!==void 0?setTimeout(()=>{r.current.focus()}):r.current.focus())},h=_=>{const v=i();_.target!==r.current&&!v&&_.preventDefault(),(e.mode!=="combobox"&&(!e.showSearch||!v)||!e.open)&&(e.open&&e.onSearch("",!0,!1),e.onToggleOpen())};return n({focus:()=>{r.current.focus()},blur:()=>{r.current.blur()}}),()=>{const{prefixCls:_,domRef:v,mode:b}=e,S={inputRef:r,onInputKeyDown:l,onInputMouseDown:u,onInputChange:f,onInputPaste:m,onInputCompositionStart:d,onInputCompositionEnd:p},E=b==="multiple"||b==="tags"?y(TK,U(U({},e),S),null):y(wK,U(U({},e),S),null);return y("div",{ref:v,class:`${_}-selector`,onClick:g,onMousedown:h},[E])}}}),RK=IK;function AK(e,t,n){function r(o){var i,c,l;let u=o.target;u.shadowRoot&&o.composed&&(u=o.composedPath()[0]||u);const a=[(i=e[0])===null||i===void 0?void 0:i.value,(l=(c=e[1])===null||c===void 0?void 0:c.value)===null||l===void 0?void 0:l.getPopupElement()];t.value&&a.every(s=>s&&!s.contains(u)&&s!==u)&&n(!1)}Ke(()=>{window.addEventListener("mousedown",r)}),lt(()=>{window.removeEventListener("mousedown",r)})}function NK(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:10;const t=ce(!1);let n;const r=()=>{clearTimeout(n)};return Ke(()=>{r()}),[t,(i,c)=>{r(),n=setTimeout(()=>{t.value=i,c&&c()},e)},r]}const Kk=Symbol("BaseSelectContextKey");function $K(e){return at(Kk,e)}function Lp(){return et(Kk,{})}const sC=()=>{if(typeof navigator>"u"||typeof window>"u")return!1;const e=navigator.userAgent||navigator.vendor||window.opera;return/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(e)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test(e==null?void 0:e.substr(0,4))};function Dg(e){if(!nr(e))return mt(e);const t=new Proxy({},{get(n,r,o){return Reflect.get(e.value,r,o)},set(n,r,o){return e.value[r]=o,!0},deleteProperty(n,r){return Reflect.deleteProperty(e.value,r)},has(n,r){return Reflect.has(e.value,r)},ownKeys(){return Object.keys(e.value)},getOwnPropertyDescriptor(){return{enumerable:!0,configurable:!0}}});return mt(t)}var DK=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o({prefixCls:String,id:String,omitDomProps:Array,displayValues:Array,onDisplayValuesChange:Function,activeValue:String,activeDescendantId:String,onActiveValueChange:Function,searchValue:String,onSearch:Function,onSearchSplit:Function,maxLength:Number,OptionList:q.any,emptyOptions:Boolean}),h_=()=>({showSearch:{type:Boolean,default:void 0},tagRender:{type:Function},optionLabelRender:{type:Function},direction:{type:String},tabindex:Number,autofocus:Boolean,notFoundContent:q.any,placeholder:q.any,onClear:Function,choiceTransitionName:String,mode:String,disabled:{type:Boolean,default:void 0},loading:{type:Boolean,default:void 0},open:{type:Boolean,default:void 0},defaultOpen:{type:Boolean,default:void 0},onDropdownVisibleChange:{type:Function},getInputElement:{type:Function},getRawInputElement:{type:Function},maxTagTextLength:Number,maxTagCount:{type:[String,Number]},maxTagPlaceholder:q.any,tokenSeparators:{type:Array},allowClear:{type:Boolean,default:void 0},showArrow:{type:Boolean,default:void 0},inputIcon:q.any,clearIcon:q.any,removeIcon:q.any,animation:String,transitionName:String,dropdownStyle:{type:Object},dropdownClassName:String,dropdownMatchSelectWidth:{type:[Boolean,Number],default:void 0},dropdownRender:{type:Function},dropdownAlign:Object,placement:{type:String},getPopupContainer:{type:Function},showAction:{type:Array},onBlur:{type:Function},onFocus:{type:Function},onKeyup:Function,onKeydown:Function,onMousedown:Function,onPopupScroll:Function,onInputKeyDown:Function,onMouseenter:Function,onMouseleave:Function,onClick:Function}),kK=()=>x(x({},MK()),h_());function qk(e){return e==="tags"||e==="multiple"}const cC=ae({compatConfig:{MODE:3},name:"BaseSelect",inheritAttrs:!1,props:st(kK(),{showAction:[],notFoundContent:"Not Found"}),setup(e,t){let{attrs:n,expose:r,slots:o}=t;const i=L(()=>qk(e.mode)),c=L(()=>e.showSearch!==void 0?e.showSearch:i.value||e.mode==="combobox"),l=ce(!1);Ke(()=>{l.value=sC()});const u=g_(),a=ce(null),s=tp(),d=ce(null),p=ce(null),f=ce(null),m=ie(!1),[g,h,_]=NK();r({focus:()=>{var W;(W=p.value)===null||W===void 0||W.focus()},blur:()=>{var W;(W=p.value)===null||W===void 0||W.blur()},scrollTo:W=>{var Z;return(Z=f.value)===null||Z===void 0?void 0:Z.scrollTo(W)}});const S=L(()=>{var W;if(e.mode!=="combobox")return e.searchValue;const Z=(W=e.displayValues[0])===null||W===void 0?void 0:W.value;return typeof Z=="string"||typeof Z=="number"?String(Z):""}),E=e.open!==void 0?e.open:e.defaultOpen,T=ce(E),C=ce(E),w=W=>{T.value=e.open!==void 0?e.open:W,C.value=T.value};Ee(()=>e.open,()=>{w(e.open)});const O=L(()=>!e.notFoundContent&&e.emptyOptions);Qe(()=>{C.value=T.value,(e.disabled||O.value&&C.value&&e.mode==="combobox")&&(C.value=!1)});const R=L(()=>O.value?!1:C.value),I=W=>{const Z=W!==void 0?W:!C.value;C.value!==Z&&!e.disabled&&(w(Z),e.onDropdownVisibleChange&&e.onDropdownVisibleChange(Z))},$=L(()=>(e.tokenSeparators||[]).some(W=>[` +`,`\r +`].includes(W))),N=(W,Z,he)=>{var Y,X;let ne=!0,re=W;(Y=e.onActiveValueChange)===null||Y===void 0||Y.call(e,null);const te=he?null:Aj(W,e.tokenSeparators);return e.mode!=="combobox"&&te&&(re="",(X=e.onSearchSplit)===null||X===void 0||X.call(e,te),I(!1),ne=!1),e.onSearch&&S.value!==re&&e.onSearch(re,{source:Z?"typing":"effect"}),ne},P=W=>{var Z;!W||!W.trim()||(Z=e.onSearch)===null||Z===void 0||Z.call(e,W,{source:"submit"})};Ee(C,()=>{!C.value&&!i.value&&e.mode!=="combobox"&&N("",!1,!1)},{immediate:!0,flush:"post"}),Ee(()=>e.disabled,()=>{T.value&&e.disabled&&w(!1),e.disabled&&!m.value&&h(!1)},{immediate:!0});const[A,D]=Wk(),M=function(W){var Z;const he=A(),{which:Y}=W;if(Y===Ae.ENTER&&(e.mode!=="combobox"&&W.preventDefault(),C.value||I(!0)),D(!!S.value),Y===Ae.BACKSPACE&&!he&&i.value&&!S.value&&e.displayValues.length){const te=[...e.displayValues];let ue=null;for(let ge=te.length-1;ge>=0;ge-=1){const se=te[ge];if(!se.disabled){te.splice(ge,1),ue=se;break}}ue&&e.onDisplayValuesChange(te,{type:"remove",values:[ue]})}for(var X=arguments.length,ne=new Array(X>1?X-1:0),re=1;re1?Z-1:0),Y=1;Y{const Z=e.displayValues.filter(he=>he!==W);e.onDisplayValuesChange(Z,{type:"remove",values:[W]})},B=ce(!1),H=function(){h(!0),e.disabled||(e.onFocus&&!B.value&&e.onFocus(...arguments),e.showAction&&e.showAction.includes("focus")&&I(!0)),B.value=!0},z=ie(!1),G=function(){if(z.value||(m.value=!0,h(!1,()=>{B.value=!1,m.value=!1,I(!1)}),e.disabled))return;const W=S.value;W&&(e.mode==="tags"?e.onSearch(W,{source:"submit"}):e.mode==="multiple"&&e.onSearch("",{source:"blur"})),e.onBlur&&e.onBlur(...arguments)},V=()=>{z.value=!0},j=()=>{z.value=!1};at("VCSelectContainerEvent",{focus:H,blur:G});const K=[];Ke(()=>{K.forEach(W=>clearTimeout(W)),K.splice(0,K.length)}),lt(()=>{K.forEach(W=>clearTimeout(W)),K.splice(0,K.length)});const Q=function(W){var Z,he;const{target:Y}=W,X=(Z=d.value)===null||Z===void 0?void 0:Z.getPopupElement();if(X&&X.contains(Y)){const ue=setTimeout(()=>{var ge;const se=K.indexOf(ue);se!==-1&&K.splice(se,1),_(),!l.value&&!X.contains(document.activeElement)&&((ge=p.value)===null||ge===void 0||ge.focus())});K.push(ue)}for(var ne=arguments.length,re=new Array(ne>1?ne-1:0),te=1;te{};return Ke(()=>{Ee(R,()=>{var W;if(R.value){const Z=Math.ceil((W=a.value)===null||W===void 0?void 0:W.offsetWidth);pe.value!==Z&&!Number.isNaN(Z)&&(pe.value=Z)}},{immediate:!0,flush:"post"})}),AK([a,d],R,I),$K(Dg(x(x({},qo(e)),{open:C,triggerOpen:R,showSearch:c,multiple:i,toggleOpen:I}))),()=>{const W=x(x({},e),n),{prefixCls:Z,id:he,open:Y,defaultOpen:X,mode:ne,showSearch:re,searchValue:te,onSearch:ue,allowClear:ge,clearIcon:se,showArrow:de,inputIcon:fe,disabled:_e,loading:be,getInputElement:le,getPopupContainer:oe,placement:ve,animation:Ce,transitionName:Re,dropdownStyle:Ne,dropdownClassName:ye,dropdownMatchSelectWidth:xe,dropdownRender:Oe,dropdownAlign:De,showAction:ke,direction:$e,tokenSeparators:Le,tagRender:nt,optionLabelRender:_t,onPopupScroll:St,onDropdownVisibleChange:Je,onFocus:wt,onBlur:Xt,onKeyup:ln,onKeydown:Sn,onMousedown:sn,onClear:Cn,omitDomProps:Wn,getRawInputElement:ur,displayValues:Rr,onDisplayValuesChange:dr,emptyOptions:Ar,activeDescendantId:ee,activeValue:Te,OptionList:Ie}=W,Ye=DK(W,["prefixCls","id","open","defaultOpen","mode","showSearch","searchValue","onSearch","allowClear","clearIcon","showArrow","inputIcon","disabled","loading","getInputElement","getPopupContainer","placement","animation","transitionName","dropdownStyle","dropdownClassName","dropdownMatchSelectWidth","dropdownRender","dropdownAlign","showAction","direction","tokenSeparators","tagRender","optionLabelRender","onPopupScroll","onDropdownVisibleChange","onFocus","onBlur","onKeyup","onKeydown","onMousedown","onClear","omitDomProps","getRawInputElement","displayValues","onDisplayValuesChange","emptyOptions","activeDescendantId","activeValue","OptionList"]),It=ne==="combobox"&&le&&le()||null,Tt=typeof ur=="function"&&ur(),je=x({},Ye);let He;Tt&&(He=Nr=>{I(Nr)}),PK.forEach(Nr=>{delete je[Nr]}),Wn==null||Wn.forEach(Nr=>{delete je[Nr]});const ut=de!==void 0?de:be||!i.value&&ne!=="combobox";let Ht;ut&&(Ht=y($g,{class:me(`${Z}-arrow`,{[`${Z}-arrow-loading`]:be}),customizeIcon:fe,customizeIconProps:{loading:be,searchValue:S.value,open:C.value,focused:g.value,showSearch:c.value}},null));let Ft;const Ut=()=>{Cn==null||Cn(),dr([],{type:"clear",values:Rr}),N("",!1,!1)};!_e&&ge&&(Rr.length||S.value)&&(Ft=y($g,{class:`${Z}-clear`,onMousedown:Ut,customizeIcon:se},{default:()=>[zn("×")]}));const pr=y(Ie,{ref:f},x(x({},u.customSlots),{option:o.option})),ar=me(Z,n.class,{[`${Z}-focused`]:g.value,[`${Z}-multiple`]:i.value,[`${Z}-single`]:!i.value,[`${Z}-allow-clear`]:ge,[`${Z}-show-arrow`]:ut,[`${Z}-disabled`]:_e,[`${Z}-loading`]:be,[`${Z}-open`]:C.value,[`${Z}-customize-input`]:It,[`${Z}-show-search`]:c.value}),Eo=y(aK,{ref:d,disabled:_e,prefixCls:Z,visible:R.value,popupElement:pr,containerWidth:pe.value,animation:Ce,transitionName:Re,dropdownStyle:Ne,dropdownClassName:ye,direction:$e,dropdownMatchSelectWidth:xe,dropdownRender:Oe,dropdownAlign:De,placement:ve,getPopupContainer:oe,empty:Ar,getTriggerDOMNode:()=>s.current,onPopupVisibleChange:He,onPopupMouseEnter:J,onPopupFocusin:V,onPopupFocusout:j},{default:()=>Tt?In(Tt)&&Nt(Tt,{ref:s},!1,!0):y(RK,U(U({},e),{},{domRef:s,prefixCls:Z,inputElement:It,ref:p,id:he,showSearch:c.value,mode:ne,activeDescendantId:ee,tagRender:nt,optionLabelRender:_t,values:Rr,open:C.value,onToggleOpen:I,activeValue:Te,searchValue:S.value,onSearch:N,onSearchSubmit:P,onRemove:F,tokenWithEnter:$.value}),null)});let Ur;return Tt?Ur=Eo:Ur=y("div",U(U({},je),{},{class:ar,ref:a,onMousedown:Q,onKeydown:M,onKeyup:k}),[g.value&&!C.value&&y("span",{style:{width:0,height:0,position:"absolute",overflow:"hidden",opacity:0},"aria-live":"polite"},[`${Rr.map(Nr=>{let{label:la,value:$r}=Nr;return["number","string"].includes(typeof la)?la:$r}).join(", ")}`]),Eo,Ht,Ft]),Ur}}}),__=(e,t)=>{let{height:n,offset:r,prefixCls:o,onInnerResize:i}=e,{slots:c}=t;var l;let u={},a={display:"flex",flexDirection:"column"};return r!==void 0&&(u={height:`${n}px`,position:"relative",overflow:"hidden"},a=x(x({},a),{transform:`translateY(${r}px)`,position:"absolute",left:0,right:0,top:0})),y("div",{style:u},[y(ko,{onResize:s=>{let{offsetHeight:d}=s;d&&i&&i()}},{default:()=>[y("div",{style:a,class:me({[`${o}-holder-inner`]:o})},[(l=c.default)===null||l===void 0?void 0:l.call(c)])]})])};__.displayName="Filter";__.inheritAttrs=!1;__.props={prefixCls:String,height:Number,offset:Number,onInnerResize:Function};const LK=__,Xk=(e,t)=>{let{setRef:n}=e,{slots:r}=t;var o;const i=Lt((o=r.default)===null||o===void 0?void 0:o.call(r));return i&&i.length?jn(i[0],{ref:n}):i};Xk.props={setRef:{type:Function,default:()=>{}}};const FK=Xk,BK=20;function hI(e){return"touches"in e?e.touches[0].pageY:e.pageY}const HK=ae({compatConfig:{MODE:3},name:"ScrollBar",inheritAttrs:!1,props:{prefixCls:String,scrollTop:Number,scrollHeight:Number,height:Number,count:Number,onScroll:{type:Function},onStartMove:{type:Function},onStopMove:{type:Function}},setup(){return{moveRaf:null,scrollbarRef:tp(),thumbRef:tp(),visibleTimeout:null,state:mt({dragging:!1,pageY:null,startTop:null,visible:!1})}},watch:{scrollTop:{handler(){this.delayHidden()},flush:"post"}},mounted(){var e,t;(e=this.scrollbarRef.current)===null||e===void 0||e.addEventListener("touchstart",this.onScrollbarTouchStart,Bn?{passive:!1}:!1),(t=this.thumbRef.current)===null||t===void 0||t.addEventListener("touchstart",this.onMouseDown,Bn?{passive:!1}:!1)},beforeUnmount(){this.removeEvents(),clearTimeout(this.visibleTimeout)},methods:{delayHidden(){clearTimeout(this.visibleTimeout),this.state.visible=!0,this.visibleTimeout=setTimeout(()=>{this.state.visible=!1},2e3)},onScrollbarTouchStart(e){e.preventDefault()},onContainerMouseDown(e){e.stopPropagation(),e.preventDefault()},patchEvents(){window.addEventListener("mousemove",this.onMouseMove),window.addEventListener("mouseup",this.onMouseUp),this.thumbRef.current.addEventListener("touchmove",this.onMouseMove,Bn?{passive:!1}:!1),this.thumbRef.current.addEventListener("touchend",this.onMouseUp)},removeEvents(){window.removeEventListener("mousemove",this.onMouseMove),window.removeEventListener("mouseup",this.onMouseUp),this.scrollbarRef.current.removeEventListener("touchstart",this.onScrollbarTouchStart,Bn?{passive:!1}:!1),this.thumbRef.current&&(this.thumbRef.current.removeEventListener("touchstart",this.onMouseDown,Bn?{passive:!1}:!1),this.thumbRef.current.removeEventListener("touchmove",this.onMouseMove,Bn?{passive:!1}:!1),this.thumbRef.current.removeEventListener("touchend",this.onMouseUp)),it.cancel(this.moveRaf)},onMouseDown(e){const{onStartMove:t}=this.$props;x(this.state,{dragging:!0,pageY:hI(e),startTop:this.getTop()}),t(),this.patchEvents(),e.stopPropagation(),e.preventDefault()},onMouseMove(e){const{dragging:t,pageY:n,startTop:r}=this.state,{onScroll:o}=this.$props;if(it.cancel(this.moveRaf),t){const i=hI(e)-n,c=r+i,l=this.getEnableScrollRange(),u=this.getEnableHeightRange(),a=u?c/u:0,s=Math.ceil(a*l);this.moveRaf=it(()=>{o(s)})}},onMouseUp(){const{onStopMove:e}=this.$props;this.state.dragging=!1,e(),this.removeEvents()},getSpinHeight(){const{height:e,scrollHeight:t}=this.$props;let n=e/t*100;return n=Math.max(n,BK),n=Math.min(n,e/2),Math.floor(n)},getEnableScrollRange(){const{scrollHeight:e,height:t}=this.$props;return e-t||0},getEnableHeightRange(){const{height:e}=this.$props,t=this.getSpinHeight();return e-t||0},getTop(){const{scrollTop:e}=this.$props,t=this.getEnableScrollRange(),n=this.getEnableHeightRange();return e===0||t===0?0:e/t*n},showScroll(){const{height:e,scrollHeight:t}=this.$props;return t>e}},render(){const{dragging:e,visible:t}=this.state,{prefixCls:n}=this.$props,r=this.getSpinHeight()+"px",o=this.getTop()+"px",i=this.showScroll(),c=i&&t;return y("div",{ref:this.scrollbarRef,class:me(`${n}-scrollbar`,{[`${n}-scrollbar-show`]:i}),style:{width:"8px",top:0,bottom:0,right:0,position:"absolute",display:c?void 0:"none"},onMousedown:this.onContainerMouseDown,onMousemove:this.delayHidden},[y("div",{ref:this.thumbRef,class:me(`${n}-scrollbar-thumb`,{[`${n}-scrollbar-thumb-moving`]:e}),style:{width:"100%",height:r,top:o,left:0,position:"absolute",background:"rgba(0, 0, 0, 0.5)",borderRadius:"99px",cursor:"pointer",userSelect:"none"},onMousedown:this.onMouseDown},null)])}});function UK(e,t,n,r){const o=new Map,i=new Map,c=ie(Symbol("update"));Ee(e,()=>{c.value=Symbol("update")});let l;function u(){it.cancel(l)}function a(){u(),l=it(()=>{o.forEach((d,p)=>{if(d&&d.offsetParent){const{offsetHeight:f}=d;i.get(p)!==f&&(c.value=Symbol("update"),i.set(p,d.offsetHeight))}})})}function s(d,p){const f=t(d),m=o.get(f);p?(o.set(f,p.$el||p),a()):o.delete(f),!m!=!p&&(p?n==null||n(d):r==null||r(d))}return cr(()=>{u()}),[s,a,i,c]}function zK(e,t,n,r,o,i,c,l){let u;return a=>{if(a==null){l();return}it.cancel(u);const s=t.value,d=r.itemHeight;if(typeof a=="number")c(a);else if(a&&typeof a=="object"){let p;const{align:f}=a;"index"in a?{index:p}=a:p=s.findIndex(h=>o(h)===a.key);const{offset:m=0}=a,g=(h,_)=>{if(h<0||!e.value)return;const v=e.value.clientHeight;let b=!1,S=_;if(v){const E=_||f;let T=0,C=0,w=0;const O=Math.min(s.length,p);for(let $=0;$<=O;$+=1){const N=o(s[$]);C=T;const P=n.get(N);w=C+(P===void 0?d:P),T=w,$===p&&P===void 0&&(b=!0)}const R=e.value.scrollTop;let I=null;switch(E){case"top":I=C-m;break;case"bottom":I=w-v+m;break;default:{const $=R+v;C$&&(S="bottom")}}I!==null&&I!==R&&c(I)}u=it(()=>{b&&i(),g(h-1,S)},2)};g(5)}}}const GK=typeof navigator=="object"&&/Firefox/i.test(navigator.userAgent),Qk=(e,t)=>{let n=!1,r=null;function o(){clearTimeout(r),n=!0,r=setTimeout(()=>{n=!1},50)}return function(i){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;const l=i<0&&e.value||i>0&&t.value;return c&&l?(clearTimeout(r),n=!1):(!l||n)&&o(),!n&&l}};function jK(e,t,n,r){let o=0,i=null,c=null,l=!1;const u=Qk(t,n);function a(d){if(!e.value)return;it.cancel(i);const{deltaY:p}=d;o+=p,c=p,!u(p)&&(GK||d.preventDefault(),i=it(()=>{r(o*(l?10:1)),o=0}))}function s(d){e.value&&(l=d.detail===c)}return[a,s]}const VK=14/15;function YK(e,t,n){let r=!1,o=0,i=null,c=null;const l=()=>{i&&(i.removeEventListener("touchmove",u),i.removeEventListener("touchend",a))},u=p=>{if(r){const f=Math.ceil(p.touches[0].pageY);let m=o-f;o=f,n(m)&&p.preventDefault(),clearInterval(c),c=setInterval(()=>{m*=VK,(!n(m,!0)||Math.abs(m)<=.1)&&clearInterval(c)},16)}},a=()=>{r=!1,l()},s=p=>{l(),p.touches.length===1&&!r&&(r=!0,o=Math.ceil(p.touches[0].pageY),i=p.target,i.addEventListener("touchmove",u,{passive:!1}),i.addEventListener("touchend",a))},d=()=>{};Ke(()=>{document.addEventListener("touchmove",d,{passive:!1}),Ee(e,p=>{t.value.removeEventListener("touchstart",s),l(),clearInterval(c),p&&t.value.addEventListener("touchstart",s,{passive:!1})},{immediate:!0})}),lt(()=>{document.removeEventListener("touchmove",d)})}var WK=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{const a=t+u,s=o(l,a,{}),d=c(l);return y(FK,{key:d,setRef:p=>r(l,p)},{default:()=>[s]})})}const QK=ae({compatConfig:{MODE:3},name:"List",inheritAttrs:!1,props:{prefixCls:String,data:q.array,height:Number,itemHeight:Number,fullHeight:{type:Boolean,default:void 0},itemKey:{type:[String,Number,Function],required:!0},component:{type:[String,Object]},virtual:{type:Boolean,default:void 0},children:Function,onScroll:Function,onMousedown:Function,onMouseenter:Function,onVisibleChange:Function},setup(e,t){let{expose:n}=t;const r=L(()=>{const{height:F,itemHeight:B,virtual:H}=e;return!!(H!==!1&&F&&B)}),o=L(()=>{const{height:F,itemHeight:B,data:H}=e;return r.value&&H&&B*H.length>F}),i=mt({scrollTop:0,scrollMoving:!1}),c=L(()=>e.data||KK),l=ce([]);Ee(c,()=>{l.value=pt(c.value).slice()},{immediate:!0});const u=ce(F=>{});Ee(()=>e.itemKey,F=>{typeof F=="function"?u.value=F:u.value=B=>B==null?void 0:B[F]},{immediate:!0});const a=ce(),s=ce(),d=ce(),p=F=>u.value(F),f={getKey:p};function m(F){let B;typeof F=="function"?B=F(i.scrollTop):B=F;const H=T(B);a.value&&(a.value.scrollTop=H),i.scrollTop=H}const[g,h,_,v]=UK(l,p,null,null),b=mt({scrollHeight:void 0,start:0,end:0,offset:void 0}),S=ce(0);Ke(()=>{ft(()=>{var F;S.value=((F=s.value)===null||F===void 0?void 0:F.offsetHeight)||0})}),sr(()=>{ft(()=>{var F;S.value=((F=s.value)===null||F===void 0?void 0:F.offsetHeight)||0})}),Ee([r,l],()=>{r.value||x(b,{scrollHeight:void 0,start:0,end:l.value.length-1,offset:void 0})},{immediate:!0}),Ee([r,l,S,o],()=>{r.value&&!o.value&&x(b,{scrollHeight:S.value,start:0,end:l.value.length-1,offset:void 0}),a.value&&(i.scrollTop=a.value.scrollTop)},{immediate:!0}),Ee([o,r,()=>i.scrollTop,l,v,()=>e.height,S],()=>{if(!r.value||!o.value)return;let F=0,B,H,z;const G=l.value.length,V=l.value,j=i.scrollTop,{itemHeight:K,height:Q}=e,pe=j+Q;for(let J=0;J=j&&(B=J,H=F),z===void 0&&Y>pe&&(z=J),F=Y}B===void 0&&(B=0,H=0,z=Math.ceil(Q/K)),z===void 0&&(z=G-1),z=Math.min(z+1,G),x(b,{scrollHeight:F,start:B,end:z,offset:H})},{immediate:!0});const E=L(()=>b.scrollHeight-e.height);function T(F){let B=F;return Number.isNaN(E.value)||(B=Math.min(B,E.value)),B=Math.max(B,0),B}const C=L(()=>i.scrollTop<=0),w=L(()=>i.scrollTop>=E.value),O=Qk(C,w);function R(F){m(F)}function I(F){var B;const{scrollTop:H}=F.currentTarget;H!==i.scrollTop&&m(H),(B=e.onScroll)===null||B===void 0||B.call(e,F)}const[$,N]=jK(r,C,w,F=>{m(B=>B+F)});YK(r,a,(F,B)=>O(F,B)?!1:($({preventDefault(){},deltaY:F}),!0));function P(F){r.value&&F.preventDefault()}const A=()=>{a.value&&(a.value.removeEventListener("wheel",$,Bn?{passive:!1}:!1),a.value.removeEventListener("DOMMouseScroll",N),a.value.removeEventListener("MozMousePixelScroll",P))};Qe(()=>{ft(()=>{a.value&&(A(),a.value.addEventListener("wheel",$,Bn?{passive:!1}:!1),a.value.addEventListener("DOMMouseScroll",N),a.value.addEventListener("MozMousePixelScroll",P))})}),lt(()=>{A()});const D=zK(a,l,_,e,p,h,m,()=>{var F;(F=d.value)===null||F===void 0||F.delayHidden()});n({scrollTo:D});const M=L(()=>{let F=null;return e.height&&(F=x({[e.fullHeight?"height":"maxHeight"]:e.height+"px"},qK),r.value&&(F.overflowY="hidden",i.scrollMoving&&(F.pointerEvents="none"))),F});return Ee([()=>b.start,()=>b.end,l],()=>{if(e.onVisibleChange){const F=l.value.slice(b.start,b.end+1);e.onVisibleChange(F,l.value)}},{flush:"post"}),{state:i,mergedData:l,componentStyle:M,onFallbackScroll:I,onScrollBar:R,componentRef:a,useVirtual:r,calRes:b,collectHeight:h,setInstance:g,sharedConfig:f,scrollBarRef:d,fillerInnerRef:s,delayHideScrollBar:()=>{var F;(F=d.value)===null||F===void 0||F.delayHidden()}}},render(){const e=x(x({},this.$props),this.$attrs),{prefixCls:t="rc-virtual-list",height:n,itemHeight:r,fullHeight:o,data:i,itemKey:c,virtual:l,component:u="div",onScroll:a,children:s=this.$slots.default,style:d,class:p}=e,f=WK(e,["prefixCls","height","itemHeight","fullHeight","data","itemKey","virtual","component","onScroll","children","style","class"]),m=me(t,p),{scrollTop:g}=this.state,{scrollHeight:h,offset:_,start:v,end:b}=this.calRes,{componentStyle:S,onFallbackScroll:E,onScrollBar:T,useVirtual:C,collectHeight:w,sharedConfig:O,setInstance:R,mergedData:I,delayHideScrollBar:$}=this;return y("div",U({style:x(x({},d),{position:"relative"}),class:m},f),[y(u,{class:`${t}-holder`,style:S,ref:"componentRef",onScroll:E,onMouseenter:$},{default:()=>[y(LK,{prefixCls:t,height:h,offset:_,onInnerResize:w,ref:"fillerInnerRef"},{default:()=>XK(I,v,b,R,s,O)})]}),C&&y(HK,{ref:"scrollBarRef",prefixCls:t,scrollTop:g,height:n,scrollHeight:h,count:I.length,onScroll:T,onStartMove:()=>{this.state.scrollMoving=!0},onStopMove:()=>{this.state.scrollMoving=!1}},null)])}}),Zk=QK;function uC(e,t,n){const r=ie(e());return Ee(t,(o,i)=>{n?n(o,i)&&(r.value=e()):r.value=e()}),r}function ZK(){return/(mac\sos|macintosh)/i.test(navigator.appVersion)}const Jk=Symbol("SelectContextKey");function JK(e){return at(Jk,e)}function eq(){return et(Jk,{})}var tq=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o`${o.prefixCls}-item`),l=uC(()=>i.flattenOptions,[()=>o.open,()=>i.flattenOptions],E=>E[0]),u=tp(),a=E=>{E.preventDefault()},s=E=>{u.current&&u.current.scrollTo(typeof E=="number"?{index:E}:E)},d=function(E){let T=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;const C=l.value.length;for(let w=0;w1&&arguments[1]!==void 0?arguments[1]:!1;p.activeIndex=E;const C={source:T?"keyboard":"mouse"},w=l.value[E];if(!w){i.onActiveValue(null,-1,C);return}i.onActiveValue(w.value,E,C)};Ee([()=>l.value.length,()=>o.searchValue],()=>{f(i.defaultActiveFirstOption!==!1?d(0):-1)},{immediate:!0});const m=E=>i.rawValues.has(E)&&o.mode!=="combobox";Ee([()=>o.open,()=>o.searchValue],()=>{if(!o.multiple&&o.open&&i.rawValues.size===1){const E=Array.from(i.rawValues)[0],T=pt(l.value).findIndex(C=>{let{data:w}=C;return w[i.fieldNames.value]===E});T!==-1&&(f(T),ft(()=>{s(T)}))}o.open&&ft(()=>{var E;(E=u.current)===null||E===void 0||E.scrollTo(void 0)})},{immediate:!0,flush:"post"});const g=E=>{E!==void 0&&i.onSelect(E,{selected:!i.rawValues.has(E)}),o.multiple||o.toggleOpen(!1)},h=E=>typeof E.label=="function"?E.label():E.label;function _(E){const T=l.value[E];if(!T)return null;const C=T.data||{},{value:w}=C,{group:O}=T,R=Zi(C,!0),I=h(T);return T?y("div",U(U({"aria-label":typeof I=="string"&&!O?I:null},R),{},{key:E,role:O?"presentation":"option",id:`${o.id}_list_${E}`,"aria-selected":m(w)}),[w]):null}return n({onKeydown:E=>{const{which:T,ctrlKey:C}=E;switch(T){case Ae.N:case Ae.P:case Ae.UP:case Ae.DOWN:{let w=0;if(T===Ae.UP?w=-1:T===Ae.DOWN?w=1:ZK()&&C&&(T===Ae.N?w=1:T===Ae.P&&(w=-1)),w!==0){const O=d(p.activeIndex+w,w);s(O),f(O,!0)}break}case Ae.ENTER:{const w=l.value[p.activeIndex];w&&!w.data.disabled?g(w.value):g(void 0),o.open&&E.preventDefault();break}case Ae.ESC:o.toggleOpen(!1),o.open&&E.stopPropagation()}},onKeyup:()=>{},scrollTo:E=>{s(E)}}),()=>{const{id:E,notFoundContent:T,onPopupScroll:C}=o,{menuItemSelectedIcon:w,fieldNames:O,virtual:R,listHeight:I,listItemHeight:$}=i,N=r.option,{activeIndex:P}=p,A=Object.keys(O).map(D=>O[D]);return l.value.length===0?y("div",{role:"listbox",id:`${E}_list`,class:`${c.value}-empty`,onMousedown:a},[T]):y(ze,null,[y("div",{role:"listbox",id:`${E}_list`,style:{height:0,width:0,overflow:"hidden"}},[_(P-1),_(P),_(P+1)]),y(Zk,{itemKey:"key",ref:u,data:l.value,height:I,itemHeight:$,fullHeight:!1,onMousedown:a,onScroll:C,virtual:R},{default:(D,M)=>{var k;const{group:F,groupOption:B,data:H,value:z}=D,{key:G}=H,V=typeof D.label=="function"?D.label():D.label;if(F){const se=(k=H.title)!==null&&k!==void 0?k:_I(V)&&V;return y("div",{class:me(c.value,`${c.value}-group`),title:se},[N?N(H):V!==void 0?V:G])}const{disabled:j,title:K,children:Q,style:pe,class:J,className:W}=H,Z=tq(H,["disabled","title","children","style","class","className"]),he=gt(Z,A),Y=m(z),X=`${c.value}-option`,ne=me(c.value,X,J,W,{[`${X}-grouped`]:B,[`${X}-active`]:P===M&&!j,[`${X}-disabled`]:j,[`${X}-selected`]:Y}),re=h(D),te=!w||typeof w=="function"||Y,ue=typeof re=="number"?re:re||z;let ge=_I(ue)?ue.toString():void 0;return K!==void 0&&(ge=K),y("div",U(U({},he),{},{"aria-selected":Y,class:ne,title:ge,onMousemove:se=>{Z.onMousemove&&Z.onMousemove(se),!(P===M||j)&&f(M)},onClick:se=>{j||g(z),Z.onClick&&Z.onClick(se)},style:pe}),[y("div",{class:`${X}-content`},[N?N(H):ue]),In(w)||Y,te&&y($g,{class:`${c.value}-option-state`,customizeIcon:w,customizeIconProps:{isSelected:Y}},{default:()=>[Y?"✓":null]})])}})])}}}),rq=nq;var oq=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o1&&arguments[1]!==void 0?arguments[1]:!1;return Lt(e).map((r,o)=>{var i;if(!In(r)||!r.type)return null;const{type:{isSelectOptGroup:c},key:l,children:u,props:a}=r;if(t||!c)return aq(r);const s=u&&u.default?u.default():void 0,d=(a==null?void 0:a.label)||((i=u.label)===null||i===void 0?void 0:i.call(u))||l;return x(x({key:`__RC_SELECT_GRP__${l===null?o:String(l)}__`},a),{label:d,options:eL(s||[])})}).filter(r=>r)}function iq(e,t,n){const r=ce(),o=ce(),i=ce(),c=ce([]);return Ee([e,t],()=>{e.value?c.value=pt(e.value).slice():c.value=eL(t.value)},{immediate:!0,deep:!0}),Qe(()=>{const l=c.value,u=new Map,a=new Map,s=n.value;function d(p){let f=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;for(let m=0;m0&&arguments[0]!==void 0?arguments[0]:ie("");const t=`rc_select_${sq()}`;return e.value||t}function tL(e){return Array.isArray(e)?e:e!==void 0?[e]:[]}function rb(e,t){return tL(e).join("").toUpperCase().includes(t)}const cq=(e,t,n,r,o)=>L(()=>{const i=n.value,c=o==null?void 0:o.value,l=r==null?void 0:r.value;if(!i||l===!1)return e.value;const{options:u,label:a,value:s}=t.value,d=[],p=typeof l=="function",f=i.toUpperCase(),m=p?l:(h,_)=>c?rb(_[c],f):_[u]?rb(_[a!=="children"?a:"label"],f):rb(_[s],f),g=p?h=>uy(h):h=>h;return e.value.forEach(h=>{if(h[u]){if(m(i,g(h)))d.push(h);else{const v=h[u].filter(b=>m(i,g(b)));v.length&&d.push(x(x({},h),{[u]:v}))}return}m(i,g(h))&&d.push(h)}),d}),uq=(e,t)=>{const n=ce({values:new Map,options:new Map});return[L(()=>{const{values:i,options:c}=n.value,l=e.value.map(s=>{var d;return s.label===void 0?x(x({},s),{label:(d=i.get(s.value))===null||d===void 0?void 0:d.label}):s}),u=new Map,a=new Map;return l.forEach(s=>{u.set(s.value,s),a.set(s.value,t.value.get(s.value)||c.get(s.value))}),n.value.values=u,n.value.options=a,l}),i=>t.value.get(i)||n.value.options.get(i)]};function Zt(e,t){const{defaultValue:n,value:r=ie()}=t||{};let o=typeof e=="function"?e():e;r.value!==void 0&&(o=qt(r)),n!==void 0&&(o=typeof n=="function"?n():n);const i=ie(o),c=ie(o);Qe(()=>{let u=r.value!==void 0?r.value:i.value;t.postState&&(u=t.postState(u)),c.value=u});function l(u){const a=c.value;i.value=u,pt(c.value)!==u&&t.onChange&&t.onChange(u,a)}return Ee(r,()=>{i.value=r.value}),[c,l]}function Pt(e){const t=typeof e=="function"?e():e,n=ie(t);function r(o){n.value=o}return[n,r]}const dq=["inputValue"];function nL(){return x(x({},h_()),{prefixCls:String,id:String,backfill:{type:Boolean,default:void 0},fieldNames:Object,inputValue:String,searchValue:String,onSearch:Function,autoClearSearchValue:{type:Boolean,default:void 0},onSelect:Function,onDeselect:Function,filterOption:{type:[Boolean,Function],default:void 0},filterSort:Function,optionFilterProp:String,optionLabelProp:String,options:Array,defaultActiveFirstOption:{type:Boolean,default:void 0},virtual:{type:Boolean,default:void 0},listHeight:Number,listItemHeight:Number,menuItemSelectedIcon:q.any,mode:String,labelInValue:{type:Boolean,default:void 0},value:q.any,defaultValue:q.any,onChange:Function,children:Array})}function pq(e){return!e||typeof e!="object"}const fq=ae({compatConfig:{MODE:3},name:"VcSelect",inheritAttrs:!1,props:st(nL(),{prefixCls:"vc-select",autoClearSearchValue:!0,listHeight:200,listItemHeight:20,dropdownMatchSelectWidth:!0}),setup(e,t){let{expose:n,attrs:r,slots:o}=t;const i=dC(Xe(e,"id")),c=L(()=>qk(e.mode)),l=L(()=>!!(!e.options&&e.children)),u=L(()=>e.filterOption===void 0&&e.mode==="combobox"?!1:e.filterOption),a=L(()=>hk(e.fieldNames,l.value)),[s,d]=Zt("",{value:L(()=>e.searchValue!==void 0?e.searchValue:e.inputValue),postState:J=>J||""}),p=iq(Xe(e,"options"),Xe(e,"children"),a),{valueOptions:f,labelOptions:m,options:g}=p,h=J=>tL(J).map(Z=>{var he,Y;let X,ne,re,te;pq(Z)?X=Z:(re=Z.key,ne=Z.label,X=(he=Z.value)!==null&&he!==void 0?he:re);const ue=f.value.get(X);return ue&&(ne===void 0&&(ne=ue==null?void 0:ue[e.optionLabelProp||a.value.label]),re===void 0&&(re=(Y=ue==null?void 0:ue.key)!==null&&Y!==void 0?Y:X),te=ue==null?void 0:ue.disabled),{label:ne,value:X,key:re,disabled:te,option:ue}}),[_,v]=Zt(e.defaultValue,{value:Xe(e,"value")}),b=L(()=>{var J;const W=h(_.value);return e.mode==="combobox"&&!(!((J=W[0])===null||J===void 0)&&J.value)?[]:W}),[S,E]=uq(b,f),T=L(()=>{if(!e.mode&&S.value.length===1){const J=S.value[0];if(J.value===null&&(J.label===null||J.label===void 0))return[]}return S.value.map(J=>{var W;return x(x({},J),{label:(W=typeof J.label=="function"?J.label():J.label)!==null&&W!==void 0?W:J.value})})}),C=L(()=>new Set(S.value.map(J=>J.value)));Qe(()=>{var J;if(e.mode==="combobox"){const W=(J=S.value[0])===null||J===void 0?void 0:J.value;W!=null&&d(String(W))}},{flush:"post"});const w=(J,W)=>{const Z=W??J;return{[a.value.value]:J,[a.value.label]:Z}},O=ce();Qe(()=>{if(e.mode!=="tags"){O.value=g.value;return}const J=g.value.slice(),W=Z=>f.value.has(Z);[...S.value].sort((Z,he)=>Z.value{const he=Z.value;W(he)||J.push(w(he,Z.label))}),O.value=J});const R=cq(O,a,s,u,Xe(e,"optionFilterProp")),I=L(()=>e.mode!=="tags"||!s.value||R.value.some(J=>J[e.optionFilterProp||"value"]===s.value)?R.value:[w(s.value),...R.value]),$=L(()=>e.filterSort?[...I.value].sort((J,W)=>e.filterSort(J,W)):I.value),N=L(()=>Rj($.value,{fieldNames:a.value,childrenAsData:l.value})),P=J=>{const W=h(J);if(v(W),e.onChange&&(W.length!==S.value.length||W.some((Z,he)=>{var Y;return((Y=S.value[he])===null||Y===void 0?void 0:Y.value)!==(Z==null?void 0:Z.value)}))){const Z=e.labelInValue?W.map(Y=>x(x({},Y),{originLabel:Y.label,label:typeof Y.label=="function"?Y.label():Y.label})):W.map(Y=>Y.value),he=W.map(Y=>uy(E(Y.value)));e.onChange(c.value?Z:Z[0],c.value?he:he[0])}},[A,D]=Pt(null),[M,k]=Pt(0),F=L(()=>e.defaultActiveFirstOption!==void 0?e.defaultActiveFirstOption:e.mode!=="combobox"),B=function(J,W){let{source:Z="keyboard"}=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};k(W),e.backfill&&e.mode==="combobox"&&J!==null&&Z==="keyboard"&&D(String(J))},H=(J,W)=>{const Z=()=>{var he;const Y=E(J),X=Y==null?void 0:Y[a.value.label];return[e.labelInValue?{label:typeof X=="function"?X():X,originLabel:X,value:J,key:(he=Y==null?void 0:Y.key)!==null&&he!==void 0?he:J}:J,uy(Y)]};if(W&&e.onSelect){const[he,Y]=Z();e.onSelect(he,Y)}else if(!W&&e.onDeselect){const[he,Y]=Z();e.onDeselect(he,Y)}},z=(J,W)=>{let Z;const he=c.value?W.selected:!0;he?Z=c.value?[...S.value,J]:[J]:Z=S.value.filter(Y=>Y.value!==J),P(Z),H(J,he),e.mode==="combobox"?D(""):(!c.value||e.autoClearSearchValue)&&(d(""),D(""))},G=(J,W)=>{P(J),(W.type==="remove"||W.type==="clear")&&W.values.forEach(Z=>{H(Z.value,!1)})},V=(J,W)=>{var Z;if(d(J),D(null),W.source==="submit"){const he=(J||"").trim();if(he){const Y=Array.from(new Set([...C.value,he]));P(Y),H(he,!0),d("")}return}W.source!=="blur"&&(e.mode==="combobox"&&P(J),(Z=e.onSearch)===null||Z===void 0||Z.call(e,J))},j=J=>{let W=J;e.mode!=="tags"&&(W=J.map(he=>{const Y=m.value.get(he);return Y==null?void 0:Y.value}).filter(he=>he!==void 0));const Z=Array.from(new Set([...C.value,...W]));P(Z),Z.forEach(he=>{H(he,!0)})},K=L(()=>e.virtual!==!1&&e.dropdownMatchSelectWidth!==!1);JK(Dg(x(x({},p),{flattenOptions:N,onActiveValue:B,defaultActiveFirstOption:F,onSelect:z,menuItemSelectedIcon:Xe(e,"menuItemSelectedIcon"),rawValues:C,fieldNames:a,virtual:K,listHeight:Xe(e,"listHeight"),listItemHeight:Xe(e,"listItemHeight"),childrenAsData:l})));const Q=ie();n({focus(){var J;(J=Q.value)===null||J===void 0||J.focus()},blur(){var J;(J=Q.value)===null||J===void 0||J.blur()},scrollTo(J){var W;(W=Q.value)===null||W===void 0||W.scrollTo(J)}});const pe=L(()=>gt(e,["id","mode","prefixCls","backfill","fieldNames","inputValue","searchValue","onSearch","autoClearSearchValue","onSelect","onDeselect","dropdownMatchSelectWidth","filterOption","filterSort","optionFilterProp","optionLabelProp","options","children","defaultActiveFirstOption","menuItemSelectedIcon","virtual","listHeight","listItemHeight","value","defaultValue","labelInValue","onChange"]));return()=>y(cC,U(U(U({},pe.value),r),{},{id:i,prefixCls:e.prefixCls,ref:Q,omitDomProps:dq,mode:e.mode,displayValues:T.value,onDisplayValuesChange:G,searchValue:s.value,onSearch:V,onSearchSplit:j,dropdownMatchSelectWidth:e.dropdownMatchSelectWidth,OptionList:rq,emptyOptions:!N.value.length,activeValue:A.value,activeDescendantId:`${i}_list_${M.value}`}),o)}}),pC=()=>null;pC.isSelectOption=!0;pC.displayName="ASelectOption";const mq=pC,fC=()=>null;fC.isSelectOptGroup=!0;fC.displayName="ASelectOptGroup";const gq=fC;var hq={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"}}]},name:"down",theme:"outlined"};const _q=hq;var vq=Symbol("iconContext"),rL=function(){return et(vq,{prefixCls:ie("anticon"),rootClassName:ie(""),csp:ie()})};function mC(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}function bq(e,t){return e&&e.contains?e.contains(t):!1}var bI="data-vc-order",Sq="vc-icon-key",Sy=new Map;function oL(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=e.mark;return t?t.startsWith("data-")?t:"data-".concat(t):Sq}function gC(e){if(e.attachTo)return e.attachTo;var t=document.querySelector("head");return t||document.body}function yq(e){return e==="queue"?"prependQueue":e?"prepend":"append"}function aL(e){return Array.from((Sy.get(e)||e).children).filter(function(t){return t.tagName==="STYLE"})}function iL(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!mC())return null;var n=t.csp,r=t.prepend,o=document.createElement("style");o.setAttribute(bI,yq(r)),n&&n.nonce&&(o.nonce=n.nonce),o.innerHTML=e;var i=gC(t),c=i.firstChild;if(r){if(r==="queue"){var l=aL(i).filter(function(u){return["prepend","prependQueue"].includes(u.getAttribute(bI))});if(l.length)return i.insertBefore(o,l[l.length-1].nextSibling),o}i.insertBefore(o,c)}else i.appendChild(o);return o}function Eq(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=gC(t);return aL(n).find(function(r){return r.getAttribute(oL(t))===e})}function Cq(e,t){var n=Sy.get(e);if(!n||!bq(document,n)){var r=iL("",t),o=r.parentNode;Sy.set(e,o),e.removeChild(r)}}function Tq(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=gC(n);Cq(r,n);var o=Eq(t,n);if(o)return n.csp&&n.csp.nonce&&o.nonce!==n.csp.nonce&&(o.nonce=n.csp.nonce),o.innerHTML!==e&&(o.innerHTML=e),o;var i=iL(e,n);return i.setAttribute(oL(n),t),i}function SI(e){for(var t=1;t * { + line-height: 1; +} + +.anticon svg { + display: inline-block; +} + +.anticon::before { + display: none; +} + +.anticon .anticon-icon { + display: block; +} + +.anticon[tabindex] { + cursor: pointer; +} + +.anticon-spin::before, +.anticon-spin { + display: inline-block; + -webkit-animation: loadingCircle 1s infinite linear; + animation: loadingCircle 1s infinite linear; +} + +@-webkit-keyframes loadingCircle { + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@keyframes loadingCircle { + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} +`;function cL(e){return e&&e.getRootNode&&e.getRootNode()}function Oq(e){return mC()?cL(e)instanceof ShadowRoot:!1}function Iq(e){return Oq(e)?cL(e):null}var Rq=function(){var t=rL(),n=t.prefixCls,r=t.csp,o=mn(),i=wq;n&&(i=i.replace(/anticon/g,n.value)),ft(function(){if(mC()){var c=o.vnode.el,l=Iq(c);Tq(i,"@ant-design-vue-icons",{prepend:!0,csp:r.value,attachTo:l})}})},Aq=["icon","primaryColor","secondaryColor"];function Nq(e,t){if(e==null)return{};var n=$q(e,t),r,o;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(o=0;o=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function $q(e,t){if(e==null)return{};var n={},r=Object.keys(e),o,i;for(i=0;i=0)&&(n[o]=e[o]);return n}function ym(e){for(var t=1;te.length)&&(t=e.length);for(var n=0,r=new Array(t);ne.length)&&(t=e.length);for(var n=0,r=new Array(t);n=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function Xq(e,t){if(e==null)return{};var n={},r=Object.keys(e),o,i;for(i=0;i=0)&&(n[o]=e[o]);return n}uL(SG.primary);var su=function(t,n){var r,o=TI({},t,n.attrs),i=o.class,c=o.icon,l=o.spin,u=o.rotate,a=o.tabindex,s=o.twoToneColor,d=o.onClick,p=qq(o,Gq),f=rL(),m=f.prefixCls,g=f.rootClassName,h=(r={},qu(r,g.value,!!g.value),qu(r,m.value,!0),qu(r,"".concat(m.value,"-").concat(c.name),!!c.name),qu(r,"".concat(m.value,"-spin"),!!l||c.name==="loading"),r),_=a;_===void 0&&d&&(_=-1);var v=u?{msTransform:"rotate(".concat(u,"deg)"),transform:"rotate(".concat(u,"deg)")}:void 0,b=sL(s),S=jq(b,2),E=S[0],T=S[1];return y("span",TI({role:"img","aria-label":c.name},p,{onClick:d,class:[h,i],tabindex:_}),[y(hC,{icon:c,primaryColor:E,secondaryColor:T,style:v},null),y(zq,null,null)])};su.props={spin:Boolean,rotate:Number,icon:Object,twoToneColor:[String,Array]};su.displayName="AntdIcon";su.inheritAttrs=!1;su.getTwoToneColor=Uq;su.setTwoToneColor=uL;const ht=su;function xI(e){for(var t=1;t1&&arguments[1]!==void 0?arguments[1]:{};const{loading:n,multiple:r,prefixCls:o,hasFeedback:i,feedbackIcon:c,showArrow:l}=e,u=e.suffixIcon||t.suffixIcon&&t.suffixIcon(),a=e.clearIcon||t.clearIcon&&t.clearIcon(),s=e.menuItemSelectedIcon||t.menuItemSelectedIcon&&t.menuItemSelectedIcon(),d=e.removeIcon||t.removeIcon&&t.removeIcon(),p=a??y(to,null,null),f=_=>y(ze,null,[l!==!1&&_,i&&c]);let m=null;if(u!==void 0)m=f(u);else if(n)m=f(y(bo,{spin:!0},null));else{const _=`${o}-suffix`;m=v=>{let{open:b,showSearch:S}=v;return f(b&&S?y(b_,{class:_},null):y(Fp,{class:_},null))}}let g=null;s!==void 0?g=s:r?g=y(v_,null,null):g=null;let h=null;return d!==void 0?h=d:h=y(eo,null,null),{clearIcon:p,suffixIcon:m,itemIcon:g,removeIcon:h}}function TC(e){const t=Symbol("contextKey");return{useProvide:(o,i)=>{const c=mt({});return at(t,c),Qe(()=>{x(c,o,i||{})}),c},useInject:()=>et(t,e)||{}}}const Pg=Symbol("ContextProps"),Mg=Symbol("InternalContextProps"),fX=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:L(()=>!0);const n=ie(new Map),r=(i,c)=>{n.value.set(i,c),n.value=new Map(n.value)},o=i=>{n.value.delete(i),n.value=new Map(n.value)};mn(),Ee([t,n],()=>{}),at(Pg,e),at(Mg,{addFormItemField:r,removeFormItemField:o})},Ey={id:L(()=>{}),onFieldBlur:()=>{},onFieldChange:()=>{},clearValidate:()=>{}},Cy={addFormItemField:()=>{},removeFormItemField:()=>{}},kn=()=>{const e=et(Mg,Cy),t=Symbol("FormItemFieldKey"),n=mn();return e.addFormItemField(t,n.type),lt(()=>{e.removeFormItemField(t)}),at(Mg,Cy),at(Pg,Ey),et(Pg,Ey)},kg=ae({compatConfig:{MODE:3},name:"AFormItemRest",setup(e,t){let{slots:n}=t;return at(Mg,Cy),at(Pg,Ey),()=>{var r;return(r=n.default)===null||r===void 0?void 0:r.call(n)}}}),rr=TC({}),Lg=ae({name:"NoFormStatus",setup(e,t){let{slots:n}=t;return rr.useProvide({}),()=>{var r;return(r=n.default)===null||r===void 0?void 0:r.call(n)}}});function xr(e,t,n){return me({[`${e}-status-success`]:t==="success",[`${e}-status-warning`]:t==="warning",[`${e}-status-error`]:t==="error",[`${e}-status-validating`]:t==="validating",[`${e}-has-feedback`]:n})}const oa=(e,t)=>t||e,mX=e=>{const{componentCls:t}=e;return{[t]:{display:"inline-flex","&-block":{display:"flex",width:"100%"},"&-vertical":{flexDirection:"column"}}}},gX=mX,hX=e=>{const{componentCls:t}=e;return{[t]:{display:"inline-flex","&-rtl":{direction:"rtl"},"&-vertical":{flexDirection:"column"},"&-align":{flexDirection:"column","&-center":{alignItems:"center"},"&-start":{alignItems:"flex-start"},"&-end":{alignItems:"flex-end"},"&-baseline":{alignItems:"baseline"}},[`${t}-space-item`]:{"&:empty":{display:"none"}}}}},dL=tt("Space",e=>[hX(e),gX(e)]);var _X="[object Symbol]";function S_(e){return typeof e=="symbol"||ta(e)&&Qi(e)==_X}function y_(e,t){for(var n=-1,r=e==null?0:e.length,o=Array(r);++n0){if(++t>=DX)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function LX(e){return function(){return e}}var Fg=function(){try{var e=gs(Object,"defineProperty");return e({},"",{}),e}catch{}}(),FX=Fg?function(e,t){return Fg(e,"toString",{configurable:!0,enumerable:!1,value:LX(t),writable:!0})}:xC;const BX=FX;var mL=kX(BX);function HX(e,t){for(var n=-1,r=e==null?0:e.length;++n-1}function wC(e,t,n){t=="__proto__"&&Fg?Fg(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}var jX=Object.prototype,VX=jX.hasOwnProperty;function OC(e,t,n){var r=e[t];(!(VX.call(e,t)&&Mp(r,n))||n===void 0&&!(t in e))&&wC(e,t,n)}function cu(e,t,n,r){var o=!n;n||(n={});for(var i=-1,c=t.length;++i1?n[o-1]:void 0,c=o>2?n[2]:void 0;for(i=e.length>3&&typeof i=="function"?(o--,i):void 0,c&&YX(n[0],n[1],c)&&(i=o<3?void 0:i,o=1),t=Object(t);++r0&&n(l)?t>1?bL(l,t-1,n,r,o):tC(o,l):r||(o[o.length]=l)}return o}function uQ(e){var t=e==null?0:e.length;return t?bL(e,1):[]}function SL(e){return mL(_L(e,void 0,uQ),e+"")}var AC=Fk(Object.getPrototypeOf,Object),dQ="[object Object]",pQ=Function.prototype,fQ=Object.prototype,yL=pQ.toString,mQ=fQ.hasOwnProperty,gQ=yL.call(Object);function C_(e){if(!ta(e)||Qi(e)!=dQ)return!1;var t=AC(e);if(t===null)return!0;var n=mQ.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&yL.call(n)==gQ}function hQ(e,t,n){var r=-1,o=e.length;t<0&&(t=-t>o?0:o+t),n=n>o?o:n,n<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var i=Array(o);++r=t||C<0||d&&w>=i}function _(){var T=ob();if(h(T))return v(T);l=setTimeout(_,g(T))}function v(T){return l=void 0,p&&r?f(T):(r=o=void 0,c)}function b(){l!==void 0&&clearTimeout(l),a=0,r=u=o=l=void 0}function S(){return l===void 0?c:v(ob())}function E(){var T=ob(),C=h(T);if(r=arguments,o=this,u=T,C){if(l===void 0)return m(u);if(d)return clearTimeout(l),l=setTimeout(_,t),f(u)}return l===void 0&&(l=setTimeout(_,t)),c}return E.cancel=b,E.flush=S,E}function xy(e,t,n){(n!==void 0&&!Mp(e[t],n)||n===void 0&&!(t in e))&&wC(e,t,n)}function ML(e){return ta(e)&&hs(e)}function wy(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}function JZ(e){return cu(e,Bp(e))}function eJ(e,t,n,r,o,i,c){var l=wy(e,n),u=wy(t,n),a=c.get(u);if(a){xy(e,n,a);return}var s=i?i(l,u,n+"",e,t,c):void 0,d=s===void 0;if(d){var p=Hr(u),f=!p&&Bc(u),m=!p&&!f&&c_(u);s=u,p||f||m?Hr(l)?s=l:ML(l)?s=fL(l):f?(d=!1,s=CL(u,!0)):m?(d=!1,s=wL(u,!0)):s=[]:C_(u)||Fc(u)?(s=l,Fc(l)?s=JZ(l):(!Jr(l)||JE(l))&&(s=OL(u))):d=!1}d&&(c.set(u,s),o(s,u,r,i,c),c.delete(u)),xy(e,n,s)}function kL(e,t,n,r,o){e!==t&&PL(t,function(i,c){if(o||(o=new Qo),Jr(i))eJ(e,t,c,n,kL,r,o);else{var l=r?r(wy(e,c),i,c+"",e,t,o):void 0;l===void 0&&(l=i),xy(e,c,l)}},Bp)}function LL(e,t,n){for(var r=-1,o=e==null?0:e.length;++r-1?o[i?t[c]:c]:void 0}}var rJ=Math.max;function oJ(e,t,n){var r=e==null?0:e.length;if(!r)return-1;var o=n==null?0:RX(n);return o<0&&(o=rJ(r+o,0)),gL(e,$C(t),o)}var aJ=nJ(oJ);function iJ(e){for(var t=-1,n=e==null?0:e.length,r={};++t=120&&s.length>=120)?new Lc(c&&s):void 0}s=e[0];var d=-1,p=l[0];e:for(;++d1),i}),cu(e,xL(e),n),r&&(n=gd(n,yJ|EJ|CJ,SJ));for(var o=t.length;o--;)bJ(n,t[o]);return n});function xJ(e,t,n,r){if(!Jr(e))return e;t=uu(t,e);for(var o=-1,i=t.length,c=i-1,l=e;l!=null&&++o=$J){var a=t?null:NJ(e);if(a)return eC(a);c=!1,o=Rg,u=new Lc}else u=t?[]:l;e:for(;++r({compactSize:String,compactDirection:q.oneOf(vr("horizontal","vertical")).def("horizontal"),isFirstItem:we(),isLastItem:we()}),x_=TC(null),Ji=(e,t)=>{const n=x_.useInject(),r=L(()=>{if(!n||FL(n))return"";const{compactDirection:o,isFirstItem:i,isLastItem:c}=n,l=o==="vertical"?"-vertical-":"-";return me({[`${e.value}-compact${l}item`]:!0,[`${e.value}-compact${l}first-item`]:i,[`${e.value}-compact${l}last-item`]:c,[`${e.value}-compact${l}item-rtl`]:t.value==="rtl"})});return{compactSize:L(()=>n==null?void 0:n.compactSize),compactDirection:L(()=>n==null?void 0:n.compactDirection),compactItemClassnames:r}},np=ae({name:"NoCompactStyle",setup(e,t){let{slots:n}=t;return x_.useProvide(null),()=>{var r;return(r=n.default)===null||r===void 0?void 0:r.call(n)}}}),MJ=()=>({prefixCls:String,size:{type:String},direction:q.oneOf(vr("horizontal","vertical")).def("horizontal"),align:q.oneOf(vr("start","end","center","baseline")),block:{type:Boolean,default:void 0}}),kJ=ae({name:"CompactItem",props:PJ(),setup(e,t){let{slots:n}=t;return x_.useProvide(e),()=>{var r;return(r=n.default)===null||r===void 0?void 0:r.call(n)}}}),LJ=ae({name:"ASpaceCompact",inheritAttrs:!1,props:MJ(),setup(e,t){let{attrs:n,slots:r}=t;const{prefixCls:o,direction:i}=Me("space-compact",e),c=x_.useInject(),[l,u]=dL(o),a=L(()=>me(o.value,u.value,{[`${o.value}-rtl`]:i.value==="rtl",[`${o.value}-block`]:e.block,[`${o.value}-vertical`]:e.direction==="vertical"}));return()=>{var s;const d=Lt(((s=r.default)===null||s===void 0?void 0:s.call(r))||[]);return d.length===0?null:l(y("div",U(U({},n),{},{class:[a.value,n.class]}),[d.map((p,f)=>{var m;const g=p&&p.key||`${o.value}-item-${f}`,h=!c||FL(c);return y(kJ,{key:g,compactSize:(m=e.size)!==null&&m!==void 0?m:"middle",compactDirection:e.direction,isFirstItem:f===0&&(h||(c==null?void 0:c.isFirstItem)),isLastItem:f===d.length-1&&(h||(c==null?void 0:c.isLastItem))},{default:()=>[p]})})]))}}}),Bg=LJ,FJ=e=>({animationDuration:e,animationFillMode:"both"}),BJ=e=>({animationDuration:e,animationFillMode:"both"}),Hp=function(e,t,n,r){const i=(arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1)?"&":"";return{[` + ${i}${e}-enter, + ${i}${e}-appear + `]:x(x({},FJ(r)),{animationPlayState:"paused"}),[`${i}${e}-leave`]:x(x({},BJ(r)),{animationPlayState:"paused"}),[` + ${i}${e}-enter${e}-enter-active, + ${i}${e}-appear${e}-appear-active + `]:{animationName:t,animationPlayState:"running"},[`${i}${e}-leave${e}-leave-active`]:{animationName:n,animationPlayState:"running",pointerEvents:"none"}}},HJ=new vt("antFadeIn",{"0%":{opacity:0},"100%":{opacity:1}}),UJ=new vt("antFadeOut",{"0%":{opacity:1},"100%":{opacity:0}}),PC=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;const{antCls:n}=e,r=`${n}-fade`,o=t?"&":"";return[Hp(r,HJ,UJ,e.motionDurationMid,t),{[` + ${o}${r}-enter, + ${o}${r}-appear + `]:{opacity:0,animationTimingFunction:"linear"},[`${o}${r}-leave`]:{animationTimingFunction:"linear"}}]},zJ=new vt("antMoveDownIn",{"0%":{transform:"translate3d(0, 100%, 0)",transformOrigin:"0 0",opacity:0},"100%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1}}),GJ=new vt("antMoveDownOut",{"0%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1},"100%":{transform:"translate3d(0, 100%, 0)",transformOrigin:"0 0",opacity:0}}),jJ=new vt("antMoveLeftIn",{"0%":{transform:"translate3d(-100%, 0, 0)",transformOrigin:"0 0",opacity:0},"100%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1}}),VJ=new vt("antMoveLeftOut",{"0%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1},"100%":{transform:"translate3d(-100%, 0, 0)",transformOrigin:"0 0",opacity:0}}),YJ=new vt("antMoveRightIn",{"0%":{transform:"translate3d(100%, 0, 0)",transformOrigin:"0 0",opacity:0},"100%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1}}),WJ=new vt("antMoveRightOut",{"0%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1},"100%":{transform:"translate3d(100%, 0, 0)",transformOrigin:"0 0",opacity:0}}),KJ=new vt("antMoveUpIn",{"0%":{transform:"translate3d(0, -100%, 0)",transformOrigin:"0 0",opacity:0},"100%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1}}),qJ=new vt("antMoveUpOut",{"0%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1},"100%":{transform:"translate3d(0, -100%, 0)",transformOrigin:"0 0",opacity:0}}),XJ={"move-up":{inKeyframes:KJ,outKeyframes:qJ},"move-down":{inKeyframes:zJ,outKeyframes:GJ},"move-left":{inKeyframes:jJ,outKeyframes:VJ},"move-right":{inKeyframes:YJ,outKeyframes:WJ}},zc=(e,t)=>{const{antCls:n}=e,r=`${n}-${t}`,{inKeyframes:o,outKeyframes:i}=XJ[t];return[Hp(r,o,i,e.motionDurationMid),{[` + ${r}-enter, + ${r}-appear + `]:{opacity:0,animationTimingFunction:e.motionEaseOutCirc},[`${r}-leave`]:{animationTimingFunction:e.motionEaseInOutCirc}}]},w_=new vt("antSlideUpIn",{"0%":{transform:"scaleY(0.8)",transformOrigin:"0% 0%",opacity:0},"100%":{transform:"scaleY(1)",transformOrigin:"0% 0%",opacity:1}}),O_=new vt("antSlideUpOut",{"0%":{transform:"scaleY(1)",transformOrigin:"0% 0%",opacity:1},"100%":{transform:"scaleY(0.8)",transformOrigin:"0% 0%",opacity:0}}),I_=new vt("antSlideDownIn",{"0%":{transform:"scaleY(0.8)",transformOrigin:"100% 100%",opacity:0},"100%":{transform:"scaleY(1)",transformOrigin:"100% 100%",opacity:1}}),R_=new vt("antSlideDownOut",{"0%":{transform:"scaleY(1)",transformOrigin:"100% 100%",opacity:1},"100%":{transform:"scaleY(0.8)",transformOrigin:"100% 100%",opacity:0}}),QJ=new vt("antSlideLeftIn",{"0%":{transform:"scaleX(0.8)",transformOrigin:"0% 0%",opacity:0},"100%":{transform:"scaleX(1)",transformOrigin:"0% 0%",opacity:1}}),ZJ=new vt("antSlideLeftOut",{"0%":{transform:"scaleX(1)",transformOrigin:"0% 0%",opacity:1},"100%":{transform:"scaleX(0.8)",transformOrigin:"0% 0%",opacity:0}}),JJ=new vt("antSlideRightIn",{"0%":{transform:"scaleX(0.8)",transformOrigin:"100% 0%",opacity:0},"100%":{transform:"scaleX(1)",transformOrigin:"100% 0%",opacity:1}}),eee=new vt("antSlideRightOut",{"0%":{transform:"scaleX(1)",transformOrigin:"100% 0%",opacity:1},"100%":{transform:"scaleX(0.8)",transformOrigin:"100% 0%",opacity:0}}),tee={"slide-up":{inKeyframes:w_,outKeyframes:O_},"slide-down":{inKeyframes:I_,outKeyframes:R_},"slide-left":{inKeyframes:QJ,outKeyframes:ZJ},"slide-right":{inKeyframes:JJ,outKeyframes:eee}},wa=(e,t)=>{const{antCls:n}=e,r=`${n}-${t}`,{inKeyframes:o,outKeyframes:i}=tee[t];return[Hp(r,o,i,e.motionDurationMid),{[` + ${r}-enter, + ${r}-appear + `]:{transform:"scale(0)",transformOrigin:"0% 0%",opacity:0,animationTimingFunction:e.motionEaseOutQuint},[`${r}-leave`]:{animationTimingFunction:e.motionEaseInQuint}}]},MC=new vt("antZoomIn",{"0%":{transform:"scale(0.2)",opacity:0},"100%":{transform:"scale(1)",opacity:1}}),nee=new vt("antZoomOut",{"0%":{transform:"scale(1)"},"100%":{transform:"scale(0.2)",opacity:0}}),VI=new vt("antZoomBigIn",{"0%":{transform:"scale(0.8)",opacity:0},"100%":{transform:"scale(1)",opacity:1}}),YI=new vt("antZoomBigOut",{"0%":{transform:"scale(1)"},"100%":{transform:"scale(0.8)",opacity:0}}),ree=new vt("antZoomUpIn",{"0%":{transform:"scale(0.8)",transformOrigin:"50% 0%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"50% 0%"}}),oee=new vt("antZoomUpOut",{"0%":{transform:"scale(1)",transformOrigin:"50% 0%"},"100%":{transform:"scale(0.8)",transformOrigin:"50% 0%",opacity:0}}),aee=new vt("antZoomLeftIn",{"0%":{transform:"scale(0.8)",transformOrigin:"0% 50%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"0% 50%"}}),iee=new vt("antZoomLeftOut",{"0%":{transform:"scale(1)",transformOrigin:"0% 50%"},"100%":{transform:"scale(0.8)",transformOrigin:"0% 50%",opacity:0}}),lee=new vt("antZoomRightIn",{"0%":{transform:"scale(0.8)",transformOrigin:"100% 50%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"100% 50%"}}),see=new vt("antZoomRightOut",{"0%":{transform:"scale(1)",transformOrigin:"100% 50%"},"100%":{transform:"scale(0.8)",transformOrigin:"100% 50%",opacity:0}}),cee=new vt("antZoomDownIn",{"0%":{transform:"scale(0.8)",transformOrigin:"50% 100%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"50% 100%"}}),uee=new vt("antZoomDownOut",{"0%":{transform:"scale(1)",transformOrigin:"50% 100%"},"100%":{transform:"scale(0.8)",transformOrigin:"50% 100%",opacity:0}}),dee={zoom:{inKeyframes:MC,outKeyframes:nee},"zoom-big":{inKeyframes:VI,outKeyframes:YI},"zoom-big-fast":{inKeyframes:VI,outKeyframes:YI},"zoom-left":{inKeyframes:aee,outKeyframes:iee},"zoom-right":{inKeyframes:lee,outKeyframes:see},"zoom-up":{inKeyframes:ree,outKeyframes:oee},"zoom-down":{inKeyframes:cee,outKeyframes:uee}},pu=(e,t)=>{const{antCls:n}=e,r=`${n}-${t}`,{inKeyframes:o,outKeyframes:i}=dee[t];return[Hp(r,o,i,t==="zoom-big-fast"?e.motionDurationFast:e.motionDurationMid),{[` + ${r}-enter, + ${r}-appear + `]:{transform:"scale(0)",opacity:0,animationTimingFunction:e.motionEaseOutCirc,"&-prepare":{transform:"none"}},[`${r}-leave`]:{animationTimingFunction:e.motionEaseInOutCirc}}]},pee=e=>({[e.componentCls]:{[`${e.antCls}-motion-collapse-legacy`]:{overflow:"hidden","&-active":{transition:`height ${e.motionDurationMid} ${e.motionEaseInOut}, + opacity ${e.motionDurationMid} ${e.motionEaseInOut} !important`}},[`${e.antCls}-motion-collapse`]:{overflow:"hidden",transition:`height ${e.motionDurationMid} ${e.motionEaseInOut}, + opacity ${e.motionDurationMid} ${e.motionEaseInOut} !important`}}}),Up=pee,WI=e=>{const{controlPaddingHorizontal:t}=e;return{position:"relative",display:"block",minHeight:e.controlHeight,padding:`${(e.controlHeight-e.fontSize*e.lineHeight)/2}px ${t}px`,color:e.colorText,fontWeight:"normal",fontSize:e.fontSize,lineHeight:e.lineHeight,boxSizing:"border-box"}},fee=e=>{const{antCls:t,componentCls:n}=e,r=`${n}-item`;return[{[`${n}-dropdown`]:x(x({},ot(e)),{position:"absolute",top:-9999,zIndex:e.zIndexPopup,boxSizing:"border-box",padding:e.paddingXXS,overflow:"hidden",fontSize:e.fontSize,fontVariant:"initial",backgroundColor:e.colorBgElevated,borderRadius:e.borderRadiusLG,outline:"none",boxShadow:e.boxShadowSecondary,[` + &${t}-slide-up-enter${t}-slide-up-enter-active${n}-dropdown-placement-bottomLeft, + &${t}-slide-up-appear${t}-slide-up-appear-active${n}-dropdown-placement-bottomLeft + `]:{animationName:w_},[` + &${t}-slide-up-enter${t}-slide-up-enter-active${n}-dropdown-placement-topLeft, + &${t}-slide-up-appear${t}-slide-up-appear-active${n}-dropdown-placement-topLeft + `]:{animationName:I_},[`&${t}-slide-up-leave${t}-slide-up-leave-active${n}-dropdown-placement-bottomLeft`]:{animationName:O_},[`&${t}-slide-up-leave${t}-slide-up-leave-active${n}-dropdown-placement-topLeft`]:{animationName:R_},"&-hidden":{display:"none"},"&-empty":{color:e.colorTextDisabled},[`${r}-empty`]:x(x({},WI(e)),{color:e.colorTextDisabled}),[`${r}`]:x(x({},WI(e)),{cursor:"pointer",transition:`background ${e.motionDurationSlow} ease`,borderRadius:e.borderRadiusSM,"&-group":{color:e.colorTextDescription,fontSize:e.fontSizeSM,cursor:"default"},"&-option":{display:"flex","&-content":x({flex:"auto"},Rn),"&-state":{flex:"none"},[`&-active:not(${r}-option-disabled)`]:{backgroundColor:e.controlItemBgHover},[`&-selected:not(${r}-option-disabled)`]:{color:e.colorText,fontWeight:e.fontWeightStrong,backgroundColor:e.controlItemBgActive,[`${r}-option-state`]:{color:e.colorPrimary}},"&-disabled":{[`&${r}-option-selected`]:{backgroundColor:e.colorBgContainerDisabled},color:e.colorTextDisabled,cursor:"not-allowed"},"&-grouped":{paddingInlineStart:e.controlPaddingHorizontal*2}}}),"&-rtl":{direction:"rtl"}})},wa(e,"slide-up"),wa(e,"slide-down"),zc(e,"move-up"),zc(e,"move-down")]},mee=fee,ks=2;function HL(e){let{controlHeightSM:t,controlHeight:n,lineWidth:r}=e;const o=(n-t)/2-r,i=Math.ceil(o/2);return[o,i]}function ib(e,t){const{componentCls:n,iconCls:r}=e,o=`${n}-selection-overflow`,i=e.controlHeightSM,[c]=HL(e),l=t?`${n}-${t}`:"";return{[`${n}-multiple${l}`]:{fontSize:e.fontSize,[o]:{position:"relative",display:"flex",flex:"auto",flexWrap:"wrap",maxWidth:"100%","&-item":{flex:"none",alignSelf:"center",maxWidth:"100%",display:"inline-flex"}},[`${n}-selector`]:{display:"flex",flexWrap:"wrap",alignItems:"center",padding:`${c-ks}px ${ks*2}px`,borderRadius:e.borderRadius,[`${n}-show-search&`]:{cursor:"text"},[`${n}-disabled&`]:{background:e.colorBgContainerDisabled,cursor:"not-allowed"},"&:after":{display:"inline-block",width:0,margin:`${ks}px 0`,lineHeight:`${i}px`,content:'"\\a0"'}},[` + &${n}-show-arrow ${n}-selector, + &${n}-allow-clear ${n}-selector + `]:{paddingInlineEnd:e.fontSizeIcon+e.controlPaddingHorizontal},[`${n}-selection-item`]:{position:"relative",display:"flex",flex:"none",boxSizing:"border-box",maxWidth:"100%",height:i,marginTop:ks,marginBottom:ks,lineHeight:`${i-e.lineWidth*2}px`,background:e.colorFillSecondary,border:`${e.lineWidth}px solid ${e.colorSplit}`,borderRadius:e.borderRadiusSM,cursor:"default",transition:`font-size ${e.motionDurationSlow}, line-height ${e.motionDurationSlow}, height ${e.motionDurationSlow}`,userSelect:"none",marginInlineEnd:ks*2,paddingInlineStart:e.paddingXS,paddingInlineEnd:e.paddingXS/2,[`${n}-disabled&`]:{color:e.colorTextDisabled,borderColor:e.colorBorder,cursor:"not-allowed"},"&-content":{display:"inline-block",marginInlineEnd:e.paddingXS/2,overflow:"hidden",whiteSpace:"pre",textOverflow:"ellipsis"},"&-remove":x(x({},ps()),{display:"inline-block",color:e.colorIcon,fontWeight:"bold",fontSize:10,lineHeight:"inherit",cursor:"pointer",[`> ${r}`]:{verticalAlign:"-0.2em"},"&:hover":{color:e.colorIconHover}})},[`${o}-item + ${o}-item`]:{[`${n}-selection-search`]:{marginInlineStart:0}},[`${n}-selection-search`]:{display:"inline-flex",position:"relative",maxWidth:"100%",marginInlineStart:e.inputPaddingHorizontalBase-c,"\n &-input,\n &-mirror\n ":{height:i,fontFamily:e.fontFamily,lineHeight:`${i}px`,transition:`all ${e.motionDurationSlow}`},"&-input":{width:"100%",minWidth:4.1},"&-mirror":{position:"absolute",top:0,insetInlineStart:0,insetInlineEnd:"auto",zIndex:999,whiteSpace:"pre",visibility:"hidden"}},[`${n}-selection-placeholder `]:{position:"absolute",top:"50%",insetInlineStart:e.inputPaddingHorizontalBase,insetInlineEnd:e.inputPaddingHorizontalBase,transform:"translateY(-50%)",transition:`all ${e.motionDurationSlow}`}}}}function gee(e){const{componentCls:t}=e,n=Ve(e,{controlHeight:e.controlHeightSM,controlHeightSM:e.controlHeightXS,borderRadius:e.borderRadiusSM,borderRadiusSM:e.borderRadiusXS}),[,r]=HL(e);return[ib(e),ib(n,"sm"),{[`${t}-multiple${t}-sm`]:{[`${t}-selection-placeholder`]:{insetInlineStart:e.controlPaddingHorizontalSM-e.lineWidth,insetInlineEnd:"auto"},[`${t}-selection-search`]:{marginInlineStart:r}}},ib(Ve(e,{fontSize:e.fontSizeLG,controlHeight:e.controlHeightLG,controlHeightSM:e.controlHeight,borderRadius:e.borderRadiusLG,borderRadiusSM:e.borderRadius}),"lg")]}function lb(e,t){const{componentCls:n,inputPaddingHorizontalBase:r,borderRadius:o}=e,i=e.controlHeight-e.lineWidth*2,c=Math.ceil(e.fontSize*1.25),l=t?`${n}-${t}`:"";return{[`${n}-single${l}`]:{fontSize:e.fontSize,[`${n}-selector`]:x(x({},ot(e)),{display:"flex",borderRadius:o,[`${n}-selection-search`]:{position:"absolute",top:0,insetInlineStart:r,insetInlineEnd:r,bottom:0,"&-input":{width:"100%"}},[` + ${n}-selection-item, + ${n}-selection-placeholder + `]:{padding:0,lineHeight:`${i}px`,transition:`all ${e.motionDurationSlow}`,"@supports (-moz-appearance: meterbar)":{lineHeight:`${i}px`}},[`${n}-selection-item`]:{position:"relative",userSelect:"none"},[`${n}-selection-placeholder`]:{transition:"none",pointerEvents:"none"},[["&:after",`${n}-selection-item:after`,`${n}-selection-placeholder:after`].join(",")]:{display:"inline-block",width:0,visibility:"hidden",content:'"\\a0"'}}),[` + &${n}-show-arrow ${n}-selection-item, + &${n}-show-arrow ${n}-selection-placeholder + `]:{paddingInlineEnd:c},[`&${n}-open ${n}-selection-item`]:{color:e.colorTextPlaceholder},[`&:not(${n}-customize-input)`]:{[`${n}-selector`]:{width:"100%",height:e.controlHeight,padding:`0 ${r}px`,[`${n}-selection-search-input`]:{height:i},"&:after":{lineHeight:`${i}px`}}},[`&${n}-customize-input`]:{[`${n}-selector`]:{"&:after":{display:"none"},[`${n}-selection-search`]:{position:"static",width:"100%"},[`${n}-selection-placeholder`]:{position:"absolute",insetInlineStart:0,insetInlineEnd:0,padding:`0 ${r}px`,"&:after":{display:"none"}}}}}}}function hee(e){const{componentCls:t}=e,n=e.controlPaddingHorizontalSM-e.lineWidth;return[lb(e),lb(Ve(e,{controlHeight:e.controlHeightSM,borderRadius:e.borderRadiusSM}),"sm"),{[`${t}-single${t}-sm`]:{[`&:not(${t}-customize-input)`]:{[`${t}-selection-search`]:{insetInlineStart:n,insetInlineEnd:n},[`${t}-selector`]:{padding:`0 ${n}px`},[`&${t}-show-arrow ${t}-selection-search`]:{insetInlineEnd:n+e.fontSize*1.5},[` + &${t}-show-arrow ${t}-selection-item, + &${t}-show-arrow ${t}-selection-placeholder + `]:{paddingInlineEnd:e.fontSize*1.5}}}},lb(Ve(e,{controlHeight:e.controlHeightLG,fontSize:e.fontSizeLG,borderRadius:e.borderRadiusLG}),"lg")]}function _ee(e,t,n){const{focusElCls:r,focus:o,borderElCls:i}=n,c=i?"> *":"",l=["hover",o?"focus":null,"active"].filter(Boolean).map(u=>`&:${u} ${c}`).join(",");return{[`&-item:not(${t}-last-item)`]:{marginInlineEnd:-e.lineWidth},"&-item":x(x({[l]:{zIndex:2}},r?{[`&${r}`]:{zIndex:2}}:{}),{[`&[disabled] ${c}`]:{zIndex:0}})}}function vee(e,t,n){const{borderElCls:r}=n,o=r?`> ${r}`:"";return{[`&-item:not(${t}-first-item):not(${t}-last-item) ${o}`]:{borderRadius:0},[`&-item:not(${t}-last-item)${t}-first-item`]:{[`& ${o}, &${e}-sm ${o}, &${e}-lg ${o}`]:{borderStartEndRadius:0,borderEndEndRadius:0}},[`&-item:not(${t}-first-item)${t}-last-item`]:{[`& ${o}, &${e}-sm ${o}, &${e}-lg ${o}`]:{borderStartStartRadius:0,borderEndStartRadius:0}}}}function fu(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{focus:!0};const{componentCls:n}=e,r=`${n}-compact`;return{[r]:x(x({},_ee(e,r,t)),vee(n,r,t))}}const bee=e=>{const{componentCls:t}=e;return{position:"relative",backgroundColor:e.colorBgContainer,border:`${e.lineWidth}px ${e.lineType} ${e.colorBorder}`,transition:`all ${e.motionDurationMid} ${e.motionEaseInOut}`,input:{cursor:"pointer"},[`${t}-show-search&`]:{cursor:"text",input:{cursor:"auto",color:"inherit"}},[`${t}-disabled&`]:{color:e.colorTextDisabled,background:e.colorBgContainerDisabled,cursor:"not-allowed",[`${t}-multiple&`]:{background:e.colorBgContainerDisabled},input:{cursor:"not-allowed"}}}},sb=function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;const{componentCls:r,borderHoverColor:o,outlineColor:i,antCls:c}=t,l=n?{[`${r}-selector`]:{borderColor:o}}:{};return{[e]:{[`&:not(${r}-disabled):not(${r}-customize-input):not(${c}-pagination-size-changer)`]:x(x({},l),{[`${r}-focused& ${r}-selector`]:{borderColor:o,boxShadow:`0 0 0 ${t.controlOutlineWidth}px ${i}`,borderInlineEndWidth:`${t.controlLineWidth}px !important`,outline:0},[`&:hover ${r}-selector`]:{borderColor:o,borderInlineEndWidth:`${t.controlLineWidth}px !important`}})}}},See=e=>{const{componentCls:t}=e;return{[`${t}-selection-search-input`]:{margin:0,padding:0,background:"transparent",border:"none",outline:"none",appearance:"none","&::-webkit-search-cancel-button":{display:"none","-webkit-appearance":"none"}}}},yee=e=>{const{componentCls:t,inputPaddingHorizontalBase:n,iconCls:r}=e;return{[t]:x(x({},ot(e)),{position:"relative",display:"inline-block",cursor:"pointer",[`&:not(${t}-customize-input) ${t}-selector`]:x(x({},bee(e)),See(e)),[`${t}-selection-item`]:x({flex:1,fontWeight:"normal"},Rn),[`${t}-selection-placeholder`]:x(x({},Rn),{flex:1,color:e.colorTextPlaceholder,pointerEvents:"none"}),[`${t}-arrow`]:x(x({},ps()),{position:"absolute",top:"50%",insetInlineStart:"auto",insetInlineEnd:n,height:e.fontSizeIcon,marginTop:-e.fontSizeIcon/2,color:e.colorTextQuaternary,fontSize:e.fontSizeIcon,lineHeight:1,textAlign:"center",pointerEvents:"none",display:"flex",alignItems:"center",[r]:{verticalAlign:"top",transition:`transform ${e.motionDurationSlow}`,"> svg":{verticalAlign:"top"},[`&:not(${t}-suffix)`]:{pointerEvents:"auto"}},[`${t}-disabled &`]:{cursor:"not-allowed"},"> *:not(:last-child)":{marginInlineEnd:8}}),[`${t}-clear`]:{position:"absolute",top:"50%",insetInlineStart:"auto",insetInlineEnd:n,zIndex:1,display:"inline-block",width:e.fontSizeIcon,height:e.fontSizeIcon,marginTop:-e.fontSizeIcon/2,color:e.colorTextQuaternary,fontSize:e.fontSizeIcon,fontStyle:"normal",lineHeight:1,textAlign:"center",textTransform:"none",background:e.colorBgContainer,cursor:"pointer",opacity:0,transition:`color ${e.motionDurationMid} ease, opacity ${e.motionDurationSlow} ease`,textRendering:"auto","&:before":{display:"block"},"&:hover":{color:e.colorTextTertiary}},"&:hover":{[`${t}-clear`]:{opacity:1}}}),[`${t}-has-feedback`]:{[`${t}-clear`]:{insetInlineEnd:n+e.fontSize+e.paddingXXS}}}},Eee=e=>{const{componentCls:t}=e;return[{[t]:{[`&-borderless ${t}-selector`]:{backgroundColor:"transparent !important",borderColor:"transparent !important",boxShadow:"none !important"},[`&${t}-in-form-item`]:{width:"100%"}}},yee(e),hee(e),gee(e),mee(e),{[`${t}-rtl`]:{direction:"rtl"}},sb(t,Ve(e,{borderHoverColor:e.colorPrimaryHover,outlineColor:e.controlOutline})),sb(`${t}-status-error`,Ve(e,{borderHoverColor:e.colorErrorHover,outlineColor:e.colorErrorOutline}),!0),sb(`${t}-status-warning`,Ve(e,{borderHoverColor:e.colorWarningHover,outlineColor:e.colorWarningOutline}),!0),fu(e,{borderElCls:`${t}-selector`,focusElCls:`${t}-focused`})]},kC=tt("Select",(e,t)=>{let{rootPrefixCls:n}=t;const r=Ve(e,{rootPrefixCls:n,inputPaddingHorizontalBase:e.paddingSM-1});return[Eee(r)]},e=>({zIndexPopup:e.zIndexPopupBase+50})),A_=()=>x(x({},gt(nL(),["inputIcon","mode","getInputElement","getRawInputElement","backfill"])),{value:We([Array,Object,String,Number]),defaultValue:We([Array,Object,String,Number]),notFoundContent:q.any,suffixIcon:q.any,itemIcon:q.any,size:Ue(),mode:Ue(),bordered:we(!0),transitionName:String,choiceTransitionName:Ue(""),popupClassName:String,dropdownClassName:String,placement:Ue(),status:Ue(),"onUpdate:value":Se()}),KI="SECRET_COMBOBOX_MODE_DO_NOT_USE",ga=ae({compatConfig:{MODE:3},name:"ASelect",Option:mq,OptGroup:gq,inheritAttrs:!1,props:st(A_(),{listHeight:256,listItemHeight:24}),SECRET_COMBOBOX_MODE_DO_NOT_USE:KI,slots:Object,setup(e,t){let{attrs:n,emit:r,slots:o,expose:i}=t;const c=ie(),l=kn(),u=rr.useInject(),a=L(()=>oa(u.status,e.status)),s=()=>{var z;(z=c.value)===null||z===void 0||z.focus()},d=()=>{var z;(z=c.value)===null||z===void 0||z.blur()},p=z=>{var G;(G=c.value)===null||G===void 0||G.scrollTo(z)},f=L(()=>{const{mode:z}=e;if(z!=="combobox")return z===KI?"combobox":z}),{prefixCls:m,direction:g,configProvider:h,renderEmpty:_,size:v,getPrefixCls:b,getPopupContainer:S,disabled:E,select:T}=Me("select",e),{compactSize:C,compactItemClassnames:w}=Ji(m,g),O=L(()=>C.value||v.value),R=Zr(),I=L(()=>{var z;return(z=E.value)!==null&&z!==void 0?z:R.value}),[$,N]=kC(m),P=L(()=>b()),A=L(()=>e.placement!==void 0?e.placement:g.value==="rtl"?"bottomRight":"bottomLeft"),D=L(()=>Or(P.value,aC(A.value),e.transitionName)),M=L(()=>me({[`${m.value}-lg`]:O.value==="large",[`${m.value}-sm`]:O.value==="small",[`${m.value}-rtl`]:g.value==="rtl",[`${m.value}-borderless`]:!e.bordered,[`${m.value}-in-form-item`]:u.isFormItemInput},xr(m.value,a.value,u.hasFeedback),w.value,N.value)),k=function(){for(var z=arguments.length,G=new Array(z),V=0;V{r("blur",z),l.onFieldBlur()};i({blur:d,focus:s,scrollTo:p});const B=L(()=>f.value==="multiple"||f.value==="tags"),H=L(()=>e.showArrow!==void 0?e.showArrow:e.loading||!(B.value||f.value==="combobox"));return()=>{var z,G,V,j;const{notFoundContent:K,listHeight:Q=256,listItemHeight:pe=24,popupClassName:J,dropdownClassName:W,virtual:Z,dropdownMatchSelectWidth:he,id:Y=l.id.value,placeholder:X=(z=o.placeholder)===null||z===void 0?void 0:z.call(o),showArrow:ne}=e,{hasFeedback:re,feedbackIcon:te}=u;let ue;K!==void 0?ue=K:o.notFoundContent?ue=o.notFoundContent():f.value==="combobox"?ue=null:ue=(_==null?void 0:_("Select"))||y(UE,{componentName:"Select"},null);const{suffixIcon:ge,itemIcon:se,removeIcon:de,clearIcon:fe}=CC(x(x({},e),{multiple:B.value,prefixCls:m.value,hasFeedback:re,feedbackIcon:te,showArrow:H.value}),o),_e=gt(e,["prefixCls","suffixIcon","itemIcon","removeIcon","clearIcon","size","bordered","status"]),be=me(J||W,{[`${m.value}-dropdown-${g.value}`]:g.value==="rtl"},N.value);return $(y(fq,U(U(U({ref:c,virtual:Z,dropdownMatchSelectWidth:he},_e),n),{},{showSearch:(G=e.showSearch)!==null&&G!==void 0?G:(V=T==null?void 0:T.value)===null||V===void 0?void 0:V.showSearch,placeholder:X,listHeight:Q,listItemHeight:pe,mode:f.value,prefixCls:m.value,direction:g.value,inputIcon:ge,menuItemSelectedIcon:se,removeIcon:de,clearIcon:fe,notFoundContent:ue,class:[M.value,n.class],getPopupContainer:S==null?void 0:S.value,dropdownClassName:be,onChange:k,onBlur:F,id:Y,dropdownRender:_e.dropdownRender||o.dropdownRender,transitionName:D.value,children:(j=o.default)===null||j===void 0?void 0:j.call(o),tagRender:e.tagRender||o.tagRender,optionLabelRender:o.optionLabel,maxTagPlaceholder:e.maxTagPlaceholder||o.maxTagPlaceholder,showArrow:re||ne,disabled:I.value}),{option:o.option}))}}});ga.install=function(e){return e.component(ga.name,ga),e.component(ga.Option.displayName,ga.Option),e.component(ga.OptGroup.displayName,ga.OptGroup),e};const Cee=ga.Option,Tee=ga.OptGroup,ri=ga,LC=()=>null;LC.isSelectOption=!0;LC.displayName="AAutoCompleteOption";const _c=LC,FC=()=>null;FC.isSelectOptGroup=!0;FC.displayName="AAutoCompleteOptGroup";const Cm=FC;function xee(e){var t,n;return((t=e==null?void 0:e.type)===null||t===void 0?void 0:t.isSelectOption)||((n=e==null?void 0:e.type)===null||n===void 0?void 0:n.isSelectOptGroup)}const wee=()=>x(x({},gt(A_(),["loading","mode","optionLabelProp","labelInValue"])),{dataSource:Array,dropdownMenuStyle:{type:Object,default:void 0},dropdownMatchSelectWidth:{type:[Number,Boolean],default:!0},prefixCls:String,showSearch:{type:Boolean,default:void 0},transitionName:String,choiceTransitionName:{type:String,default:"zoom"},autofocus:{type:Boolean,default:void 0},backfill:{type:Boolean,default:void 0},filterOption:{type:[Boolean,Function],default:!1},defaultActiveFirstOption:{type:Boolean,default:!0},status:String}),Oee=_c,Iee=Cm,cb=ae({compatConfig:{MODE:3},name:"AAutoComplete",inheritAttrs:!1,props:wee(),slots:Object,setup(e,t){let{slots:n,attrs:r,expose:o}=t;Jt(),Jt(),Jt(!e.dropdownClassName);const i=ie(),c=()=>{var s;const d=Lt((s=n.default)===null||s===void 0?void 0:s.call(n));return d.length?d[0]:void 0};o({focus:()=>{var s;(s=i.value)===null||s===void 0||s.focus()},blur:()=>{var s;(s=i.value)===null||s===void 0||s.blur()}});const{prefixCls:a}=Me("select",e);return()=>{var s,d,p;const{size:f,dataSource:m,notFoundContent:g=(s=n.notFoundContent)===null||s===void 0?void 0:s.call(n)}=e;let h;const{class:_}=r,v={[_]:!!_,[`${a.value}-lg`]:f==="large",[`${a.value}-sm`]:f==="small",[`${a.value}-show-search`]:!0,[`${a.value}-auto-complete`]:!0};if(e.options===void 0){const S=((d=n.dataSource)===null||d===void 0?void 0:d.call(n))||((p=n.options)===null||p===void 0?void 0:p.call(n))||[];S.length&&xee(S[0])?h=S:h=m?m.map(E=>{if(In(E))return E;switch(typeof E){case"string":return y(_c,{key:E,value:E},{default:()=>[E]});case"object":return y(_c,{key:E.value,value:E.value},{default:()=>[E.text]});default:throw new Error("AutoComplete[dataSource] only supports type `string[] | Object[]`.")}}):[]}const b=gt(x(x(x({},e),r),{mode:ri.SECRET_COMBOBOX_MODE_DO_NOT_USE,getInputElement:c,notFoundContent:g,class:v,popupClassName:e.popupClassName||e.dropdownClassName,ref:i}),["dataSource","loading"]);return y(ri,b,U({default:()=>[h]},gt(n,["default","dataSource","options"])))}}}),Ree=x(cb,{Option:_c,OptGroup:Cm,install(e){return e.component(cb.name,cb),e.component(_c.displayName,_c),e.component(Cm.displayName,Cm),e}});var Aee={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0051.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z"}},{tag:"path",attrs:{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"}}]},name:"check-circle",theme:"outlined"};const Nee=Aee;function qI(e){for(var t=1;t({backgroundColor:e,border:`${r.lineWidth}px ${r.lineType} ${t}`,[`${o}-icon`]:{color:n}}),Qee=e=>{const{componentCls:t,motionDurationSlow:n,marginXS:r,marginSM:o,fontSize:i,fontSizeLG:c,lineHeight:l,borderRadiusLG:u,motionEaseInOutCirc:a,alertIconSizeLG:s,colorText:d,paddingContentVerticalSM:p,alertPaddingHorizontal:f,paddingMD:m,paddingContentHorizontalLG:g}=e;return{[t]:x(x({},ot(e)),{position:"relative",display:"flex",alignItems:"center",padding:`${p}px ${f}px`,wordWrap:"break-word",borderRadius:u,[`&${t}-rtl`]:{direction:"rtl"},[`${t}-content`]:{flex:1,minWidth:0},[`${t}-icon`]:{marginInlineEnd:r,lineHeight:0},"&-description":{display:"none",fontSize:i,lineHeight:l},"&-message":{color:d},[`&${t}-motion-leave`]:{overflow:"hidden",opacity:1,transition:`max-height ${n} ${a}, opacity ${n} ${a}, + padding-top ${n} ${a}, padding-bottom ${n} ${a}, + margin-bottom ${n} ${a}`},[`&${t}-motion-leave-active`]:{maxHeight:0,marginBottom:"0 !important",paddingTop:0,paddingBottom:0,opacity:0}}),[`${t}-with-description`]:{alignItems:"flex-start",paddingInline:g,paddingBlock:m,[`${t}-icon`]:{marginInlineEnd:o,fontSize:s,lineHeight:0},[`${t}-message`]:{display:"block",marginBottom:r,color:d,fontSize:c},[`${t}-description`]:{display:"block"}},[`${t}-banner`]:{marginBottom:0,border:"0 !important",borderRadius:0}}},Zee=e=>{const{componentCls:t,colorSuccess:n,colorSuccessBorder:r,colorSuccessBg:o,colorWarning:i,colorWarningBorder:c,colorWarningBg:l,colorError:u,colorErrorBorder:a,colorErrorBg:s,colorInfo:d,colorInfoBorder:p,colorInfoBg:f}=e;return{[t]:{"&-success":Ff(o,r,n,e,t),"&-info":Ff(f,p,d,e,t),"&-warning":Ff(l,c,i,e,t),"&-error":x(x({},Ff(s,a,u,e,t)),{[`${t}-description > pre`]:{margin:0,padding:0}})}}},Jee=e=>{const{componentCls:t,iconCls:n,motionDurationMid:r,marginXS:o,fontSizeIcon:i,colorIcon:c,colorIconHover:l}=e;return{[t]:{"&-action":{marginInlineStart:o},[`${t}-close-icon`]:{marginInlineStart:o,padding:0,overflow:"hidden",fontSize:i,lineHeight:`${i}px`,backgroundColor:"transparent",border:"none",outline:"none",cursor:"pointer",[`${n}-close`]:{color:c,transition:`color ${r}`,"&:hover":{color:l}}},"&-close-text":{color:c,transition:`color ${r}`,"&:hover":{color:l}}}}},ete=e=>[Qee(e),Zee(e),Jee(e)],tte=tt("Alert",e=>{const{fontSizeHeading3:t}=e,n=Ve(e,{alertIconSizeLG:t,alertPaddingHorizontal:12});return[ete(n)]}),nte={success:ui,info:mu,error:to,warning:di},rte={success:UL,info:GL,error:jL,warning:zL},ote=vr("success","info","warning","error"),ate=()=>({type:q.oneOf(ote),closable:{type:Boolean,default:void 0},closeText:q.any,message:q.any,description:q.any,afterClose:Function,showIcon:{type:Boolean,default:void 0},prefixCls:String,banner:{type:Boolean,default:void 0},icon:q.any,closeIcon:q.any,onClose:Function}),ite=ae({compatConfig:{MODE:3},name:"AAlert",inheritAttrs:!1,props:ate(),setup(e,t){let{slots:n,emit:r,attrs:o,expose:i}=t;const{prefixCls:c,direction:l}=Me("alert",e),[u,a]=tte(c),s=ce(!1),d=ce(!1),p=ce(),f=_=>{_.preventDefault();const v=p.value;v.style.height=`${v.offsetHeight}px`,v.style.height=`${v.offsetHeight}px`,s.value=!0,r("close",_)},m=()=>{var _;s.value=!1,d.value=!0,(_=e.afterClose)===null||_===void 0||_.call(e)},g=L(()=>{const{type:_}=e;return _!==void 0?_:e.banner?"warning":"info"});i({animationEnd:m});const h=ce({});return()=>{var _,v,b,S,E,T,C,w,O,R;const{banner:I,closeIcon:$=(_=n.closeIcon)===null||_===void 0?void 0:_.call(n)}=e;let{closable:N,showIcon:P}=e;const A=(v=e.closeText)!==null&&v!==void 0?v:(b=n.closeText)===null||b===void 0?void 0:b.call(n),D=(S=e.description)!==null&&S!==void 0?S:(E=n.description)===null||E===void 0?void 0:E.call(n),M=(T=e.message)!==null&&T!==void 0?T:(C=n.message)===null||C===void 0?void 0:C.call(n),k=(w=e.icon)!==null&&w!==void 0?w:(O=n.icon)===null||O===void 0?void 0:O.call(n),F=(R=n.action)===null||R===void 0?void 0:R.call(n);P=I&&P===void 0?!0:P;const B=(D?rte:nte)[g.value]||null;A&&(N=!0);const H=c.value,z=me(H,{[`${H}-${g.value}`]:!0,[`${H}-closing`]:s.value,[`${H}-with-description`]:!!D,[`${H}-no-icon`]:!P,[`${H}-banner`]:!!I,[`${H}-closable`]:N,[`${H}-rtl`]:l.value==="rtl",[a.value]:!0}),G=N?y("button",{type:"button",onClick:f,class:`${H}-close-icon`,tabindex:0},[A?y("span",{class:`${H}-close-text`},[A]):$===void 0?y(eo,null,null):$]):null,V=k&&(In(k)?Nt(k,{class:`${H}-icon`}):y("span",{class:`${H}-icon`},[k]))||y(B,{class:`${H}-icon`},null),j=Bo(`${H}-motion`,{appear:!1,css:!0,onAfterLeave:m,onBeforeLeave:K=>{K.style.maxHeight=`${K.offsetHeight}px`},onLeave:K=>{K.style.maxHeight="0px"}});return u(d.value?null:y(On,j,{default:()=>[dn(y("div",U(U({role:"alert"},o),{},{style:[o.style,h.value],class:[o.class,z],"data-show":!s.value,ref:p}),[P?V:null,y("div",{class:`${H}-content`},[M?y("div",{class:`${H}-message`},[M]):null,D?y("div",{class:`${H}-description`},[D]):null]),F?y("div",{class:`${H}-action`},[F]):null,G]),[[Vn,!s.value]])]}))}}}),lte=rn(ite),Ya=["xxxl","xxl","xl","lg","md","sm","xs"],ste=e=>({xs:`(max-width: ${e.screenXSMax}px)`,sm:`(min-width: ${e.screenSM}px)`,md:`(min-width: ${e.screenMD}px)`,lg:`(min-width: ${e.screenLG}px)`,xl:`(min-width: ${e.screenXL}px)`,xxl:`(min-width: ${e.screenXXL}px)`,xxxl:`{min-width: ${e.screenXXXL}px}`});function YC(){const[,e]=li();return L(()=>{const t=ste(e.value),n=new Map;let r=-1,o={};return{matchHandlers:{},dispatch(i){return o=i,n.forEach(c=>c(o)),n.size>=1},subscribe(i){return n.size||this.register(),r+=1,n.set(r,i),i(o),r},unsubscribe(i){n.delete(i),n.size||this.unregister()},unregister(){Object.keys(t).forEach(i=>{const c=t[i],l=this.matchHandlers[c];l==null||l.mql.removeListener(l==null?void 0:l.listener)}),n.clear()},register(){Object.keys(t).forEach(i=>{const c=t[i],l=a=>{let{matches:s}=a;this.dispatch(x(x({},o),{[i]:s}))},u=window.matchMedia(c);u.addListener(l),this.matchHandlers[c]={mql:u,listener:l},l(u)})},responsiveMap:t}})}function gu(){const e=ce({});let t=null;const n=YC();return Ke(()=>{t=n.value.subscribe(r=>{e.value=r})}),cr(()=>{n.value.unsubscribe(t)}),e}function so(e){const t=ce();return Qe(()=>{t.value=e()},{flush:"sync"}),t}const cte=e=>{const{antCls:t,componentCls:n,iconCls:r,avatarBg:o,avatarColor:i,containerSize:c,containerSizeLG:l,containerSizeSM:u,textFontSize:a,textFontSizeLG:s,textFontSizeSM:d,borderRadius:p,borderRadiusLG:f,borderRadiusSM:m,lineWidth:g,lineType:h}=e,_=(v,b,S)=>({width:v,height:v,lineHeight:`${v-g*2}px`,borderRadius:"50%",[`&${n}-square`]:{borderRadius:S},[`${n}-string`]:{position:"absolute",left:{_skip_check_:!0,value:"50%"},transformOrigin:"0 center"},[`&${n}-icon`]:{fontSize:b,[`> ${r}`]:{margin:0}}});return{[n]:x(x(x(x({},ot(e)),{position:"relative",display:"inline-block",overflow:"hidden",color:i,whiteSpace:"nowrap",textAlign:"center",verticalAlign:"middle",background:o,border:`${g}px ${h} transparent`,"&-image":{background:"transparent"},[`${t}-image-img`]:{display:"block"}}),_(c,a,p)),{"&-lg":x({},_(l,s,f)),"&-sm":x({},_(u,d,m)),"> img":{display:"block",width:"100%",height:"100%",objectFit:"cover"}})}},ute=e=>{const{componentCls:t,groupBorderColor:n,groupOverlapping:r,groupSpace:o}=e;return{[`${t}-group`]:{display:"inline-flex",[`${t}`]:{borderColor:n},"> *:not(:first-child)":{marginInlineStart:r}},[`${t}-group-popover`]:{[`${t} + ${t}`]:{marginInlineStart:o}}}},VL=tt("Avatar",e=>{const{colorTextLightSolid:t,colorTextPlaceholder:n}=e,r=Ve(e,{avatarBg:n,avatarColor:t});return[cte(r),ute(r)]},e=>{const{controlHeight:t,controlHeightLG:n,controlHeightSM:r,fontSize:o,fontSizeLG:i,fontSizeXL:c,fontSizeHeading3:l,marginXS:u,marginXXS:a,colorBorderBg:s}=e;return{containerSize:t,containerSizeLG:n,containerSizeSM:r,textFontSize:Math.round((i+c)/2),textFontSizeLG:l,textFontSizeSM:o,groupSpace:a,groupOverlapping:-u,groupBorderColor:s}}),YL=Symbol("AvatarContextKey"),dte=()=>et(YL,{}),pte=e=>at(YL,e),fte=()=>({prefixCls:String,shape:{type:String,default:"circle"},size:{type:[Number,String,Object],default:()=>"default"},src:String,srcset:String,icon:q.any,alt:String,gap:Number,draggable:{type:Boolean,default:void 0},crossOrigin:String,loadError:{type:Function}}),mte=ae({compatConfig:{MODE:3},name:"AAvatar",inheritAttrs:!1,props:fte(),slots:Object,setup(e,t){let{slots:n,attrs:r}=t;const o=ce(!0),i=ce(!1),c=ce(1),l=ce(null),u=ce(null),{prefixCls:a}=Me("avatar",e),[s,d]=VL(a),p=dte(),f=L(()=>e.size==="default"?p.size:e.size),m=gu(),g=so(()=>{if(typeof e.size!="object")return;const b=Ya.find(E=>m.value[E]);return e.size[b]}),h=b=>g.value?{width:`${g.value}px`,height:`${g.value}px`,lineHeight:`${g.value}px`,fontSize:`${b?g.value/2:18}px`}:{},_=()=>{if(!l.value||!u.value)return;const b=l.value.offsetWidth,S=u.value.offsetWidth;if(b!==0&&S!==0){const{gap:E=4}=e;E*2{const{loadError:b}=e;(b==null?void 0:b())!==!1&&(o.value=!1)};return Ee(()=>e.src,()=>{ft(()=>{o.value=!0,c.value=1})}),Ee(()=>e.gap,()=>{ft(()=>{_()})}),Ke(()=>{ft(()=>{_(),i.value=!0})}),()=>{var b,S;const{shape:E,src:T,alt:C,srcset:w,draggable:O,crossOrigin:R}=e,I=(b=p.shape)!==null&&b!==void 0?b:E,$=Mn(n,e,"icon"),N=a.value,P={[`${r.class}`]:!!r.class,[N]:!0,[`${N}-lg`]:f.value==="large",[`${N}-sm`]:f.value==="small",[`${N}-${I}`]:!0,[`${N}-image`]:T&&o.value,[`${N}-icon`]:$,[d.value]:!0},A=typeof f.value=="number"?{width:`${f.value}px`,height:`${f.value}px`,lineHeight:`${f.value}px`,fontSize:$?`${f.value/2}px`:"18px"}:{},D=(S=n.default)===null||S===void 0?void 0:S.call(n);let M;if(T&&o.value)M=y("img",{draggable:O,src:T,srcset:w,onError:v,alt:C,crossorigin:R},null);else if($)M=$;else if(i.value||c.value!==1){const k=`scale(${c.value}) translateX(-50%)`,F={msTransform:k,WebkitTransform:k,transform:k},B=typeof f.value=="number"?{lineHeight:`${f.value}px`}:{};M=y(ko,{onResize:_},{default:()=>[y("span",{class:`${N}-string`,ref:l,style:x(x({},B),F)},[D])]})}else M=y("span",{class:`${N}-string`,ref:l,style:{opacity:0}},[D]);return s(y("span",U(U({},r),{},{ref:u,class:P,style:[A,h(!!$),r.style]}),[M]))}}}),Ml=mte,xo={adjustX:1,adjustY:1},wo=[0,0],WL={left:{points:["cr","cl"],overflow:xo,offset:[-4,0],targetOffset:wo},right:{points:["cl","cr"],overflow:xo,offset:[4,0],targetOffset:wo},top:{points:["bc","tc"],overflow:xo,offset:[0,-4],targetOffset:wo},bottom:{points:["tc","bc"],overflow:xo,offset:[0,4],targetOffset:wo},topLeft:{points:["bl","tl"],overflow:xo,offset:[0,-4],targetOffset:wo},leftTop:{points:["tr","tl"],overflow:xo,offset:[-4,0],targetOffset:wo},topRight:{points:["br","tr"],overflow:xo,offset:[0,-4],targetOffset:wo},rightTop:{points:["tl","tr"],overflow:xo,offset:[4,0],targetOffset:wo},bottomRight:{points:["tr","br"],overflow:xo,offset:[0,4],targetOffset:wo},rightBottom:{points:["bl","br"],overflow:xo,offset:[4,0],targetOffset:wo},bottomLeft:{points:["tl","bl"],overflow:xo,offset:[0,4],targetOffset:wo},leftBottom:{points:["br","bl"],overflow:xo,offset:[-4,0],targetOffset:wo}},gte={prefixCls:String,id:String,overlayInnerStyle:q.any},hte=ae({compatConfig:{MODE:3},name:"TooltipContent",props:gte,setup(e,t){let{slots:n}=t;return()=>{var r;return y("div",{class:`${e.prefixCls}-inner`,id:e.id,role:"tooltip",style:e.overlayInnerStyle},[(r=n.overlay)===null||r===void 0?void 0:r.call(n)])}}});var _te=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{}),overlayStyle:{type:Object,default:void 0},overlayClassName:String,prefixCls:q.string.def("rc-tooltip"),mouseEnterDelay:q.number.def(.1),mouseLeaveDelay:q.number.def(.1),getPopupContainer:Function,destroyTooltipOnHide:{type:Boolean,default:!1},align:q.object.def(()=>({})),arrowContent:q.any.def(null),tipId:String,builtinPlacements:q.object,overlayInnerStyle:{type:Object,default:void 0},popupVisible:{type:Boolean,default:void 0},onVisibleChange:Function,onPopupAlign:Function},setup(e,t){let{slots:n,attrs:r,expose:o}=t;const i=ce(),c=()=>{const{prefixCls:s,tipId:d,overlayInnerStyle:p}=e;return[y("div",{class:`${s}-arrow`,key:"arrow"},[Mn(n,e,"arrowContent")]),y(hte,{key:"content",prefixCls:s,id:d,overlayInnerStyle:p},{overlay:n.overlay})]};o({getPopupDomNode:()=>i.value.getPopupDomNode(),triggerDOM:i,forcePopupAlign:()=>{var s;return(s=i.value)===null||s===void 0?void 0:s.forcePopupAlign()}});const u=ce(!1),a=ce(!1);return Qe(()=>{const{destroyTooltipOnHide:s}=e;if(typeof s=="boolean")u.value=s;else if(s&&typeof s=="object"){const{keepParent:d}=s;u.value=d===!0,a.value=d===!1}}),()=>{const{overlayClassName:s,trigger:d,mouseEnterDelay:p,mouseLeaveDelay:f,overlayStyle:m,prefixCls:g,afterVisibleChange:h,transitionName:_,animation:v,placement:b,align:S,destroyTooltipOnHide:E,defaultVisible:T}=e,C=_te(e,["overlayClassName","trigger","mouseEnterDelay","mouseLeaveDelay","overlayStyle","prefixCls","afterVisibleChange","transitionName","animation","placement","align","destroyTooltipOnHide","defaultVisible"]),w=x({},C);e.visible!==void 0&&(w.popupVisible=e.visible);const O=x(x(x({popupClassName:s,prefixCls:g,action:d,builtinPlacements:WL,popupPlacement:b,popupAlign:S,afterPopupVisibleChange:h,popupTransitionName:_,popupAnimation:v,defaultPopupVisible:T,destroyPopupOnHide:u.value,autoDestroy:a.value,mouseLeaveDelay:f,popupStyle:m,mouseEnterDelay:p},w),r),{onPopupVisibleChange:e.onVisibleChange||nR,onPopupAlign:e.onPopupAlign||nR,ref:i,popup:c()});return y(vs,O,{default:n.default})}}}),WC=()=>({trigger:[String,Array],open:{type:Boolean,default:void 0},visible:{type:Boolean,default:void 0},placement:String,color:String,transitionName:String,overlayStyle:Fe(),overlayInnerStyle:Fe(),overlayClassName:String,openClassName:String,prefixCls:String,mouseEnterDelay:Number,mouseLeaveDelay:Number,getPopupContainer:Function,arrowPointAtCenter:{type:Boolean,default:void 0},autoAdjustOverflow:{type:[Boolean,Object],default:void 0},destroyTooltipOnHide:{type:Boolean,default:void 0},align:Fe(),builtinPlacements:Fe(),children:Array,onVisibleChange:Function,"onUpdate:visible":Function,onOpenChange:Function,"onUpdate:open":Function}),bte={adjustX:1,adjustY:1},rR={adjustX:0,adjustY:0},Ste=[0,0];function oR(e){return typeof e=="boolean"?e?bte:rR:x(x({},rR),e)}function KC(e){const{arrowWidth:t=4,horizontalArrowShift:n=16,verticalArrowShift:r=8,autoAdjustOverflow:o,arrowPointAtCenter:i}=e,c={left:{points:["cr","cl"],offset:[-4,0]},right:{points:["cl","cr"],offset:[4,0]},top:{points:["bc","tc"],offset:[0,-4]},bottom:{points:["tc","bc"],offset:[0,4]},topLeft:{points:["bl","tc"],offset:[-(n+t),-4]},leftTop:{points:["tr","cl"],offset:[-4,-(r+t)]},topRight:{points:["br","tc"],offset:[n+t,-4]},rightTop:{points:["tl","cr"],offset:[4,-(r+t)]},bottomRight:{points:["tr","bc"],offset:[n+t,4]},rightBottom:{points:["bl","cr"],offset:[4,r+t]},bottomLeft:{points:["tl","bc"],offset:[-(n+t),4]},leftBottom:{points:["br","cl"],offset:[-4,r+t]}};return Object.keys(c).forEach(l=>{c[l]=i?x(x({},c[l]),{overflow:oR(o),targetOffset:Ste}):x(x({},WL[l]),{overflow:oR(o)}),c[l].ignoreShake=!0}),c}function Hg(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];for(let t=0,n=e.length;t`${e}-inverse`),Ete=["success","processing","error","default","warning"];function N_(e){return(arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0)?[...yte,...Xd].includes(e):Xd.includes(e)}function Cte(e){return Ete.includes(e)}function Tte(e,t){const n=N_(t),r=me({[`${e}-${t}`]:t&&n}),o={},i={};return t&&!n&&(o.background=t,i["--antd-arrow-background-color"]=t),{className:r,overlayStyle:o,arrowStyle:i}}function Bf(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";return e.map(n=>`${t}${n}`).join(",")}const qC=8;function KL(e){const t=qC,{sizePopupArrow:n,contentRadius:r,borderRadiusOuter:o,limitVerticalRadius:i}=e,c=n/2-Math.ceil(o*(Math.sqrt(2)-1)),l=(r>12?r+2:12)-c,u=i?t-c:l;return{dropdownArrowOffset:l,dropdownArrowOffsetVertical:u}}function XC(e,t){const{componentCls:n,sizePopupArrow:r,marginXXS:o,borderRadiusXS:i,borderRadiusOuter:c,boxShadowPopoverArrow:l}=e,{colorBg:u,showArrowCls:a,contentRadius:s=e.borderRadiusLG,limitVerticalRadius:d}=t,{dropdownArrowOffsetVertical:p,dropdownArrowOffset:f}=KL({sizePopupArrow:r,contentRadius:s,borderRadiusOuter:c,limitVerticalRadius:d}),m=r/2+o;return{[n]:{[`${n}-arrow`]:[x(x({position:"absolute",zIndex:1,display:"block"},BE(r,i,c,u,l)),{"&:before":{background:u}})],[[`&-placement-top ${n}-arrow`,`&-placement-topLeft ${n}-arrow`,`&-placement-topRight ${n}-arrow`].join(",")]:{bottom:0,transform:"translateY(100%) rotate(180deg)"},[`&-placement-top ${n}-arrow`]:{left:{_skip_check_:!0,value:"50%"},transform:"translateX(-50%) translateY(100%) rotate(180deg)"},[`&-placement-topLeft ${n}-arrow`]:{left:{_skip_check_:!0,value:f}},[`&-placement-topRight ${n}-arrow`]:{right:{_skip_check_:!0,value:f}},[[`&-placement-bottom ${n}-arrow`,`&-placement-bottomLeft ${n}-arrow`,`&-placement-bottomRight ${n}-arrow`].join(",")]:{top:0,transform:"translateY(-100%)"},[`&-placement-bottom ${n}-arrow`]:{left:{_skip_check_:!0,value:"50%"},transform:"translateX(-50%) translateY(-100%)"},[`&-placement-bottomLeft ${n}-arrow`]:{left:{_skip_check_:!0,value:f}},[`&-placement-bottomRight ${n}-arrow`]:{right:{_skip_check_:!0,value:f}},[[`&-placement-left ${n}-arrow`,`&-placement-leftTop ${n}-arrow`,`&-placement-leftBottom ${n}-arrow`].join(",")]:{right:{_skip_check_:!0,value:0},transform:"translateX(100%) rotate(90deg)"},[`&-placement-left ${n}-arrow`]:{top:{_skip_check_:!0,value:"50%"},transform:"translateY(-50%) translateX(100%) rotate(90deg)"},[`&-placement-leftTop ${n}-arrow`]:{top:p},[`&-placement-leftBottom ${n}-arrow`]:{bottom:p},[[`&-placement-right ${n}-arrow`,`&-placement-rightTop ${n}-arrow`,`&-placement-rightBottom ${n}-arrow`].join(",")]:{left:{_skip_check_:!0,value:0},transform:"translateX(-100%) rotate(-90deg)"},[`&-placement-right ${n}-arrow`]:{top:{_skip_check_:!0,value:"50%"},transform:"translateY(-50%) translateX(-100%) rotate(-90deg)"},[`&-placement-rightTop ${n}-arrow`]:{top:p},[`&-placement-rightBottom ${n}-arrow`]:{bottom:p},[Bf(["&-placement-topLeft","&-placement-top","&-placement-topRight"],a)]:{paddingBottom:m},[Bf(["&-placement-bottomLeft","&-placement-bottom","&-placement-bottomRight"],a)]:{paddingTop:m},[Bf(["&-placement-leftTop","&-placement-left","&-placement-leftBottom"],a)]:{paddingRight:{_skip_check_:!0,value:m}},[Bf(["&-placement-rightTop","&-placement-right","&-placement-rightBottom"],a)]:{paddingLeft:{_skip_check_:!0,value:m}}}}}const xte=e=>{const{componentCls:t,tooltipMaxWidth:n,tooltipColor:r,tooltipBg:o,tooltipBorderRadius:i,zIndexPopup:c,controlHeight:l,boxShadowSecondary:u,paddingSM:a,paddingXS:s,tooltipRadiusOuter:d}=e;return[{[t]:x(x(x(x({},ot(e)),{position:"absolute",zIndex:c,display:"block","&":[{width:"max-content"},{width:"intrinsic"}],maxWidth:n,visibility:"visible","&-hidden":{display:"none"},"--antd-arrow-background-color":o,[`${t}-inner`]:{minWidth:l,minHeight:l,padding:`${a/2}px ${s}px`,color:r,textAlign:"start",textDecoration:"none",wordWrap:"break-word",backgroundColor:o,borderRadius:i,boxShadow:u},[["&-placement-left","&-placement-leftTop","&-placement-leftBottom","&-placement-right","&-placement-rightTop","&-placement-rightBottom"].join(",")]:{[`${t}-inner`]:{borderRadius:Math.min(i,qC)}},[`${t}-content`]:{position:"relative"}}),wg(e,(p,f)=>{let{darkColor:m}=f;return{[`&${t}-${p}`]:{[`${t}-inner`]:{backgroundColor:m},[`${t}-arrow`]:{"--antd-arrow-background-color":m}}}})),{"&-rtl":{direction:"rtl"}})},XC(Ve(e,{borderRadiusOuter:d}),{colorBg:"var(--antd-arrow-background-color)",showArrowCls:"",contentRadius:i,limitVerticalRadius:!0}),{[`${t}-pure`]:{position:"relative",maxWidth:"none"}}]},wte=(e,t)=>tt("Tooltip",r=>{if((t==null?void 0:t.value)===!1)return[];const{borderRadius:o,colorTextLightSolid:i,colorBgDefault:c,borderRadiusOuter:l}=r,u=Ve(r,{tooltipMaxWidth:250,tooltipColor:i,tooltipBorderRadius:o,tooltipBg:c,tooltipRadiusOuter:l>4?4:l});return[xte(u),pu(r,"zoom-big-fast")]},r=>{let{zIndexPopupBase:o,colorBgSpotlight:i}=r;return{zIndexPopup:o+70,colorBgDefault:i}})(e),Ote=(e,t)=>{const n={},r=x({},e);return t.forEach(o=>{e&&o in e&&(n[o]=e[o],delete r[o])}),{picked:n,omitted:r}},qL=()=>x(x({},WC()),{title:q.any}),XL=()=>({trigger:"hover",align:{},placement:"top",mouseEnterDelay:.1,mouseLeaveDelay:.1,arrowPointAtCenter:!1,autoAdjustOverflow:!0}),Ite=ae({compatConfig:{MODE:3},name:"ATooltip",inheritAttrs:!1,props:st(qL(),{trigger:"hover",align:{},placement:"top",mouseEnterDelay:.1,mouseLeaveDelay:.1,arrowPointAtCenter:!1,autoAdjustOverflow:!0}),slots:Object,setup(e,t){let{slots:n,emit:r,attrs:o,expose:i}=t;const{prefixCls:c,getPopupContainer:l,direction:u,rootPrefixCls:a}=Me("tooltip",e),s=L(()=>{var R;return(R=e.open)!==null&&R!==void 0?R:e.visible}),d=ie(Hg([e.open,e.visible])),p=ie();let f;Ee(s,R=>{it.cancel(f),f=it(()=>{d.value=!!R})});const m=()=>{var R;const I=(R=e.title)!==null&&R!==void 0?R:n.title;return!I&&I!==0},g=R=>{const I=m();s.value===void 0&&(d.value=I?!1:R),I||(r("update:visible",R),r("visibleChange",R),r("update:open",R),r("openChange",R))};i({getPopupDomNode:()=>p.value.getPopupDomNode(),open:d,forcePopupAlign:()=>{var R;return(R=p.value)===null||R===void 0?void 0:R.forcePopupAlign()}});const _=L(()=>{const{builtinPlacements:R,arrowPointAtCenter:I,autoAdjustOverflow:$}=e;return R||KC({arrowPointAtCenter:I,autoAdjustOverflow:$})}),v=R=>R||R==="",b=R=>{const I=R.type;if(typeof I=="object"&&R.props&&((I.__ANT_BUTTON===!0||I==="button")&&v(R.props.disabled)||I.__ANT_SWITCH===!0&&(v(R.props.disabled)||v(R.props.loading))||I.__ANT_RADIO===!0&&v(R.props.disabled))){const{picked:$,omitted:N}=Ote(u2(R),["position","left","right","top","bottom","float","display","zIndex"]),P=x(x({display:"inline-block"},$),{cursor:"not-allowed",lineHeight:1,width:R.props&&R.props.block?"100%":void 0}),A=x(x({},N),{pointerEvents:"none"}),D=Nt(R,{style:A},!0);return y("span",{style:P,class:`${c.value}-disabled-compatible-wrapper`},[D])}return R},S=()=>{var R,I;return(R=e.title)!==null&&R!==void 0?R:(I=n.title)===null||I===void 0?void 0:I.call(n)},E=(R,I)=>{const $=_.value,N=Object.keys($).find(P=>{var A,D;return $[P].points[0]===((A=I.points)===null||A===void 0?void 0:A[0])&&$[P].points[1]===((D=I.points)===null||D===void 0?void 0:D[1])});if(N){const P=R.getBoundingClientRect(),A={top:"50%",left:"50%"};N.indexOf("top")>=0||N.indexOf("Bottom")>=0?A.top=`${P.height-I.offset[1]}px`:(N.indexOf("Top")>=0||N.indexOf("bottom")>=0)&&(A.top=`${-I.offset[1]}px`),N.indexOf("left")>=0||N.indexOf("Right")>=0?A.left=`${P.width-I.offset[0]}px`:(N.indexOf("right")>=0||N.indexOf("Left")>=0)&&(A.left=`${-I.offset[0]}px`),R.style.transformOrigin=`${A.left} ${A.top}`}},T=L(()=>Tte(c.value,e.color)),C=L(()=>o["data-popover-inject"]),[w,O]=wte(c,L(()=>!C.value));return()=>{var R,I;const{openClassName:$,overlayClassName:N,overlayStyle:P,overlayInnerStyle:A}=e;let D=(I=an((R=n.default)===null||R===void 0?void 0:R.call(n)))!==null&&I!==void 0?I:null;D=D.length===1?D[0]:D;let M=d.value;if(s.value===void 0&&m()&&(M=!1),!D)return null;const k=b(In(D)&&!Az(D)?D:y("span",null,[D])),F=me({[$||`${c.value}-open`]:!0,[k.props&&k.props.class]:k.props&&k.props.class}),B=me(N,{[`${c.value}-rtl`]:u.value==="rtl"},T.value.className,O.value),H=x(x({},T.value.overlayStyle),A),z=T.value.arrowStyle,G=x(x(x({},o),e),{prefixCls:c.value,getPopupContainer:l==null?void 0:l.value,builtinPlacements:_.value,visible:M,ref:p,overlayClassName:B,overlayStyle:x(x({},z),P),overlayInnerStyle:H,onVisibleChange:g,onPopupAlign:E,transitionName:Or(a.value,"zoom-big-fast",e.transitionName)});return w(y(vte,G,{default:()=>[d.value?Nt(k,{class:F}):k],arrowContent:()=>y("span",{class:`${c.value}-arrow-content`},null),overlay:S}))}}}),Kr=rn(Ite),Rte=e=>{const{componentCls:t,popoverBg:n,popoverColor:r,width:o,fontWeightStrong:i,popoverPadding:c,boxShadowSecondary:l,colorTextHeading:u,borderRadiusLG:a,zIndexPopup:s,marginXS:d,colorBgElevated:p}=e;return[{[t]:x(x({},ot(e)),{position:"absolute",top:0,left:{_skip_check_:!0,value:0},zIndex:s,fontWeight:"normal",whiteSpace:"normal",textAlign:"start",cursor:"auto",userSelect:"text","--antd-arrow-background-color":p,"&-rtl":{direction:"rtl"},"&-hidden":{display:"none"},[`${t}-content`]:{position:"relative"},[`${t}-inner`]:{backgroundColor:n,backgroundClip:"padding-box",borderRadius:a,boxShadow:l,padding:c},[`${t}-title`]:{minWidth:o,marginBottom:d,color:u,fontWeight:i},[`${t}-inner-content`]:{color:r}})},XC(e,{colorBg:"var(--antd-arrow-background-color)"}),{[`${t}-pure`]:{position:"relative",maxWidth:"none",[`${t}-content`]:{display:"inline-block"}}}]},Ate=e=>{const{componentCls:t}=e;return{[t]:Xd.map(n=>{const r=e[`${n}-6`];return{[`&${t}-${n}`]:{"--antd-arrow-background-color":r,[`${t}-inner`]:{backgroundColor:r},[`${t}-arrow`]:{background:"transparent"}}}})}},Nte=e=>{const{componentCls:t,lineWidth:n,lineType:r,colorSplit:o,paddingSM:i,controlHeight:c,fontSize:l,lineHeight:u,padding:a}=e,s=c-Math.round(l*u),d=s/2,p=s/2-n,f=a;return{[t]:{[`${t}-inner`]:{padding:0},[`${t}-title`]:{margin:0,padding:`${d}px ${f}px ${p}px`,borderBottom:`${n}px ${r} ${o}`},[`${t}-inner-content`]:{padding:`${i}px ${f}px`}}}},$te=tt("Popover",e=>{const{colorBgElevated:t,colorText:n,wireframe:r}=e,o=Ve(e,{popoverBg:t,popoverColor:n,popoverPadding:12});return[Rte(o),Ate(o),r&&Nte(o),pu(o,"zoom-big")]},e=>{let{zIndexPopupBase:t}=e;return{zIndexPopup:t+30,width:177}}),Dte=()=>x(x({},WC()),{content:Bt(),title:Bt()}),Pte=ae({compatConfig:{MODE:3},name:"APopover",inheritAttrs:!1,props:st(Dte(),x(x({},XL()),{trigger:"hover",placement:"top",mouseEnterDelay:.1,mouseLeaveDelay:.1})),setup(e,t){let{expose:n,slots:r,attrs:o}=t;const i=ie();Jt(e.visible===void 0),n({getPopupDomNode:()=>{var p,f;return(f=(p=i.value)===null||p===void 0?void 0:p.getPopupDomNode)===null||f===void 0?void 0:f.call(p)}});const{prefixCls:c,configProvider:l}=Me("popover",e),[u,a]=$te(c),s=L(()=>l.getPrefixCls()),d=()=>{var p,f;const{title:m=an((p=r.title)===null||p===void 0?void 0:p.call(r)),content:g=an((f=r.content)===null||f===void 0?void 0:f.call(r))}=e,h=!!(Array.isArray(m)?m.length:m),_=!!(Array.isArray(g)?g.length:m);return!h&&!_?null:y(ze,null,[h&&y("div",{class:`${c.value}-title`},[m]),y("div",{class:`${c.value}-inner-content`},[g])])};return()=>{const p=me(e.overlayClassName,a.value);return u(y(Kr,U(U(U({},gt(e,["title","content"])),o),{},{prefixCls:c.value,ref:i,overlayClassName:p,transitionName:Or(s.value,"zoom-big",e.transitionName),"data-popover-inject":!0}),{title:d,default:r.default}))}}}),QC=rn(Pte),Mte=()=>({prefixCls:String,maxCount:Number,maxStyle:{type:Object,default:void 0},maxPopoverPlacement:{type:String,default:"top"},maxPopoverTrigger:String,size:{type:[Number,String,Object],default:"default"},shape:{type:String,default:"circle"}}),kte=ae({compatConfig:{MODE:3},name:"AAvatarGroup",inheritAttrs:!1,props:Mte(),setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o,direction:i}=Me("avatar",e),c=L(()=>`${o.value}-group`),[l,u]=VL(o);return Qe(()=>{const a={size:e.size,shape:e.shape};pte(a)}),()=>{const{maxPopoverPlacement:a="top",maxCount:s,maxStyle:d,maxPopoverTrigger:p="hover",shape:f}=e,m={[c.value]:!0,[`${c.value}-rtl`]:i.value==="rtl",[`${r.class}`]:!!r.class,[u.value]:!0},g=Mn(n,e),h=Lt(g).map((v,b)=>Nt(v,{key:`avatar-key-${b}`})),_=h.length;if(s&&s<_){const v=h.slice(0,s),b=h.slice(s,_);return v.push(y(QC,{key:"avatar-popover-key",content:b,trigger:p,placement:a,overlayClassName:`${c.value}-popover`},{default:()=>[y(Ml,{style:d,shape:f},{default:()=>[`+${_-s}`]})]})),l(y("div",U(U({},r),{},{class:m,style:r.style}),[v]))}return l(y("div",U(U({},r),{},{class:m,style:r.style}),[h]))}}}),Ug=kte;Ml.Group=Ug;Ml.install=function(e){return e.component(Ml.name,Ml),e.component(Ug.name,Ug),e};function aR(e){let{prefixCls:t,value:n,current:r,offset:o=0}=e,i;return o&&(i={position:"absolute",top:`${o}00%`,left:0}),y("p",{style:i,class:me(`${t}-only-unit`,{current:r})},[n])}function Lte(e,t,n){let r=e,o=0;for(;(r+10)%10!==t;)r+=n,o+=n;return o}const Fte=ae({compatConfig:{MODE:3},name:"SingleNumber",props:{prefixCls:String,value:String,count:Number},setup(e){const t=L(()=>Number(e.value)),n=L(()=>Math.abs(e.count)),r=mt({prevValue:t.value,prevCount:n.value}),o=()=>{r.prevValue=t.value,r.prevCount=n.value},i=ie();return Ee(t,()=>{clearTimeout(i.value),i.value=setTimeout(()=>{o()},1e3)},{flush:"post"}),cr(()=>{clearTimeout(i.value)}),()=>{let c,l={};const u=t.value;if(r.prevValue===u||Number.isNaN(u)||Number.isNaN(r.prevValue))c=[aR(x(x({},e),{current:!0}))],l={transition:"none"};else{c=[];const a=u+10,s=[];for(let f=u;f<=a;f+=1)s.push(f);const d=s.findIndex(f=>f%10===r.prevValue);c=s.map((f,m)=>{const g=f%10;return aR(x(x({},e),{value:g,offset:m-d,current:m===d}))});const p=r.prevCounto()},[c])}}});var Bte=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{var i;const c=x(x({},e),n),{prefixCls:l,count:u,title:a,show:s,component:d="sup",class:p,style:f}=c,m=Bte(c,["prefixCls","count","title","show","component","class","style"]),g=x(x({},m),{style:f,"data-show":e.show,class:me(o.value,p),title:a});let h=u;if(u&&Number(u)%1===0){const v=String(u).split("");h=v.map((b,S)=>y(Fte,{prefixCls:o.value,count:Number(u),value:b,key:v.length-S},null))}f&&f.borderColor&&(g.style=x(x({},f),{boxShadow:`0 0 0 1px ${f.borderColor} inset`}));const _=an((i=r.default)===null||i===void 0?void 0:i.call(r));return _&&_.length?Nt(_,{class:me(`${o.value}-custom-component`)},!1):y(d,g,{default:()=>[h]})}}}),zte=new vt("antStatusProcessing",{"0%":{transform:"scale(0.8)",opacity:.5},"100%":{transform:"scale(2.4)",opacity:0}}),Gte=new vt("antZoomBadgeIn",{"0%":{transform:"scale(0) translate(50%, -50%)",opacity:0},"100%":{transform:"scale(1) translate(50%, -50%)"}}),jte=new vt("antZoomBadgeOut",{"0%":{transform:"scale(1) translate(50%, -50%)"},"100%":{transform:"scale(0) translate(50%, -50%)",opacity:0}}),Vte=new vt("antNoWrapperZoomBadgeIn",{"0%":{transform:"scale(0)",opacity:0},"100%":{transform:"scale(1)"}}),Yte=new vt("antNoWrapperZoomBadgeOut",{"0%":{transform:"scale(1)"},"100%":{transform:"scale(0)",opacity:0}}),Wte=new vt("antBadgeLoadingCircle",{"0%":{transformOrigin:"50%"},"100%":{transform:"translate(50%, -50%) rotate(360deg)",transformOrigin:"50%"}}),Kte=e=>{const{componentCls:t,iconCls:n,antCls:r,badgeFontHeight:o,badgeShadowSize:i,badgeHeightSm:c,motionDurationSlow:l,badgeStatusSize:u,marginXS:a,badgeRibbonOffset:s}=e,d=`${r}-scroll-number`,p=`${r}-ribbon`,f=`${r}-ribbon-wrapper`,m=wg(e,(h,_)=>{let{darkColor:v}=_;return{[`&${t} ${t}-color-${h}`]:{background:v,[`&:not(${t}-count)`]:{color:v}}}}),g=wg(e,(h,_)=>{let{darkColor:v}=_;return{[`&${p}-color-${h}`]:{background:v,color:v}}});return{[t]:x(x(x(x({},ot(e)),{position:"relative",display:"inline-block",width:"fit-content",lineHeight:1,[`${t}-count`]:{zIndex:e.badgeZIndex,minWidth:e.badgeHeight,height:e.badgeHeight,color:e.badgeTextColor,fontWeight:e.badgeFontWeight,fontSize:e.badgeFontSize,lineHeight:`${e.badgeHeight}px`,whiteSpace:"nowrap",textAlign:"center",background:e.badgeColor,borderRadius:e.badgeHeight/2,boxShadow:`0 0 0 ${i}px ${e.badgeShadowColor}`,transition:`background ${e.motionDurationMid}`,a:{color:e.badgeTextColor},"a:hover":{color:e.badgeTextColor},"a:hover &":{background:e.badgeColorHover}},[`${t}-count-sm`]:{minWidth:c,height:c,fontSize:e.badgeFontSizeSm,lineHeight:`${c}px`,borderRadius:c/2},[`${t}-multiple-words`]:{padding:`0 ${e.paddingXS}px`},[`${t}-dot`]:{zIndex:e.badgeZIndex,width:e.badgeDotSize,minWidth:e.badgeDotSize,height:e.badgeDotSize,background:e.badgeColor,borderRadius:"100%",boxShadow:`0 0 0 ${i}px ${e.badgeShadowColor}`},[`${t}-dot${d}`]:{transition:`background ${l}`},[`${t}-count, ${t}-dot, ${d}-custom-component`]:{position:"absolute",top:0,insetInlineEnd:0,transform:"translate(50%, -50%)",transformOrigin:"100% 0%",[`&${n}-spin`]:{animationName:Wte,animationDuration:"1s",animationIterationCount:"infinite",animationTimingFunction:"linear"}},[`&${t}-status`]:{lineHeight:"inherit",verticalAlign:"baseline",[`${t}-status-dot`]:{position:"relative",top:-1,display:"inline-block",width:u,height:u,verticalAlign:"middle",borderRadius:"50%"},[`${t}-status-success`]:{backgroundColor:e.colorSuccess},[`${t}-status-processing`]:{overflow:"visible",color:e.colorPrimary,backgroundColor:e.colorPrimary,"&::after":{position:"absolute",top:0,insetInlineStart:0,width:"100%",height:"100%",borderWidth:i,borderStyle:"solid",borderColor:"inherit",borderRadius:"50%",animationName:zte,animationDuration:e.badgeProcessingDuration,animationIterationCount:"infinite",animationTimingFunction:"ease-in-out",content:'""'}},[`${t}-status-default`]:{backgroundColor:e.colorTextPlaceholder},[`${t}-status-error`]:{backgroundColor:e.colorError},[`${t}-status-warning`]:{backgroundColor:e.colorWarning},[`${t}-status-text`]:{marginInlineStart:a,color:e.colorText,fontSize:e.fontSize}}}),m),{[`${t}-zoom-appear, ${t}-zoom-enter`]:{animationName:Gte,animationDuration:e.motionDurationSlow,animationTimingFunction:e.motionEaseOutBack,animationFillMode:"both"},[`${t}-zoom-leave`]:{animationName:jte,animationDuration:e.motionDurationSlow,animationTimingFunction:e.motionEaseOutBack,animationFillMode:"both"},[`&${t}-not-a-wrapper`]:{[`${t}-zoom-appear, ${t}-zoom-enter`]:{animationName:Vte,animationDuration:e.motionDurationSlow,animationTimingFunction:e.motionEaseOutBack},[`${t}-zoom-leave`]:{animationName:Yte,animationDuration:e.motionDurationSlow,animationTimingFunction:e.motionEaseOutBack},[`&:not(${t}-status)`]:{verticalAlign:"middle"},[`${d}-custom-component, ${t}-count`]:{transform:"none"},[`${d}-custom-component, ${d}`]:{position:"relative",top:"auto",display:"block",transformOrigin:"50% 50%"}},[`${d}`]:{overflow:"hidden",[`${d}-only`]:{position:"relative",display:"inline-block",height:e.badgeHeight,transition:`all ${e.motionDurationSlow} ${e.motionEaseOutBack}`,WebkitTransformStyle:"preserve-3d",WebkitBackfaceVisibility:"hidden",[`> p${d}-only-unit`]:{height:e.badgeHeight,margin:0,WebkitTransformStyle:"preserve-3d",WebkitBackfaceVisibility:"hidden"}},[`${d}-symbol`]:{verticalAlign:"top"}},"&-rtl":{direction:"rtl",[`${t}-count, ${t}-dot, ${d}-custom-component`]:{transform:"translate(-50%, -50%)"}}}),[`${f}`]:{position:"relative"},[`${p}`]:x(x(x(x({},ot(e)),{position:"absolute",top:a,padding:`0 ${e.paddingXS}px`,color:e.colorPrimary,lineHeight:`${o}px`,whiteSpace:"nowrap",backgroundColor:e.colorPrimary,borderRadius:e.borderRadiusSM,[`${p}-text`]:{color:e.colorTextLightSolid},[`${p}-corner`]:{position:"absolute",top:"100%",width:s,height:s,color:"currentcolor",border:`${s/2}px solid`,transform:e.badgeRibbonCornerTransform,transformOrigin:"top",filter:e.badgeRibbonCornerFilter}}),g),{[`&${p}-placement-end`]:{insetInlineEnd:-s,borderEndEndRadius:0,[`${p}-corner`]:{insetInlineEnd:0,borderInlineEndColor:"transparent",borderBlockEndColor:"transparent"}},[`&${p}-placement-start`]:{insetInlineStart:-s,borderEndStartRadius:0,[`${p}-corner`]:{insetInlineStart:0,borderBlockEndColor:"transparent",borderInlineStartColor:"transparent"}},"&-rtl":{direction:"rtl"}})}},QL=tt("Badge",e=>{const{fontSize:t,lineHeight:n,fontSizeSM:r,lineWidth:o,marginXS:i,colorBorderBg:c}=e,l=Math.round(t*n),u=o,a="auto",s=l-2*u,d=e.colorBgContainer,p="normal",f=r,m=e.colorError,g=e.colorErrorHover,h=t,_=r/2,v=r,b=r/2,S=Ve(e,{badgeFontHeight:l,badgeShadowSize:u,badgeZIndex:a,badgeHeight:s,badgeTextColor:d,badgeFontWeight:p,badgeFontSize:f,badgeColor:m,badgeColorHover:g,badgeShadowColor:c,badgeHeightSm:h,badgeDotSize:_,badgeFontSizeSm:v,badgeStatusSize:b,badgeProcessingDuration:"1.2s",badgeRibbonOffset:i,badgeRibbonCornerTransform:"scaleY(0.75)",badgeRibbonCornerFilter:"brightness(75%)"});return[Kte(S)]});var qte=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o({prefix:String,color:{type:String},text:q.any,placement:{type:String,default:"end"}}),zg=ae({compatConfig:{MODE:3},name:"ABadgeRibbon",inheritAttrs:!1,props:Xte(),slots:Object,setup(e,t){let{attrs:n,slots:r}=t;const{prefixCls:o,direction:i}=Me("ribbon",e),[c,l]=QL(o),u=L(()=>N_(e.color,!1)),a=L(()=>[o.value,`${o.value}-placement-${e.placement}`,{[`${o.value}-rtl`]:i.value==="rtl",[`${o.value}-color-${e.color}`]:u.value}]);return()=>{var s,d;const{class:p,style:f}=n,m=qte(n,["class","style"]),g={},h={};return e.color&&!u.value&&(g.background=e.color,h.color=e.color),c(y("div",U({class:`${o.value}-wrapper ${l.value}`},m),[(s=r.default)===null||s===void 0?void 0:s.call(r),y("div",{class:[a.value,p,l.value],style:x(x({},g),f)},[y("span",{class:`${o.value}-text`},[e.text||((d=r.text)===null||d===void 0?void 0:d.call(r))]),y("div",{class:`${o.value}-corner`,style:h},null)])]))}}}),Gg=e=>!isNaN(parseFloat(e))&&isFinite(e),Qte=()=>({count:q.any.def(null),showZero:{type:Boolean,default:void 0},overflowCount:{type:Number,default:99},dot:{type:Boolean,default:void 0},prefixCls:String,scrollNumberPrefixCls:String,status:{type:String},size:{type:String,default:"default"},color:String,text:q.any,offset:Array,numberStyle:{type:Object,default:void 0},title:String}),hd=ae({compatConfig:{MODE:3},name:"ABadge",Ribbon:zg,inheritAttrs:!1,props:Qte(),slots:Object,setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o,direction:i}=Me("badge",e),[c,l]=QL(o),u=L(()=>e.count>e.overflowCount?`${e.overflowCount}+`:e.count),a=L(()=>u.value==="0"||u.value===0),s=L(()=>e.count===null||a.value&&!e.showZero),d=L(()=>(e.status!==null&&e.status!==void 0||e.color!==null&&e.color!==void 0)&&s.value),p=L(()=>e.dot&&!a.value),f=L(()=>p.value?"":u.value),m=L(()=>(f.value===null||f.value===void 0||f.value===""||a.value&&!e.showZero)&&!p.value),g=ie(e.count),h=ie(f.value),_=ie(p.value);Ee([()=>e.count,f,p],()=>{m.value||(g.value=e.count,h.value=f.value,_.value=p.value)},{immediate:!0});const v=L(()=>N_(e.color,!1)),b=L(()=>({[`${o.value}-status-dot`]:d.value,[`${o.value}-status-${e.status}`]:!!e.status,[`${o.value}-color-${e.color}`]:v.value})),S=L(()=>e.color&&!v.value?{background:e.color,color:e.color}:{}),E=L(()=>({[`${o.value}-dot`]:_.value,[`${o.value}-count`]:!_.value,[`${o.value}-count-sm`]:e.size==="small",[`${o.value}-multiple-words`]:!_.value&&h.value&&h.value.toString().length>1,[`${o.value}-status-${e.status}`]:!!e.status,[`${o.value}-color-${e.color}`]:v.value}));return()=>{var T,C;const{offset:w,title:O,color:R}=e,I=r.style,$=Mn(n,e,"text"),N=o.value,P=g.value;let A=Lt((T=n.default)===null||T===void 0?void 0:T.call(n));A=A.length?A:null;const D=!!(!m.value||n.count),M=(()=>{if(!w)return x({},I);const V={marginTop:Gg(w[1])?`${w[1]}px`:w[1]};return i.value==="rtl"?V.left=`${parseInt(w[0],10)}px`:V.right=`${-parseInt(w[0],10)}px`,x(x({},V),I)})(),k=O??(typeof P=="string"||typeof P=="number"?P:void 0),F=D||!$?null:y("span",{class:`${N}-status-text`},[$]),B=typeof P=="object"||P===void 0&&n.count?Nt(P??((C=n.count)===null||C===void 0?void 0:C.call(n)),{style:M},!1):null,H=me(N,{[`${N}-status`]:d.value,[`${N}-not-a-wrapper`]:!A,[`${N}-rtl`]:i.value==="rtl"},r.class,l.value);if(!A&&d.value){const V=M.color;return c(y("span",U(U({},r),{},{class:H,style:M}),[y("span",{class:b.value,style:S.value},null),y("span",{style:{color:V},class:`${N}-status-text`},[$])]))}const z=Bo(A?`${N}-zoom`:"",{appear:!1});let G=x(x({},M),e.numberStyle);return R&&!v.value&&(G=G||{},G.background=R),c(y("span",U(U({},r),{},{class:H}),[A,y(On,z,{default:()=>[dn(y(Ute,{prefixCls:e.scrollNumberPrefixCls,show:D,class:E.value,count:h.value,title:k,style:G,key:"scrollNumber"},{default:()=>[B]}),[[Vn,D]])]}),F]))}}});hd.install=function(e){return e.component(hd.name,hd),e.component(zg.name,zg),e};const Ls={adjustX:1,adjustY:1},Fs=[0,0],Zte={topLeft:{points:["bl","tl"],overflow:Ls,offset:[0,-4],targetOffset:Fs},topCenter:{points:["bc","tc"],overflow:Ls,offset:[0,-4],targetOffset:Fs},topRight:{points:["br","tr"],overflow:Ls,offset:[0,-4],targetOffset:Fs},bottomLeft:{points:["tl","bl"],overflow:Ls,offset:[0,4],targetOffset:Fs},bottomCenter:{points:["tc","bc"],overflow:Ls,offset:[0,4],targetOffset:Fs},bottomRight:{points:["tr","br"],overflow:Ls,offset:[0,4],targetOffset:Fs}},Jte=Zte;var ene=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);oe.visible,f=>{f!==void 0&&(i.value=f)});const c=ie();o({triggerRef:c});const l=f=>{e.visible===void 0&&(i.value=!1),r("overlayClick",f)},u=f=>{e.visible===void 0&&(i.value=f),r("visibleChange",f)},a=()=>{var f;const m=(f=n.overlay)===null||f===void 0?void 0:f.call(n),g={prefixCls:`${e.prefixCls}-menu`,onClick:l};return y(ze,{key:l2},[e.arrow&&y("div",{class:`${e.prefixCls}-arrow`},null),Nt(m,g,!1)])},s=L(()=>{const{minOverlayWidthMatchTrigger:f=!e.alignPoint}=e;return f}),d=()=>{var f;const m=(f=n.default)===null||f===void 0?void 0:f.call(n);return i.value&&m?Nt(m[0],{class:e.openClassName||`${e.prefixCls}-open`},!1):m},p=L(()=>!e.hideAction&&e.trigger.indexOf("contextmenu")!==-1?["click"]:e.hideAction);return()=>{const{prefixCls:f,arrow:m,showAction:g,overlayStyle:h,trigger:_,placement:v,align:b,getPopupContainer:S,transitionName:E,animation:T,overlayClassName:C}=e,w=ene(e,["prefixCls","arrow","showAction","overlayStyle","trigger","placement","align","getPopupContainer","transitionName","animation","overlayClassName"]);return y(vs,U(U({},w),{},{prefixCls:f,ref:c,popupClassName:me(C,{[`${f}-show-arrow`]:m}),popupStyle:h,builtinPlacements:Jte,action:_,showAction:g,hideAction:p.value||[],popupPlacement:v,popupAlign:b,popupTransitionName:E,popupAnimation:T,popupVisible:i.value,stretch:s.value?"minWidth":"",onPopupVisibleChange:u,getPopupContainer:S}),{popup:a,default:d})}}}),tne=e=>{const{componentCls:t,colorPrimary:n}=e;return{[t]:{position:"absolute",background:"transparent",pointerEvents:"none",boxSizing:"border-box",color:`var(--wave-color, ${n})`,boxShadow:"0 0 0 0 currentcolor",opacity:.2,"&.wave-motion-appear":{transition:[`box-shadow 0.4s ${e.motionEaseOutCirc}`,`opacity 2s ${e.motionEaseOutCirc}`].join(","),"&-active":{boxShadow:"0 0 0 6px currentcolor",opacity:0}}}}},nne=tt("Wave",e=>[tne(e)]);function rne(e){const t=(e||"").match(/rgba?\((\d*), (\d*), (\d*)(, [\d.]*)?\)/);return t&&t[1]&&t[2]&&t[3]?!(t[1]===t[2]&&t[2]===t[3]):!0}function ub(e){return e&&e!=="#fff"&&e!=="#ffffff"&&e!=="rgb(255, 255, 255)"&&e!=="rgba(255, 255, 255, 1)"&&rne(e)&&!/rgba\((?:\d*, ){3}0\)/.test(e)&&e!=="transparent"}function one(e){const{borderTopColor:t,borderColor:n,backgroundColor:r}=getComputedStyle(e);return ub(t)?t:ub(n)?n:ub(r)?r:null}function db(e){return Number.isNaN(e)?0:e}const ane=ae({props:{target:Fe(),className:String},setup(e){const t=ce(null),[n,r]=Pt(null),[o,i]=Pt([]),[c,l]=Pt(0),[u,a]=Pt(0),[s,d]=Pt(0),[p,f]=Pt(0),[m,g]=Pt(!1);function h(){const{target:C}=e,w=getComputedStyle(C);r(one(C));const O=w.position==="static",{borderLeftWidth:R,borderTopWidth:I}=w;l(O?C.offsetLeft:db(-parseFloat(R))),a(O?C.offsetTop:db(-parseFloat(I))),d(C.offsetWidth),f(C.offsetHeight);const{borderTopLeftRadius:$,borderTopRightRadius:N,borderBottomLeftRadius:P,borderBottomRightRadius:A}=w;i([$,N,A,P].map(D=>db(parseFloat(D))))}let _,v,b;const S=()=>{clearTimeout(b),it.cancel(v),_==null||_.disconnect()},E=()=>{var C;const w=(C=t.value)===null||C===void 0?void 0:C.parentElement;w&&(Ta(null,w),w.parentElement&&w.parentElement.removeChild(w))};Ke(()=>{S(),b=setTimeout(()=>{E()},5e3);const{target:C}=e;C&&(v=it(()=>{h(),g(!0)}),typeof ResizeObserver<"u"&&(_=new ResizeObserver(h),_.observe(C)))}),lt(()=>{S()});const T=C=>{C.propertyName==="opacity"&&E()};return()=>{if(!m.value)return null;const C={left:`${c.value}px`,top:`${u.value}px`,width:`${s.value}px`,height:`${p.value}px`,borderRadius:o.value.map(w=>`${w}px`).join(" ")};return n&&(C["--wave-color"]=n.value),y(On,{appear:!0,name:"wave-motion",appearFromClass:"wave-motion-appear",appearActiveClass:"wave-motion-appear",appearToClass:"wave-motion-appear wave-motion-appear-active"},{default:()=>[y("div",{ref:t,class:e.className,style:C,onTransitionend:T},null)]})}}});function ine(e,t){const n=document.createElement("div");n.style.position="absolute",n.style.left="0px",n.style.top="0px",e==null||e.insertBefore(n,e==null?void 0:e.firstChild),Ta(y(ane,{target:e,className:t},null),n)}function lne(e,t,n){function r(){var o;const i=Wr(e);!((o=n==null?void 0:n.value)===null||o===void 0)&&o.disabled||!i||ine(i,t.value)}return r}const ZC=ae({compatConfig:{MODE:3},name:"Wave",props:{disabled:Boolean},setup(e,t){let{slots:n}=t;const r=mn(),{prefixCls:o,wave:i}=Me("wave",e),[,c]=nne(o),l=lne(r,L(()=>me(o.value,c.value)),i);let u;const a=()=>{Wr(r).removeEventListener("click",u,!0)};return Ke(()=>{Ee(()=>e.disabled,()=>{a(),ft(()=>{const s=Wr(r);s==null||s.removeEventListener("click",u,!0),!(!s||s.nodeType!==1||e.disabled)&&(u=d=>{d.target.tagName==="INPUT"||!o_(d.target)||!s.getAttribute||s.getAttribute("disabled")||s.disabled||s.className.includes("disabled")||s.className.includes("-leave")||l()},s.addEventListener("click",u,!0))})},{immediate:!0,flush:"post"})}),lt(()=>{a()}),()=>{var s;return(s=n.default)===null||s===void 0?void 0:s.call(n)[0]}}});function jg(e){return e==="danger"?{danger:!0}:{type:e}}const JL=()=>({prefixCls:String,type:String,htmlType:{type:String,default:"button"},shape:{type:String},size:{type:String},loading:{type:[Boolean,Object],default:()=>!1},disabled:{type:Boolean,default:void 0},ghost:{type:Boolean,default:void 0},block:{type:Boolean,default:void 0},danger:{type:Boolean,default:void 0},icon:q.any,href:String,target:String,title:String,onClick:Wl(),onMousedown:Wl()}),iR=e=>{e&&(e.style.width="0px",e.style.opacity="0",e.style.transform="scale(0)")},lR=e=>{ft(()=>{e&&(e.style.width=`${e.scrollWidth}px`,e.style.opacity="1",e.style.transform="scale(1)")})},sR=e=>{e&&e.style&&(e.style.width=null,e.style.opacity=null,e.style.transform=null)},sne=ae({compatConfig:{MODE:3},name:"LoadingIcon",props:{prefixCls:String,loading:[Boolean,Object],existIcon:Boolean},setup(e){return()=>{const{existIcon:t,prefixCls:n,loading:r}=e;if(t)return y("span",{class:`${n}-loading-icon`},[y(bo,null,null)]);const o=!!r;return y(On,{name:`${n}-loading-icon-motion`,onBeforeEnter:iR,onEnter:lR,onAfterEnter:sR,onBeforeLeave:lR,onLeave:i=>{setTimeout(()=>{iR(i)})},onAfterLeave:sR},{default:()=>[o?y("span",{class:`${n}-loading-icon`},[y(bo,null,null)]):null]})}}}),cR=(e,t)=>({[`> span, > ${e}`]:{"&:not(:last-child)":{[`&, & > ${e}`]:{"&:not(:disabled)":{borderInlineEndColor:t}}},"&:not(:first-child)":{[`&, & > ${e}`]:{"&:not(:disabled)":{borderInlineStartColor:t}}}}}),cne=e=>{const{componentCls:t,fontSize:n,lineWidth:r,colorPrimaryHover:o,colorErrorHover:i}=e;return{[`${t}-group`]:[{position:"relative",display:"inline-flex",[`> span, > ${t}`]:{"&:not(:last-child)":{[`&, & > ${t}`]:{borderStartEndRadius:0,borderEndEndRadius:0}},"&:not(:first-child)":{marginInlineStart:-r,[`&, & > ${t}`]:{borderStartStartRadius:0,borderEndStartRadius:0}}},[t]:{position:"relative",zIndex:1,"&:hover,\n &:focus,\n &:active":{zIndex:2},"&[disabled]":{zIndex:0}},[`${t}-icon-only`]:{fontSize:n}},cR(`${t}-primary`,o),cR(`${t}-danger`,i)]}},une=cne;function dne(e,t){return{[`&-item:not(${t}-last-item)`]:{marginBottom:-e.lineWidth},"&-item":{"&:hover,&:focus,&:active":{zIndex:2},"&[disabled]":{zIndex:0}}}}function pne(e,t){return{[`&-item:not(${t}-first-item):not(${t}-last-item)`]:{borderRadius:0},[`&-item${t}-first-item:not(${t}-last-item)`]:{[`&, &${e}-sm, &${e}-lg`]:{borderEndEndRadius:0,borderEndStartRadius:0}},[`&-item${t}-last-item:not(${t}-first-item)`]:{[`&, &${e}-sm, &${e}-lg`]:{borderStartStartRadius:0,borderStartEndRadius:0}}}}function fne(e){const t=`${e.componentCls}-compact-vertical`;return{[t]:x(x({},dne(e,t)),pne(e.componentCls,t))}}const mne=e=>{const{componentCls:t,iconCls:n}=e;return{[t]:{outline:"none",position:"relative",display:"inline-block",fontWeight:400,whiteSpace:"nowrap",textAlign:"center",backgroundImage:"none",backgroundColor:"transparent",border:`${e.lineWidth}px ${e.lineType} transparent`,cursor:"pointer",transition:`all ${e.motionDurationMid} ${e.motionEaseInOut}`,userSelect:"none",touchAction:"manipulation",lineHeight:e.lineHeight,color:e.colorText,"> span":{display:"inline-block"},[`> ${n} + span, > span + ${n}`]:{marginInlineStart:e.marginXS},"> a":{color:"currentColor"},"&:not(:disabled)":x({},ni(e)),[`&-icon-only${t}-compact-item`]:{flex:"none"},[`&-compact-item${t}-primary`]:{[`&:not([disabled]) + ${t}-compact-item${t}-primary:not([disabled])`]:{position:"relative","&:before":{position:"absolute",top:-e.lineWidth,insetInlineStart:-e.lineWidth,display:"inline-block",width:e.lineWidth,height:`calc(100% + ${e.lineWidth*2}px)`,backgroundColor:e.colorPrimaryHover,content:'""'}}},"&-compact-vertical-item":{[`&${t}-primary`]:{[`&:not([disabled]) + ${t}-compact-vertical-item${t}-primary:not([disabled])`]:{position:"relative","&:before":{position:"absolute",top:-e.lineWidth,insetInlineStart:-e.lineWidth,display:"inline-block",width:`calc(100% + ${e.lineWidth*2}px)`,height:e.lineWidth,backgroundColor:e.colorPrimaryHover,content:'""'}}}}}}},oi=(e,t)=>({"&:not(:disabled)":{"&:hover":e,"&:active":t}}),gne=e=>({minWidth:e.controlHeight,paddingInlineStart:0,paddingInlineEnd:0,borderRadius:"50%"}),hne=e=>({borderRadius:e.controlHeight,paddingInlineStart:e.controlHeight/2,paddingInlineEnd:e.controlHeight/2}),Oy=e=>({cursor:"not-allowed",borderColor:e.colorBorder,color:e.colorTextDisabled,backgroundColor:e.colorBgContainerDisabled,boxShadow:"none"}),Vg=(e,t,n,r,o,i,c)=>({[`&${e}-background-ghost`]:x(x({color:t||void 0,backgroundColor:"transparent",borderColor:n||void 0,boxShadow:"none"},oi(x({backgroundColor:"transparent"},i),x({backgroundColor:"transparent"},c))),{"&:disabled":{cursor:"not-allowed",color:r||void 0,borderColor:o||void 0}})}),JC=e=>({"&:disabled":x({},Oy(e))}),e3=e=>x({},JC(e)),Yg=e=>({"&:disabled":{cursor:"not-allowed",color:e.colorTextDisabled}}),t3=e=>x(x(x(x(x({},e3(e)),{backgroundColor:e.colorBgContainer,borderColor:e.colorBorder,boxShadow:`0 ${e.controlOutlineWidth}px 0 ${e.controlTmpOutline}`}),oi({color:e.colorPrimaryHover,borderColor:e.colorPrimaryHover},{color:e.colorPrimaryActive,borderColor:e.colorPrimaryActive})),Vg(e.componentCls,e.colorBgContainer,e.colorBgContainer,e.colorTextDisabled,e.colorBorder)),{[`&${e.componentCls}-dangerous`]:x(x(x({color:e.colorError,borderColor:e.colorError},oi({color:e.colorErrorHover,borderColor:e.colorErrorBorderHover},{color:e.colorErrorActive,borderColor:e.colorErrorActive})),Vg(e.componentCls,e.colorError,e.colorError,e.colorTextDisabled,e.colorBorder)),JC(e))}),_ne=e=>x(x(x(x(x({},e3(e)),{color:e.colorTextLightSolid,backgroundColor:e.colorPrimary,boxShadow:`0 ${e.controlOutlineWidth}px 0 ${e.controlOutline}`}),oi({color:e.colorTextLightSolid,backgroundColor:e.colorPrimaryHover},{color:e.colorTextLightSolid,backgroundColor:e.colorPrimaryActive})),Vg(e.componentCls,e.colorPrimary,e.colorPrimary,e.colorTextDisabled,e.colorBorder,{color:e.colorPrimaryHover,borderColor:e.colorPrimaryHover},{color:e.colorPrimaryActive,borderColor:e.colorPrimaryActive})),{[`&${e.componentCls}-dangerous`]:x(x(x({backgroundColor:e.colorError,boxShadow:`0 ${e.controlOutlineWidth}px 0 ${e.colorErrorOutline}`},oi({backgroundColor:e.colorErrorHover},{backgroundColor:e.colorErrorActive})),Vg(e.componentCls,e.colorError,e.colorError,e.colorTextDisabled,e.colorBorder,{color:e.colorErrorHover,borderColor:e.colorErrorHover},{color:e.colorErrorActive,borderColor:e.colorErrorActive})),JC(e))}),vne=e=>x(x({},t3(e)),{borderStyle:"dashed"}),bne=e=>x(x(x({color:e.colorLink},oi({color:e.colorLinkHover},{color:e.colorLinkActive})),Yg(e)),{[`&${e.componentCls}-dangerous`]:x(x({color:e.colorError},oi({color:e.colorErrorHover},{color:e.colorErrorActive})),Yg(e))}),Sne=e=>x(x(x({},oi({color:e.colorText,backgroundColor:e.colorBgTextHover},{color:e.colorText,backgroundColor:e.colorBgTextActive})),Yg(e)),{[`&${e.componentCls}-dangerous`]:x(x({color:e.colorError},Yg(e)),oi({color:e.colorErrorHover,backgroundColor:e.colorErrorBg},{color:e.colorErrorHover,backgroundColor:e.colorErrorBg}))}),yne=e=>x(x({},Oy(e)),{[`&${e.componentCls}:hover`]:x({},Oy(e))}),Ene=e=>{const{componentCls:t}=e;return{[`${t}-default`]:t3(e),[`${t}-primary`]:_ne(e),[`${t}-dashed`]:vne(e),[`${t}-link`]:bne(e),[`${t}-text`]:Sne(e),[`${t}-disabled`]:yne(e)}},eT=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";const{componentCls:n,iconCls:r,controlHeight:o,fontSize:i,lineHeight:c,lineWidth:l,borderRadius:u,buttonPaddingHorizontal:a}=e,s=Math.max(0,(o-i*c)/2-l),d=a-l,p=`${n}-icon-only`;return[{[`${n}${t}`]:{fontSize:i,height:o,padding:`${s}px ${d}px`,borderRadius:u,[`&${p}`]:{width:o,paddingInlineStart:0,paddingInlineEnd:0,[`&${n}-round`]:{width:"auto"},"> span":{transform:"scale(1.143)"}},[`&${n}-loading`]:{opacity:e.opacityLoading,cursor:"default"},[`${n}-loading-icon`]:{transition:`width ${e.motionDurationSlow} ${e.motionEaseInOut}, opacity ${e.motionDurationSlow} ${e.motionEaseInOut}`},[`&:not(${p}) ${n}-loading-icon > ${r}`]:{marginInlineEnd:e.marginXS}}},{[`${n}${n}-circle${t}`]:gne(e)},{[`${n}${n}-round${t}`]:hne(e)}]},Cne=e=>eT(e),Tne=e=>{const t=Ve(e,{controlHeight:e.controlHeightSM,padding:e.paddingXS,buttonPaddingHorizontal:8,borderRadius:e.borderRadiusSM});return eT(t,`${e.componentCls}-sm`)},xne=e=>{const t=Ve(e,{controlHeight:e.controlHeightLG,fontSize:e.fontSizeLG,borderRadius:e.borderRadiusLG});return eT(t,`${e.componentCls}-lg`)},wne=e=>{const{componentCls:t}=e;return{[t]:{[`&${t}-block`]:{width:"100%"}}}},One=tt("Button",e=>{const{controlTmpOutline:t,paddingContentHorizontal:n}=e,r=Ve(e,{colorOutlineDefault:t,buttonPaddingHorizontal:n});return[mne(r),Tne(r),Cne(r),xne(r),wne(r),Ene(r),une(r),fu(e,{focus:!1}),fne(e)]}),Ine=()=>({prefixCls:String,size:{type:String}}),n3=TC(),Wg=ae({compatConfig:{MODE:3},name:"AButtonGroup",props:Ine(),setup(e,t){let{slots:n}=t;const{prefixCls:r,direction:o}=Me("btn-group",e),[,,i]=li();n3.useProvide(mt({size:L(()=>e.size)}));const c=L(()=>{const{size:l}=e;let u="";switch(l){case"large":u="lg";break;case"small":u="sm";break;case"middle":case void 0:break;default:Wt(!l,"Button.Group","Invalid prop `size`.")}return{[`${r.value}`]:!0,[`${r.value}-${u}`]:u,[`${r.value}-rtl`]:o.value==="rtl",[i.value]:!0}});return()=>{var l;return y("div",{class:c.value},[Lt((l=n.default)===null||l===void 0?void 0:l.call(n))])}}}),uR=/^[\u4e00-\u9fa5]{2}$/,dR=uR.test.bind(uR);function Hf(e){return e==="text"||e==="link"}const En=ae({compatConfig:{MODE:3},name:"AButton",inheritAttrs:!1,__ANT_BUTTON:!0,props:st(JL(),{type:"default"}),slots:Object,setup(e,t){let{slots:n,attrs:r,emit:o,expose:i}=t;const{prefixCls:c,autoInsertSpaceInButton:l,direction:u,size:a}=Me("btn",e),[s,d]=One(c),p=n3.useInject(),f=Zr(),m=L(()=>{var A;return(A=e.disabled)!==null&&A!==void 0?A:f.value}),g=ce(null),h=ce(void 0);let _=!1;const v=ce(!1),b=ce(!1),S=L(()=>l.value!==!1),{compactSize:E,compactItemClassnames:T}=Ji(c,u),C=L(()=>typeof e.loading=="object"&&e.loading.delay?e.loading.delay||!0:!!e.loading);Ee(C,A=>{clearTimeout(h.value),typeof C.value=="number"?h.value=setTimeout(()=>{v.value=A},C.value):v.value=A},{immediate:!0});const w=L(()=>{const{type:A,shape:D="default",ghost:M,block:k,danger:F}=e,B=c.value,H={large:"lg",small:"sm",middle:void 0},z=E.value||(p==null?void 0:p.size)||a.value,G=z&&H[z]||"";return[T.value,{[d.value]:!0,[`${B}`]:!0,[`${B}-${D}`]:D!=="default"&&D,[`${B}-${A}`]:A,[`${B}-${G}`]:G,[`${B}-loading`]:v.value,[`${B}-background-ghost`]:M&&!Hf(A),[`${B}-two-chinese-chars`]:b.value&&S.value,[`${B}-block`]:k,[`${B}-dangerous`]:!!F,[`${B}-rtl`]:u.value==="rtl"}]}),O=()=>{const A=g.value;if(!A||l.value===!1)return;const D=A.textContent;_&&dR(D)?b.value||(b.value=!0):b.value&&(b.value=!1)},R=A=>{if(v.value||m.value){A.preventDefault();return}o("click",A)},I=A=>{o("mousedown",A)},$=(A,D)=>{const M=D?" ":"";if(A.type===Jo){let k=A.children.trim();return dR(k)&&(k=k.split("").join(M)),y("span",null,[k])}return A};return Qe(()=>{Wt(!(e.ghost&&Hf(e.type)),"Button","`link` or `text` button can't be a `ghost` button.")}),Ke(O),sr(O),lt(()=>{h.value&&clearTimeout(h.value)}),i({focus:()=>{var A;(A=g.value)===null||A===void 0||A.focus()},blur:()=>{var A;(A=g.value)===null||A===void 0||A.blur()}}),()=>{var A,D;const{icon:M=(A=n.icon)===null||A===void 0?void 0:A.call(n)}=e,k=Lt((D=n.default)===null||D===void 0?void 0:D.call(n));_=k.length===1&&!M&&!Hf(e.type);const{type:F,htmlType:B,href:H,title:z,target:G}=e,V=v.value?"loading":M,j=x(x({},r),{title:z,disabled:m.value,class:[w.value,r.class,{[`${c.value}-icon-only`]:k.length===0&&!!V}],onClick:R,onMousedown:I});m.value||delete j.disabled;const K=M&&!v.value?M:y(sne,{existIcon:!!M,prefixCls:c.value,loading:!!v.value},null),Q=k.map(J=>$(J,_&&S.value));if(H!==void 0)return s(y("a",U(U({},j),{},{href:H,target:G,ref:g}),[K,Q]));let pe=y("button",U(U({},j),{},{ref:g,type:B}),[K,Q]);if(!Hf(F)){const J=function(){return pe}();pe=y(ZC,{ref:"wave",disabled:!!v.value},{default:()=>[J]})}return s(pe)}}});En.Group=Wg;En.install=function(e){return e.component(En.name,En),e.component(Wg.name,Wg),e};const r3=()=>({arrow:We([Boolean,Object]),trigger:{type:[Array,String]},menu:Fe(),overlay:q.any,visible:we(),open:we(),disabled:we(),danger:we(),autofocus:we(),align:Fe(),getPopupContainer:Function,prefixCls:String,transitionName:String,placement:String,overlayClassName:String,overlayStyle:Fe(),forceRender:we(),mouseEnterDelay:Number,mouseLeaveDelay:Number,openClassName:String,minOverlayWidthMatchTrigger:we(),destroyPopupOnHide:we(),onVisibleChange:{type:Function},"onUpdate:visible":{type:Function},onOpenChange:{type:Function},"onUpdate:open":{type:Function}}),pb=JL(),Rne=()=>x(x({},r3()),{type:pb.type,size:String,htmlType:pb.htmlType,href:String,disabled:we(),prefixCls:String,icon:q.any,title:String,loading:pb.loading,onClick:Wl()});var Ane={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M176 511a56 56 0 10112 0 56 56 0 10-112 0zm280 0a56 56 0 10112 0 56 56 0 10-112 0zm280 0a56 56 0 10112 0 56 56 0 10-112 0z"}}]},name:"ellipsis",theme:"outlined"};const Nne=Ane;function pR(e){for(var t=1;t{const{componentCls:t,antCls:n,paddingXS:r,opacityLoading:o}=e;return{[`${t}-button`]:{whiteSpace:"nowrap",[`&${n}-btn-group > ${n}-btn`]:{[`&-loading, &-loading + ${n}-btn`]:{cursor:"default",pointerEvents:"none",opacity:o},[`&:last-child:not(:first-child):not(${n}-btn-icon-only)`]:{paddingInline:r}}}}},Pne=Dne,Mne=e=>{const{componentCls:t,menuCls:n,colorError:r,colorTextLightSolid:o}=e,i=`${n}-item`;return{[`${t}, ${t}-menu-submenu`]:{[`${n} ${i}`]:{[`&${i}-danger:not(${i}-disabled)`]:{color:r,"&:hover":{color:o,backgroundColor:r}}}}}},kne=Mne,Lne=e=>{const{componentCls:t,menuCls:n,zIndexPopup:r,dropdownArrowDistance:o,dropdownArrowOffset:i,sizePopupArrow:c,antCls:l,iconCls:u,motionDurationMid:a,dropdownPaddingVertical:s,fontSize:d,dropdownEdgeChildPadding:p,colorTextDisabled:f,fontSizeIcon:m,controlPaddingHorizontal:g,colorBgElevated:h,boxShadowPopoverArrow:_}=e;return[{[t]:x(x({},ot(e)),{position:"absolute",top:-9999,left:{_skip_check_:!0,value:-9999},zIndex:r,display:"block","&::before":{position:"absolute",insetBlock:-o+c/2,zIndex:-9999,opacity:1e-4,content:'""'},[`${t}-wrap`]:{position:"relative",[`${l}-btn > ${u}-down`]:{fontSize:m},[`${u}-down::before`]:{transition:`transform ${a}`}},[`${t}-wrap-open`]:{[`${u}-down::before`]:{transform:"rotate(180deg)"}},"\n &-hidden,\n &-menu-hidden,\n &-menu-submenu-hidden\n ":{display:"none"},[` + &-show-arrow${t}-placement-topLeft, + &-show-arrow${t}-placement-top, + &-show-arrow${t}-placement-topRight + `]:{paddingBottom:o},[` + &-show-arrow${t}-placement-bottomLeft, + &-show-arrow${t}-placement-bottom, + &-show-arrow${t}-placement-bottomRight + `]:{paddingTop:o},[`${t}-arrow`]:x({position:"absolute",zIndex:1,display:"block"},BE(c,e.borderRadiusXS,e.borderRadiusOuter,h,_)),[` + &-placement-top > ${t}-arrow, + &-placement-topLeft > ${t}-arrow, + &-placement-topRight > ${t}-arrow + `]:{bottom:o,transform:"translateY(100%) rotate(180deg)"},[`&-placement-top > ${t}-arrow`]:{left:{_skip_check_:!0,value:"50%"},transform:"translateX(-50%) translateY(100%) rotate(180deg)"},[`&-placement-topLeft > ${t}-arrow`]:{left:{_skip_check_:!0,value:i}},[`&-placement-topRight > ${t}-arrow`]:{right:{_skip_check_:!0,value:i}},[` + &-placement-bottom > ${t}-arrow, + &-placement-bottomLeft > ${t}-arrow, + &-placement-bottomRight > ${t}-arrow + `]:{top:o,transform:"translateY(-100%)"},[`&-placement-bottom > ${t}-arrow`]:{left:{_skip_check_:!0,value:"50%"},transform:"translateY(-100%) translateX(-50%)"},[`&-placement-bottomLeft > ${t}-arrow`]:{left:{_skip_check_:!0,value:i}},[`&-placement-bottomRight > ${t}-arrow`]:{right:{_skip_check_:!0,value:i}},[`&${l}-slide-down-enter${l}-slide-down-enter-active${t}-placement-bottomLeft, + &${l}-slide-down-appear${l}-slide-down-appear-active${t}-placement-bottomLeft, + &${l}-slide-down-enter${l}-slide-down-enter-active${t}-placement-bottom, + &${l}-slide-down-appear${l}-slide-down-appear-active${t}-placement-bottom, + &${l}-slide-down-enter${l}-slide-down-enter-active${t}-placement-bottomRight, + &${l}-slide-down-appear${l}-slide-down-appear-active${t}-placement-bottomRight`]:{animationName:w_},[`&${l}-slide-up-enter${l}-slide-up-enter-active${t}-placement-topLeft, + &${l}-slide-up-appear${l}-slide-up-appear-active${t}-placement-topLeft, + &${l}-slide-up-enter${l}-slide-up-enter-active${t}-placement-top, + &${l}-slide-up-appear${l}-slide-up-appear-active${t}-placement-top, + &${l}-slide-up-enter${l}-slide-up-enter-active${t}-placement-topRight, + &${l}-slide-up-appear${l}-slide-up-appear-active${t}-placement-topRight`]:{animationName:I_},[`&${l}-slide-down-leave${l}-slide-down-leave-active${t}-placement-bottomLeft, + &${l}-slide-down-leave${l}-slide-down-leave-active${t}-placement-bottom, + &${l}-slide-down-leave${l}-slide-down-leave-active${t}-placement-bottomRight`]:{animationName:O_},[`&${l}-slide-up-leave${l}-slide-up-leave-active${t}-placement-topLeft, + &${l}-slide-up-leave${l}-slide-up-leave-active${t}-placement-top, + &${l}-slide-up-leave${l}-slide-up-leave-active${t}-placement-topRight`]:{animationName:R_}})},{[`${t} ${n}`]:{position:"relative",margin:0},[`${n}-submenu-popup`]:{position:"absolute",zIndex:r,background:"transparent",boxShadow:"none",transformOrigin:"0 0","ul,li":{listStyle:"none"},ul:{marginInline:"0.3em"}},[`${t}, ${t}-menu-submenu`]:{[n]:x(x({padding:p,listStyleType:"none",backgroundColor:h,backgroundClip:"padding-box",borderRadius:e.borderRadiusLG,outline:"none",boxShadow:e.boxShadowSecondary},ni(e)),{[`${n}-item-group-title`]:{padding:`${s}px ${g}px`,color:e.colorTextDescription,transition:`all ${a}`},[`${n}-item`]:{position:"relative",display:"flex",alignItems:"center",borderRadius:e.borderRadiusSM},[`${n}-item-icon`]:{minWidth:d,marginInlineEnd:e.marginXS,fontSize:e.fontSizeSM},[`${n}-title-content`]:{flex:"auto","> a":{color:"inherit",transition:`all ${a}`,"&:hover":{color:"inherit"},"&::after":{position:"absolute",inset:0,content:'""'}}},[`${n}-item, ${n}-submenu-title`]:x(x({clear:"both",margin:0,padding:`${s}px ${g}px`,color:e.colorText,fontWeight:"normal",fontSize:d,lineHeight:e.lineHeight,cursor:"pointer",transition:`all ${a}`,"&:hover, &-active":{backgroundColor:e.controlItemBgHover}},ni(e)),{"&-selected":{color:e.colorPrimary,backgroundColor:e.controlItemBgActive,"&:hover, &-active":{backgroundColor:e.controlItemBgActiveHover}},"&-disabled":{color:f,cursor:"not-allowed","&:hover":{color:f,backgroundColor:h,cursor:"not-allowed"},a:{pointerEvents:"none"}},"&-divider":{height:1,margin:`${e.marginXXS}px 0`,overflow:"hidden",lineHeight:0,backgroundColor:e.colorSplit},[`${t}-menu-submenu-expand-icon`]:{position:"absolute",insetInlineEnd:e.paddingXS,[`${t}-menu-submenu-arrow-icon`]:{marginInlineEnd:"0 !important",color:e.colorTextDescription,fontSize:m,fontStyle:"normal"}}}),[`${n}-item-group-list`]:{margin:`0 ${e.marginXS}px`,padding:0,listStyle:"none"},[`${n}-submenu-title`]:{paddingInlineEnd:g+e.fontSizeSM},[`${n}-submenu-vertical`]:{position:"relative"},[`${n}-submenu${n}-submenu-disabled ${t}-menu-submenu-title`]:{[`&, ${t}-menu-submenu-arrow-icon`]:{color:f,backgroundColor:h,cursor:"not-allowed"}},[`${n}-submenu-selected ${t}-menu-submenu-title`]:{color:e.colorPrimary}})}},[wa(e,"slide-up"),wa(e,"slide-down"),zc(e,"move-up"),zc(e,"move-down"),pu(e,"zoom-big")]]},o3=tt("Dropdown",(e,t)=>{let{rootPrefixCls:n}=t;const{marginXXS:r,sizePopupArrow:o,controlHeight:i,fontSize:c,lineHeight:l,paddingXXS:u,componentCls:a,borderRadiusOuter:s,borderRadiusLG:d}=e,p=(i-c*l)/2,{dropdownArrowOffset:f}=KL({sizePopupArrow:o,contentRadius:d,borderRadiusOuter:s}),m=Ve(e,{menuCls:`${a}-menu`,rootPrefixCls:n,dropdownArrowDistance:o/2+r,dropdownArrowOffset:f,dropdownPaddingVertical:p,dropdownEdgeChildPadding:u});return[Lne(m),Pne(m),kne(m)]},e=>({zIndexPopup:e.zIndexPopupBase+50}));var Fne=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{o("update:visible",p),o("visibleChange",p),o("update:open",p),o("openChange",p)},{prefixCls:c,direction:l,getPopupContainer:u}=Me("dropdown",e),a=L(()=>`${c.value}-button`),[s,d]=o3(c);return()=>{var p,f;const m=x(x({},e),r),{type:g="default",disabled:h,danger:_,loading:v,htmlType:b,class:S="",overlay:E=(p=n.overlay)===null||p===void 0?void 0:p.call(n),trigger:T,align:C,open:w,visible:O,onVisibleChange:R,placement:I=l.value==="rtl"?"bottomLeft":"bottomRight",href:$,title:N,icon:P=((f=n.icon)===null||f===void 0?void 0:f.call(n))||y(nT,null,null),mouseEnterDelay:A,mouseLeaveDelay:D,overlayClassName:M,overlayStyle:k,destroyPopupOnHide:F,onClick:B,"onUpdate:open":H}=m,z=Fne(m,["type","disabled","danger","loading","htmlType","class","overlay","trigger","align","open","visible","onVisibleChange","placement","href","title","icon","mouseEnterDelay","mouseLeaveDelay","overlayClassName","overlayStyle","destroyPopupOnHide","onClick","onUpdate:open"]),G={align:C,disabled:h,trigger:h?[]:T,placement:I,getPopupContainer:u==null?void 0:u.value,onOpenChange:i,mouseEnterDelay:A,mouseLeaveDelay:D,open:w??O,overlayClassName:M,overlayStyle:k,destroyPopupOnHide:F},V=y(En,{danger:_,type:g,disabled:h,loading:v,onClick:B,htmlType:b,href:$,title:N},{default:n.default}),j=y(En,{danger:_,type:g,icon:P},null);return s(y(Bne,U(U({},z),{},{class:me(a.value,S,d.value)}),{default:()=>[n.leftButton?n.leftButton({button:V}):V,y(ba,G,{default:()=>[n.rightButton?n.rightButton({button:j}):j],overlay:()=>E})]}))}}});var Hne={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z"}}]},name:"right",theme:"outlined"};const Une=Hne;function fR(e){for(var t=1;tet(a3,void 0),oT=e=>{var t,n,r;const{prefixCls:o,mode:i,selectable:c,validator:l,onClick:u,expandIcon:a}=i3()||{};at(a3,{prefixCls:L(()=>{var s,d;return(d=(s=e.prefixCls)===null||s===void 0?void 0:s.value)!==null&&d!==void 0?d:o==null?void 0:o.value}),mode:L(()=>{var s,d;return(d=(s=e.mode)===null||s===void 0?void 0:s.value)!==null&&d!==void 0?d:i==null?void 0:i.value}),selectable:L(()=>{var s,d;return(d=(s=e.selectable)===null||s===void 0?void 0:s.value)!==null&&d!==void 0?d:c==null?void 0:c.value}),validator:(t=e.validator)!==null&&t!==void 0?t:l,onClick:(n=e.onClick)!==null&&n!==void 0?n:u,expandIcon:(r=e.expandIcon)!==null&&r!==void 0?r:a==null?void 0:a.value})},l3=ae({compatConfig:{MODE:3},name:"ADropdown",inheritAttrs:!1,props:st(r3(),{mouseEnterDelay:.15,mouseLeaveDelay:.1,placement:"bottomLeft",trigger:"hover"}),slots:Object,setup(e,t){let{slots:n,attrs:r,emit:o}=t;const{prefixCls:i,rootPrefixCls:c,direction:l,getPopupContainer:u}=Me("dropdown",e),[a,s]=o3(i),d=L(()=>{const{placement:h="",transitionName:_}=e;return _!==void 0?_:h.includes("top")?`${c.value}-slide-down`:`${c.value}-slide-up`});oT({prefixCls:L(()=>`${i.value}-menu`),expandIcon:L(()=>y("span",{class:`${i.value}-menu-submenu-arrow`},[y(na,{class:`${i.value}-menu-submenu-arrow-icon`},null)])),mode:L(()=>"vertical"),selectable:L(()=>!1),onClick:()=>{},validator:h=>{Jt()}});const p=()=>{var h,_,v;const b=e.overlay||((h=n.overlay)===null||h===void 0?void 0:h.call(n)),S=Array.isArray(b)?b[0]:b;if(!S)return null;const E=S.props||{};Wt(!E.mode||E.mode==="vertical","Dropdown",`mode="${E.mode}" is not supported for Dropdown's Menu.`);const{selectable:T=!1,expandIcon:C=(v=(_=S.children)===null||_===void 0?void 0:_.expandIcon)===null||v===void 0?void 0:v.call(_)}=E,w=typeof C<"u"&&In(C)?C:y("span",{class:`${i.value}-menu-submenu-arrow`},[y(na,{class:`${i.value}-menu-submenu-arrow-icon`},null)]);return In(S)?Nt(S,{mode:"vertical",selectable:T,expandIcon:()=>w}):S},f=L(()=>{const h=e.placement;if(!h)return l.value==="rtl"?"bottomRight":"bottomLeft";if(h.includes("Center")){const _=h.slice(0,h.indexOf("Center"));return Wt(!h.includes("Center"),"Dropdown",`You are using '${h}' placement in Dropdown, which is deprecated. Try to use '${_}' instead.`),_}return h}),m=L(()=>typeof e.visible=="boolean"?e.visible:e.open),g=h=>{o("update:visible",h),o("visibleChange",h),o("update:open",h),o("openChange",h)};return()=>{var h,_;const{arrow:v,trigger:b,disabled:S,overlayClassName:E}=e,T=(h=n.default)===null||h===void 0?void 0:h.call(n)[0],C=Nt(T,x({class:me((_=T==null?void 0:T.props)===null||_===void 0?void 0:_.class,{[`${i.value}-rtl`]:l.value==="rtl"},`${i.value}-trigger`)},S?{disabled:S}:{})),w=me(E,s.value,{[`${i.value}-rtl`]:l.value==="rtl"}),O=S?[]:b;let R;O&&O.includes("contextmenu")&&(R=!0);const I=KC({arrowPointAtCenter:typeof v=="object"&&v.pointAtCenter,autoAdjustOverflow:!0}),$=gt(x(x(x({},e),r),{visible:m.value,builtinPlacements:I,overlayClassName:w,arrow:!!v,alignPoint:R,prefixCls:i.value,getPopupContainer:u==null?void 0:u.value,transitionName:d.value,trigger:O,onVisibleChange:g,placement:f.value}),["overlay","onUpdate:visible"]);return a(y(ZL,$,{default:()=>[C],overlay:p}))}}});l3.Button=rp;const ba=l3;var Gne=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o({prefixCls:String,href:String,separator:q.any,dropdownProps:Fe(),overlay:q.any,onClick:Wl()}),op=ae({compatConfig:{MODE:3},name:"ABreadcrumbItem",inheritAttrs:!1,__ANT_BREADCRUMB_ITEM:!0,props:jne(),slots:Object,setup(e,t){let{slots:n,attrs:r,emit:o}=t;const{prefixCls:i}=Me("breadcrumb",e),c=(u,a)=>{const s=Mn(n,e,"overlay");return s?y(ba,U(U({},e.dropdownProps),{},{overlay:s,placement:"bottom"}),{default:()=>[y("span",{class:`${a}-overlay-link`},[u,y(Fp,null,null)])]}):u},l=u=>{o("click",u)};return()=>{var u;const a=(u=Mn(n,e,"separator"))!==null&&u!==void 0?u:"/",s=Mn(n,e),{class:d,style:p}=r,f=Gne(r,["class","style"]);let m;return e.href!==void 0?m=y("a",U({class:`${i.value}-link`,onClick:l},f),[s]):m=y("span",U({class:`${i.value}-link`,onClick:l},f),[s]),m=c(m,i.value),s!=null?y("li",{class:d,style:p},[m,a&&y("span",{class:`${i.value}-separator`},[a])]):null}}});function Vne(e,t,n,r){let o=n?n.call(r,e,t):void 0;if(o!==void 0)return!!o;if(e===t)return!0;if(typeof e!="object"||!e||typeof t!="object"||!t)return!1;const i=Object.keys(e),c=Object.keys(t);if(i.length!==c.length)return!1;const l=Object.prototype.hasOwnProperty.bind(t);for(let u=0;u{at(s3,e)},pi=()=>et(s3),u3=Symbol("ForceRenderKey"),Yne=e=>{at(u3,e)},d3=()=>et(u3,!1),p3=Symbol("menuFirstLevelContextKey"),f3=e=>{at(p3,e)},Wne=()=>et(p3,!0),Kg=ae({compatConfig:{MODE:3},name:"MenuContextProvider",inheritAttrs:!1,props:{mode:{type:String,default:void 0},overflowDisabled:{type:Boolean,default:void 0}},setup(e,t){let{slots:n}=t;const r=pi(),o=x({},r);return e.mode!==void 0&&(o.mode=Xe(e,"mode")),e.overflowDisabled!==void 0&&(o.overflowDisabled=Xe(e,"overflowDisabled")),c3(o),()=>{var i;return(i=n.default)===null||i===void 0?void 0:i.call(n)}}}),Kne=c3,m3=Symbol("siderCollapsed"),g3=Symbol("siderHookProvider"),Uf="$$__vc-menu-more__key",h3=Symbol("KeyPathContext"),aT=()=>et(h3,{parentEventKeys:L(()=>[]),parentKeys:L(()=>[]),parentInfo:{}}),qne=(e,t,n)=>{const{parentEventKeys:r,parentKeys:o}=aT(),i=L(()=>[...r.value,e]),c=L(()=>[...o.value,t]);return at(h3,{parentEventKeys:i,parentKeys:c,parentInfo:n}),c},_3=Symbol("measure"),mR=ae({compatConfig:{MODE:3},setup(e,t){let{slots:n}=t;return at(_3,!0),()=>{var r;return(r=n.default)===null||r===void 0?void 0:r.call(n)}}}),iT=()=>et(_3,!1),Xne=qne;function v3(e){const{mode:t,rtl:n,inlineIndent:r}=pi();return L(()=>t.value!=="inline"?null:n.value?{paddingRight:`${e.value*r.value}px`}:{paddingLeft:`${e.value*r.value}px`})}let Qne=0;const Zne=()=>({id:String,role:String,disabled:Boolean,danger:Boolean,title:{type:[String,Boolean],default:void 0},icon:q.any,onMouseenter:Function,onMouseleave:Function,onClick:Function,onKeydown:Function,onFocus:Function,originItemValue:Fe()}),Sa=ae({compatConfig:{MODE:3},name:"AMenuItem",inheritAttrs:!1,props:Zne(),slots:Object,setup(e,t){let{slots:n,emit:r,attrs:o}=t;const i=mn(),c=iT(),l=typeof i.vnode.key=="symbol"?String(i.vnode.key):i.vnode.key;Wt(typeof i.vnode.key!="symbol","MenuItem",`MenuItem \`:key="${String(l)}"\` not support Symbol type`);const u=`menu_item_${++Qne}_$$_${l}`,{parentEventKeys:a,parentKeys:s}=aT(),{prefixCls:d,activeKeys:p,disabled:f,changeActiveKeys:m,rtl:g,inlineCollapsed:h,siderCollapsed:_,onItemClick:v,selectedKeys:b,registerMenuInfo:S,unRegisterMenuInfo:E}=pi(),T=Wne(),C=ce(!1),w=L(()=>[...s.value,l]);S(u,{eventKey:u,key:l,parentEventKeys:a,parentKeys:s,isLeaf:!0}),lt(()=>{E(u)}),Ee(p,()=>{C.value=!!p.value.find(H=>H===l)},{immediate:!0});const R=L(()=>f.value||e.disabled),I=L(()=>b.value.includes(l)),$=L(()=>{const H=`${d.value}-item`;return{[`${H}`]:!0,[`${H}-danger`]:e.danger,[`${H}-active`]:C.value,[`${H}-selected`]:I.value,[`${H}-disabled`]:R.value}}),N=H=>({key:l,eventKey:u,keyPath:w.value,eventKeyPath:[...a.value,u],domEvent:H,item:x(x({},e),o)}),P=H=>{if(R.value)return;const z=N(H);r("click",H),v(z)},A=H=>{R.value||(m(w.value),r("mouseenter",H))},D=H=>{R.value||(m([]),r("mouseleave",H))},M=H=>{if(r("keydown",H),H.which===Ae.ENTER){const z=N(H);r("click",H),v(z)}},k=H=>{m(w.value),r("focus",H)},F=(H,z)=>{const G=y("span",{class:`${d.value}-title-content`},[z]);return(!H||In(z)&&z.type==="span")&&z&&h.value&&T&&typeof z=="string"?y("div",{class:`${d.value}-inline-collapsed-noicon`},[z.charAt(0)]):G},B=v3(L(()=>w.value.length));return()=>{var H,z,G,V,j;if(c)return null;const K=(H=e.title)!==null&&H!==void 0?H:(z=n.title)===null||z===void 0?void 0:z.call(n),Q=Lt((G=n.default)===null||G===void 0?void 0:G.call(n)),pe=Q.length;let J=K;typeof K>"u"?J=T&&pe?Q:"":K===!1&&(J="");const W={title:J};!_.value&&!h.value&&(W.title=null,W.open=!1);const Z={};e.role==="option"&&(Z["aria-selected"]=I.value);const he=(V=e.icon)!==null&&V!==void 0?V:(j=n.icon)===null||j===void 0?void 0:j.call(n,e);return y(Kr,U(U({},W),{},{placement:g.value?"left":"right",overlayClassName:`${d.value}-inline-collapsed-tooltip`}),{default:()=>[y(hc.Item,U(U(U({component:"li"},o),{},{id:e.id,style:x(x({},o.style||{}),B.value),class:[$.value,{[`${o.class}`]:!!o.class,[`${d.value}-item-only-child`]:(he?pe+1:pe)===1}],role:e.role||"menuitem",tabindex:e.disabled?null:-1,"data-menu-id":l,"aria-disabled":e.disabled},Z),{},{onMouseenter:A,onMouseleave:D,onClick:P,onKeydown:M,onFocus:k,title:typeof K=="string"?K:void 0}),{default:()=>[Nt(typeof he=="function"?he(e.originItemValue):he,{class:`${d.value}-item-icon`},!1),F(he,Q)]})]})}}}),Mi={adjustX:1,adjustY:1},Jne={topLeft:{points:["bl","tl"],overflow:Mi,offset:[0,-7]},bottomLeft:{points:["tl","bl"],overflow:Mi,offset:[0,7]},leftTop:{points:["tr","tl"],overflow:Mi,offset:[-4,0]},rightTop:{points:["tl","tr"],overflow:Mi,offset:[4,0]}},ere={topLeft:{points:["bl","tl"],overflow:Mi,offset:[0,-7]},bottomLeft:{points:["tl","bl"],overflow:Mi,offset:[0,7]},rightTop:{points:["tr","tl"],overflow:Mi,offset:[-4,0]},leftTop:{points:["tl","tr"],overflow:Mi,offset:[4,0]}},tre={horizontal:"bottomLeft",vertical:"rightTop","vertical-left":"rightTop","vertical-right":"leftTop"},gR=ae({compatConfig:{MODE:3},name:"PopupTrigger",inheritAttrs:!1,props:{prefixCls:String,mode:String,visible:Boolean,popupClassName:String,popupOffset:Array,disabled:Boolean,onVisibleChange:Function},slots:Object,emits:["visibleChange"],setup(e,t){let{slots:n,emit:r}=t;const o=ce(!1),{getPopupContainer:i,rtl:c,subMenuOpenDelay:l,subMenuCloseDelay:u,builtinPlacements:a,triggerSubMenuAction:s,forceSubMenuRender:d,motion:p,defaultMotions:f,rootClassName:m}=pi(),g=d3(),h=L(()=>c.value?x(x({},ere),a.value):x(x({},Jne),a.value)),_=L(()=>tre[e.mode]),v=ce();Ee(()=>e.visible,E=>{it.cancel(v.value),v.value=it(()=>{o.value=E})},{immediate:!0}),lt(()=>{it.cancel(v.value)});const b=E=>{r("visibleChange",E)},S=L(()=>{var E,T;const C=p.value||((E=f.value)===null||E===void 0?void 0:E[e.mode])||((T=f.value)===null||T===void 0?void 0:T.other),w=typeof C=="function"?C():C;return w?Bo(w.name,{css:!0}):void 0});return()=>{const{prefixCls:E,popupClassName:T,mode:C,popupOffset:w,disabled:O}=e;return y(vs,{prefixCls:E,popupClassName:me(`${E}-popup`,{[`${E}-rtl`]:c.value},T,m.value),stretch:C==="horizontal"?"minWidth":null,getPopupContainer:i.value,builtinPlacements:h.value,popupPlacement:_.value,popupVisible:o.value,popupAlign:w&&{offset:w},action:O?[]:[s.value],mouseEnterDelay:l.value,mouseLeaveDelay:u.value,onPopupVisibleChange:b,forceRender:g||d.value,popupAnimation:S.value},{popup:n.popup,default:n.default})}}}),b3=(e,t)=>{let{slots:n,attrs:r}=t;var o;const{prefixCls:i,mode:c}=pi();return y("ul",U(U({},r),{},{class:me(i.value,`${i.value}-sub`,`${i.value}-${c.value==="inline"?"inline":"vertical"}`),"data-menu-list":!0}),[(o=n.default)===null||o===void 0?void 0:o.call(n)])};b3.displayName="SubMenuList";const S3=b3,nre=ae({compatConfig:{MODE:3},name:"InlineSubMenuList",inheritAttrs:!1,props:{id:String,open:Boolean,keyPath:Array},setup(e,t){let{slots:n}=t;const r=L(()=>"inline"),{motion:o,mode:i,defaultMotions:c}=pi(),l=L(()=>i.value===r.value),u=ie(!l.value),a=L(()=>l.value?e.open:!1);Ee(i,()=>{l.value&&(u.value=!1)},{flush:"post"});const s=L(()=>{var d,p;const f=o.value||((d=c.value)===null||d===void 0?void 0:d[r.value])||((p=c.value)===null||p===void 0?void 0:p.other),m=typeof f=="function"?f():f;return x(x({},m),{appear:e.keyPath.length<=1})});return()=>{var d;return u.value?null:y(Kg,{mode:r.value},{default:()=>[y(On,s.value,{default:()=>[dn(y(S3,{id:e.id},{default:()=>[(d=n.default)===null||d===void 0?void 0:d.call(n)]}),[[Vn,a.value]])]})]})}}});let hR=0;const rre=()=>({icon:q.any,title:q.any,disabled:Boolean,level:Number,popupClassName:String,popupOffset:Array,internalPopupClose:Boolean,eventKey:String,expandIcon:Function,theme:String,onMouseenter:Function,onMouseleave:Function,onTitleClick:Function,originItemValue:Fe()}),Ql=ae({compatConfig:{MODE:3},name:"ASubMenu",inheritAttrs:!1,props:rre(),slots:Object,setup(e,t){let{slots:n,attrs:r,emit:o}=t;var i,c;f3(!1);const l=iT(),u=mn(),a=typeof u.vnode.key=="symbol"?String(u.vnode.key):u.vnode.key;Wt(typeof u.vnode.key!="symbol","SubMenu",`SubMenu \`:key="${String(a)}"\` not support Symbol type`);const s=XS(a)?a:`sub_menu_${++hR}_$$_not_set_key`,d=(i=e.eventKey)!==null&&i!==void 0?i:XS(a)?`sub_menu_${++hR}_$$_${a}`:s,{parentEventKeys:p,parentInfo:f,parentKeys:m}=aT(),g=L(()=>[...m.value,s]),h=ce([]),_={eventKey:d,key:s,parentEventKeys:p,childrenEventKeys:h,parentKeys:m};(c=f.childrenEventKeys)===null||c===void 0||c.value.push(d),lt(()=>{var ge;f.childrenEventKeys&&(f.childrenEventKeys.value=(ge=f.childrenEventKeys)===null||ge===void 0?void 0:ge.value.filter(se=>se!=d))}),Xne(d,s,_);const{prefixCls:v,activeKeys:b,disabled:S,changeActiveKeys:E,mode:T,inlineCollapsed:C,openKeys:w,overflowDisabled:O,onOpenChange:R,registerMenuInfo:I,unRegisterMenuInfo:$,selectedSubMenuKeys:N,expandIcon:P,theme:A}=pi(),D=a!=null,M=!l&&(d3()||!D);Yne(M),(l&&D||!l&&!D||M)&&(I(d,_),lt(()=>{$(d)}));const k=L(()=>`${v.value}-submenu`),F=L(()=>S.value||e.disabled),B=ce(),H=ce(),z=L(()=>w.value.includes(s)),G=L(()=>!O.value&&z.value),V=L(()=>N.value.includes(s)),j=ce(!1);Ee(b,()=>{j.value=!!b.value.find(ge=>ge===s)},{immediate:!0});const K=ge=>{F.value||(o("titleClick",ge,s),T.value==="inline"&&R(s,!z.value))},Q=ge=>{F.value||(E(g.value),o("mouseenter",ge))},pe=ge=>{F.value||(E([]),o("mouseleave",ge))},J=v3(L(()=>g.value.length)),W=ge=>{T.value!=="inline"&&R(s,ge)},Z=()=>{E(g.value)},he=d&&`${d}-popup`,Y=L(()=>me(v.value,`${v.value}-${e.theme||A.value}`,e.popupClassName)),X=(ge,se)=>{if(!se)return C.value&&!m.value.length&&ge&&typeof ge=="string"?y("div",{class:`${v.value}-inline-collapsed-noicon`},[ge.charAt(0)]):y("span",{class:`${v.value}-title-content`},[ge]);const de=In(ge)&&ge.type==="span";return y(ze,null,[Nt(typeof se=="function"?se(e.originItemValue):se,{class:`${v.value}-item-icon`},!1),de?ge:y("span",{class:`${v.value}-title-content`},[ge])])},ne=L(()=>T.value!=="inline"&&g.value.length>1?"vertical":T.value),re=L(()=>T.value==="horizontal"?"vertical":T.value),te=L(()=>ne.value==="horizontal"?"vertical":ne.value),ue=()=>{var ge,se;const de=k.value,fe=(ge=e.icon)!==null&&ge!==void 0?ge:(se=n.icon)===null||se===void 0?void 0:se.call(n,e),_e=e.expandIcon||n.expandIcon||P.value,be=X(Mn(n,e,"title"),fe);return y("div",{style:J.value,class:`${de}-title`,tabindex:F.value?null:-1,ref:B,title:typeof be=="string"?be:null,"data-menu-id":s,"aria-expanded":G.value,"aria-haspopup":!0,"aria-controls":he,"aria-disabled":F.value,onClick:K,onFocus:Z},[be,T.value!=="horizontal"&&_e?_e(x(x({},e),{isOpen:G.value})):y("i",{class:`${de}-arrow`},null)])};return()=>{var ge;if(l)return D?(ge=n.default)===null||ge===void 0?void 0:ge.call(n):null;const se=k.value;let de=()=>null;if(!O.value&&T.value!=="inline"){const fe=T.value==="horizontal"?[0,8]:[10,0];de=()=>y(gR,{mode:ne.value,prefixCls:se,visible:!e.internalPopupClose&&G.value,popupClassName:Y.value,popupOffset:e.popupOffset||fe,disabled:F.value,onVisibleChange:W},{default:()=>[ue()],popup:()=>y(Kg,{mode:te.value},{default:()=>[y(S3,{id:he,ref:H},{default:n.default})]})})}else de=()=>y(gR,null,{default:ue});return y(Kg,{mode:re.value},{default:()=>[y(hc.Item,U(U({component:"li"},r),{},{role:"none",class:me(se,`${se}-${T.value}`,r.class,{[`${se}-open`]:G.value,[`${se}-active`]:j.value,[`${se}-selected`]:V.value,[`${se}-disabled`]:F.value}),onMouseenter:Q,onMouseleave:pe,"data-submenu-id":s}),{default:()=>y(ze,null,[de(),!O.value&&y(nre,{id:he,open:G.value,keyPath:g.value},{default:n.default})])})]})}}});function y3(e,t){return e.classList?e.classList.contains(t):` ${e.className} `.indexOf(` ${t} `)>-1}function Iy(e,t){e.classList?e.classList.add(t):y3(e,t)||(e.className=`${e.className} ${t}`)}function Ry(e,t){if(e.classList)e.classList.remove(t);else if(y3(e,t)){const n=e.className;e.className=` ${n} `.replace(` ${t} `," ")}}const ore=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"ant-motion-collapse",t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return{name:e,appear:t,css:!0,onBeforeEnter:n=>{n.style.height="0px",n.style.opacity="0",Iy(n,e)},onEnter:n=>{ft(()=>{n.style.height=`${n.scrollHeight}px`,n.style.opacity="1"})},onAfterEnter:n=>{n&&(Ry(n,e),n.style.height=null,n.style.opacity=null)},onBeforeLeave:n=>{Iy(n,e),n.style.height=`${n.offsetHeight}px`,n.style.opacity=null},onLeave:n=>{setTimeout(()=>{n.style.height="0px",n.style.opacity="0"})},onAfterLeave:n=>{n&&(Ry(n,e),n.style&&(n.style.height=null,n.style.opacity=null))}}},zp=ore,are=()=>({title:q.any,originItemValue:Fe()}),ap=ae({compatConfig:{MODE:3},name:"AMenuItemGroup",inheritAttrs:!1,props:are(),slots:Object,setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o}=pi(),i=L(()=>`${o.value}-item-group`),c=iT();return()=>{var l,u;return c?(l=n.default)===null||l===void 0?void 0:l.call(n):y("li",U(U({},r),{},{onClick:a=>a.stopPropagation(),class:i.value}),[y("div",{title:typeof e.title=="string"?e.title:void 0,class:`${i.value}-title`},[Mn(n,e,"title")]),y("ul",{class:`${i.value}-list`},[(u=n.default)===null||u===void 0?void 0:u.call(n)])])}}}),ire=()=>({prefixCls:String,dashed:Boolean}),ip=ae({compatConfig:{MODE:3},name:"AMenuDivider",props:ire(),setup(e){const{prefixCls:t}=pi(),n=L(()=>({[`${t.value}-item-divider`]:!0,[`${t.value}-item-divider-dashed`]:!!e.dashed}));return()=>y("li",{class:n.value},null)}});var lre=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{if(r&&typeof r=="object"){const i=r,{label:c,children:l,key:u,type:a}=i,s=lre(i,["label","children","key","type"]),d=u??`tmp-${o}`,p=n?n.parentKeys.slice():[],f=[],m={eventKey:d,key:d,parentEventKeys:ie(p),parentKeys:ie(p),childrenEventKeys:ie(f),isLeaf:!1};if(l||a==="group"){if(a==="group"){const h=Ay(l,t,n);return y(ap,U(U({key:d},s),{},{title:c,originItemValue:r}),{default:()=>[h]})}t.set(d,m),n&&n.childrenEventKeys.push(d);const g=Ay(l,t,{childrenEventKeys:f,parentKeys:[].concat(p,d)});return y(Ql,U(U({key:d},s),{},{title:c,originItemValue:r}),{default:()=>[g]})}return a==="divider"?y(ip,U({key:d},s),null):(m.isLeaf=!0,t.set(d,m),y(Sa,U(U({key:d},s),{},{originItemValue:r}),{default:()=>[c]}))}return null}).filter(r=>r)}function sre(e){const t=ce([]),n=ce(!1),r=ce(new Map);return Ee(()=>e.items,()=>{const o=new Map;n.value=!1,e.items?(n.value=!0,t.value=Ay(e.items,o)):t.value=void 0,r.value=o},{immediate:!0,deep:!0}),{itemsNodes:t,store:r,hasItmes:n}}const cre=e=>{const{componentCls:t,motionDurationSlow:n,menuHorizontalHeight:r,colorSplit:o,lineWidth:i,lineType:c,menuItemPaddingInline:l}=e;return{[`${t}-horizontal`]:{lineHeight:`${r}px`,border:0,borderBottom:`${i}px ${c} ${o}`,boxShadow:"none","&::after":{display:"block",clear:"both",height:0,content:'"\\20"'},[`${t}-item, ${t}-submenu`]:{position:"relative",display:"inline-block",verticalAlign:"bottom",paddingInline:l},[`> ${t}-item:hover, + > ${t}-item-active, + > ${t}-submenu ${t}-submenu-title:hover`]:{backgroundColor:"transparent"},[`${t}-item, ${t}-submenu-title`]:{transition:[`border-color ${n}`,`background ${n}`].join(",")},[`${t}-submenu-arrow`]:{display:"none"}}}},ure=cre,dre=e=>{let{componentCls:t,menuArrowOffset:n}=e;return{[`${t}-rtl`]:{direction:"rtl"},[`${t}-submenu-rtl`]:{transformOrigin:"100% 0"},[`${t}-rtl${t}-vertical, + ${t}-submenu-rtl ${t}-vertical`]:{[`${t}-submenu-arrow`]:{"&::before":{transform:`rotate(-45deg) translateY(-${n})`},"&::after":{transform:`rotate(45deg) translateY(${n})`}}}}},pre=dre,_R=e=>x({},ti(e)),fre=(e,t)=>{const{componentCls:n,colorItemText:r,colorItemTextSelected:o,colorGroupTitle:i,colorItemBg:c,colorSubItemBg:l,colorItemBgSelected:u,colorActiveBarHeight:a,colorActiveBarWidth:s,colorActiveBarBorderSize:d,motionDurationSlow:p,motionEaseInOut:f,motionEaseOut:m,menuItemPaddingInline:g,motionDurationMid:h,colorItemTextHover:_,lineType:v,colorSplit:b,colorItemTextDisabled:S,colorDangerItemText:E,colorDangerItemTextHover:T,colorDangerItemTextSelected:C,colorDangerItemBgActive:w,colorDangerItemBgSelected:O,colorItemBgHover:R,menuSubMenuBg:I,colorItemTextSelectedHorizontal:$,colorItemBgSelectedHorizontal:N}=e;return{[`${n}-${t}`]:{color:r,background:c,[`&${n}-root:focus-visible`]:x({},_R(e)),[`${n}-item-group-title`]:{color:i},[`${n}-submenu-selected`]:{[`> ${n}-submenu-title`]:{color:o}},[`${n}-item-disabled, ${n}-submenu-disabled`]:{color:`${S} !important`},[`${n}-item:hover, ${n}-submenu-title:hover`]:{[`&:not(${n}-item-selected):not(${n}-submenu-selected)`]:{color:_}},[`&:not(${n}-horizontal)`]:{[`${n}-item:not(${n}-item-selected)`]:{"&:hover":{backgroundColor:R},"&:active":{backgroundColor:u}},[`${n}-submenu-title`]:{"&:hover":{backgroundColor:R},"&:active":{backgroundColor:u}}},[`${n}-item-danger`]:{color:E,[`&${n}-item:hover`]:{[`&:not(${n}-item-selected):not(${n}-submenu-selected)`]:{color:T}},[`&${n}-item:active`]:{background:w}},[`${n}-item a`]:{"&, &:hover":{color:"inherit"}},[`${n}-item-selected`]:{color:o,[`&${n}-item-danger`]:{color:C},"a, a:hover":{color:"inherit"}},[`& ${n}-item-selected`]:{backgroundColor:u,[`&${n}-item-danger`]:{backgroundColor:O}},[`${n}-item, ${n}-submenu-title`]:{[`&:not(${n}-item-disabled):focus-visible`]:x({},_R(e))},[`&${n}-submenu > ${n}`]:{backgroundColor:I},[`&${n}-popup > ${n}`]:{backgroundColor:c},[`&${n}-horizontal`]:x(x({},t==="dark"?{borderBottom:0}:{}),{[`> ${n}-item, > ${n}-submenu`]:{top:d,marginTop:-d,marginBottom:0,borderRadius:0,"&::after":{position:"absolute",insetInline:g,bottom:0,borderBottom:`${a}px solid transparent`,transition:`border-color ${p} ${f}`,content:'""'},"&:hover, &-active, &-open":{"&::after":{borderBottomWidth:a,borderBottomColor:$}},"&-selected":{color:$,backgroundColor:N,"&::after":{borderBottomWidth:a,borderBottomColor:$}}}}),[`&${n}-root`]:{[`&${n}-inline, &${n}-vertical`]:{borderInlineEnd:`${d}px ${v} ${b}`}},[`&${n}-inline`]:{[`${n}-sub${n}-inline`]:{background:l},[`${n}-item, ${n}-submenu-title`]:d&&s?{width:`calc(100% + ${d}px)`}:{},[`${n}-item`]:{position:"relative","&::after":{position:"absolute",insetBlock:0,insetInlineEnd:0,borderInlineEnd:`${s}px solid ${o}`,transform:"scaleY(0.0001)",opacity:0,transition:[`transform ${h} ${m}`,`opacity ${h} ${m}`].join(","),content:'""'},[`&${n}-item-danger`]:{"&::after":{borderInlineEndColor:C}}},[`${n}-selected, ${n}-item-selected`]:{"&::after":{transform:"scaleY(1)",opacity:1,transition:[`transform ${h} ${f}`,`opacity ${h} ${f}`].join(",")}}}}}},vR=fre,bR=e=>{const{componentCls:t,menuItemHeight:n,itemMarginInline:r,padding:o,menuArrowSize:i,marginXS:c,marginXXS:l}=e,u=o+i+c;return{[`${t}-item`]:{position:"relative"},[`${t}-item, ${t}-submenu-title`]:{height:n,lineHeight:`${n}px`,paddingInline:o,overflow:"hidden",textOverflow:"ellipsis",marginInline:r,marginBlock:l,width:`calc(100% - ${r*2}px)`},[`${t}-submenu`]:{paddingBottom:.02},[`> ${t}-item, + > ${t}-submenu > ${t}-submenu-title`]:{height:n,lineHeight:`${n}px`},[`${t}-item-group-list ${t}-submenu-title, + ${t}-submenu-title`]:{paddingInlineEnd:u}}},mre=e=>{const{componentCls:t,iconCls:n,menuItemHeight:r,colorTextLightSolid:o,dropdownWidth:i,controlHeightLG:c,motionDurationMid:l,motionEaseOut:u,paddingXL:a,fontSizeSM:s,fontSizeLG:d,motionDurationSlow:p,paddingXS:f,boxShadowSecondary:m}=e,g={height:r,lineHeight:`${r}px`,listStylePosition:"inside",listStyleType:"disc"};return[{[t]:{"&-inline, &-vertical":x({[`&${t}-root`]:{boxShadow:"none"}},bR(e))},[`${t}-submenu-popup`]:{[`${t}-vertical`]:x(x({},bR(e)),{boxShadow:m})}},{[`${t}-submenu-popup ${t}-vertical${t}-sub`]:{minWidth:i,maxHeight:`calc(100vh - ${c*2.5}px)`,padding:"0",overflow:"hidden",borderInlineEnd:0,"&:not([class*='-active'])":{overflowX:"hidden",overflowY:"auto"}}},{[`${t}-inline`]:{width:"100%",[`&${t}-root`]:{[`${t}-item, ${t}-submenu-title`]:{display:"flex",alignItems:"center",transition:[`border-color ${p}`,`background ${p}`,`padding ${l} ${u}`].join(","),[`> ${t}-title-content`]:{flex:"auto",minWidth:0,overflow:"hidden",textOverflow:"ellipsis"},"> *":{flex:"none"}}},[`${t}-sub${t}-inline`]:{padding:0,border:0,borderRadius:0,boxShadow:"none",[`& > ${t}-submenu > ${t}-submenu-title`]:g,[`& ${t}-item-group-title`]:{paddingInlineStart:a}},[`${t}-item`]:g}},{[`${t}-inline-collapsed`]:{width:r*2,[`&${t}-root`]:{[`${t}-item, ${t}-submenu ${t}-submenu-title`]:{[`> ${t}-inline-collapsed-noicon`]:{fontSize:d,textAlign:"center"}}},[`> ${t}-item, + > ${t}-item-group > ${t}-item-group-list > ${t}-item, + > ${t}-item-group > ${t}-item-group-list > ${t}-submenu > ${t}-submenu-title, + > ${t}-submenu > ${t}-submenu-title`]:{insetInlineStart:0,paddingInline:`calc(50% - ${s}px)`,textOverflow:"clip",[` + ${t}-submenu-arrow, + ${t}-submenu-expand-icon + `]:{opacity:0},[`${t}-item-icon, ${n}`]:{margin:0,fontSize:d,lineHeight:`${r}px`,"+ span":{display:"inline-block",opacity:0}}},[`${t}-item-icon, ${n}`]:{display:"inline-block"},"&-tooltip":{pointerEvents:"none",[`${t}-item-icon, ${n}`]:{display:"none"},"a, a:hover":{color:o}},[`${t}-item-group-title`]:x(x({},Rn),{paddingInline:f})}}]},gre=mre,SR=e=>{const{componentCls:t,fontSize:n,motionDurationSlow:r,motionDurationMid:o,motionEaseInOut:i,motionEaseOut:c,iconCls:l,controlHeightSM:u}=e;return{[`${t}-item, ${t}-submenu-title`]:{position:"relative",display:"block",margin:0,whiteSpace:"nowrap",cursor:"pointer",transition:[`border-color ${r}`,`background ${r}`,`padding ${r} ${i}`].join(","),[`${t}-item-icon, ${l}`]:{minWidth:n,fontSize:n,transition:[`font-size ${o} ${c}`,`margin ${r} ${i}`,`color ${r}`].join(","),"+ span":{marginInlineStart:u-n,opacity:1,transition:[`opacity ${r} ${i}`,`margin ${r}`,`color ${r}`].join(",")}},[`${t}-item-icon`]:x({},ps()),[`&${t}-item-only-child`]:{[`> ${l}, > ${t}-item-icon`]:{marginInlineEnd:0}}},[`${t}-item-disabled, ${t}-submenu-disabled`]:{background:"none !important",cursor:"not-allowed","&::after":{borderColor:"transparent !important"},a:{color:"inherit !important"},[`> ${t}-submenu-title`]:{color:"inherit !important",cursor:"not-allowed"}}}},yR=e=>{const{componentCls:t,motionDurationSlow:n,motionEaseInOut:r,borderRadius:o,menuArrowSize:i,menuArrowOffset:c}=e;return{[`${t}-submenu`]:{"&-expand-icon, &-arrow":{position:"absolute",top:"50%",insetInlineEnd:e.margin,width:i,color:"currentcolor",transform:"translateY(-50%)",transition:`transform ${n} ${r}, opacity ${n}`},"&-arrow":{"&::before, &::after":{position:"absolute",width:i*.6,height:i*.15,backgroundColor:"currentcolor",borderRadius:o,transition:[`background ${n} ${r}`,`transform ${n} ${r}`,`top ${n} ${r}`,`color ${n} ${r}`].join(","),content:'""'},"&::before":{transform:`rotate(45deg) translateY(-${c})`},"&::after":{transform:`rotate(-45deg) translateY(${c})`}}}}},hre=e=>{const{antCls:t,componentCls:n,fontSize:r,motionDurationSlow:o,motionDurationMid:i,motionEaseInOut:c,lineHeight:l,paddingXS:u,padding:a,colorSplit:s,lineWidth:d,zIndexPopup:p,borderRadiusLG:f,radiusSubMenuItem:m,menuArrowSize:g,menuArrowOffset:h,lineType:_,menuPanelMaskInset:v}=e;return[{"":{[`${n}`]:x(x({},ea()),{"&-hidden":{display:"none"}})},[`${n}-submenu-hidden`]:{display:"none"}},{[n]:x(x(x(x(x(x(x({},ot(e)),ea()),{marginBottom:0,paddingInlineStart:0,fontSize:r,lineHeight:0,listStyle:"none",outline:"none",transition:`width ${o} cubic-bezier(0.2, 0, 0, 1) 0s`,"ul, ol":{margin:0,padding:0,listStyle:"none"},"&-overflow":{display:"flex",[`${n}-item`]:{flex:"none"}},[`${n}-item, ${n}-submenu, ${n}-submenu-title`]:{borderRadius:e.radiusItem},[`${n}-item-group-title`]:{padding:`${u}px ${a}px`,fontSize:r,lineHeight:l,transition:`all ${o}`},[`&-horizontal ${n}-submenu`]:{transition:[`border-color ${o} ${c}`,`background ${o} ${c}`].join(",")},[`${n}-submenu, ${n}-submenu-inline`]:{transition:[`border-color ${o} ${c}`,`background ${o} ${c}`,`padding ${i} ${c}`].join(",")},[`${n}-submenu ${n}-sub`]:{cursor:"initial",transition:[`background ${o} ${c}`,`padding ${o} ${c}`].join(",")},[`${n}-title-content`]:{transition:`color ${o}`},[`${n}-item a`]:{"&::before":{position:"absolute",inset:0,backgroundColor:"transparent",content:'""'}},[`${n}-item-divider`]:{overflow:"hidden",lineHeight:0,borderColor:s,borderStyle:_,borderWidth:0,borderTopWidth:d,marginBlock:d,padding:0,"&-dashed":{borderStyle:"dashed"}}}),SR(e)),{[`${n}-item-group`]:{[`${n}-item-group-list`]:{margin:0,padding:0,[`${n}-item, ${n}-submenu-title`]:{paddingInline:`${r*2}px ${a}px`}}},"&-submenu":{"&-popup":{position:"absolute",zIndex:p,background:"transparent",borderRadius:f,boxShadow:"none",transformOrigin:"0 0","&::before":{position:"absolute",inset:`${v}px 0 0`,zIndex:-1,width:"100%",height:"100%",opacity:0,content:'""'}},"&-placement-rightTop::before":{top:0,insetInlineStart:v},[`> ${n}`]:x(x(x({borderRadius:f},SR(e)),yR(e)),{[`${n}-item, ${n}-submenu > ${n}-submenu-title`]:{borderRadius:m},[`${n}-submenu-title::after`]:{transition:`transform ${o} ${c}`}})}}),yR(e)),{[`&-inline-collapsed ${n}-submenu-arrow, + &-inline ${n}-submenu-arrow`]:{"&::before":{transform:`rotate(-45deg) translateX(${h})`},"&::after":{transform:`rotate(45deg) translateX(-${h})`}},[`${n}-submenu-open${n}-submenu-inline > ${n}-submenu-title > ${n}-submenu-arrow`]:{transform:`translateY(-${g*.2}px)`,"&::after":{transform:`rotate(-45deg) translateX(-${h})`},"&::before":{transform:`rotate(45deg) translateX(${h})`}}})},{[`${t}-layout-header`]:{[n]:{lineHeight:"inherit"}}}]},_re=(e,t)=>tt("Menu",(r,o)=>{let{overrideComponentToken:i}=o;if((t==null?void 0:t.value)===!1)return[];const{colorBgElevated:c,colorPrimary:l,colorError:u,colorErrorHover:a,colorTextLightSolid:s}=r,{controlHeightLG:d,fontSize:p}=r,f=p/7*5,m=Ve(r,{menuItemHeight:d,menuItemPaddingInline:r.margin,menuArrowSize:f,menuHorizontalHeight:d*1.15,menuArrowOffset:`${f*.25}px`,menuPanelMaskInset:-7,menuSubMenuBg:c}),g=new Dt(s).setAlpha(.65).toRgbString(),h=Ve(m,{colorItemText:g,colorItemTextHover:s,colorGroupTitle:g,colorItemTextSelected:s,colorItemBg:"#001529",colorSubItemBg:"#000c17",colorItemBgActive:"transparent",colorItemBgSelected:l,colorActiveBarWidth:0,colorActiveBarHeight:0,colorActiveBarBorderSize:0,colorItemTextDisabled:new Dt(s).setAlpha(.25).toRgbString(),colorDangerItemText:u,colorDangerItemTextHover:a,colorDangerItemTextSelected:s,colorDangerItemBgActive:u,colorDangerItemBgSelected:u,menuSubMenuBg:"#001529",colorItemTextSelectedHorizontal:s,colorItemBgSelectedHorizontal:l},x({},i));return[hre(m),ure(m),gre(m),vR(m,"light"),vR(h,"dark"),pre(m),Up(m),wa(m,"slide-up"),wa(m,"slide-down"),pu(m,"zoom-big")]},r=>{const{colorPrimary:o,colorError:i,colorTextDisabled:c,colorErrorBg:l,colorText:u,colorTextDescription:a,colorBgContainer:s,colorFillAlter:d,colorFillContent:p,lineWidth:f,lineWidthBold:m,controlItemBgActive:g,colorBgTextHover:h}=r;return{dropdownWidth:160,zIndexPopup:r.zIndexPopupBase+50,radiusItem:r.borderRadiusLG,radiusSubMenuItem:r.borderRadiusSM,colorItemText:u,colorItemTextHover:u,colorItemTextHoverHorizontal:o,colorGroupTitle:a,colorItemTextSelected:o,colorItemTextSelectedHorizontal:o,colorItemBg:s,colorItemBgHover:h,colorItemBgActive:p,colorSubItemBg:d,colorItemBgSelected:g,colorItemBgSelectedHorizontal:"transparent",colorActiveBarWidth:0,colorActiveBarHeight:m,colorActiveBarBorderSize:f,colorItemTextDisabled:c,colorDangerItemText:i,colorDangerItemTextHover:i,colorDangerItemTextSelected:i,colorDangerItemBgActive:l,colorDangerItemBgSelected:l,itemMarginInline:r.marginXXS}})(e),vre=()=>({id:String,prefixCls:String,items:Array,disabled:Boolean,inlineCollapsed:Boolean,disabledOverflow:Boolean,forceSubMenuRender:Boolean,openKeys:Array,selectedKeys:Array,activeKey:String,selectable:{type:Boolean,default:!0},multiple:{type:Boolean,default:!1},tabindex:{type:[Number,String]},motion:Object,role:String,theme:{type:String,default:"light"},mode:{type:String,default:"vertical"},inlineIndent:{type:Number,default:24},subMenuOpenDelay:{type:Number,default:0},subMenuCloseDelay:{type:Number,default:.1},builtinPlacements:{type:Object},triggerSubMenuAction:{type:String,default:"hover"},getPopupContainer:Function,expandIcon:Function,onOpenChange:Function,onSelect:Function,onDeselect:Function,onClick:[Function,Array],onFocus:Function,onBlur:Function,onMousedown:Function,"onUpdate:openKeys":Function,"onUpdate:selectedKeys":Function,"onUpdate:activeKey":Function}),ER=[],Tn=ae({compatConfig:{MODE:3},name:"AMenu",inheritAttrs:!1,props:vre(),slots:Object,setup(e,t){let{slots:n,emit:r,attrs:o}=t;const{direction:i,getPrefixCls:c}=Me("menu",e),l=i3(),u=L(()=>{var K;return c("menu",e.prefixCls||((K=l==null?void 0:l.prefixCls)===null||K===void 0?void 0:K.value))}),[a,s]=_re(u,L(()=>!l)),d=ce(new Map),p=et(m3,ie(void 0)),f=L(()=>p.value!==void 0?p.value:e.inlineCollapsed),{itemsNodes:m}=sre(e),g=ce(!1);Ke(()=>{g.value=!0}),Qe(()=>{Wt(!(e.inlineCollapsed===!0&&e.mode!=="inline"),"Menu","`inlineCollapsed` should only be used when `mode` is inline."),Wt(!(p.value!==void 0&&e.inlineCollapsed===!0),"Menu","`inlineCollapsed` not control Menu under Sider. Should set `collapsed` on Sider instead.")});const h=ie([]),_=ie([]),v=ie({});Ee(d,()=>{const K={};for(const Q of d.value.values())K[Q.key]=Q;v.value=K},{flush:"post"}),Qe(()=>{if(e.activeKey!==void 0){let K=[];const Q=e.activeKey?v.value[e.activeKey]:void 0;Q&&e.activeKey!==void 0?K=ab([].concat(qt(Q.parentKeys),e.activeKey)):K=[],Xs(h.value,K)||(h.value=K)}}),Ee(()=>e.selectedKeys,K=>{K&&(_.value=K.slice())},{immediate:!0,deep:!0});const b=ie([]);Ee([v,_],()=>{let K=[];_.value.forEach(Q=>{const pe=v.value[Q];pe&&(K=K.concat(qt(pe.parentKeys)))}),K=ab(K),Xs(b.value,K)||(b.value=K)},{immediate:!0});const S=K=>{if(e.selectable){const{key:Q}=K,pe=_.value.includes(Q);let J;e.multiple?pe?J=_.value.filter(Z=>Z!==Q):J=[..._.value,Q]:J=[Q];const W=x(x({},K),{selectedKeys:J});Xs(J,_.value)||(e.selectedKeys===void 0&&(_.value=J),r("update:selectedKeys",J),pe&&e.multiple?r("deselect",W):r("select",W))}R.value!=="inline"&&!e.multiple&&E.value.length&&N(ER)},E=ie([]);Ee(()=>e.openKeys,function(){let K=arguments.length>0&&arguments[0]!==void 0?arguments[0]:E.value;Xs(E.value,K)||(E.value=K.slice())},{immediate:!0,deep:!0});let T;const C=K=>{clearTimeout(T),T=setTimeout(()=>{e.activeKey===void 0&&(h.value=K),r("update:activeKey",K[K.length-1])})},w=L(()=>!!e.disabled),O=L(()=>i.value==="rtl"),R=ie("vertical"),I=ce(!1);Qe(()=>{var K;(e.mode==="inline"||e.mode==="vertical")&&f.value?(R.value="vertical",I.value=f.value):(R.value=e.mode,I.value=!1),!((K=l==null?void 0:l.mode)===null||K===void 0)&&K.value&&(R.value=l.mode.value)});const $=L(()=>R.value==="inline"),N=K=>{E.value=K,r("update:openKeys",K),r("openChange",K)},P=ie(E.value),A=ce(!1);Ee(E,()=>{$.value&&(P.value=E.value)},{immediate:!0}),Ee($,()=>{if(!A.value){A.value=!0;return}$.value?E.value=P.value:N(ER)},{immediate:!0});const D=L(()=>({[`${u.value}`]:!0,[`${u.value}-root`]:!0,[`${u.value}-${R.value}`]:!0,[`${u.value}-inline-collapsed`]:I.value,[`${u.value}-rtl`]:O.value,[`${u.value}-${e.theme}`]:!0})),M=L(()=>c()),k=L(()=>({horizontal:{name:`${M.value}-slide-up`},inline:zp(`${M.value}-motion-collapse`),other:{name:`${M.value}-zoom-big`}}));f3(!0);const F=function(){let K=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];const Q=[],pe=d.value;return K.forEach(J=>{const{key:W,childrenEventKeys:Z}=pe.get(J);Q.push(W,...F(qt(Z)))}),Q},B=K=>{var Q;r("click",K),S(K),(Q=l==null?void 0:l.onClick)===null||Q===void 0||Q.call(l)},H=(K,Q)=>{var pe;const J=((pe=v.value[K])===null||pe===void 0?void 0:pe.childrenEventKeys)||[];let W=E.value.filter(Z=>Z!==K);if(Q)W.push(K);else if(R.value!=="inline"){const Z=F(qt(J));W=ab(W.filter(he=>!Z.includes(he)))}Xs(E,W)||N(W)},z=(K,Q)=>{d.value.set(K,Q),d.value=new Map(d.value)},G=K=>{d.value.delete(K),d.value=new Map(d.value)},V=ie(0),j=L(()=>{var K;return e.expandIcon||n.expandIcon||!((K=l==null?void 0:l.expandIcon)===null||K===void 0)&&K.value?Q=>{let pe=e.expandIcon||n.expandIcon;return pe=typeof pe=="function"?pe(Q):pe,Nt(pe,{class:`${u.value}-submenu-expand-icon`},!1)}:null});return Kne({prefixCls:u,activeKeys:h,openKeys:E,selectedKeys:_,changeActiveKeys:C,disabled:w,rtl:O,mode:R,inlineIndent:L(()=>e.inlineIndent),subMenuCloseDelay:L(()=>e.subMenuCloseDelay),subMenuOpenDelay:L(()=>e.subMenuOpenDelay),builtinPlacements:L(()=>e.builtinPlacements),triggerSubMenuAction:L(()=>e.triggerSubMenuAction),getPopupContainer:L(()=>e.getPopupContainer),inlineCollapsed:I,theme:L(()=>e.theme),siderCollapsed:p,defaultMotions:L(()=>g.value?k.value:null),motion:L(()=>g.value?e.motion:null),overflowDisabled:ce(void 0),onOpenChange:H,onItemClick:B,registerMenuInfo:z,unRegisterMenuInfo:G,selectedSubMenuKeys:b,expandIcon:j,forceSubMenuRender:L(()=>e.forceSubMenuRender),rootClassName:s}),()=>{var K,Q;const pe=m.value||Lt((K=n.default)===null||K===void 0?void 0:K.call(n)),J=V.value>=pe.length-1||R.value!=="horizontal"||e.disabledOverflow,W=R.value!=="horizontal"||e.disabledOverflow?pe:pe.map((he,Y)=>y(Kg,{key:he.key,overflowDisabled:Y>V.value},{default:()=>he})),Z=((Q=n.overflowedIndicator)===null||Q===void 0?void 0:Q.call(n))||y(nT,null,null);return a(y(hc,U(U({},o),{},{onMousedown:e.onMousedown,prefixCls:`${u.value}-overflow`,component:"ul",itemComponent:Sa,class:[D.value,o.class,s.value],role:"menu",id:e.id,data:W,renderRawItem:he=>he,renderRawRest:he=>{const Y=he.length,X=Y?pe.slice(-Y):null;return y(ze,null,[y(Ql,{eventKey:Uf,key:Uf,title:Z,disabled:J,internalPopupClose:Y===0},{default:()=>X}),y(mR,null,{default:()=>[y(Ql,{eventKey:Uf,key:Uf,title:Z,disabled:J,internalPopupClose:Y===0},{default:()=>X})]})])},maxCount:R.value!=="horizontal"||e.disabledOverflow?hc.INVALIDATE:hc.RESPONSIVE,ssr:"full","data-menu-list":!0,onVisibleChange:he=>{V.value=he}}),{default:()=>[y(Rp,{to:"body"},{default:()=>[y("div",{style:{display:"none"},"aria-hidden":!0},[y(mR,null,{default:()=>[W]})])]})]}))}}});Tn.install=function(e){return e.component(Tn.name,Tn),e.component(Sa.name,Sa),e.component(Ql.name,Ql),e.component(ip.name,ip),e.component(ap.name,ap),e};Tn.Item=Sa;Tn.Divider=ip;Tn.SubMenu=Ql;Tn.ItemGroup=ap;const bre=e=>{const{componentCls:t,iconCls:n}=e;return{[t]:x(x({},ot(e)),{color:e.breadcrumbBaseColor,fontSize:e.breadcrumbFontSize,[n]:{fontSize:e.breadcrumbIconFontSize},ol:{display:"flex",flexWrap:"wrap",margin:0,padding:0,listStyle:"none"},a:x({color:e.breadcrumbLinkColor,transition:`color ${e.motionDurationMid}`,padding:`0 ${e.paddingXXS}px`,borderRadius:e.borderRadiusSM,height:e.lineHeight*e.fontSize,display:"inline-block",marginInline:-e.marginXXS,"&:hover":{color:e.breadcrumbLinkColorHover,backgroundColor:e.colorBgTextHover}},ni(e)),"li:last-child":{color:e.breadcrumbLastItemColor,[`& > ${t}-separator`]:{display:"none"}},[`${t}-separator`]:{marginInline:e.breadcrumbSeparatorMargin,color:e.breadcrumbSeparatorColor},[`${t}-link`]:{[` + > ${n} + span, + > ${n} + a + `]:{marginInlineStart:e.marginXXS}},[`${t}-overlay-link`]:{borderRadius:e.borderRadiusSM,height:e.lineHeight*e.fontSize,display:"inline-block",padding:`0 ${e.paddingXXS}px`,marginInline:-e.marginXXS,[`> ${n}`]:{marginInlineStart:e.marginXXS,fontSize:e.fontSizeIcon},"&:hover":{color:e.breadcrumbLinkColorHover,backgroundColor:e.colorBgTextHover,a:{color:e.breadcrumbLinkColorHover}},a:{"&:hover":{backgroundColor:"transparent"}}},[`&${e.componentCls}-rtl`]:{direction:"rtl"}})}},Sre=tt("Breadcrumb",e=>{const t=Ve(e,{breadcrumbBaseColor:e.colorTextDescription,breadcrumbFontSize:e.fontSize,breadcrumbIconFontSize:e.fontSize,breadcrumbLinkColor:e.colorTextDescription,breadcrumbLinkColorHover:e.colorText,breadcrumbLastItemColor:e.colorText,breadcrumbSeparatorMargin:e.marginXS,breadcrumbSeparatorColor:e.colorTextDescription});return[bre(t)]}),yre=()=>({prefixCls:String,routes:{type:Array},params:q.any,separator:q.any,itemRender:{type:Function}});function Ere(e,t){if(!e.breadcrumbName)return null;const n=Object.keys(t).join("|");return e.breadcrumbName.replace(new RegExp(`:(${n})`,"g"),(o,i)=>t[i]||o)}function CR(e){const{route:t,params:n,routes:r,paths:o}=e,i=r.indexOf(t)===r.length-1,c=Ere(t,n);return i?y("span",null,[c]):y("a",{href:`#/${o.join("/")}`},[c])}const kl=ae({compatConfig:{MODE:3},name:"ABreadcrumb",inheritAttrs:!1,props:yre(),slots:Object,setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o,direction:i}=Me("breadcrumb",e),[c,l]=Sre(o),u=(d,p)=>(d=(d||"").replace(/^\//,""),Object.keys(p).forEach(f=>{d=d.replace(`:${f}`,p[f])}),d),a=(d,p,f)=>{const m=[...d],g=u(p||"",f);return g&&m.push(g),m},s=d=>{let{routes:p=[],params:f={},separator:m,itemRender:g=CR}=d;const h=[];return p.map(_=>{const v=u(_.path,f);v&&h.push(v);const b=[...h];let S=null;_.children&&_.children.length&&(S=y(Tn,{items:_.children.map(T=>({key:T.path||T.breadcrumbName,label:g({route:T,params:f,routes:p,paths:a(b,T.path,f)})}))},null));const E={separator:m};return S&&(E.overlay=S),y(op,U(U({},E),{},{key:v||_.breadcrumbName}),{default:()=>[g({route:_,params:f,routes:p,paths:b})]})})};return()=>{var d;let p;const{routes:f,params:m={}}=e,g=Lt(Mn(n,e)),h=(d=Mn(n,e,"separator"))!==null&&d!==void 0?d:"/",_=e.itemRender||n.itemRender||CR;f&&f.length>0?p=s({routes:f,params:m,separator:h,itemRender:_}):g.length&&(p=g.map((b,S)=>(Jt(typeof b.type=="object"&&(b.type.__ANT_BREADCRUMB_ITEM||b.type.__ANT_BREADCRUMB_SEPARATOR)),jn(b,{separator:h,key:S}))));const v={[o.value]:!0,[`${o.value}-rtl`]:i.value==="rtl",[`${r.class}`]:!!r.class,[l.value]:!0};return c(y("nav",U(U({},r),{},{class:v}),[y("ol",null,[p])]))}}});var Cre=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o({prefixCls:String}),qg=ae({compatConfig:{MODE:3},name:"ABreadcrumbSeparator",__ANT_BREADCRUMB_SEPARATOR:!0,inheritAttrs:!1,props:Tre(),setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o}=Me("breadcrumb",e);return()=>{var i;const{separator:c,class:l}=r,u=Cre(r,["separator","class"]),a=Lt((i=n.default)===null||i===void 0?void 0:i.call(n));return y("span",U({class:[`${o.value}-separator`,l]},u),[a.length>0?a:"/"])}}});kl.Item=op;kl.Separator=qg;kl.install=function(e){return e.component(kl.name,kl),e.component(op.name,op),e.component(qg.name,qg),e};var aa=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ia(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function xre(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var n=function r(){return this instanceof r?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(r){var o=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(n,r,o.get?o:{enumerable:!0,get:function(){return e[r]}})}),n}var E3={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(aa,function(){var n=1e3,r=6e4,o=36e5,i="millisecond",c="second",l="minute",u="hour",a="day",s="week",d="month",p="quarter",f="year",m="date",g="Invalid Date",h=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,_=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,v={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(P){var A=["th","st","nd","rd"],D=P%100;return"["+P+(A[(D-20)%10]||A[D]||A[0])+"]"}},b=function(P,A,D){var M=String(P);return!M||M.length>=A?P:""+Array(A+1-M.length).join(D)+P},S={s:b,z:function(P){var A=-P.utcOffset(),D=Math.abs(A),M=Math.floor(D/60),k=D%60;return(A<=0?"+":"-")+b(M,2,"0")+":"+b(k,2,"0")},m:function P(A,D){if(A.date()1)return P(B[0])}else{var H=A.name;T[H]=A,k=H}return!M&&k&&(E=k),k||!M&&E},R=function(P,A){if(w(P))return P.clone();var D=typeof A=="object"?A:{};return D.date=P,D.args=arguments,new $(D)},I=S;I.l=O,I.i=w,I.w=function(P,A){return R(P,{locale:A.$L,utc:A.$u,x:A.$x,$offset:A.$offset})};var $=function(){function P(D){this.$L=O(D.locale,null,!0),this.parse(D),this.$x=this.$x||D.x||{},this[C]=!0}var A=P.prototype;return A.parse=function(D){this.$d=function(M){var k=M.date,F=M.utc;if(k===null)return new Date(NaN);if(I.u(k))return new Date;if(k instanceof Date)return new Date(k);if(typeof k=="string"&&!/Z$/i.test(k)){var B=k.match(h);if(B){var H=B[2]-1||0,z=(B[7]||"0").substring(0,3);return F?new Date(Date.UTC(B[1],H,B[3]||1,B[4]||0,B[5]||0,B[6]||0,z)):new Date(B[1],H,B[3]||1,B[4]||0,B[5]||0,B[6]||0,z)}}return new Date(k)}(D),this.init()},A.init=function(){var D=this.$d;this.$y=D.getFullYear(),this.$M=D.getMonth(),this.$D=D.getDate(),this.$W=D.getDay(),this.$H=D.getHours(),this.$m=D.getMinutes(),this.$s=D.getSeconds(),this.$ms=D.getMilliseconds()},A.$utils=function(){return I},A.isValid=function(){return this.$d.toString()!==g},A.isSame=function(D,M){var k=R(D);return this.startOf(M)<=k&&k<=this.endOf(M)},A.isAfter=function(D,M){return R(D)25){var s=c(this).startOf(r).add(1,r).date(a),d=c(this).endOf(n);if(s.isBefore(d))return 1}var p=c(this).startOf(r).date(a).startOf(n).subtract(1,"millisecond"),f=this.diff(p,n,!0);return f<0?c(this).startOf("week").week():Math.ceil(f)},l.weeks=function(u){return u===void 0&&(u=null),this.week(u)}}})})(x3);var Nre=x3.exports;const $re=ia(Nre);var w3={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(aa,function(){return function(n,r){r.prototype.weekYear=function(){var o=this.month(),i=this.week(),c=this.year();return i===1&&o===11?c+1:o===0&&i>=52?c-1:c}}})})(w3);var Dre=w3.exports;const Pre=ia(Dre);var O3={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(aa,function(){var n="month",r="quarter";return function(o,i){var c=i.prototype;c.quarter=function(a){return this.$utils().u(a)?Math.ceil((this.month()+1)/3):this.month(this.month()%3+3*(a-1))};var l=c.add;c.add=function(a,s){return a=Number(a),this.$utils().p(s)===r?this.add(3*a,n):l.bind(this)(a,s)};var u=c.startOf;c.startOf=function(a,s){var d=this.$utils(),p=!!d.u(s)||s;if(d.p(a)===r){var f=this.quarter()-1;return p?this.month(3*f).startOf(n).startOf("day"):this.month(3*f+2).endOf(n).endOf("day")}return u.bind(this)(a,s)}}})})(O3);var Mre=O3.exports;const kre=ia(Mre);var I3={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(aa,function(){return function(n,r){var o=r.prototype,i=o.format;o.format=function(c){var l=this,u=this.$locale();if(!this.isValid())return i.bind(this)(c);var a=this.$utils(),s=(c||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,function(d){switch(d){case"Q":return Math.ceil((l.$M+1)/3);case"Do":return u.ordinal(l.$D);case"gggg":return l.weekYear();case"GGGG":return l.isoWeekYear();case"wo":return u.ordinal(l.week(),"W");case"w":case"ww":return a.s(l.week(),d==="w"?1:2,"0");case"W":case"WW":return a.s(l.isoWeek(),d==="W"?1:2,"0");case"k":case"kk":return a.s(String(l.$H===0?24:l.$H),d==="k"?1:2,"0");case"X":return Math.floor(l.$d.getTime()/1e3);case"x":return l.$d.getTime();case"z":return"["+l.offsetName()+"]";case"zzz":return"["+l.offsetName("long")+"]";default:return d}});return i.bind(this)(s)}}})})(I3);var Lre=I3.exports;const Fre=ia(Lre);var R3={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(aa,function(){var n={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},r=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|YYYY|YY?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,o=/\d\d/,i=/\d\d?/,c=/\d*[^-_:/,()\s\d]+/,l={},u=function(g){return(g=+g)+(g>68?1900:2e3)},a=function(g){return function(h){this[g]=+h}},s=[/[+-]\d\d:?(\d\d)?|Z/,function(g){(this.zone||(this.zone={})).offset=function(h){if(!h||h==="Z")return 0;var _=h.match(/([+-]|\d\d)/g),v=60*_[1]+(+_[2]||0);return v===0?0:_[0]==="+"?-v:v}(g)}],d=function(g){var h=l[g];return h&&(h.indexOf?h:h.s.concat(h.f))},p=function(g,h){var _,v=l.meridiem;if(v){for(var b=1;b<=24;b+=1)if(g.indexOf(v(b,0,h))>-1){_=b>12;break}}else _=g===(h?"pm":"PM");return _},f={A:[c,function(g){this.afternoon=p(g,!1)}],a:[c,function(g){this.afternoon=p(g,!0)}],S:[/\d/,function(g){this.milliseconds=100*+g}],SS:[o,function(g){this.milliseconds=10*+g}],SSS:[/\d{3}/,function(g){this.milliseconds=+g}],s:[i,a("seconds")],ss:[i,a("seconds")],m:[i,a("minutes")],mm:[i,a("minutes")],H:[i,a("hours")],h:[i,a("hours")],HH:[i,a("hours")],hh:[i,a("hours")],D:[i,a("day")],DD:[o,a("day")],Do:[c,function(g){var h=l.ordinal,_=g.match(/\d+/);if(this.day=_[0],h)for(var v=1;v<=31;v+=1)h(v).replace(/\[|\]/g,"")===g&&(this.day=v)}],M:[i,a("month")],MM:[o,a("month")],MMM:[c,function(g){var h=d("months"),_=(d("monthsShort")||h.map(function(v){return v.slice(0,3)})).indexOf(g)+1;if(_<1)throw new Error;this.month=_%12||_}],MMMM:[c,function(g){var h=d("months").indexOf(g)+1;if(h<1)throw new Error;this.month=h%12||h}],Y:[/[+-]?\d+/,a("year")],YY:[o,function(g){this.year=u(g)}],YYYY:[/\d{4}/,a("year")],Z:s,ZZ:s};function m(g){var h,_;h=g,_=l&&l.formats;for(var v=(g=h.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(O,R,I){var $=I&&I.toUpperCase();return R||_[I]||n[I]||_[$].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(N,P,A){return P||A.slice(1)})})).match(r),b=v.length,S=0;S-1)return new Date((M==="X"?1e3:1)*D);var F=m(M)(D),B=F.year,H=F.month,z=F.day,G=F.hours,V=F.minutes,j=F.seconds,K=F.milliseconds,Q=F.zone,pe=new Date,J=z||(B||H?1:pe.getDate()),W=B||pe.getFullYear(),Z=0;B&&!H||(Z=H>0?H-1:pe.getMonth());var he=G||0,Y=V||0,X=j||0,ne=K||0;return Q?new Date(Date.UTC(W,Z,J,he,Y,X,ne+60*Q.offset*1e3)):k?new Date(Date.UTC(W,Z,J,he,Y,X,ne)):new Date(W,Z,J,he,Y,X,ne)}catch{return new Date("")}}(E,w,T),this.init(),$&&$!==!0&&(this.$L=this.locale($).$L),I&&E!=this.format(w)&&(this.$d=new Date("")),l={}}else if(w instanceof Array)for(var N=w.length,P=1;P<=N;P+=1){C[1]=w[P-1];var A=_.apply(this,C);if(A.isValid()){this.$d=A.$d,this.$L=A.$L,this.init();break}P===N&&(this.$d=new Date(""))}else b.call(this,S)}}})})(R3);var Bre=R3.exports;const Hre=ia(Bre);Zn.extend(Hre);Zn.extend(Fre);Zn.extend(Ire);Zn.extend(Are);Zn.extend($re);Zn.extend(Pre);Zn.extend(kre);Zn.extend((e,t)=>{const n=t.prototype,r=n.format;n.format=function(i){const c=(i||"").replace("Wo","wo");return r.bind(this)(c)}});const Ure={bn_BD:"bn-bd",by_BY:"be",en_GB:"en-gb",en_US:"en",fr_BE:"fr",fr_CA:"fr-ca",hy_AM:"hy-am",kmr_IQ:"ku",nl_BE:"nl-be",pt_BR:"pt-br",zh_CN:"zh-cn",zh_HK:"zh-hk",zh_TW:"zh-tw"},ul=e=>Ure[e]||e.split("_")[0],TR=()=>{Jz(!1,"Not match any format. Please help to fire a issue about this.")},zre=/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|k{1,2}|S/g;function xR(e,t,n){const r=[...new Set(e.split(n))];let o=0;for(let i=0;it)return c;o+=n.length}}const wR=(e,t)=>{if(!e)return null;if(Zn.isDayjs(e))return e;const n=t.matchAll(zre);let r=Zn(e,t);if(n===null)return r;for(const o of n){const i=o[0],c=o.index;if(i==="Q"){const l=e.slice(c-1,c),u=xR(e,c,l).match(/\d+/)[0];r=r.quarter(parseInt(u))}if(i.toLowerCase()==="wo"){const l=e.slice(c-1,c),u=xR(e,c,l).match(/\d+/)[0];r=r.week(parseInt(u))}i.toLowerCase()==="ww"&&(r=r.week(parseInt(e.slice(c,c+i.length)))),i.toLowerCase()==="w"&&(r=r.week(parseInt(e.slice(c,c+i.length+1))))}return r},Gre={getNow:()=>Zn(),getFixedDate:e=>Zn(e,["YYYY-M-DD","YYYY-MM-DD"]),getEndDate:e=>e.endOf("month"),getWeekDay:e=>{const t=e.locale("en");return t.weekday()+t.localeData().firstDayOfWeek()},getYear:e=>e.year(),getMonth:e=>e.month(),getDate:e=>e.date(),getHour:e=>e.hour(),getMinute:e=>e.minute(),getSecond:e=>e.second(),addYear:(e,t)=>e.add(t,"year"),addMonth:(e,t)=>e.add(t,"month"),addDate:(e,t)=>e.add(t,"day"),setYear:(e,t)=>e.year(t),setMonth:(e,t)=>e.month(t),setDate:(e,t)=>e.date(t),setHour:(e,t)=>e.hour(t),setMinute:(e,t)=>e.minute(t),setSecond:(e,t)=>e.second(t),isAfter:(e,t)=>e.isAfter(t),isValidate:e=>e.isValid(),locale:{getWeekFirstDay:e=>Zn().locale(ul(e)).localeData().firstDayOfWeek(),getWeekFirstDate:(e,t)=>t.locale(ul(e)).weekday(0),getWeek:(e,t)=>t.locale(ul(e)).week(),getShortWeekDays:e=>Zn().locale(ul(e)).localeData().weekdaysMin(),getShortMonths:e=>Zn().locale(ul(e)).localeData().monthsShort(),format:(e,t,n)=>t.locale(ul(e)).format(n),parse:(e,t,n)=>{const r=ul(e);for(let o=0;oArray.isArray(e)?e.map(n=>wR(n,t)):wR(e,t),toString:(e,t)=>Array.isArray(e)?e.map(n=>Zn.isDayjs(n)?n.format(t):n):Zn.isDayjs(e)?e.format(t):e},lT=Gre;function An(e){const t=uM();return x(x({},e),t)}const A3=Symbol("PanelContextProps"),sT=e=>{at(A3,e)},Ia=()=>et(A3,{}),zf={visibility:"hidden"};function el(e,t){let{slots:n}=t;var r;const o=An(e),{prefixCls:i,prevIcon:c="‹",nextIcon:l="›",superPrevIcon:u="«",superNextIcon:a="»",onSuperPrev:s,onSuperNext:d,onPrev:p,onNext:f}=o,{hideNextBtn:m,hidePrevBtn:g}=Ia();return y("div",{class:i},[s&&y("button",{type:"button",onClick:s,tabindex:-1,class:`${i}-super-prev-btn`,style:g.value?zf:{}},[u]),p&&y("button",{type:"button",onClick:p,tabindex:-1,class:`${i}-prev-btn`,style:g.value?zf:{}},[c]),y("div",{class:`${i}-view`},[(r=n.default)===null||r===void 0?void 0:r.call(n)]),f&&y("button",{type:"button",onClick:f,tabindex:-1,class:`${i}-next-btn`,style:m.value?zf:{}},[l]),d&&y("button",{type:"button",onClick:d,tabindex:-1,class:`${i}-super-next-btn`,style:m.value?zf:{}},[a])])}el.displayName="Header";el.inheritAttrs=!1;function cT(e){const t=An(e),{prefixCls:n,generateConfig:r,viewDate:o,onPrevDecades:i,onNextDecades:c}=t,{hideHeader:l}=Ia();if(l)return null;const u=`${n}-header`,a=r.getYear(o),s=Math.floor(a/Wa)*Wa,d=s+Wa-1;return y(el,U(U({},t),{},{prefixCls:u,onSuperPrev:i,onSuperNext:c}),{default:()=>[s,zn("-"),d]})}cT.displayName="DecadeHeader";cT.inheritAttrs=!1;function N3(e,t,n,r,o){let i=e.setHour(t,n);return i=e.setMinute(i,r),i=e.setSecond(i,o),i}function Tm(e,t,n){if(!n)return t;let r=t;return r=e.setHour(r,e.getHour(n)),r=e.setMinute(r,e.getMinute(n)),r=e.setSecond(r,e.getSecond(n)),r}function jre(e,t,n,r,o,i){const c=Math.floor(e/r)*r;if(c{P.stopPropagation(),$||r(I)},onMouseenter:()=>{!$&&_&&_(I)},onMouseleave:()=>{!$&&v&&v(I)}},[p?p(I):y("div",{class:`${S}-inner`},[d(I)])]))}E.push(y("tr",{key:T,class:u&&u(w)},[C]))}return y("div",{class:`${t}-body`},[y("table",{class:`${t}-content`},[h&&y("thead",null,[y("tr",null,[h])]),y("tbody",null,[E])])])}bs.displayName="PanelBody";bs.inheritAttrs=!1;const Ny=3,OR=4;function uT(e){const t=An(e),n=Wo-1,{prefixCls:r,viewDate:o,generateConfig:i}=t,c=`${r}-cell`,l=i.getYear(o),u=Math.floor(l/Wo)*Wo,a=Math.floor(l/Wa)*Wa,s=a+Wa-1,d=i.setYear(o,a-Math.ceil((Ny*OR*Wo-Wa)/2)),p=f=>{const m=i.getYear(f),g=m+n;return{[`${c}-in-view`]:a<=m&&g<=s,[`${c}-selected`]:m===u}};return y(bs,U(U({},t),{},{rowNum:OR,colNum:Ny,baseDate:d,getCellText:f=>{const m=i.getYear(f);return`${m}-${m+n}`},getCellClassName:p,getCellDate:(f,m)=>i.addYear(f,m*Wo)}),null)}uT.displayName="DecadeBody";uT.inheritAttrs=!1;const Gf=new Map;function Yre(e,t){let n;function r(){o_(e)?t():n=it(()=>{r()})}return r(),()=>{it.cancel(n)}}function $y(e,t,n){if(Gf.get(e)&&it.cancel(Gf.get(e)),n<=0){Gf.set(e,it(()=>{e.scrollTop=t}));return}const o=(t-e.scrollTop)/n*10;Gf.set(e,it(()=>{e.scrollTop+=o,e.scrollTop!==t&&$y(e,t,n-10)}))}function hu(e,t){let{onLeftRight:n,onCtrlLeftRight:r,onUpDown:o,onPageUpDown:i,onEnter:c}=t;const{which:l,ctrlKey:u,metaKey:a}=e;switch(l){case Ae.LEFT:if(u||a){if(r)return r(-1),!0}else if(n)return n(-1),!0;break;case Ae.RIGHT:if(u||a){if(r)return r(1),!0}else if(n)return n(1),!0;break;case Ae.UP:if(o)return o(-1),!0;break;case Ae.DOWN:if(o)return o(1),!0;break;case Ae.PAGE_UP:if(i)return i(-1),!0;break;case Ae.PAGE_DOWN:if(i)return i(1),!0;break;case Ae.ENTER:if(c)return c(),!0;break}return!1}function $3(e,t,n,r){let o=e;if(!o)switch(t){case"time":o=r?"hh:mm:ss a":"HH:mm:ss";break;case"week":o="gggg-wo";break;case"month":o="YYYY-MM";break;case"quarter":o="YYYY-[Q]Q";break;case"year":o="YYYY";break;default:o=n?"YYYY-MM-DD HH:mm:ss":"YYYY-MM-DD"}return o}function D3(e,t,n){const r=e==="time"?8:10,o=typeof t=="function"?t(n.getNow()).length:t.length;return Math.max(r,o)+2}let Lu=null;const jf=new Set;function Wre(e){return!Lu&&typeof window<"u"&&window.addEventListener&&(Lu=t=>{[...jf].forEach(n=>{n(t)})},window.addEventListener("mousedown",Lu)),jf.add(e),()=>{jf.delete(e),jf.size===0&&(window.removeEventListener("mousedown",Lu),Lu=null)}}function Kre(e){var t;const n=e.target;return e.composed&&n.shadowRoot&&((t=e.composedPath)===null||t===void 0?void 0:t.call(e)[0])||n}const qre=e=>e==="month"||e==="date"?"year":e,Xre=e=>e==="date"?"month":e,Qre=e=>e==="month"||e==="date"?"quarter":e,Zre=e=>e==="date"?"week":e,Jre={year:qre,month:Xre,quarter:Qre,week:Zre,time:null,date:null};function P3(e,t){return e.some(n=>n&&n.contains(t))}const Wo=10,Wa=Wo*10;function dT(e){const t=An(e),{prefixCls:n,onViewDateChange:r,generateConfig:o,viewDate:i,operationRef:c,onSelect:l,onPanelChange:u}=t,a=`${n}-decade-panel`;c.value={onKeydown:p=>hu(p,{onLeftRight:f=>{l(o.addYear(i,f*Wo),"key")},onCtrlLeftRight:f=>{l(o.addYear(i,f*Wa),"key")},onUpDown:f=>{l(o.addYear(i,f*Wo*Ny),"key")},onEnter:()=>{u("year",i)}})};const s=p=>{const f=o.addYear(i,p*Wa);r(f),u(null,f)},d=p=>{l(p,"mouse"),u("year",p)};return y("div",{class:a},[y(cT,U(U({},t),{},{prefixCls:n,onPrevDecades:()=>{s(-1)},onNextDecades:()=>{s(1)}}),null),y(uT,U(U({},t),{},{prefixCls:n,onSelect:d}),null)])}dT.displayName="DecadePanel";dT.inheritAttrs=!1;const xm=7;function Ss(e,t){if(!e&&!t)return!0;if(!e||!t)return!1}function eoe(e,t,n){const r=Ss(t,n);if(typeof r=="boolean")return r;const o=Math.floor(e.getYear(t)/10),i=Math.floor(e.getYear(n)/10);return o===i}function $_(e,t,n){const r=Ss(t,n);return typeof r=="boolean"?r:e.getYear(t)===e.getYear(n)}function Dy(e,t){return Math.floor(e.getMonth(t)/3)+1}function M3(e,t,n){const r=Ss(t,n);return typeof r=="boolean"?r:$_(e,t,n)&&Dy(e,t)===Dy(e,n)}function pT(e,t,n){const r=Ss(t,n);return typeof r=="boolean"?r:$_(e,t,n)&&e.getMonth(t)===e.getMonth(n)}function Ka(e,t,n){const r=Ss(t,n);return typeof r=="boolean"?r:e.getYear(t)===e.getYear(n)&&e.getMonth(t)===e.getMonth(n)&&e.getDate(t)===e.getDate(n)}function toe(e,t,n){const r=Ss(t,n);return typeof r=="boolean"?r:e.getHour(t)===e.getHour(n)&&e.getMinute(t)===e.getMinute(n)&&e.getSecond(t)===e.getSecond(n)}function k3(e,t,n,r){const o=Ss(n,r);return typeof o=="boolean"?o:e.locale.getWeek(t,n)===e.locale.getWeek(t,r)}function vc(e,t,n){return Ka(e,t,n)&&toe(e,t,n)}function Vf(e,t,n,r){return!t||!n||!r?!1:!Ka(e,t,r)&&!Ka(e,n,r)&&e.isAfter(r,t)&&e.isAfter(n,r)}function noe(e,t,n){const r=t.locale.getWeekFirstDay(e),o=t.setDate(n,1),i=t.getWeekDay(o);let c=t.addDate(o,r-i);return t.getMonth(c)===t.getMonth(n)&&t.getDate(c)>1&&(c=t.addDate(c,-7)),c}function _d(e,t,n){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:1;switch(t){case"year":return n.addYear(e,r*10);case"quarter":case"month":return n.addYear(e,r);default:return n.addMonth(e,r)}}function hr(e,t){let{generateConfig:n,locale:r,format:o}=t;return typeof o=="function"?o(e):n.locale.format(r.locale,e,o)}function L3(e,t){let{generateConfig:n,locale:r,formatList:o}=t;return!e||typeof o[0]=="function"?null:n.locale.parse(r.locale,e,o)}function Py(e){let{cellDate:t,mode:n,disabledDate:r,generateConfig:o}=e;if(!r)return!1;const i=(c,l,u)=>{let a=l;for(;a<=u;){let s;switch(c){case"date":{if(s=o.setDate(t,a),!r(s))return!1;break}case"month":{if(s=o.setMonth(t,a),!Py({cellDate:s,mode:"month",generateConfig:o,disabledDate:r}))return!1;break}case"year":{if(s=o.setYear(t,a),!Py({cellDate:s,mode:"year",generateConfig:o,disabledDate:r}))return!1;break}}a+=1}return!0};switch(n){case"date":case"week":return r(t);case"month":{const l=o.getDate(o.getEndDate(t));return i("date",1,l)}case"quarter":{const c=Math.floor(o.getMonth(t)/3)*3,l=c+2;return i("month",c,l)}case"year":return i("month",0,11);case"decade":{const c=o.getYear(t),l=Math.floor(c/Wo)*Wo,u=l+Wo-1;return i("year",l,u)}}}function fT(e){const t=An(e),{hideHeader:n}=Ia();if(n.value)return null;const{prefixCls:r,generateConfig:o,locale:i,value:c,format:l}=t,u=`${r}-header`;return y(el,{prefixCls:u},{default:()=>[c?hr(c,{locale:i,format:l,generateConfig:o}):" "]})}fT.displayName="TimeHeader";fT.inheritAttrs=!1;const Yf=ae({name:"TimeUnitColumn",props:["prefixCls","units","onSelect","value","active","hideDisabledOptions"],setup(e){const{open:t}=Ia(),n=ce(null),r=ie(new Map),o=ie();return Ee(()=>e.value,()=>{const i=r.value.get(e.value);i&&t.value!==!1&&$y(n.value,i.offsetTop,120)}),lt(()=>{var i;(i=o.value)===null||i===void 0||i.call(o)}),Ee(t,()=>{var i;(i=o.value)===null||i===void 0||i.call(o),ft(()=>{if(t.value){const c=r.value.get(e.value);c&&(o.value=Yre(c,()=>{$y(n.value,c.offsetTop,0)}))}})},{immediate:!0,flush:"post"}),()=>{const{prefixCls:i,units:c,onSelect:l,value:u,active:a,hideDisabledOptions:s}=e,d=`${i}-cell`;return y("ul",{class:me(`${i}-column`,{[`${i}-column-active`]:a}),ref:n,style:{position:"relative"}},[c.map(p=>s&&p.disabled?null:y("li",{key:p.value,ref:f=>{r.value.set(p.value,f)},class:me(d,{[`${d}-disabled`]:p.disabled,[`${d}-selected`]:u===p.value}),onClick:()=>{p.disabled||l(p.value)}},[y("div",{class:`${d}-inner`},[p.label])]))])}}});function F3(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"0",r=String(e);for(;r.length{(n.startsWith("data-")||n.startsWith("aria-")||n==="role"||n==="name")&&!n.startsWith("data-__")&&(t[n]=e[n])}),t}function Mt(e,t){return e?e[t]:null}function Io(e,t,n){const r=[Mt(e,0),Mt(e,1)];return r[n]=typeof t=="function"?t(r[n]):t,!r[0]&&!r[1]?null:r}function fb(e,t,n,r){const o=[];for(let i=e;i<=t;i+=n)o.push({label:F3(i,2),value:i,disabled:(r||[]).includes(i)});return o}const ooe=ae({compatConfig:{MODE:3},name:"TimeBody",inheritAttrs:!1,props:["generateConfig","prefixCls","operationRef","activeColumnIndex","value","showHour","showMinute","showSecond","use12Hours","hourStep","minuteStep","secondStep","disabledHours","disabledMinutes","disabledSeconds","disabledTime","hideDisabledOptions","onSelect"],setup(e){const t=L(()=>e.value?e.generateConfig.getHour(e.value):-1),n=L(()=>e.use12Hours?t.value>=12:!1),r=L(()=>e.use12Hours?t.value%12:t.value),o=L(()=>e.value?e.generateConfig.getMinute(e.value):-1),i=L(()=>e.value?e.generateConfig.getSecond(e.value):-1),c=ie(e.generateConfig.getNow()),l=ie(),u=ie(),a=ie();Ip(()=>{c.value=e.generateConfig.getNow()}),Qe(()=>{if(e.disabledTime){const h=e.disabledTime(c);[l.value,u.value,a.value]=[h.disabledHours,h.disabledMinutes,h.disabledSeconds]}else[l.value,u.value,a.value]=[e.disabledHours,e.disabledMinutes,e.disabledSeconds]});const s=(h,_,v,b)=>{let S=e.value||e.generateConfig.getNow();const E=Math.max(0,_),T=Math.max(0,v),C=Math.max(0,b);return S=N3(e.generateConfig,S,!e.use12Hours||!h?E:E+12,T,C),S},d=L(()=>{var h;return fb(0,23,(h=e.hourStep)!==null&&h!==void 0?h:1,l.value&&l.value())}),p=L(()=>{if(!e.use12Hours)return[!1,!1];const h=[!0,!0];return d.value.forEach(_=>{let{disabled:v,value:b}=_;v||(b>=12?h[1]=!1:h[0]=!1)}),h}),f=L(()=>e.use12Hours?d.value.filter(n.value?h=>h.value>=12:h=>h.value<12).map(h=>{const _=h.value%12,v=_===0?"12":F3(_,2);return x(x({},h),{label:v,value:_})}):d.value),m=L(()=>{var h;return fb(0,59,(h=e.minuteStep)!==null&&h!==void 0?h:1,u.value&&u.value(t.value))}),g=L(()=>{var h;return fb(0,59,(h=e.secondStep)!==null&&h!==void 0?h:1,a.value&&a.value(t.value,o.value))});return()=>{const{prefixCls:h,operationRef:_,activeColumnIndex:v,showHour:b,showMinute:S,showSecond:E,use12Hours:T,hideDisabledOptions:C,onSelect:w}=e,O=[],R=`${h}-content`,I=`${h}-time-panel`;_.value={onUpDown:P=>{const A=O[v];if(A){const D=A.units.findIndex(k=>k.value===A.value),M=A.units.length;for(let k=1;k{w(s(n.value,P,o.value,i.value),"mouse")}),$(S,y(Yf,{key:"minute"},null),o.value,m.value,P=>{w(s(n.value,r.value,P,i.value),"mouse")}),$(E,y(Yf,{key:"second"},null),i.value,g.value,P=>{w(s(n.value,r.value,o.value,P),"mouse")});let N=-1;return typeof n.value=="boolean"&&(N=n.value?1:0),$(T===!0,y(Yf,{key:"12hours"},null),N,[{label:"AM",value:0,disabled:p.value[0]},{label:"PM",value:1,disabled:p.value[1]}],P=>{w(s(!!P,r.value,o.value,i.value),"mouse")}),y("div",{class:R},[O.map(P=>{let{node:A}=P;return A})])}}}),aoe=ooe,ioe=e=>e.filter(t=>t!==!1).length;function D_(e){const t=An(e),{generateConfig:n,format:r="HH:mm:ss",prefixCls:o,active:i,operationRef:c,showHour:l,showMinute:u,showSecond:a,use12Hours:s=!1,onSelect:d,value:p}=t,f=`${o}-time-panel`,m=ie(),g=ie(-1),h=ioe([l,u,a,s]);return c.value={onKeydown:_=>hu(_,{onLeftRight:v=>{g.value=(g.value+v+h)%h},onUpDown:v=>{g.value===-1?g.value=0:m.value&&m.value.onUpDown(v)},onEnter:()=>{d(p||n.getNow(),"key"),g.value=-1}}),onBlur:()=>{g.value=-1}},y("div",{class:me(f,{[`${f}-active`]:i})},[y(fT,U(U({},t),{},{format:r,prefixCls:o}),null),y(aoe,U(U({},t),{},{prefixCls:o,activeColumnIndex:g.value,operationRef:m}),null)])}D_.displayName="TimePanel";D_.inheritAttrs=!1;function P_(e){let{cellPrefixCls:t,generateConfig:n,rangedValue:r,hoverRangedValue:o,isInView:i,isSameCell:c,offsetCell:l,today:u,value:a}=e;function s(d){const p=l(d,-1),f=l(d,1),m=Mt(r,0),g=Mt(r,1),h=Mt(o,0),_=Mt(o,1),v=Vf(n,h,_,d);function b(O){return c(m,O)}function S(O){return c(g,O)}const E=c(h,d),T=c(_,d),C=(v||T)&&(!i(p)||S(p)),w=(v||E)&&(!i(f)||b(f));return{[`${t}-in-view`]:i(d),[`${t}-in-range`]:Vf(n,m,g,d),[`${t}-range-start`]:b(d),[`${t}-range-end`]:S(d),[`${t}-range-start-single`]:b(d)&&!g,[`${t}-range-end-single`]:S(d)&&!m,[`${t}-range-start-near-hover`]:b(d)&&(c(p,h)||Vf(n,h,_,p)),[`${t}-range-end-near-hover`]:S(d)&&(c(f,_)||Vf(n,h,_,f)),[`${t}-range-hover`]:v,[`${t}-range-hover-start`]:E,[`${t}-range-hover-end`]:T,[`${t}-range-hover-edge-start`]:C,[`${t}-range-hover-edge-end`]:w,[`${t}-range-hover-edge-start-near-range`]:C&&c(p,g),[`${t}-range-hover-edge-end-near-range`]:w&&c(f,m),[`${t}-today`]:c(u,d),[`${t}-selected`]:c(a,d)}}return s}const U3=Symbol("RangeContextProps"),loe=e=>{at(U3,e)},Gp=()=>et(U3,{rangedValue:ie(),hoverRangedValue:ie(),inRange:ie(),panelPosition:ie()}),soe=ae({compatConfig:{MODE:3},name:"PanelContextProvider",inheritAttrs:!1,props:{value:{type:Object,default:()=>({})}},setup(e,t){let{slots:n}=t;const r={rangedValue:ie(e.value.rangedValue),hoverRangedValue:ie(e.value.hoverRangedValue),inRange:ie(e.value.inRange),panelPosition:ie(e.value.panelPosition)};return loe(r),Ee(()=>e.value,()=>{Object.keys(e.value).forEach(o=>{r[o]&&(r[o].value=e.value[o])})}),()=>{var o;return(o=n.default)===null||o===void 0?void 0:o.call(n)}}});function M_(e){const t=An(e),{prefixCls:n,generateConfig:r,prefixColumn:o,locale:i,rowCount:c,viewDate:l,value:u,dateRender:a}=t,{rangedValue:s,hoverRangedValue:d}=Gp(),p=noe(i.locale,r,l),f=`${n}-cell`,m=r.locale.getWeekFirstDay(i.locale),g=r.getNow(),h=[],_=i.shortWeekDays||(r.locale.getShortWeekDays?r.locale.getShortWeekDays(i.locale):[]);o&&h.push(y("th",{key:"empty","aria-label":"empty cell"},null));for(let S=0;SKa(r,S,E),isInView:S=>pT(r,S,l),offsetCell:(S,E)=>r.addDate(S,E)}),b=a?S=>a({current:S,today:g}):void 0;return y(bs,U(U({},t),{},{rowNum:c,colNum:xm,baseDate:p,getCellNode:b,getCellText:r.getDate,getCellClassName:v,getCellDate:r.addDate,titleCell:S=>hr(S,{locale:i,format:"YYYY-MM-DD",generateConfig:r}),headerCells:h}),null)}M_.displayName="DateBody";M_.inheritAttrs=!1;M_.props=["prefixCls","generateConfig","value?","viewDate","locale","rowCount","onSelect","dateRender?","disabledDate?","prefixColumn?","rowClassName?"];function mT(e){const t=An(e),{prefixCls:n,generateConfig:r,locale:o,viewDate:i,onNextMonth:c,onPrevMonth:l,onNextYear:u,onPrevYear:a,onYearClick:s,onMonthClick:d}=t,{hideHeader:p}=Ia();if(p.value)return null;const f=`${n}-header`,m=o.shortMonths||(r.locale.getShortMonths?r.locale.getShortMonths(o.locale):[]),g=r.getMonth(i),h=y("button",{type:"button",key:"year",onClick:s,tabindex:-1,class:`${n}-year-btn`},[hr(i,{locale:o,format:o.yearFormat,generateConfig:r})]),_=y("button",{type:"button",key:"month",onClick:d,tabindex:-1,class:`${n}-month-btn`},[o.monthFormat?hr(i,{locale:o,format:o.monthFormat,generateConfig:r}):m[g]]),v=o.monthBeforeYear?[_,h]:[h,_];return y(el,U(U({},t),{},{prefixCls:f,onSuperPrev:a,onPrev:l,onNext:c,onSuperNext:u}),{default:()=>[v]})}mT.displayName="DateHeader";mT.inheritAttrs=!1;const coe=6;function jp(e){const t=An(e),{prefixCls:n,panelName:r="date",keyboardConfig:o,active:i,operationRef:c,generateConfig:l,value:u,viewDate:a,onViewDateChange:s,onPanelChange:d,onSelect:p}=t,f=`${n}-${r}-panel`;c.value={onKeydown:h=>hu(h,x({onLeftRight:_=>{p(l.addDate(u||a,_),"key")},onCtrlLeftRight:_=>{p(l.addYear(u||a,_),"key")},onUpDown:_=>{p(l.addDate(u||a,_*xm),"key")},onPageUpDown:_=>{p(l.addMonth(u||a,_),"key")}},o))};const m=h=>{const _=l.addYear(a,h);s(_),d(null,_)},g=h=>{const _=l.addMonth(a,h);s(_),d(null,_)};return y("div",{class:me(f,{[`${f}-active`]:i})},[y(mT,U(U({},t),{},{prefixCls:n,value:u,viewDate:a,onPrevYear:()=>{m(-1)},onNextYear:()=>{m(1)},onPrevMonth:()=>{g(-1)},onNextMonth:()=>{g(1)},onMonthClick:()=>{d("month",a)},onYearClick:()=>{d("year",a)}}),null),y(M_,U(U({},t),{},{onSelect:h=>p(h,"mouse"),prefixCls:n,value:u,viewDate:a,rowCount:coe}),null)])}jp.displayName="DatePanel";jp.inheritAttrs=!1;const IR=roe("date","time");function gT(e){const t=An(e),{prefixCls:n,operationRef:r,generateConfig:o,value:i,defaultValue:c,disabledTime:l,showTime:u,onSelect:a}=t,s=`${n}-datetime-panel`,d=ie(null),p=ie({}),f=ie({}),m=typeof u=="object"?x({},u):{};function g(b){const S=IR.indexOf(d.value)+b;return IR[S]||null}const h=b=>{f.value.onBlur&&f.value.onBlur(b),d.value=null};r.value={onKeydown:b=>{if(b.which===Ae.TAB){const S=g(b.shiftKey?-1:1);return d.value=S,S&&b.preventDefault(),!0}if(d.value){const S=d.value==="date"?p:f;return S.value&&S.value.onKeydown&&S.value.onKeydown(b),!0}return[Ae.LEFT,Ae.RIGHT,Ae.UP,Ae.DOWN].includes(b.which)?(d.value="date",!0):!1},onBlur:h,onClose:h};const _=(b,S)=>{let E=b;S==="date"&&!i&&m.defaultValue?(E=o.setHour(E,o.getHour(m.defaultValue)),E=o.setMinute(E,o.getMinute(m.defaultValue)),E=o.setSecond(E,o.getSecond(m.defaultValue))):S==="time"&&!i&&c&&(E=o.setYear(E,o.getYear(c)),E=o.setMonth(E,o.getMonth(c)),E=o.setDate(E,o.getDate(c))),a&&a(E,"mouse")},v=l?l(i||null):{};return y("div",{class:me(s,{[`${s}-active`]:d.value})},[y(jp,U(U({},t),{},{operationRef:p,active:d.value==="date",onSelect:b=>{_(Tm(o,b,!i&&typeof u=="object"?u.defaultValue:null),"date")}}),null),y(D_,U(U(U(U({},t),{},{format:void 0},m),v),{},{disabledTime:null,defaultValue:void 0,operationRef:f,active:d.value==="time",onSelect:b=>{_(b,"time")}}),null)])}gT.displayName="DatetimePanel";gT.inheritAttrs=!1;function hT(e){const t=An(e),{prefixCls:n,generateConfig:r,locale:o,value:i}=t,c=`${n}-cell`,l=s=>y("td",{key:"week",class:me(c,`${c}-week`)},[r.locale.getWeek(o.locale,s)]),u=`${n}-week-panel-row`,a=s=>me(u,{[`${u}-selected`]:k3(r,o.locale,i,s)});return y(jp,U(U({},t),{},{panelName:"week",prefixColumn:l,rowClassName:a,keyboardConfig:{onLeftRight:null}}),null)}hT.displayName="WeekPanel";hT.inheritAttrs=!1;function _T(e){const t=An(e),{prefixCls:n,generateConfig:r,locale:o,viewDate:i,onNextYear:c,onPrevYear:l,onYearClick:u}=t,{hideHeader:a}=Ia();if(a.value)return null;const s=`${n}-header`;return y(el,U(U({},t),{},{prefixCls:s,onSuperPrev:l,onSuperNext:c}),{default:()=>[y("button",{type:"button",onClick:u,class:`${n}-year-btn`},[hr(i,{locale:o,format:o.yearFormat,generateConfig:r})])]})}_T.displayName="MonthHeader";_T.inheritAttrs=!1;const z3=3,uoe=4;function vT(e){const t=An(e),{prefixCls:n,locale:r,value:o,viewDate:i,generateConfig:c,monthCellRender:l}=t,{rangedValue:u,hoverRangedValue:a}=Gp(),s=`${n}-cell`,d=P_({cellPrefixCls:s,value:o,generateConfig:c,rangedValue:u.value,hoverRangedValue:a.value,isSameCell:(g,h)=>pT(c,g,h),isInView:()=>!0,offsetCell:(g,h)=>c.addMonth(g,h)}),p=r.shortMonths||(c.locale.getShortMonths?c.locale.getShortMonths(r.locale):[]),f=c.setMonth(i,0),m=l?g=>l({current:g,locale:r}):void 0;return y(bs,U(U({},t),{},{rowNum:uoe,colNum:z3,baseDate:f,getCellNode:m,getCellText:g=>r.monthFormat?hr(g,{locale:r,format:r.monthFormat,generateConfig:c}):p[c.getMonth(g)],getCellClassName:d,getCellDate:c.addMonth,titleCell:g=>hr(g,{locale:r,format:"YYYY-MM",generateConfig:c})}),null)}vT.displayName="MonthBody";vT.inheritAttrs=!1;function bT(e){const t=An(e),{prefixCls:n,operationRef:r,onViewDateChange:o,generateConfig:i,value:c,viewDate:l,onPanelChange:u,onSelect:a}=t,s=`${n}-month-panel`;r.value={onKeydown:p=>hu(p,{onLeftRight:f=>{a(i.addMonth(c||l,f),"key")},onCtrlLeftRight:f=>{a(i.addYear(c||l,f),"key")},onUpDown:f=>{a(i.addMonth(c||l,f*z3),"key")},onEnter:()=>{u("date",c||l)}})};const d=p=>{const f=i.addYear(l,p);o(f),u(null,f)};return y("div",{class:s},[y(_T,U(U({},t),{},{prefixCls:n,onPrevYear:()=>{d(-1)},onNextYear:()=>{d(1)},onYearClick:()=>{u("year",l)}}),null),y(vT,U(U({},t),{},{prefixCls:n,onSelect:p=>{a(p,"mouse"),u("date",p)}}),null)])}bT.displayName="MonthPanel";bT.inheritAttrs=!1;function ST(e){const t=An(e),{prefixCls:n,generateConfig:r,locale:o,viewDate:i,onNextYear:c,onPrevYear:l,onYearClick:u}=t,{hideHeader:a}=Ia();if(a.value)return null;const s=`${n}-header`;return y(el,U(U({},t),{},{prefixCls:s,onSuperPrev:l,onSuperNext:c}),{default:()=>[y("button",{type:"button",onClick:u,class:`${n}-year-btn`},[hr(i,{locale:o,format:o.yearFormat,generateConfig:r})])]})}ST.displayName="QuarterHeader";ST.inheritAttrs=!1;const doe=4,poe=1;function yT(e){const t=An(e),{prefixCls:n,locale:r,value:o,viewDate:i,generateConfig:c}=t,{rangedValue:l,hoverRangedValue:u}=Gp(),a=`${n}-cell`,s=P_({cellPrefixCls:a,value:o,generateConfig:c,rangedValue:l.value,hoverRangedValue:u.value,isSameCell:(p,f)=>M3(c,p,f),isInView:()=>!0,offsetCell:(p,f)=>c.addMonth(p,f*3)}),d=c.setDate(c.setMonth(i,0),1);return y(bs,U(U({},t),{},{rowNum:poe,colNum:doe,baseDate:d,getCellText:p=>hr(p,{locale:r,format:r.quarterFormat||"[Q]Q",generateConfig:c}),getCellClassName:s,getCellDate:(p,f)=>c.addMonth(p,f*3),titleCell:p=>hr(p,{locale:r,format:"YYYY-[Q]Q",generateConfig:c})}),null)}yT.displayName="QuarterBody";yT.inheritAttrs=!1;function ET(e){const t=An(e),{prefixCls:n,operationRef:r,onViewDateChange:o,generateConfig:i,value:c,viewDate:l,onPanelChange:u,onSelect:a}=t,s=`${n}-quarter-panel`;r.value={onKeydown:p=>hu(p,{onLeftRight:f=>{a(i.addMonth(c||l,f*3),"key")},onCtrlLeftRight:f=>{a(i.addYear(c||l,f),"key")},onUpDown:f=>{a(i.addYear(c||l,f),"key")}})};const d=p=>{const f=i.addYear(l,p);o(f),u(null,f)};return y("div",{class:s},[y(ST,U(U({},t),{},{prefixCls:n,onPrevYear:()=>{d(-1)},onNextYear:()=>{d(1)},onYearClick:()=>{u("year",l)}}),null),y(yT,U(U({},t),{},{prefixCls:n,onSelect:p=>{a(p,"mouse")}}),null)])}ET.displayName="QuarterPanel";ET.inheritAttrs=!1;function CT(e){const t=An(e),{prefixCls:n,generateConfig:r,viewDate:o,onPrevDecade:i,onNextDecade:c,onDecadeClick:l}=t,{hideHeader:u}=Ia();if(u.value)return null;const a=`${n}-header`,s=r.getYear(o),d=Math.floor(s/ki)*ki,p=d+ki-1;return y(el,U(U({},t),{},{prefixCls:a,onSuperPrev:i,onSuperNext:c}),{default:()=>[y("button",{type:"button",onClick:l,class:`${n}-decade-btn`},[d,zn("-"),p])]})}CT.displayName="YearHeader";CT.inheritAttrs=!1;const My=3,RR=4;function TT(e){const t=An(e),{prefixCls:n,value:r,viewDate:o,locale:i,generateConfig:c}=t,{rangedValue:l,hoverRangedValue:u}=Gp(),a=`${n}-cell`,s=c.getYear(o),d=Math.floor(s/ki)*ki,p=d+ki-1,f=c.setYear(o,d-Math.ceil((My*RR-ki)/2)),m=h=>{const _=c.getYear(h);return d<=_&&_<=p},g=P_({cellPrefixCls:a,value:r,generateConfig:c,rangedValue:l.value,hoverRangedValue:u.value,isSameCell:(h,_)=>$_(c,h,_),isInView:m,offsetCell:(h,_)=>c.addYear(h,_)});return y(bs,U(U({},t),{},{rowNum:RR,colNum:My,baseDate:f,getCellText:c.getYear,getCellClassName:g,getCellDate:c.addYear,titleCell:h=>hr(h,{locale:i,format:"YYYY",generateConfig:c})}),null)}TT.displayName="YearBody";TT.inheritAttrs=!1;const ki=10;function xT(e){const t=An(e),{prefixCls:n,operationRef:r,onViewDateChange:o,generateConfig:i,value:c,viewDate:l,sourceMode:u,onSelect:a,onPanelChange:s}=t,d=`${n}-year-panel`;r.value={onKeydown:f=>hu(f,{onLeftRight:m=>{a(i.addYear(c||l,m),"key")},onCtrlLeftRight:m=>{a(i.addYear(c||l,m*ki),"key")},onUpDown:m=>{a(i.addYear(c||l,m*My),"key")},onEnter:()=>{s(u==="date"?"date":"month",c||l)}})};const p=f=>{const m=i.addYear(l,f*10);o(m),s(null,m)};return y("div",{class:d},[y(CT,U(U({},t),{},{prefixCls:n,onPrevDecade:()=>{p(-1)},onNextDecade:()=>{p(1)},onDecadeClick:()=>{s("decade",l)}}),null),y(TT,U(U({},t),{},{prefixCls:n,onSelect:f=>{s(u==="date"?"date":"month",f),a(f,"mouse")}}),null)])}xT.displayName="YearPanel";xT.inheritAttrs=!1;function G3(e,t,n){return n?y("div",{class:`${e}-footer-extra`},[n(t)]):null}function j3(e){let{prefixCls:t,components:n={},needConfirmButton:r,onNow:o,onOk:i,okDisabled:c,showNow:l,locale:u}=e,a,s;if(r){const d=n.button||"button";o&&l!==!1&&(a=y("li",{class:`${t}-now`},[y("a",{class:`${t}-now-btn`,onClick:o},[u.now])])),s=r&&y("li",{class:`${t}-ok`},[y(d,{disabled:c,onClick:p=>{p.stopPropagation(),i&&i()}},{default:()=>[u.ok]})])}return!a&&!s?null:y("ul",{class:`${t}-ranges`},[a,s])}function foe(){return ae({name:"PickerPanel",inheritAttrs:!1,props:{prefixCls:String,locale:Object,generateConfig:Object,value:Object,defaultValue:Object,pickerValue:Object,defaultPickerValue:Object,disabledDate:Function,mode:String,picker:{type:String,default:"date"},tabindex:{type:[Number,String],default:0},showNow:{type:Boolean,default:void 0},showTime:[Boolean,Object],showToday:Boolean,renderExtraFooter:Function,dateRender:Function,hideHeader:{type:Boolean,default:void 0},onSelect:Function,onChange:Function,onPanelChange:Function,onMousedown:Function,onPickerValueChange:Function,onOk:Function,components:Object,direction:String,hourStep:{type:Number,default:1},minuteStep:{type:Number,default:1},secondStep:{type:Number,default:1}},setup(e,t){let{attrs:n}=t;const r=L(()=>e.picker==="date"&&!!e.showTime||e.picker==="time"),o=L(()=>24%e.hourStep===0),i=L(()=>60%e.minuteStep===0),c=L(()=>60%e.secondStep===0),l=Ia(),{operationRef:u,onSelect:a,hideRanges:s,defaultOpenValue:d}=l,{inRange:p,panelPosition:f,rangedValue:m,hoverRangedValue:g}=Gp(),h=ie({}),[_,v]=Zt(null,{value:Xe(e,"value"),defaultValue:e.defaultValue,postState:M=>!M&&(d!=null&&d.value)&&e.picker==="time"?d.value:M}),[b,S]=Zt(null,{value:Xe(e,"pickerValue"),defaultValue:e.defaultPickerValue||_.value,postState:M=>{const{generateConfig:k,showTime:F,defaultValue:B}=e,H=k.getNow();return M?!_.value&&e.showTime?typeof F=="object"?Tm(k,Array.isArray(M)?M[0]:M,F.defaultValue||H):B?Tm(k,Array.isArray(M)?M[0]:M,B):Tm(k,Array.isArray(M)?M[0]:M,H):M:H}}),E=M=>{S(M),e.onPickerValueChange&&e.onPickerValueChange(M)},T=M=>{const k=Jre[e.picker];return k?k(M):M},[C,w]=Zt(()=>e.picker==="time"?"time":T("date"),{value:Xe(e,"mode")});Ee(()=>e.picker,()=>{w(e.picker)});const O=ie(C.value),R=M=>{O.value=M},I=(M,k)=>{const{onPanelChange:F,generateConfig:B}=e,H=T(M||C.value);R(C.value),w(H),F&&(C.value!==H||vc(B,b.value,b.value))&&F(k,H)},$=function(M,k){let F=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;const{picker:B,generateConfig:H,onSelect:z,onChange:G,disabledDate:V}=e;(C.value===B||F)&&(v(M),z&&z(M),a&&a(M,k),G&&!vc(H,M,_.value)&&!(V!=null&&V(M))&&G(M))},N=M=>h.value&&h.value.onKeydown?([Ae.LEFT,Ae.RIGHT,Ae.UP,Ae.DOWN,Ae.PAGE_UP,Ae.PAGE_DOWN,Ae.ENTER].includes(M.which)&&M.preventDefault(),h.value.onKeydown(M)):!1,P=M=>{h.value&&h.value.onBlur&&h.value.onBlur(M)},A=()=>{const{generateConfig:M,hourStep:k,minuteStep:F,secondStep:B}=e,H=M.getNow(),z=jre(M.getHour(H),M.getMinute(H),M.getSecond(H),o.value?k:1,i.value?F:1,c.value?B:1),G=N3(M,H,z[0],z[1],z[2]);$(G,"submit")},D=L(()=>{const{prefixCls:M,direction:k}=e;return me(`${M}-panel`,{[`${M}-panel-has-range`]:m&&m.value&&m.value[0]&&m.value[1],[`${M}-panel-has-range-hover`]:g&&g.value&&g.value[0]&&g.value[1],[`${M}-panel-rtl`]:k==="rtl"})});return sT(x(x({},l),{mode:C,hideHeader:L(()=>{var M;return e.hideHeader!==void 0?e.hideHeader:(M=l.hideHeader)===null||M===void 0?void 0:M.value}),hidePrevBtn:L(()=>p.value&&f.value==="right"),hideNextBtn:L(()=>p.value&&f.value==="left")})),Ee(()=>e.value,()=>{e.value&&S(e.value)}),()=>{const{prefixCls:M="ant-picker",locale:k,generateConfig:F,disabledDate:B,picker:H="date",tabindex:z=0,showNow:G,showTime:V,showToday:j,renderExtraFooter:K,onMousedown:Q,onOk:pe,components:J}=e;u&&f.value!=="right"&&(u.value={onKeydown:N,onClose:()=>{h.value&&h.value.onClose&&h.value.onClose()}});let W;const Z=x(x(x({},n),e),{operationRef:h,prefixCls:M,viewDate:b.value,value:_.value,onViewDateChange:E,sourceMode:O.value,onPanelChange:I,disabledDate:B});switch(delete Z.onChange,delete Z.onSelect,C.value){case"decade":W=y(dT,U(U({},Z),{},{onSelect:(ne,re)=>{E(ne),$(ne,re)}}),null);break;case"year":W=y(xT,U(U({},Z),{},{onSelect:(ne,re)=>{E(ne),$(ne,re)}}),null);break;case"month":W=y(bT,U(U({},Z),{},{onSelect:(ne,re)=>{E(ne),$(ne,re)}}),null);break;case"quarter":W=y(ET,U(U({},Z),{},{onSelect:(ne,re)=>{E(ne),$(ne,re)}}),null);break;case"week":W=y(hT,U(U({},Z),{},{onSelect:(ne,re)=>{E(ne),$(ne,re)}}),null);break;case"time":delete Z.showTime,W=y(D_,U(U(U({},Z),typeof V=="object"?V:null),{},{onSelect:(ne,re)=>{E(ne),$(ne,re)}}),null);break;default:V?W=y(gT,U(U({},Z),{},{onSelect:(ne,re)=>{E(ne),$(ne,re)}}),null):W=y(jp,U(U({},Z),{},{onSelect:(ne,re)=>{E(ne),$(ne,re)}}),null)}let he,Y;s!=null&&s.value||(he=G3(M,C.value,K),Y=j3({prefixCls:M,components:J,needConfirmButton:r.value,okDisabled:!_.value||B&&B(_.value),locale:k,showNow:G,onNow:r.value&&A,onOk:()=>{_.value&&($(_.value,"submit",!0),pe&&pe(_.value))}}));let X;if(j&&C.value==="date"&&H==="date"&&!V){const ne=F.getNow(),re=`${M}-today-btn`,te=B&&B(ne);X=y("a",{class:me(re,te&&`${re}-disabled`),"aria-disabled":te,onClick:()=>{te||$(ne,"mouse",!0)}},[k.today])}return y("div",{tabindex:z,class:me(D.value,n.class),style:n.style,onKeydown:N,onBlur:P,onMousedown:Q},[W,he||Y||X?y("div",{class:`${M}-footer`},[he,Y,X]):null])}}})}const moe=foe(),wT=e=>y(moe,e),goe={bottomLeft:{points:["tl","bl"],offset:[0,4],overflow:{adjustX:1,adjustY:1}},bottomRight:{points:["tr","br"],offset:[0,4],overflow:{adjustX:1,adjustY:1}},topLeft:{points:["bl","tl"],offset:[0,-4],overflow:{adjustX:0,adjustY:1}},topRight:{points:["br","tr"],offset:[0,-4],overflow:{adjustX:0,adjustY:1}}};function V3(e,t){let{slots:n}=t;const{prefixCls:r,popupStyle:o,visible:i,dropdownClassName:c,dropdownAlign:l,transitionName:u,getPopupContainer:a,range:s,popupPlacement:d,direction:p}=An(e),f=`${r}-dropdown`;return y(vs,{showAction:[],hideAction:[],popupPlacement:d!==void 0?d:p==="rtl"?"bottomRight":"bottomLeft",builtinPlacements:goe,prefixCls:f,popupTransitionName:u,popupAlign:l,popupVisible:i,popupClassName:me(c,{[`${f}-range`]:s,[`${f}-rtl`]:p==="rtl"}),popupStyle:o,getPopupContainer:a},{default:n.default,popup:n.popupElement})}const Y3=ae({name:"PresetPanel",props:{prefixCls:String,presets:{type:Array,default:()=>[]},onClick:Function,onHover:Function},setup(e){return()=>e.presets.length?y("div",{class:`${e.prefixCls}-presets`},[y("ul",null,[e.presets.map((t,n)=>{let{label:r,value:o}=t;return y("li",{key:n,onClick:()=>{e.onClick(o)},onMouseenter:()=>{var i;(i=e.onHover)===null||i===void 0||i.call(e,o)},onMouseleave:()=>{var i;(i=e.onHover)===null||i===void 0||i.call(e,null)}},[r])})])]):null}});function ky(e){let{open:t,value:n,isClickOutside:r,triggerOpen:o,forwardKeydown:i,onKeydown:c,blurToCancel:l,onSubmit:u,onCancel:a,onFocus:s,onBlur:d}=e;const p=ce(!1),f=ce(!1),m=ce(!1),g=ce(!1),h=ce(!1),_=L(()=>({onMousedown:()=>{p.value=!0,o(!0)},onKeydown:b=>{if(c(b,()=>{h.value=!0}),!h.value){switch(b.which){case Ae.ENTER:{t.value?u()!==!1&&(p.value=!0):o(!0),b.preventDefault();return}case Ae.TAB:{p.value&&t.value&&!b.shiftKey?(p.value=!1,b.preventDefault()):!p.value&&t.value&&!i(b)&&b.shiftKey&&(p.value=!0,b.preventDefault());return}case Ae.ESC:{p.value=!0,a();return}}!t.value&&![Ae.SHIFT].includes(b.which)?o(!0):p.value||i(b)}},onFocus:b=>{p.value=!0,f.value=!0,s&&s(b)},onBlur:b=>{if(m.value||!r(document.activeElement)){m.value=!1;return}l.value?setTimeout(()=>{let{activeElement:S}=document;for(;S&&S.shadowRoot;)S=S.shadowRoot.activeElement;r(S)&&a()},0):t.value&&(o(!1),g.value&&u()),f.value=!1,d&&d(b)}}));Ee(t,()=>{g.value=!1}),Ee(n,()=>{g.value=!0});const v=ce();return Ke(()=>{v.value=Wre(b=>{const S=Kre(b);if(t.value){const E=r(S);E?(!f.value||E)&&o(!1):(m.value=!0,it(()=>{m.value=!1}))}})}),lt(()=>{v.value&&v.value()}),[_,{focused:f,typing:p}]}function Ly(e){let{valueTexts:t,onTextChange:n}=e;const r=ie("");function o(c){r.value=c,n(c)}function i(){r.value=t.value[0]}return Ee(()=>[...t.value],function(c){let l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];c.join("||")!==l.join("||")&&t.value.every(u=>u!==r.value)&&i()},{immediate:!0}),[r,o,i]}function Xg(e,t){let{formatList:n,generateConfig:r,locale:o}=t;const i=uC(()=>{if(!e.value)return[[""],""];let u="";const a=[];for(let s=0;sa[0]!==u[0]||!Xs(a[1],u[1])),c=L(()=>i.value[0]),l=L(()=>i.value[1]);return[c,l]}function Fy(e,t){let{formatList:n,generateConfig:r,locale:o}=t;const i=ie(null);let c;function l(d){let p=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(it.cancel(c),p){i.value=d;return}c=it(()=>{i.value=d})}const[,u]=Xg(i,{formatList:n,generateConfig:r,locale:o});function a(d){l(d)}function s(){let d=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;l(null,d)}return Ee(e,()=>{s(!0)}),lt(()=>{it.cancel(c)}),[u,a,s]}function W3(e,t){return L(()=>e!=null&&e.value?e.value:t!=null&&t.value?(Xh(!1,"`ranges` is deprecated. Please use `presets` instead."),Object.keys(t.value).map(r=>{const o=t.value[r],i=typeof o=="function"?o():o;return{label:r,value:i}})):[])}function hoe(){return ae({name:"Picker",inheritAttrs:!1,props:["prefixCls","id","tabindex","dropdownClassName","dropdownAlign","popupStyle","transitionName","generateConfig","locale","inputReadOnly","allowClear","autofocus","showTime","showNow","showHour","showMinute","showSecond","picker","format","use12Hours","value","defaultValue","open","defaultOpen","defaultOpenValue","suffixIcon","presets","clearIcon","disabled","disabledDate","placeholder","getPopupContainer","panelRender","inputRender","onChange","onOpenChange","onPanelChange","onFocus","onBlur","onMousedown","onMouseup","onMouseenter","onMouseleave","onContextmenu","onClick","onKeydown","onSelect","direction","autocomplete","showToday","renderExtraFooter","dateRender","minuteStep","hourStep","secondStep","hideDisabledOptions"],setup(e,t){let{attrs:n,expose:r}=t;const o=ie(null),i=L(()=>e.presets),c=W3(i),l=L(()=>{var B;return(B=e.picker)!==null&&B!==void 0?B:"date"}),u=L(()=>l.value==="date"&&!!e.showTime||l.value==="time"),a=L(()=>B3($3(e.format,l.value,e.showTime,e.use12Hours))),s=ie(null),d=ie(null),p=ie(null),[f,m]=Zt(null,{value:Xe(e,"value"),defaultValue:e.defaultValue}),g=ie(f.value),h=B=>{g.value=B},_=ie(null),[v,b]=Zt(!1,{value:Xe(e,"open"),defaultValue:e.defaultOpen,postState:B=>e.disabled?!1:B,onChange:B=>{e.onOpenChange&&e.onOpenChange(B),!B&&_.value&&_.value.onClose&&_.value.onClose()}}),[S,E]=Xg(g,{formatList:a,generateConfig:Xe(e,"generateConfig"),locale:Xe(e,"locale")}),[T,C,w]=Ly({valueTexts:S,onTextChange:B=>{const H=L3(B,{locale:e.locale,formatList:a.value,generateConfig:e.generateConfig});H&&(!e.disabledDate||!e.disabledDate(H))&&h(H)}}),O=B=>{const{onChange:H,generateConfig:z,locale:G}=e;h(B),m(B),H&&!vc(z,f.value,B)&&H(B,B?hr(B,{generateConfig:z,locale:G,format:a.value[0]}):"")},R=B=>{e.disabled&&B||b(B)},I=B=>v.value&&_.value&&_.value.onKeydown?_.value.onKeydown(B):!1,$=function(){e.onMouseup&&e.onMouseup(...arguments),o.value&&(o.value.focus(),R(!0))},[N,{focused:P,typing:A}]=ky({blurToCancel:u,open:v,value:T,triggerOpen:R,forwardKeydown:I,isClickOutside:B=>!P3([s.value,d.value,p.value],B),onSubmit:()=>!g.value||e.disabledDate&&e.disabledDate(g.value)?!1:(O(g.value),R(!1),w(),!0),onCancel:()=>{R(!1),h(f.value),w()},onKeydown:(B,H)=>{var z;(z=e.onKeydown)===null||z===void 0||z.call(e,B,H)},onFocus:B=>{var H;(H=e.onFocus)===null||H===void 0||H.call(e,B)},onBlur:B=>{var H;(H=e.onBlur)===null||H===void 0||H.call(e,B)}});Ee([v,S],()=>{v.value||(h(f.value),!S.value.length||S.value[0]===""?C(""):E.value!==T.value&&w())}),Ee(l,()=>{v.value||w()}),Ee(f,()=>{h(f.value)});const[D,M,k]=Fy(T,{formatList:a,generateConfig:Xe(e,"generateConfig"),locale:Xe(e,"locale")}),F=(B,H)=>{(H==="submit"||H!=="key"&&!u.value)&&(O(B),R(!1))};return sT({operationRef:_,hideHeader:L(()=>l.value==="time"),onSelect:F,open:v,defaultOpenValue:Xe(e,"defaultOpenValue"),onDateMouseenter:M,onDateMouseleave:k}),r({focus:()=>{o.value&&o.value.focus()},blur:()=>{o.value&&o.value.blur()}}),()=>{const{prefixCls:B="rc-picker",id:H,tabindex:z,dropdownClassName:G,dropdownAlign:V,popupStyle:j,transitionName:K,generateConfig:Q,locale:pe,inputReadOnly:J,allowClear:W,autofocus:Z,picker:he="date",defaultOpenValue:Y,suffixIcon:X,clearIcon:ne,disabled:re,placeholder:te,getPopupContainer:ue,panelRender:ge,onMousedown:se,onMouseenter:de,onMouseleave:fe,onContextmenu:_e,onClick:be,onSelect:le,direction:oe,autocomplete:ve="off"}=e,Ce=x(x(x({},e),n),{class:me({[`${B}-panel-focused`]:!A.value}),style:void 0,pickerValue:void 0,onPickerValueChange:void 0,onChange:null});let Re=y("div",{class:`${B}-panel-layout`},[y(Y3,{prefixCls:B,presets:c.value,onClick:$e=>{O($e),R(!1)}},null),y(wT,U(U({},Ce),{},{generateConfig:Q,value:g.value,locale:pe,tabindex:-1,onSelect:$e=>{le==null||le($e),h($e)},direction:oe,onPanelChange:($e,Le)=>{const{onPanelChange:nt}=e;k(!0),nt==null||nt($e,Le)}}),null)]);ge&&(Re=ge(Re));const Ne=y("div",{class:`${B}-panel-container`,ref:s,onMousedown:$e=>{$e.preventDefault()}},[Re]);let ye;X&&(ye=y("span",{class:`${B}-suffix`},[X]));let xe;W&&f.value&&!re&&(xe=y("span",{onMousedown:$e=>{$e.preventDefault(),$e.stopPropagation()},onMouseup:$e=>{$e.preventDefault(),$e.stopPropagation(),O(null),R(!1)},class:`${B}-clear`,role:"button"},[ne||y("span",{class:`${B}-clear-btn`},null)]));const Oe=x(x(x(x({id:H,tabindex:z,disabled:re,readonly:J||typeof a.value[0]=="function"||!A.value,value:D.value||T.value,onInput:$e=>{C($e.target.value)},autofocus:Z,placeholder:te,ref:o,title:T.value},N.value),{size:D3(he,a.value[0],Q)}),H3(e)),{autocomplete:ve}),De=e.inputRender?e.inputRender(Oe):y("input",Oe,null),ke=oe==="rtl"?"bottomRight":"bottomLeft";return y("div",{ref:p,class:me(B,n.class,{[`${B}-disabled`]:re,[`${B}-focused`]:P.value,[`${B}-rtl`]:oe==="rtl"}),style:n.style,onMousedown:se,onMouseup:$,onMouseenter:de,onMouseleave:fe,onContextmenu:_e,onClick:be},[y("div",{class:me(`${B}-input`,{[`${B}-input-placeholder`]:!!D.value}),ref:d},[De,ye,xe]),y(V3,{visible:v.value,popupStyle:j,prefixCls:B,dropdownClassName:G,dropdownAlign:V,getPopupContainer:ue,transitionName:K,popupPlacement:ke,direction:oe},{default:()=>[y("div",{style:{pointerEvents:"none",position:"absolute",top:0,bottom:0,left:0,right:0}},null)],popupElement:()=>Ne})])}}})}const _oe=hoe();function voe(e,t){let{picker:n,locale:r,selectedValue:o,disabledDate:i,disabled:c,generateConfig:l}=e;const u=L(()=>Mt(o.value,0)),a=L(()=>Mt(o.value,1));function s(g){return l.value.locale.getWeekFirstDate(r.value.locale,g)}function d(g){const h=l.value.getYear(g),_=l.value.getMonth(g);return h*100+_}function p(g){const h=l.value.getYear(g),_=Dy(l.value,g);return h*10+_}return[g=>{var h;if(i&&(!((h=i==null?void 0:i.value)===null||h===void 0)&&h.call(i,g)))return!0;if(c[1]&&a)return!Ka(l.value,g,a.value)&&l.value.isAfter(g,a.value);if(t.value[1]&&a.value)switch(n.value){case"quarter":return p(g)>p(a.value);case"month":return d(g)>d(a.value);case"week":return s(g)>s(a.value);default:return!Ka(l.value,g,a.value)&&l.value.isAfter(g,a.value)}return!1},g=>{var h;if(!((h=i.value)===null||h===void 0)&&h.call(i,g))return!0;if(c[0]&&u)return!Ka(l.value,g,a.value)&&l.value.isAfter(u.value,g);if(t.value[0]&&u.value)switch(n.value){case"quarter":return p(g)eoe(r,c,l));case"quarter":case"month":return i((c,l)=>$_(r,c,l));default:return i((c,l)=>pT(r,c,l))}}function Soe(e,t,n,r){const o=Mt(e,0),i=Mt(e,1);if(t===0)return o;if(o&&i)switch(boe(o,i,n,r)){case"same":return o;case"closing":return o;default:return _d(i,n,r,-1)}return o}function yoe(e){let{values:t,picker:n,defaultDates:r,generateConfig:o}=e;const i=ie([Mt(r,0),Mt(r,1)]),c=ie(null),l=L(()=>Mt(t.value,0)),u=L(()=>Mt(t.value,1)),a=f=>i.value[f]?i.value[f]:Mt(c.value,f)||Soe(t.value,f,n.value,o.value)||l.value||u.value||o.value.getNow(),s=ie(null),d=ie(null);Qe(()=>{s.value=a(0),d.value=a(1)});function p(f,m){if(f){let g=Io(c.value,f,m);i.value=Io(i.value,null,m)||[null,null];const h=(m+1)%2;Mt(t.value,h)||(g=Io(g,f,h)),c.value=g}else(l.value||u.value)&&(c.value=null)}return[s,d,p]}function K3(e){return Dh()?(tE(e),!0):!1}function Eoe(e){return typeof e=="function"?e():qt(e)}function OT(e){var t;const n=Eoe(e);return(t=n==null?void 0:n.$el)!==null&&t!==void 0?t:n}function Coe(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;mn()?Ke(e):t?e():ft(e)}function q3(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;const n=ce(),r=()=>n.value=!!e();return r(),Coe(r,t),n}var mb;const X3=typeof window<"u";X3&&(!((mb=window==null?void 0:window.navigator)===null||mb===void 0)&&mb.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent);const Q3=X3?window:void 0;var Toe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o2&&arguments[2]!==void 0?arguments[2]:{};const{window:r=Q3}=n,o=Toe(n,["window"]);let i;const c=q3(()=>r&&"ResizeObserver"in r),l=()=>{i&&(i.disconnect(),i=void 0)},u=Ee(()=>OT(e),s=>{l(),c.value&&r&&s&&(i=new ResizeObserver(t),i.observe(s,o))},{immediate:!0,flush:"post"}),a=()=>{l(),u()};return K3(a),{isSupported:c,stop:a}}function Fu(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{width:0,height:0},n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const{box:r="content-box"}=n,o=ce(t.width),i=ce(t.height);return xoe(e,c=>{let[l]=c;const u=r==="border-box"?l.borderBoxSize:r==="content-box"?l.contentBoxSize:l.devicePixelContentBoxSize;u?(o.value=u.reduce((a,s)=>{let{inlineSize:d}=s;return a+d},0),i.value=u.reduce((a,s)=>{let{blockSize:d}=s;return a+d},0)):(o.value=l.contentRect.width,i.value=l.contentRect.height)},n),Ee(()=>OT(e),c=>{o.value=c?t.width:0,i.value=c?t.height:0}),{width:o,height:i}}function AR(e,t){return e&&e[0]&&e[1]&&t.isAfter(e[0],e[1])?[e[1],e[0]]:e}function NR(e,t,n,r){return!!(e||r&&r[t]||n[(t+1)%2])}function woe(){return ae({name:"RangerPicker",inheritAttrs:!1,props:["prefixCls","id","popupStyle","dropdownClassName","transitionName","dropdownAlign","getPopupContainer","generateConfig","locale","placeholder","autofocus","disabled","format","picker","showTime","showNow","showHour","showMinute","showSecond","use12Hours","separator","value","defaultValue","defaultPickerValue","open","defaultOpen","disabledDate","disabledTime","dateRender","panelRender","ranges","allowEmpty","allowClear","suffixIcon","clearIcon","pickerRef","inputReadOnly","mode","renderExtraFooter","onChange","onOpenChange","onPanelChange","onCalendarChange","onFocus","onBlur","onMousedown","onMouseup","onMouseenter","onMouseleave","onClick","onOk","onKeydown","components","order","direction","activePickerIndex","autocomplete","minuteStep","hourStep","secondStep","hideDisabledOptions","disabledMinutes","presets","prevIcon","nextIcon","superPrevIcon","superNextIcon"],setup(e,t){let{attrs:n,expose:r}=t;const o=L(()=>e.picker==="date"&&!!e.showTime||e.picker==="time"),i=L(()=>e.presets),c=L(()=>e.ranges),l=W3(i,c),u=ie({}),a=ie(null),s=ie(null),d=ie(null),p=ie(null),f=ie(null),m=ie(null),g=ie(null),h=ie(null),_=L(()=>B3($3(e.format,e.picker,e.showTime,e.use12Hours))),[v,b]=Zt(0,{value:Xe(e,"activePickerIndex")}),S=ie(null),E=L(()=>{const{disabled:ee}=e;return Array.isArray(ee)?ee:[ee||!1,ee||!1]}),[T,C]=Zt(null,{value:Xe(e,"value"),defaultValue:e.defaultValue,postState:ee=>e.picker==="time"&&!e.order?ee:AR(ee,e.generateConfig)}),[w,O,R]=yoe({values:T,picker:Xe(e,"picker"),defaultDates:e.defaultPickerValue,generateConfig:Xe(e,"generateConfig")}),[I,$]=Zt(T.value,{postState:ee=>{let Te=ee;if(E.value[0]&&E.value[1])return Te;for(let Ie=0;Ie<2;Ie+=1)E.value[Ie]&&!Mt(Te,Ie)&&!Mt(e.allowEmpty,Ie)&&(Te=Io(Te,e.generateConfig.getNow(),Ie));return Te}}),[N,P]=Zt([e.picker,e.picker],{value:Xe(e,"mode")});Ee(()=>e.picker,()=>{P([e.picker,e.picker])});const A=(ee,Te)=>{var Ie;P(ee),(Ie=e.onPanelChange)===null||Ie===void 0||Ie.call(e,Te,ee)},[D,M]=voe({picker:Xe(e,"picker"),selectedValue:I,locale:Xe(e,"locale"),disabled:E,disabledDate:Xe(e,"disabledDate"),generateConfig:Xe(e,"generateConfig")},u),[k,F]=Zt(!1,{value:Xe(e,"open"),defaultValue:e.defaultOpen,postState:ee=>E.value[v.value]?!1:ee,onChange:ee=>{var Te;(Te=e.onOpenChange)===null||Te===void 0||Te.call(e,ee),!ee&&S.value&&S.value.onClose&&S.value.onClose()}}),B=L(()=>k.value&&v.value===0),H=L(()=>k.value&&v.value===1),z=ie(0),G=ie(0),V=ie(0),{width:j}=Fu(a);Ee([k,j],()=>{!k.value&&a.value&&(V.value=j.value)});const{width:K}=Fu(s),{width:Q}=Fu(h),{width:pe}=Fu(d),{width:J}=Fu(f);Ee([v,k,K,Q,pe,J,()=>e.direction],()=>{G.value=0,v.value?d.value&&f.value&&(G.value=pe.value+J.value,K.value&&Q.value&&G.value>K.value-Q.value-(e.direction==="rtl"||h.value.offsetLeft>G.value?0:h.value.offsetLeft)&&(z.value=G.value)):v.value===0&&(z.value=0)},{immediate:!0});const W=ie();function Z(ee,Te){if(ee)clearTimeout(W.value),u.value[Te]=!0,b(Te),F(ee),k.value||R(null,Te);else if(v.value===Te){F(ee);const Ie=u.value;W.value=setTimeout(()=>{Ie===u.value&&(u.value={})})}}function he(ee){Z(!0,ee),setTimeout(()=>{const Te=[m,g][ee];Te.value&&Te.value.focus()},0)}function Y(ee,Te){let Ie=ee,Ye=Mt(Ie,0),It=Mt(Ie,1);const{generateConfig:Tt,locale:je,picker:He,order:ut,onCalendarChange:Ht,allowEmpty:Ft,onChange:Ut,showTime:pr}=e;Ye&&It&&Tt.isAfter(Ye,It)&&(He==="week"&&!k3(Tt,je.locale,Ye,It)||He==="quarter"&&!M3(Tt,Ye,It)||He!=="week"&&He!=="quarter"&&He!=="time"&&!(pr?vc(Tt,Ye,It):Ka(Tt,Ye,It))?(Te===0?(Ie=[Ye,null],It=null):(Ye=null,Ie=[null,It]),u.value={[Te]:!0}):(He!=="time"||ut!==!1)&&(Ie=AR(Ie,Tt))),$(Ie);const ar=Ie&&Ie[0]?hr(Ie[0],{generateConfig:Tt,locale:je,format:_.value[0]}):"",Eo=Ie&&Ie[1]?hr(Ie[1],{generateConfig:Tt,locale:je,format:_.value[0]}):"";Ht&&Ht(Ie,[ar,Eo],{range:Te===0?"start":"end"});const Ur=NR(Ye,0,E.value,Ft),Nr=NR(It,1,E.value,Ft);(Ie===null||Ur&&Nr)&&(C(Ie),Ut&&(!vc(Tt,Mt(T.value,0),Ye)||!vc(Tt,Mt(T.value,1),It))&&Ut(Ie,[ar,Eo]));let $r=null;Te===0&&!E.value[1]?$r=1:Te===1&&!E.value[0]&&($r=0),$r!==null&&$r!==v.value&&(!u.value[$r]||!Mt(Ie,$r))&&Mt(Ie,Te)?he($r):Z(!1,Te)}const X=ee=>k&&S.value&&S.value.onKeydown?S.value.onKeydown(ee):!1,ne={formatList:_,generateConfig:Xe(e,"generateConfig"),locale:Xe(e,"locale")},[re,te]=Xg(L(()=>Mt(I.value,0)),ne),[ue,ge]=Xg(L(()=>Mt(I.value,1)),ne),se=(ee,Te)=>{const Ie=L3(ee,{locale:e.locale,formatList:_.value,generateConfig:e.generateConfig});Ie&&!(Te===0?D:M)(Ie)&&($(Io(I.value,Ie,Te)),R(Ie,Te))},[de,fe,_e]=Ly({valueTexts:re,onTextChange:ee=>se(ee,0)}),[be,le,oe]=Ly({valueTexts:ue,onTextChange:ee=>se(ee,1)}),[ve,Ce]=Pt(null),[Re,Ne]=Pt(null),[ye,xe,Oe]=Fy(de,ne),[De,ke,$e]=Fy(be,ne),Le=ee=>{Ne(Io(I.value,ee,v.value)),v.value===0?xe(ee):ke(ee)},nt=()=>{Ne(Io(I.value,null,v.value)),v.value===0?Oe():$e()},_t=(ee,Te)=>({forwardKeydown:X,onBlur:Ie=>{var Ye;(Ye=e.onBlur)===null||Ye===void 0||Ye.call(e,Ie)},isClickOutside:Ie=>!P3([s.value,d.value,p.value,a.value],Ie),onFocus:Ie=>{var Ye;b(ee),(Ye=e.onFocus)===null||Ye===void 0||Ye.call(e,Ie)},triggerOpen:Ie=>{Z(Ie,ee)},onSubmit:()=>{if(!I.value||e.disabledDate&&e.disabledDate(I.value[ee]))return!1;Y(I.value,ee),Te()},onCancel:()=>{Z(!1,ee),$(T.value),Te()}}),[St,{focused:Je,typing:wt}]=ky(x(x({},_t(0,_e)),{blurToCancel:o,open:B,value:de,onKeydown:(ee,Te)=>{var Ie;(Ie=e.onKeydown)===null||Ie===void 0||Ie.call(e,ee,Te)}})),[Xt,{focused:ln,typing:Sn}]=ky(x(x({},_t(1,oe)),{blurToCancel:o,open:H,value:be,onKeydown:(ee,Te)=>{var Ie;(Ie=e.onKeydown)===null||Ie===void 0||Ie.call(e,ee,Te)}})),sn=ee=>{var Te;(Te=e.onClick)===null||Te===void 0||Te.call(e,ee),!k.value&&!m.value.contains(ee.target)&&!g.value.contains(ee.target)&&(E.value[0]?E.value[1]||he(1):he(0))},Cn=ee=>{var Te;(Te=e.onMousedown)===null||Te===void 0||Te.call(e,ee),k.value&&(Je.value||ln.value)&&!m.value.contains(ee.target)&&!g.value.contains(ee.target)&&ee.preventDefault()},Wn=L(()=>{var ee;return!((ee=T.value)===null||ee===void 0)&&ee[0]?hr(T.value[0],{locale:e.locale,format:"YYYYMMDDHHmmss",generateConfig:e.generateConfig}):""}),ur=L(()=>{var ee;return!((ee=T.value)===null||ee===void 0)&&ee[1]?hr(T.value[1],{locale:e.locale,format:"YYYYMMDDHHmmss",generateConfig:e.generateConfig}):""});Ee([k,re,ue],()=>{k.value||($(T.value),!re.value.length||re.value[0]===""?fe(""):te.value!==de.value&&_e(),!ue.value.length||ue.value[0]===""?le(""):ge.value!==be.value&&oe())}),Ee([Wn,ur],()=>{$(T.value)}),r({focus:()=>{m.value&&m.value.focus()},blur:()=>{m.value&&m.value.blur(),g.value&&g.value.blur()}});const Rr=L(()=>k.value&&Re.value&&Re.value[0]&&Re.value[1]&&e.generateConfig.isAfter(Re.value[1],Re.value[0])?Re.value:null);function dr(){let ee=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1,Te=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{generateConfig:Ie,showTime:Ye,dateRender:It,direction:Tt,disabledTime:je,prefixCls:He,locale:ut}=e;let Ht=Ye;if(Ye&&typeof Ye=="object"&&Ye.defaultValue){const Ut=Ye.defaultValue;Ht=x(x({},Ye),{defaultValue:Mt(Ut,v.value)||void 0})}let Ft=null;return It&&(Ft=Ut=>{let{current:pr,today:ar}=Ut;return It({current:pr,today:ar,info:{range:v.value?"end":"start"}})}),y(soe,{value:{inRange:!0,panelPosition:ee,rangedValue:ve.value||I.value,hoverRangedValue:Rr.value}},{default:()=>[y(wT,U(U(U({},e),Te),{},{dateRender:Ft,showTime:Ht,mode:N.value[v.value],generateConfig:Ie,style:void 0,direction:Tt,disabledDate:v.value===0?D:M,disabledTime:Ut=>je?je(Ut,v.value===0?"start":"end"):!1,class:me({[`${He}-panel-focused`]:v.value===0?!wt.value:!Sn.value}),value:Mt(I.value,v.value),locale:ut,tabIndex:-1,onPanelChange:(Ut,pr)=>{v.value===0&&Oe(!0),v.value===1&&$e(!0),A(Io(N.value,pr,v.value),Io(I.value,Ut,v.value));let ar=Ut;ee==="right"&&N.value[v.value]===pr&&(ar=_d(ar,pr,Ie,-1)),R(ar,v.value)},onOk:null,onSelect:void 0,onChange:void 0,defaultValue:v.value===0?Mt(I.value,1):Mt(I.value,0)}),null)]})}const Ar=(ee,Te)=>{const Ie=Io(I.value,ee,v.value);Te==="submit"||Te!=="key"&&!o.value?(Y(Ie,v.value),v.value===0?Oe():$e()):$(Ie)};return sT({operationRef:S,hideHeader:L(()=>e.picker==="time"),onDateMouseenter:Le,onDateMouseleave:nt,hideRanges:L(()=>!0),onSelect:Ar,open:k}),()=>{const{prefixCls:ee="rc-picker",id:Te,popupStyle:Ie,dropdownClassName:Ye,transitionName:It,dropdownAlign:Tt,getPopupContainer:je,generateConfig:He,locale:ut,placeholder:Ht,autofocus:Ft,picker:Ut="date",showTime:pr,separator:ar="~",disabledDate:Eo,panelRender:Ur,allowClear:Nr,suffixIcon:la,clearIcon:$r,inputReadOnly:gi,renderExtraFooter:hi,onMouseenter:Eu,onMouseleave:Cu,onMouseup:Tu,onOk:Is,components:Co,direction:sa,autocomplete:nl="off"}=e,xu=sa==="rtl"?{right:`${G.value}px`}:{left:`${G.value}px`};function wu(){let en;const Kn=G3(ee,N.value[v.value],hi),Na=j3({prefixCls:ee,components:Co,needConfirmButton:o.value,okDisabled:!Mt(I.value,v.value)||Eo&&Eo(I.value[v.value]),locale:ut,onOk:()=>{Mt(I.value,v.value)&&(Y(I.value,v.value),Is&&Is(I.value))}});if(Ut!=="time"&&!pr){const Xn=v.value===0?w.value:O.value,As=_d(Xn,Ut,He),rl=N.value[v.value]===Ut,Ns=dr(rl?"left":!1,{pickerValue:Xn,onPickerValueChange:ol=>{R(ol,v.value)}}),$s=dr("right",{pickerValue:As,onPickerValueChange:ol=>{R(_d(ol,Ut,He,-1),v.value)}});sa==="rtl"?en=y(ze,null,[$s,rl&&Ns]):en=y(ze,null,[Ns,rl&&$s])}else en=dr();let qn=y("div",{class:`${ee}-panel-layout`},[y(Y3,{prefixCls:ee,presets:l.value,onClick:Xn=>{Y(Xn,null),Z(!1,v.value)},onHover:Xn=>{Ce(Xn)}},null),y("div",null,[y("div",{class:`${ee}-panels`},[en]),(Kn||Na)&&y("div",{class:`${ee}-footer`},[Kn,Na])])]);return Ur&&(qn=Ur(qn)),y("div",{class:`${ee}-panel-container`,style:{marginLeft:`${z.value}px`},ref:s,onMousedown:Xn=>{Xn.preventDefault()}},[qn])}const _i=y("div",{class:me(`${ee}-range-wrapper`,`${ee}-${Ut}-range-wrapper`),style:{minWidth:`${V.value}px`}},[y("div",{ref:h,class:`${ee}-range-arrow`,style:xu},null),wu()]);let Rs;la&&(Rs=y("span",{class:`${ee}-suffix`},[la]));let Be;Nr&&(Mt(T.value,0)&&!E.value[0]||Mt(T.value,1)&&!E.value[1])&&(Be=y("span",{onMousedown:en=>{en.preventDefault(),en.stopPropagation()},onMouseup:en=>{en.preventDefault(),en.stopPropagation();let Kn=T.value;E.value[0]||(Kn=Io(Kn,null,0)),E.value[1]||(Kn=Io(Kn,null,1)),Y(Kn,null),Z(!1,v.value)},class:`${ee}-clear`},[$r||y("span",{class:`${ee}-clear-btn`},null)]));const bt={size:D3(Ut,_.value[0],He)};let $t=0,Yt=0;d.value&&p.value&&f.value&&(v.value===0?Yt=d.value.offsetWidth:($t=G.value,Yt=p.value.offsetWidth));const yn=sa==="rtl"?{right:`${$t}px`}:{left:`${$t}px`};return y("div",U({ref:a,class:me(ee,`${ee}-range`,n.class,{[`${ee}-disabled`]:E.value[0]&&E.value[1],[`${ee}-focused`]:v.value===0?Je.value:ln.value,[`${ee}-rtl`]:sa==="rtl"}),style:n.style,onClick:sn,onMouseenter:Eu,onMouseleave:Cu,onMousedown:Cn,onMouseup:Tu},H3(e)),[y("div",{class:me(`${ee}-input`,{[`${ee}-input-active`]:v.value===0,[`${ee}-input-placeholder`]:!!ye.value}),ref:d},[y("input",U(U(U({id:Te,disabled:E.value[0],readonly:gi||typeof _.value[0]=="function"||!wt.value,value:ye.value||de.value,onInput:en=>{fe(en.target.value)},autofocus:Ft,placeholder:Mt(Ht,0)||"",ref:m},St.value),bt),{},{autocomplete:nl}),null)]),y("div",{class:`${ee}-range-separator`,ref:f},[ar]),y("div",{class:me(`${ee}-input`,{[`${ee}-input-active`]:v.value===1,[`${ee}-input-placeholder`]:!!De.value}),ref:p},[y("input",U(U(U({disabled:E.value[1],readonly:gi||typeof _.value[0]=="function"||!Sn.value,value:De.value||be.value,onInput:en=>{le(en.target.value)},placeholder:Mt(Ht,1)||"",ref:g},Xt.value),bt),{},{autocomplete:nl}),null)]),y("div",{class:`${ee}-active-bar`,style:x(x({},yn),{width:`${Yt}px`,position:"absolute"})},null),Rs,Be,y(V3,{visible:k.value,popupStyle:Ie,prefixCls:ee,dropdownClassName:Ye,dropdownAlign:Tt,getPopupContainer:je,transitionName:It,range:!0,direction:sa},{default:()=>[y("div",{style:{pointerEvents:"none",position:"absolute",top:0,bottom:0,left:0,right:0}},null)],popupElement:()=>_i})])}}})}const Ooe=woe(),Ioe=Ooe;var Roe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);oe.checked,()=>{i.value=e.checked}),o({focus(){var s;(s=c.value)===null||s===void 0||s.focus()},blur(){var s;(s=c.value)===null||s===void 0||s.blur()}});const l=ie(),u=s=>{if(e.disabled)return;e.checked===void 0&&(i.value=s.target.checked),s.shiftKey=l.value;const d={target:x(x({},e),{checked:s.target.checked}),stopPropagation(){s.stopPropagation()},preventDefault(){s.preventDefault()},nativeEvent:s};e.checked!==void 0&&(c.value.checked=!!e.checked),r("change",d),l.value=!1},a=s=>{r("click",s),l.value=s.shiftKey};return()=>{const{prefixCls:s,name:d,id:p,type:f,disabled:m,readonly:g,tabindex:h,autofocus:_,value:v,required:b}=e,S=Roe(e,["prefixCls","name","id","type","disabled","readonly","tabindex","autofocus","value","required"]),{class:E,onFocus:T,onBlur:C,onKeydown:w,onKeypress:O,onKeyup:R}=n,I=x(x({},S),n),$=Object.keys(I).reduce((A,D)=>((D.startsWith("data-")||D.startsWith("aria-")||D==="role")&&(A[D]=I[D]),A),{}),N=me(s,E,{[`${s}-checked`]:i.value,[`${s}-disabled`]:m}),P=x(x({name:d,id:p,type:f,readonly:g,disabled:m,tabindex:h,class:`${s}-input`,checked:!!i.value,autofocus:_,value:v},$),{onChange:u,onClick:a,onFocus:T,onBlur:C,onKeydown:w,onKeypress:O,onKeyup:R,required:b});return y("span",{class:N},[y("input",U({ref:c},P),null),y("span",{class:`${s}-inner`},null)])}}}),J3=Symbol("radioGroupContextKey"),Noe=e=>{at(J3,e)},$oe=()=>et(J3,void 0),eF=Symbol("radioOptionTypeContextKey"),Doe=e=>{at(eF,e)},Poe=()=>et(eF,void 0),Moe=new vt("antRadioEffect",{"0%":{transform:"scale(1)",opacity:.5},"100%":{transform:"scale(1.6)",opacity:0}}),koe=e=>{const{componentCls:t,antCls:n}=e,r=`${t}-group`;return{[r]:x(x({},ot(e)),{display:"inline-block",fontSize:0,[`&${r}-rtl`]:{direction:"rtl"},[`${n}-badge ${n}-badge-count`]:{zIndex:1},[`> ${n}-badge:not(:first-child) > ${n}-button-wrapper`]:{borderInlineStart:"none"}})}},Loe=e=>{const{componentCls:t,radioWrapperMarginRight:n,radioCheckedColor:r,radioSize:o,motionDurationSlow:i,motionDurationMid:c,motionEaseInOut:l,motionEaseInOutCirc:u,radioButtonBg:a,colorBorder:s,lineWidth:d,radioDotSize:p,colorBgContainerDisabled:f,colorTextDisabled:m,paddingXS:g,radioDotDisabledColor:h,lineType:_,radioDotDisabledSize:v,wireframe:b,colorWhite:S}=e,E=`${t}-inner`;return{[`${t}-wrapper`]:x(x({},ot(e)),{position:"relative",display:"inline-flex",alignItems:"baseline",marginInlineStart:0,marginInlineEnd:n,cursor:"pointer",[`&${t}-wrapper-rtl`]:{direction:"rtl"},"&-disabled":{cursor:"not-allowed",color:e.colorTextDisabled},"&::after":{display:"inline-block",width:0,overflow:"hidden",content:'"\\a0"'},[`${t}-checked::after`]:{position:"absolute",insetBlockStart:0,insetInlineStart:0,width:"100%",height:"100%",border:`${d}px ${_} ${r}`,borderRadius:"50%",visibility:"hidden",animationName:Moe,animationDuration:i,animationTimingFunction:l,animationFillMode:"both",content:'""'},[t]:x(x({},ot(e)),{position:"relative",display:"inline-block",outline:"none",cursor:"pointer",alignSelf:"center"}),[`${t}-wrapper:hover &, + &:hover ${E}`]:{borderColor:r},[`${t}-input:focus-visible + ${E}`]:x({},ti(e)),[`${t}:hover::after, ${t}-wrapper:hover &::after`]:{visibility:"visible"},[`${t}-inner`]:{"&::after":{boxSizing:"border-box",position:"absolute",insetBlockStart:"50%",insetInlineStart:"50%",display:"block",width:o,height:o,marginBlockStart:o/-2,marginInlineStart:o/-2,backgroundColor:b?r:S,borderBlockStart:0,borderInlineStart:0,borderRadius:o,transform:"scale(0)",opacity:0,transition:`all ${i} ${u}`,content:'""'},boxSizing:"border-box",position:"relative",insetBlockStart:0,insetInlineStart:0,display:"block",width:o,height:o,backgroundColor:a,borderColor:s,borderStyle:"solid",borderWidth:d,borderRadius:"50%",transition:`all ${c}`},[`${t}-input`]:{position:"absolute",insetBlockStart:0,insetInlineEnd:0,insetBlockEnd:0,insetInlineStart:0,zIndex:1,cursor:"pointer",opacity:0},[`${t}-checked`]:{[E]:{borderColor:r,backgroundColor:b?a:r,"&::after":{transform:`scale(${p/o})`,opacity:1,transition:`all ${i} ${u}`}}},[`${t}-disabled`]:{cursor:"not-allowed",[E]:{backgroundColor:f,borderColor:s,cursor:"not-allowed","&::after":{backgroundColor:h}},[`${t}-input`]:{cursor:"not-allowed"},[`${t}-disabled + span`]:{color:m,cursor:"not-allowed"},[`&${t}-checked`]:{[E]:{"&::after":{transform:`scale(${v/o})`}}}},[`span${t} + *`]:{paddingInlineStart:g,paddingInlineEnd:g}})}},Foe=e=>{const{radioButtonColor:t,controlHeight:n,componentCls:r,lineWidth:o,lineType:i,colorBorder:c,motionDurationSlow:l,motionDurationMid:u,radioButtonPaddingHorizontal:a,fontSize:s,radioButtonBg:d,fontSizeLG:p,controlHeightLG:f,controlHeightSM:m,paddingXS:g,borderRadius:h,borderRadiusSM:_,borderRadiusLG:v,radioCheckedColor:b,radioButtonCheckedBg:S,radioButtonHoverColor:E,radioButtonActiveColor:T,radioSolidCheckedColor:C,colorTextDisabled:w,colorBgContainerDisabled:O,radioDisabledButtonCheckedColor:R,radioDisabledButtonCheckedBg:I}=e;return{[`${r}-button-wrapper`]:{position:"relative",display:"inline-block",height:n,margin:0,paddingInline:a,paddingBlock:0,color:t,fontSize:s,lineHeight:`${n-o*2}px`,background:d,border:`${o}px ${i} ${c}`,borderBlockStartWidth:o+.02,borderInlineStartWidth:0,borderInlineEndWidth:o,cursor:"pointer",transition:[`color ${u}`,`background ${u}`,`border-color ${u}`,`box-shadow ${u}`].join(","),a:{color:t},[`> ${r}-button`]:{position:"absolute",insetBlockStart:0,insetInlineStart:0,zIndex:-1,width:"100%",height:"100%"},"&:not(:first-child)":{"&::before":{position:"absolute",insetBlockStart:-o,insetInlineStart:-o,display:"block",boxSizing:"content-box",width:1,height:"100%",paddingBlock:o,paddingInline:0,backgroundColor:c,transition:`background-color ${l}`,content:'""'}},"&:first-child":{borderInlineStart:`${o}px ${i} ${c}`,borderStartStartRadius:h,borderEndStartRadius:h},"&:last-child":{borderStartEndRadius:h,borderEndEndRadius:h},"&:first-child:last-child":{borderRadius:h},[`${r}-group-large &`]:{height:f,fontSize:p,lineHeight:`${f-o*2}px`,"&:first-child":{borderStartStartRadius:v,borderEndStartRadius:v},"&:last-child":{borderStartEndRadius:v,borderEndEndRadius:v}},[`${r}-group-small &`]:{height:m,paddingInline:g-o,paddingBlock:0,lineHeight:`${m-o*2}px`,"&:first-child":{borderStartStartRadius:_,borderEndStartRadius:_},"&:last-child":{borderStartEndRadius:_,borderEndEndRadius:_}},"&:hover":{position:"relative",color:b},"&:has(:focus-visible)":x({},ti(e)),[`${r}-inner, input[type='checkbox'], input[type='radio']`]:{width:0,height:0,opacity:0,pointerEvents:"none"},[`&-checked:not(${r}-button-wrapper-disabled)`]:{zIndex:1,color:b,background:S,borderColor:b,"&::before":{backgroundColor:b},"&:first-child":{borderColor:b},"&:hover":{color:E,borderColor:E,"&::before":{backgroundColor:E}},"&:active":{color:T,borderColor:T,"&::before":{backgroundColor:T}}},[`${r}-group-solid &-checked:not(${r}-button-wrapper-disabled)`]:{color:C,background:b,borderColor:b,"&:hover":{color:C,background:E,borderColor:E},"&:active":{color:C,background:T,borderColor:T}},"&-disabled":{color:w,backgroundColor:O,borderColor:c,cursor:"not-allowed","&:first-child, &:hover":{color:w,backgroundColor:O,borderColor:c}},[`&-disabled${r}-button-wrapper-checked`]:{color:R,backgroundColor:I,borderColor:c,boxShadow:"none"}}}},tF=tt("Radio",e=>{const{padding:t,lineWidth:n,controlItemBgActiveDisabled:r,colorTextDisabled:o,colorBgContainer:i,fontSizeLG:c,controlOutline:l,colorPrimaryHover:u,colorPrimaryActive:a,colorText:s,colorPrimary:d,marginXS:p,controlOutlineWidth:f,colorTextLightSolid:m,wireframe:g}=e,h=`0 0 0 ${f}px ${l}`,_=h,v=c,b=4,S=v-b*2,E=g?S:v-(b+n)*2,T=d,C=s,w=u,O=a,R=t-n,N=Ve(e,{radioFocusShadow:h,radioButtonFocusShadow:_,radioSize:v,radioDotSize:E,radioDotDisabledSize:S,radioCheckedColor:T,radioDotDisabledColor:o,radioSolidCheckedColor:m,radioButtonBg:i,radioButtonCheckedBg:i,radioButtonColor:C,radioButtonHoverColor:w,radioButtonActiveColor:O,radioButtonPaddingHorizontal:R,radioDisabledButtonCheckedBg:r,radioDisabledButtonCheckedColor:o,radioWrapperMarginRight:p});return[koe(N),Loe(N),Foe(N)]});var Boe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o({prefixCls:String,checked:we(),disabled:we(),isGroup:we(),value:q.any,name:String,id:String,autofocus:we(),onChange:Se(),onFocus:Se(),onBlur:Se(),onClick:Se(),"onUpdate:checked":Se(),"onUpdate:value":Se()}),Pr=ae({compatConfig:{MODE:3},name:"ARadio",inheritAttrs:!1,props:nF(),setup(e,t){let{emit:n,expose:r,slots:o,attrs:i}=t;const c=kn(),l=rr.useInject(),u=Poe(),a=$oe(),s=Zr(),d=L(()=>{var w;return(w=g.value)!==null&&w!==void 0?w:s.value}),p=ie(),{prefixCls:f,direction:m,disabled:g}=Me("radio",e),h=L(()=>(a==null?void 0:a.optionType.value)==="button"||u==="button"?`${f.value}-button`:f.value),_=Zr(),[v,b]=tF(f);r({focus:()=>{p.value.focus()},blur:()=>{p.value.blur()}});const T=w=>{const O=w.target.checked;n("update:checked",O),n("update:value",O),n("change",w),c.onFieldChange()},C=w=>{n("change",w),a&&a.onChange&&a.onChange(w)};return()=>{var w;const O=a,{prefixCls:R,id:I=c.id.value}=e,$=Boe(e,["prefixCls","id"]),N=x(x({prefixCls:h.value,id:I},gt($,["onUpdate:checked","onUpdate:value"])),{disabled:(w=g.value)!==null&&w!==void 0?w:_.value});O?(N.name=O.name.value,N.onChange=C,N.checked=e.value===O.value.value,N.disabled=d.value||O.disabled.value):N.onChange=T;const P=me({[`${h.value}-wrapper`]:!0,[`${h.value}-wrapper-checked`]:N.checked,[`${h.value}-wrapper-disabled`]:N.disabled,[`${h.value}-wrapper-rtl`]:m.value==="rtl",[`${h.value}-wrapper-in-form-item`]:l.isFormItemInput},i.class,b.value);return v(y("label",U(U({},i),{},{class:P}),[y(Z3,U(U({},N),{},{type:"radio",ref:p}),null),o.default&&y("span",null,[o.default()])]))}}}),Hoe=()=>({prefixCls:String,value:q.any,size:Ue(),options:Ct(),disabled:we(),name:String,buttonStyle:Ue("outline"),id:String,optionType:Ue("default"),onChange:Se(),"onUpdate:value":Se()}),IT=ae({compatConfig:{MODE:3},name:"ARadioGroup",inheritAttrs:!1,props:Hoe(),setup(e,t){let{slots:n,emit:r,attrs:o}=t;const i=kn(),{prefixCls:c,direction:l,size:u}=Me("radio",e),[a,s]=tF(c),d=ie(e.value),p=ie(!1);return Ee(()=>e.value,m=>{d.value=m,p.value=!1}),Noe({onChange:m=>{const g=d.value,{value:h}=m.target;"value"in e||(d.value=h),!p.value&&h!==g&&(p.value=!0,r("update:value",h),r("change",m),i.onFieldChange()),ft(()=>{p.value=!1})},value:d,disabled:L(()=>e.disabled),name:L(()=>e.name),optionType:L(()=>e.optionType)}),()=>{var m;const{options:g,buttonStyle:h,id:_=i.id.value}=e,v=`${c.value}-group`,b=me(v,`${v}-${h}`,{[`${v}-${u.value}`]:u.value,[`${v}-rtl`]:l.value==="rtl"},o.class,s.value);let S=null;return g&&g.length>0?S=g.map(E=>{if(typeof E=="string"||typeof E=="number")return y(Pr,{key:E,prefixCls:c.value,disabled:e.disabled,value:E,checked:d.value===E},{default:()=>[E]});const{value:T,disabled:C,label:w}=E;return y(Pr,{key:`radio-group-value-options-${T}`,prefixCls:c.value,disabled:C||e.disabled,value:T,checked:d.value===T},{default:()=>[w]})}):S=(m=n.default)===null||m===void 0?void 0:m.call(n),a(y("div",U(U({},o),{},{class:b,id:_}),[S]))}}}),Qg=ae({compatConfig:{MODE:3},name:"ARadioButton",inheritAttrs:!1,props:nF(),setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o}=Me("radio",e);return Doe("button"),()=>{var i;return y(Pr,U(U(U({},r),e),{},{prefixCls:o.value}),{default:()=>[(i=n.default)===null||i===void 0?void 0:i.call(n)]})}}});Pr.Group=IT;Pr.Button=Qg;Pr.install=function(e){return e.component(Pr.name,Pr),e.component(Pr.Group.name,Pr.Group),e.component(Pr.Button.name,Pr.Button),e};const Uoe=10,zoe=20;function rF(e){const{fullscreen:t,validRange:n,generateConfig:r,locale:o,prefixCls:i,value:c,onChange:l,divRef:u}=e,a=r.getYear(c||r.getNow());let s=a-Uoe,d=s+zoe;n&&(s=r.getYear(n[0]),d=r.getYear(n[1])+1);const p=o&&o.year==="年"?"年":"",f=[];for(let m=s;m{let g=r.setYear(c,m);if(n){const[h,_]=n,v=r.getYear(g),b=r.getMonth(g);v===r.getYear(_)&&b>r.getMonth(_)&&(g=r.setMonth(g,r.getMonth(_))),v===r.getYear(h)&&bu.value},null)}rF.inheritAttrs=!1;function oF(e){const{prefixCls:t,fullscreen:n,validRange:r,value:o,generateConfig:i,locale:c,onChange:l,divRef:u}=e,a=i.getMonth(o||i.getNow());let s=0,d=11;if(r){const[m,g]=r,h=i.getYear(o);i.getYear(g)===h&&(d=i.getMonth(g)),i.getYear(m)===h&&(s=i.getMonth(m))}const p=c.shortMonths||i.locale.getShortMonths(c.locale),f=[];for(let m=s;m<=d;m+=1)f.push({label:p[m],value:m});return y(ri,{size:n?void 0:"small",class:`${t}-month-select`,value:a,options:f,onChange:m=>{l(i.setMonth(o,m))},getPopupContainer:()=>u.value},null)}oF.inheritAttrs=!1;function aF(e){const{prefixCls:t,locale:n,mode:r,fullscreen:o,onModeChange:i}=e;return y(IT,{onChange:c=>{let{target:{value:l}}=c;i(l)},value:r,size:o?void 0:"small",class:`${t}-mode-switch`},{default:()=>[y(Qg,{value:"month"},{default:()=>[n.month]}),y(Qg,{value:"year"},{default:()=>[n.year]})]})}aF.inheritAttrs=!1;const Goe=ae({name:"CalendarHeader",inheritAttrs:!1,props:["mode","prefixCls","value","validRange","generateConfig","locale","mode","fullscreen"],setup(e,t){let{attrs:n}=t;const r=ie(null),o=rr.useInject();return rr.useProvide(o,{isFormItemInput:!1}),()=>{const i=x(x({},e),n),{prefixCls:c,fullscreen:l,mode:u,onChange:a,onModeChange:s}=i,d=x(x({},i),{fullscreen:l,divRef:r});return y("div",{class:`${c}-header`,ref:r},[y(rF,U(U({},d),{},{onChange:p=>{a(p,"year")}}),null),u==="month"&&y(oF,U(U({},d),{},{onChange:p=>{a(p,"month")}}),null),y(aF,U(U({},d),{},{onModeChange:s}),null)])}}}),RT=e=>({"&::-moz-placeholder":{opacity:1},"&::placeholder":{color:e,userSelect:"none"},"&:placeholder-shown":{textOverflow:"ellipsis"}}),_u=e=>({borderColor:e.inputBorderHoverColor,borderInlineEndWidth:e.lineWidth}),ji=e=>({borderColor:e.inputBorderHoverColor,boxShadow:`0 0 0 ${e.controlOutlineWidth}px ${e.controlOutline}`,borderInlineEndWidth:e.lineWidth,outline:0}),AT=e=>({color:e.colorTextDisabled,backgroundColor:e.colorBgContainerDisabled,borderColor:e.colorBorder,boxShadow:"none",cursor:"not-allowed",opacity:1,"&:hover":x({},_u(Ve(e,{inputBorderHoverColor:e.colorBorder})))}),iF=e=>{const{inputPaddingVerticalLG:t,fontSizeLG:n,lineHeightLG:r,borderRadiusLG:o,inputPaddingHorizontalLG:i}=e;return{padding:`${t}px ${i}px`,fontSize:n,lineHeight:r,borderRadius:o}},NT=e=>({padding:`${e.inputPaddingVerticalSM}px ${e.controlPaddingHorizontalSM-1}px`,borderRadius:e.borderRadiusSM}),Vp=(e,t)=>{const{componentCls:n,colorError:r,colorWarning:o,colorErrorOutline:i,colorWarningOutline:c,colorErrorBorderHover:l,colorWarningBorderHover:u}=e;return{[`&-status-error:not(${t}-disabled):not(${t}-borderless)${t}`]:{borderColor:r,"&:hover":{borderColor:l},"&:focus, &-focused":x({},ji(Ve(e,{inputBorderActiveColor:r,inputBorderHoverColor:r,controlOutline:i}))),[`${n}-prefix`]:{color:r}},[`&-status-warning:not(${t}-disabled):not(${t}-borderless)${t}`]:{borderColor:o,"&:hover":{borderColor:u},"&:focus, &-focused":x({},ji(Ve(e,{inputBorderActiveColor:o,inputBorderHoverColor:o,controlOutline:c}))),[`${n}-prefix`]:{color:o}}}},ys=e=>x(x({position:"relative",display:"inline-block",width:"100%",minWidth:0,padding:`${e.inputPaddingVertical}px ${e.inputPaddingHorizontal}px`,color:e.colorText,fontSize:e.fontSize,lineHeight:e.lineHeight,backgroundColor:e.colorBgContainer,backgroundImage:"none",borderWidth:e.lineWidth,borderStyle:e.lineType,borderColor:e.colorBorder,borderRadius:e.borderRadius,transition:`all ${e.motionDurationMid}`},RT(e.colorTextPlaceholder)),{"&:hover":x({},_u(e)),"&:focus, &-focused":x({},ji(e)),"&-disabled, &[disabled]":x({},AT(e)),"&-borderless":{"&, &:hover, &:focus, &-focused, &-disabled, &[disabled]":{backgroundColor:"transparent",border:"none",boxShadow:"none"}},"textarea&":{maxWidth:"100%",height:"auto",minHeight:e.controlHeight,lineHeight:e.lineHeight,verticalAlign:"bottom",transition:`all ${e.motionDurationSlow}, height 0s`,resize:"vertical"},"&-lg":x({},iF(e)),"&-sm":x({},NT(e)),"&-rtl":{direction:"rtl"},"&-textarea-rtl":{direction:"rtl"}}),lF=e=>{const{componentCls:t,antCls:n}=e;return{position:"relative",display:"table",width:"100%",borderCollapse:"separate",borderSpacing:0,"&[class*='col-']":{paddingInlineEnd:e.paddingXS,"&:last-child":{paddingInlineEnd:0}},[`&-lg ${t}, &-lg > ${t}-group-addon`]:x({},iF(e)),[`&-sm ${t}, &-sm > ${t}-group-addon`]:x({},NT(e)),[`> ${t}`]:{display:"table-cell","&:not(:first-child):not(:last-child)":{borderRadius:0}},[`${t}-group`]:{"&-addon, &-wrap":{display:"table-cell",width:1,whiteSpace:"nowrap",verticalAlign:"middle","&:not(:first-child):not(:last-child)":{borderRadius:0}},"&-wrap > *":{display:"block !important"},"&-addon":{position:"relative",padding:`0 ${e.inputPaddingHorizontal}px`,color:e.colorText,fontWeight:"normal",fontSize:e.fontSize,textAlign:"center",backgroundColor:e.colorFillAlter,border:`${e.lineWidth}px ${e.lineType} ${e.colorBorder}`,borderRadius:e.borderRadius,transition:`all ${e.motionDurationSlow}`,lineHeight:1,[`${n}-select`]:{margin:`-${e.inputPaddingVertical+1}px -${e.inputPaddingHorizontal}px`,[`&${n}-select-single:not(${n}-select-customize-input)`]:{[`${n}-select-selector`]:{backgroundColor:"inherit",border:`${e.lineWidth}px ${e.lineType} transparent`,boxShadow:"none"}},"&-open, &-focused":{[`${n}-select-selector`]:{color:e.colorPrimary}}},[`${n}-cascader-picker`]:{margin:`-9px -${e.inputPaddingHorizontal}px`,backgroundColor:"transparent",[`${n}-cascader-input`]:{textAlign:"start",border:0,boxShadow:"none"}}},"&-addon:first-child":{borderInlineEnd:0},"&-addon:last-child":{borderInlineStart:0}},[`${t}`]:{float:"inline-start",width:"100%",marginBottom:0,textAlign:"inherit","&:focus":{zIndex:1,borderInlineEndWidth:1},"&:hover":{zIndex:1,borderInlineEndWidth:1,[`${t}-search-with-button &`]:{zIndex:0}}},[`> ${t}:first-child, ${t}-group-addon:first-child`]:{borderStartEndRadius:0,borderEndEndRadius:0,[`${n}-select ${n}-select-selector`]:{borderStartEndRadius:0,borderEndEndRadius:0}},[`> ${t}-affix-wrapper`]:{[`&:not(:first-child) ${t}`]:{borderStartStartRadius:0,borderEndStartRadius:0},[`&:not(:last-child) ${t}`]:{borderStartEndRadius:0,borderEndEndRadius:0}},[`> ${t}:last-child, ${t}-group-addon:last-child`]:{borderStartStartRadius:0,borderEndStartRadius:0,[`${n}-select ${n}-select-selector`]:{borderStartStartRadius:0,borderEndStartRadius:0}},[`${t}-affix-wrapper`]:{"&:not(:last-child)":{borderStartEndRadius:0,borderEndEndRadius:0,[`${t}-search &`]:{borderStartStartRadius:e.borderRadius,borderEndStartRadius:e.borderRadius}},[`&:not(:first-child), ${t}-search &:not(:first-child)`]:{borderStartStartRadius:0,borderEndStartRadius:0}},[`&${t}-group-compact`]:x(x({display:"block"},ea()),{[`${t}-group-addon, ${t}-group-wrap, > ${t}`]:{"&:not(:first-child):not(:last-child)":{borderInlineEndWidth:e.lineWidth,"&:hover":{zIndex:1},"&:focus":{zIndex:1}}},"& > *":{display:"inline-block",float:"none",verticalAlign:"top",borderRadius:0},[`& > ${t}-affix-wrapper`]:{display:"inline-flex"},[`& > ${n}-picker-range`]:{display:"inline-flex"},"& > *:not(:last-child)":{marginInlineEnd:-e.lineWidth,borderInlineEndWidth:e.lineWidth},[`${t}`]:{float:"none"},[`& > ${n}-select > ${n}-select-selector, + & > ${n}-select-auto-complete ${t}, + & > ${n}-cascader-picker ${t}, + & > ${t}-group-wrapper ${t}`]:{borderInlineEndWidth:e.lineWidth,borderRadius:0,"&:hover":{zIndex:1},"&:focus":{zIndex:1}},[`& > ${n}-select-focused`]:{zIndex:1},[`& > ${n}-select > ${n}-select-arrow`]:{zIndex:1},[`& > *:first-child, + & > ${n}-select:first-child > ${n}-select-selector, + & > ${n}-select-auto-complete:first-child ${t}, + & > ${n}-cascader-picker:first-child ${t}`]:{borderStartStartRadius:e.borderRadius,borderEndStartRadius:e.borderRadius},[`& > *:last-child, + & > ${n}-select:last-child > ${n}-select-selector, + & > ${n}-cascader-picker:last-child ${t}, + & > ${n}-cascader-picker-focused:last-child ${t}`]:{borderInlineEndWidth:e.lineWidth,borderStartEndRadius:e.borderRadius,borderEndEndRadius:e.borderRadius},[`& > ${n}-select-auto-complete ${t}`]:{verticalAlign:"top"},[`${t}-group-wrapper + ${t}-group-wrapper`]:{marginInlineStart:-e.lineWidth,[`${t}-affix-wrapper`]:{borderRadius:0}},[`${t}-group-wrapper:not(:last-child)`]:{[`&${t}-search > ${t}-group`]:{[`& > ${t}-group-addon > ${t}-search-button`]:{borderRadius:0},[`& > ${t}`]:{borderStartStartRadius:e.borderRadius,borderStartEndRadius:0,borderEndEndRadius:0,borderEndStartRadius:e.borderRadius}}}}),[`&&-sm ${n}-btn`]:{fontSize:e.fontSizeSM,height:e.controlHeightSM,lineHeight:"normal"},[`&&-lg ${n}-btn`]:{fontSize:e.fontSizeLG,height:e.controlHeightLG,lineHeight:"normal"},[`&&-lg ${n}-select-single ${n}-select-selector`]:{height:`${e.controlHeightLG}px`,[`${n}-select-selection-item, ${n}-select-selection-placeholder`]:{lineHeight:`${e.controlHeightLG-2}px`},[`${n}-select-selection-search-input`]:{height:`${e.controlHeightLG}px`}},[`&&-sm ${n}-select-single ${n}-select-selector`]:{height:`${e.controlHeightSM}px`,[`${n}-select-selection-item, ${n}-select-selection-placeholder`]:{lineHeight:`${e.controlHeightSM-2}px`},[`${n}-select-selection-search-input`]:{height:`${e.controlHeightSM}px`}}}},joe=e=>{const{componentCls:t,controlHeightSM:n,lineWidth:r}=e,i=(n-r*2-16)/2;return{[t]:x(x(x(x({},ot(e)),ys(e)),Vp(e,t)),{'&[type="color"]':{height:e.controlHeight,[`&${t}-lg`]:{height:e.controlHeightLG},[`&${t}-sm`]:{height:n,paddingTop:i,paddingBottom:i}}})}},Voe=e=>{const{componentCls:t}=e;return{[`${t}-clear-icon`]:{margin:0,color:e.colorTextQuaternary,fontSize:e.fontSizeIcon,verticalAlign:-1,cursor:"pointer",transition:`color ${e.motionDurationSlow}`,"&:hover":{color:e.colorTextTertiary},"&:active":{color:e.colorText},"&-hidden":{visibility:"hidden"},"&-has-suffix":{margin:`0 ${e.inputAffixPadding}px`}},"&-textarea-with-clear-btn":{padding:"0 !important",border:"0 !important",[`${t}-clear-icon`]:{position:"absolute",insetBlockStart:e.paddingXS,insetInlineEnd:e.paddingXS,zIndex:1}}}},Yoe=e=>{const{componentCls:t,inputAffixPadding:n,colorTextDescription:r,motionDurationSlow:o,colorIcon:i,colorIconHover:c,iconCls:l}=e;return{[`${t}-affix-wrapper`]:x(x(x(x(x({},ys(e)),{display:"inline-flex",[`&:not(${t}-affix-wrapper-disabled):hover`]:x(x({},_u(e)),{zIndex:1,[`${t}-search-with-button &`]:{zIndex:0}}),"&-focused, &:focus":{zIndex:1},"&-disabled":{[`${t}[disabled]`]:{background:"transparent"}},[`> input${t}`]:{padding:0,fontSize:"inherit",border:"none",borderRadius:0,outline:"none","&:focus":{boxShadow:"none !important"}},"&::before":{width:0,visibility:"hidden",content:'"\\a0"'},[`${t}`]:{"&-prefix, &-suffix":{display:"flex",flex:"none",alignItems:"center","> *:not(:last-child)":{marginInlineEnd:e.paddingXS}},"&-show-count-suffix":{color:r},"&-show-count-has-suffix":{marginInlineEnd:e.paddingXXS},"&-prefix":{marginInlineEnd:n},"&-suffix":{marginInlineStart:n}}}),Voe(e)),{[`${l}${t}-password-icon`]:{color:i,cursor:"pointer",transition:`all ${o}`,"&:hover":{color:c}}}),Vp(e,`${t}-affix-wrapper`))}},Woe=e=>{const{componentCls:t,colorError:n,colorSuccess:r,borderRadiusLG:o,borderRadiusSM:i}=e;return{[`${t}-group`]:x(x(x({},ot(e)),lF(e)),{"&-rtl":{direction:"rtl"},"&-wrapper":{display:"inline-block",width:"100%",textAlign:"start",verticalAlign:"top","&-rtl":{direction:"rtl"},"&-lg":{[`${t}-group-addon`]:{borderRadius:o}},"&-sm":{[`${t}-group-addon`]:{borderRadius:i}},"&-status-error":{[`${t}-group-addon`]:{color:n,borderColor:n}},"&-status-warning":{[`${t}-group-addon:last-child`]:{color:r,borderColor:r}}}})}},Koe=e=>{const{componentCls:t,antCls:n}=e,r=`${t}-search`;return{[r]:{[`${t}`]:{"&:hover, &:focus":{borderColor:e.colorPrimaryHover,[`+ ${t}-group-addon ${r}-button:not(${n}-btn-primary)`]:{borderInlineStartColor:e.colorPrimaryHover}}},[`${t}-affix-wrapper`]:{borderRadius:0},[`${t}-lg`]:{lineHeight:e.lineHeightLG-2e-4},[`> ${t}-group`]:{[`> ${t}-group-addon:last-child`]:{insetInlineStart:-1,padding:0,border:0,[`${r}-button`]:{paddingTop:0,paddingBottom:0,borderStartStartRadius:0,borderStartEndRadius:e.borderRadius,borderEndEndRadius:e.borderRadius,borderEndStartRadius:0},[`${r}-button:not(${n}-btn-primary)`]:{color:e.colorTextDescription,"&:hover":{color:e.colorPrimaryHover},"&:active":{color:e.colorPrimaryActive},[`&${n}-btn-loading::before`]:{insetInlineStart:0,insetInlineEnd:0,insetBlockStart:0,insetBlockEnd:0}}}},[`${r}-button`]:{height:e.controlHeight,"&:hover, &:focus":{zIndex:1}},[`&-large ${r}-button`]:{height:e.controlHeightLG},[`&-small ${r}-button`]:{height:e.controlHeightSM},"&-rtl":{direction:"rtl"},[`&${t}-compact-item`]:{[`&:not(${t}-compact-last-item)`]:{[`${t}-group-addon`]:{[`${t}-search-button`]:{marginInlineEnd:-e.lineWidth,borderRadius:0}}},[`&:not(${t}-compact-first-item)`]:{[`${t},${t}-affix-wrapper`]:{borderRadius:0}},[`> ${t}-group-addon ${t}-search-button, + > ${t}, + ${t}-affix-wrapper`]:{"&:hover,&:focus,&:active":{zIndex:2}},[`> ${t}-affix-wrapper-focused`]:{zIndex:2}}}}};function Es(e){return Ve(e,{inputAffixPadding:e.paddingXXS,inputPaddingVertical:Math.max(Math.round((e.controlHeight-e.fontSize*e.lineHeight)/2*10)/10-e.lineWidth,3),inputPaddingVerticalLG:Math.ceil((e.controlHeightLG-e.fontSizeLG*e.lineHeightLG)/2*10)/10-e.lineWidth,inputPaddingVerticalSM:Math.max(Math.round((e.controlHeightSM-e.fontSize*e.lineHeight)/2*10)/10-e.lineWidth,0),inputPaddingHorizontal:e.paddingSM-e.lineWidth,inputPaddingHorizontalSM:e.paddingXS-e.lineWidth,inputPaddingHorizontalLG:e.controlPaddingHorizontal-e.lineWidth,inputBorderHoverColor:e.colorPrimaryHover,inputBorderActiveColor:e.colorPrimaryHover})}const qoe=e=>{const{componentCls:t,inputPaddingHorizontal:n,paddingLG:r}=e,o=`${t}-textarea`;return{[o]:{position:"relative",[`${o}-suffix`]:{position:"absolute",top:0,insetInlineEnd:n,bottom:0,zIndex:1,display:"inline-flex",alignItems:"center",margin:"auto"},"&-status-error,\n &-status-warning,\n &-status-success,\n &-status-validating":{[`&${o}-has-feedback`]:{[`${t}`]:{paddingInlineEnd:r}}},"&-show-count":{[`> ${t}`]:{height:"100%"},"&::after":{color:e.colorTextDescription,whiteSpace:"nowrap",content:"attr(data-count)",pointerEvents:"none",float:"right"}},"&-rtl":{"&::after":{float:"left"}}}}},$T=tt("Input",e=>{const t=Es(e);return[joe(t),qoe(t),Yoe(t),Woe(t),Koe(t),fu(t)]}),gb=(e,t,n,r)=>{const{lineHeight:o}=e,i=Math.floor(n*o)+2,c=Math.max((t-i)/2,0),l=Math.max(t-i-c,0);return{padding:`${c}px ${r}px ${l}px`}},Xoe=e=>{const{componentCls:t,pickerCellCls:n,pickerCellInnerCls:r,pickerPanelCellHeight:o,motionDurationSlow:i,borderRadiusSM:c,motionDurationMid:l,controlItemBgHover:u,lineWidth:a,lineType:s,colorPrimary:d,controlItemBgActive:p,colorTextLightSolid:f,controlHeightSM:m,pickerDateHoverRangeBorderColor:g,pickerCellBorderGap:h,pickerBasicCellHoverWithRangeColor:_,pickerPanelCellWidth:v,colorTextDisabled:b,colorBgContainerDisabled:S}=e;return{"&::before":{position:"absolute",top:"50%",insetInlineStart:0,insetInlineEnd:0,zIndex:1,height:o,transform:"translateY(-50%)",transition:`all ${i}`,content:'""'},[r]:{position:"relative",zIndex:2,display:"inline-block",minWidth:o,height:o,lineHeight:`${o}px`,borderRadius:c,transition:`background ${l}, border ${l}`},[`&:hover:not(${n}-in-view), + &:hover:not(${n}-selected):not(${n}-range-start):not(${n}-range-end):not(${n}-range-hover-start):not(${n}-range-hover-end)`]:{[r]:{background:u}},[`&-in-view${n}-today ${r}`]:{"&::before":{position:"absolute",top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,zIndex:1,border:`${a}px ${s} ${d}`,borderRadius:c,content:'""'}},[`&-in-view${n}-in-range`]:{position:"relative","&::before":{background:p}},[`&-in-view${n}-selected ${r}, + &-in-view${n}-range-start ${r}, + &-in-view${n}-range-end ${r}`]:{color:f,background:d},[`&-in-view${n}-range-start:not(${n}-range-start-single), + &-in-view${n}-range-end:not(${n}-range-end-single)`]:{"&::before":{background:p}},[`&-in-view${n}-range-start::before`]:{insetInlineStart:"50%"},[`&-in-view${n}-range-end::before`]:{insetInlineEnd:"50%"},[`&-in-view${n}-range-hover-start:not(${n}-in-range):not(${n}-range-start):not(${n}-range-end), + &-in-view${n}-range-hover-end:not(${n}-in-range):not(${n}-range-start):not(${n}-range-end), + &-in-view${n}-range-hover-start${n}-range-start-single, + &-in-view${n}-range-hover-start${n}-range-start${n}-range-end${n}-range-end-near-hover, + &-in-view${n}-range-hover-end${n}-range-start${n}-range-end${n}-range-start-near-hover, + &-in-view${n}-range-hover-end${n}-range-end-single, + &-in-view${n}-range-hover:not(${n}-in-range)`]:{"&::after":{position:"absolute",top:"50%",zIndex:0,height:m,borderTop:`${a}px dashed ${g}`,borderBottom:`${a}px dashed ${g}`,transform:"translateY(-50%)",transition:`all ${i}`,content:'""'}},"&-range-hover-start::after,\n &-range-hover-end::after,\n &-range-hover::after":{insetInlineEnd:0,insetInlineStart:h},[`&-in-view${n}-in-range${n}-range-hover::before, + &-in-view${n}-range-start${n}-range-hover::before, + &-in-view${n}-range-end${n}-range-hover::before, + &-in-view${n}-range-start:not(${n}-range-start-single)${n}-range-hover-start::before, + &-in-view${n}-range-end:not(${n}-range-end-single)${n}-range-hover-end::before, + ${t}-panel + > :not(${t}-date-panel) + &-in-view${n}-in-range${n}-range-hover-start::before, + ${t}-panel + > :not(${t}-date-panel) + &-in-view${n}-in-range${n}-range-hover-end::before`]:{background:_},[`&-in-view${n}-range-start:not(${n}-range-start-single):not(${n}-range-end) ${r}`]:{borderStartStartRadius:c,borderEndStartRadius:c,borderStartEndRadius:0,borderEndEndRadius:0},[`&-in-view${n}-range-end:not(${n}-range-end-single):not(${n}-range-start) ${r}`]:{borderStartStartRadius:0,borderEndStartRadius:0,borderStartEndRadius:c,borderEndEndRadius:c},[`&-range-hover${n}-range-end::after`]:{insetInlineStart:"50%"},[`tr > &-in-view${n}-range-hover:first-child::after, + tr > &-in-view${n}-range-hover-end:first-child::after, + &-in-view${n}-start${n}-range-hover-edge-start${n}-range-hover-edge-start-near-range::after, + &-in-view${n}-range-hover-edge-start:not(${n}-range-hover-edge-start-near-range)::after, + &-in-view${n}-range-hover-start::after`]:{insetInlineStart:(v-o)/2,borderInlineStart:`${a}px dashed ${g}`,borderStartStartRadius:a,borderEndStartRadius:a},[`tr > &-in-view${n}-range-hover:last-child::after, + tr > &-in-view${n}-range-hover-start:last-child::after, + &-in-view${n}-end${n}-range-hover-edge-end${n}-range-hover-edge-end-near-range::after, + &-in-view${n}-range-hover-edge-end:not(${n}-range-hover-edge-end-near-range)::after, + &-in-view${n}-range-hover-end::after`]:{insetInlineEnd:(v-o)/2,borderInlineEnd:`${a}px dashed ${g}`,borderStartEndRadius:a,borderEndEndRadius:a},"&-disabled":{color:b,pointerEvents:"none",[r]:{background:"transparent"},"&::before":{background:S}},[`&-disabled${n}-today ${r}::before`]:{borderColor:b}}},sF=e=>{const{componentCls:t,pickerCellInnerCls:n,pickerYearMonthCellWidth:r,pickerControlIconSize:o,pickerPanelCellWidth:i,paddingSM:c,paddingXS:l,paddingXXS:u,colorBgContainer:a,lineWidth:s,lineType:d,borderRadiusLG:p,colorPrimary:f,colorTextHeading:m,colorSplit:g,pickerControlIconBorderWidth:h,colorIcon:_,pickerTextHeight:v,motionDurationMid:b,colorIconHover:S,fontWeightStrong:E,pickerPanelCellHeight:T,pickerCellPaddingVertical:C,colorTextDisabled:w,colorText:O,fontSize:R,pickerBasicCellHoverWithRangeColor:I,motionDurationSlow:$,pickerPanelWithoutTimeCellHeight:N,pickerQuarterPanelContentHeight:P,colorLink:A,colorLinkActive:D,colorLinkHover:M,pickerDateHoverRangeBorderColor:k,borderRadiusSM:F,colorTextLightSolid:B,borderRadius:H,controlItemBgHover:z,pickerTimePanelColumnHeight:G,pickerTimePanelColumnWidth:V,pickerTimePanelCellHeight:j,controlItemBgActive:K,marginXXS:Q}=e,pe=i*7+c*2+4,J=(pe-l*2)/3-r-c;return{[t]:{"&-panel":{display:"inline-flex",flexDirection:"column",textAlign:"center",background:a,border:`${s}px ${d} ${g}`,borderRadius:p,outline:"none","&-focused":{borderColor:f},"&-rtl":{direction:"rtl",[`${t}-prev-icon, + ${t}-super-prev-icon`]:{transform:"rotate(45deg)"},[`${t}-next-icon, + ${t}-super-next-icon`]:{transform:"rotate(-135deg)"}}},"&-decade-panel,\n &-year-panel,\n &-quarter-panel,\n &-month-panel,\n &-week-panel,\n &-date-panel,\n &-time-panel":{display:"flex",flexDirection:"column",width:pe},"&-header":{display:"flex",padding:`0 ${l}px`,color:m,borderBottom:`${s}px ${d} ${g}`,"> *":{flex:"none"},button:{padding:0,color:_,lineHeight:`${v}px`,background:"transparent",border:0,cursor:"pointer",transition:`color ${b}`},"> button":{minWidth:"1.6em",fontSize:R,"&:hover":{color:S}},"&-view":{flex:"auto",fontWeight:E,lineHeight:`${v}px`,button:{color:"inherit",fontWeight:"inherit",verticalAlign:"top","&:not(:first-child)":{marginInlineStart:l},"&:hover":{color:f}}}},"&-prev-icon,\n &-next-icon,\n &-super-prev-icon,\n &-super-next-icon":{position:"relative",display:"inline-block",width:o,height:o,"&::before":{position:"absolute",top:0,insetInlineStart:0,display:"inline-block",width:o,height:o,border:"0 solid currentcolor",borderBlockStartWidth:h,borderBlockEndWidth:0,borderInlineStartWidth:h,borderInlineEndWidth:0,content:'""'}},"&-super-prev-icon,\n &-super-next-icon":{"&::after":{position:"absolute",top:Math.ceil(o/2),insetInlineStart:Math.ceil(o/2),display:"inline-block",width:o,height:o,border:"0 solid currentcolor",borderBlockStartWidth:h,borderBlockEndWidth:0,borderInlineStartWidth:h,borderInlineEndWidth:0,content:'""'}},"&-prev-icon,\n &-super-prev-icon":{transform:"rotate(-45deg)"},"&-next-icon,\n &-super-next-icon":{transform:"rotate(135deg)"},"&-content":{width:"100%",tableLayout:"fixed",borderCollapse:"collapse","th, td":{position:"relative",minWidth:T,fontWeight:"normal"},th:{height:T+C*2,color:O,verticalAlign:"middle"}},"&-cell":x({padding:`${C}px 0`,color:w,cursor:"pointer","&-in-view":{color:O}},Xoe(e)),[`&-date-panel ${t}-cell-in-view${t}-cell-in-range${t}-cell-range-hover-start ${n}, + &-date-panel ${t}-cell-in-view${t}-cell-in-range${t}-cell-range-hover-end ${n}`]:{"&::after":{position:"absolute",top:0,bottom:0,zIndex:-1,background:I,transition:`all ${$}`,content:'""'}},[`&-date-panel + ${t}-cell-in-view${t}-cell-in-range${t}-cell-range-hover-start + ${n}::after`]:{insetInlineEnd:-(i-T)/2,insetInlineStart:0},[`&-date-panel ${t}-cell-in-view${t}-cell-in-range${t}-cell-range-hover-end ${n}::after`]:{insetInlineEnd:0,insetInlineStart:-(i-T)/2},[`&-range-hover${t}-range-start::after`]:{insetInlineEnd:"50%"},"&-decade-panel,\n &-year-panel,\n &-quarter-panel,\n &-month-panel":{[`${t}-content`]:{height:N*4},[n]:{padding:`0 ${l}px`}},"&-quarter-panel":{[`${t}-content`]:{height:P}},[`&-panel ${t}-footer`]:{borderTop:`${s}px ${d} ${g}`},"&-footer":{width:"min-content",minWidth:"100%",lineHeight:`${v-2*s}px`,textAlign:"center","&-extra":{padding:`0 ${c}`,lineHeight:`${v-2*s}px`,textAlign:"start","&:not(:last-child)":{borderBottom:`${s}px ${d} ${g}`}}},"&-now":{textAlign:"start"},"&-today-btn":{color:A,"&:hover":{color:M},"&:active":{color:D},[`&${t}-today-btn-disabled`]:{color:w,cursor:"not-allowed"}},"&-decade-panel":{[n]:{padding:`0 ${l/2}px`},[`${t}-cell::before`]:{display:"none"}},"&-year-panel,\n &-quarter-panel,\n &-month-panel":{[`${t}-body`]:{padding:`0 ${l}px`},[n]:{width:r},[`${t}-cell-range-hover-start::after`]:{insetInlineStart:J,borderInlineStart:`${s}px dashed ${k}`,borderStartStartRadius:F,borderBottomStartRadius:F,borderStartEndRadius:0,borderBottomEndRadius:0,[`${t}-panel-rtl &`]:{insetInlineEnd:J,borderInlineEnd:`${s}px dashed ${k}`,borderStartStartRadius:0,borderBottomStartRadius:0,borderStartEndRadius:F,borderBottomEndRadius:F}},[`${t}-cell-range-hover-end::after`]:{insetInlineEnd:J,borderInlineEnd:`${s}px dashed ${k}`,borderStartStartRadius:0,borderEndStartRadius:0,borderStartEndRadius:H,borderEndEndRadius:H,[`${t}-panel-rtl &`]:{insetInlineStart:J,borderInlineStart:`${s}px dashed ${k}`,borderStartStartRadius:H,borderEndStartRadius:H,borderStartEndRadius:0,borderEndEndRadius:0}}},"&-week-panel":{[`${t}-body`]:{padding:`${l}px ${c}px`},[`${t}-cell`]:{[`&:hover ${n}, + &-selected ${n}, + ${n}`]:{background:"transparent !important"}},"&-row":{td:{transition:`background ${b}`,"&:first-child":{borderStartStartRadius:F,borderEndStartRadius:F},"&:last-child":{borderStartEndRadius:F,borderEndEndRadius:F}},"&:hover td":{background:z},"&-selected td,\n &-selected:hover td":{background:f,[`&${t}-cell-week`]:{color:new Dt(B).setAlpha(.5).toHexString()},[`&${t}-cell-today ${n}::before`]:{borderColor:B},[n]:{color:B}}}},"&-date-panel":{[`${t}-body`]:{padding:`${l}px ${c}px`},[`${t}-content`]:{width:i*7,th:{width:i}}},"&-datetime-panel":{display:"flex",[`${t}-time-panel`]:{borderInlineStart:`${s}px ${d} ${g}`},[`${t}-date-panel, + ${t}-time-panel`]:{transition:`opacity ${$}`},"&-active":{[`${t}-date-panel, + ${t}-time-panel`]:{opacity:.3,"&-active":{opacity:1}}}},"&-time-panel":{width:"auto",minWidth:"auto",direction:"ltr",[`${t}-content`]:{display:"flex",flex:"auto",height:G},"&-column":{flex:"1 0 auto",width:V,margin:`${u}px 0`,padding:0,overflowY:"hidden",textAlign:"start",listStyle:"none",transition:`background ${b}`,overflowX:"hidden","&::after":{display:"block",height:G-j,content:'""'},"&:not(:first-child)":{borderInlineStart:`${s}px ${d} ${g}`},"&-active":{background:new Dt(K).setAlpha(.2).toHexString()},"&:hover":{overflowY:"auto"},"> li":{margin:0,padding:0,[`&${t}-time-panel-cell`]:{marginInline:Q,[`${t}-time-panel-cell-inner`]:{display:"block",width:V-2*Q,height:j,margin:0,paddingBlock:0,paddingInlineEnd:0,paddingInlineStart:(V-j)/2,color:O,lineHeight:`${j}px`,borderRadius:F,cursor:"pointer",transition:`background ${b}`,"&:hover":{background:z}},"&-selected":{[`${t}-time-panel-cell-inner`]:{background:K}},"&-disabled":{[`${t}-time-panel-cell-inner`]:{color:w,background:"transparent",cursor:"not-allowed"}}}}}},[`&-datetime-panel ${t}-time-panel-column:after`]:{height:G-j+u*2}}}},Qoe=e=>{const{componentCls:t,colorBgContainer:n,colorError:r,colorErrorOutline:o,colorWarning:i,colorWarningOutline:c}=e;return{[t]:{[`&-status-error${t}`]:{"&, &:not([disabled]):hover":{backgroundColor:n,borderColor:r},"&-focused, &:focus":x({},ji(Ve(e,{inputBorderActiveColor:r,inputBorderHoverColor:r,controlOutline:o}))),[`${t}-active-bar`]:{background:r}},[`&-status-warning${t}`]:{"&, &:not([disabled]):hover":{backgroundColor:n,borderColor:i},"&-focused, &:focus":x({},ji(Ve(e,{inputBorderActiveColor:i,inputBorderHoverColor:i,controlOutline:c}))),[`${t}-active-bar`]:{background:i}}}}},Zoe=e=>{const{componentCls:t,antCls:n,boxShadowPopoverArrow:r,controlHeight:o,fontSize:i,inputPaddingHorizontal:c,colorBgContainer:l,lineWidth:u,lineType:a,colorBorder:s,borderRadius:d,motionDurationMid:p,colorBgContainerDisabled:f,colorTextDisabled:m,colorTextPlaceholder:g,controlHeightLG:h,fontSizeLG:_,controlHeightSM:v,inputPaddingHorizontalSM:b,paddingXS:S,marginXS:E,colorTextDescription:T,lineWidthBold:C,lineHeight:w,colorPrimary:O,motionDurationSlow:R,zIndexPopup:I,paddingXXS:$,paddingSM:N,pickerTextHeight:P,controlItemBgActive:A,colorPrimaryBorder:D,sizePopupArrow:M,borderRadiusXS:k,borderRadiusOuter:F,colorBgElevated:B,borderRadiusLG:H,boxShadowSecondary:z,borderRadiusSM:G,colorSplit:V,controlItemBgHover:j,presetsWidth:K,presetsMaxWidth:Q}=e;return[{[t]:x(x(x({},ot(e)),gb(e,o,i,c)),{position:"relative",display:"inline-flex",alignItems:"center",background:l,lineHeight:1,border:`${u}px ${a} ${s}`,borderRadius:d,transition:`border ${p}, box-shadow ${p}`,"&:hover, &-focused":x({},_u(e)),"&-focused":x({},ji(e)),[`&${t}-disabled`]:{background:f,borderColor:s,cursor:"not-allowed",[`${t}-suffix`]:{color:m}},[`&${t}-borderless`]:{backgroundColor:"transparent !important",borderColor:"transparent !important",boxShadow:"none !important"},[`${t}-input`]:{position:"relative",display:"inline-flex",alignItems:"center",width:"100%","> input":x(x({},ys(e)),{flex:"auto",minWidth:1,height:"auto",padding:0,background:"transparent",border:0,"&:focus":{boxShadow:"none"},"&[disabled]":{background:"transparent"}}),"&:hover":{[`${t}-clear`]:{opacity:1}},"&-placeholder":{"> input":{color:g}}},"&-large":x(x({},gb(e,h,_,c)),{[`${t}-input > input`]:{fontSize:_}}),"&-small":x({},gb(e,v,i,b)),[`${t}-suffix`]:{display:"flex",flex:"none",alignSelf:"center",marginInlineStart:S/2,color:m,lineHeight:1,pointerEvents:"none","> *":{verticalAlign:"top","&:not(:last-child)":{marginInlineEnd:E}}},[`${t}-clear`]:{position:"absolute",top:"50%",insetInlineEnd:0,color:m,lineHeight:1,background:l,transform:"translateY(-50%)",cursor:"pointer",opacity:0,transition:`opacity ${p}, color ${p}`,"> *":{verticalAlign:"top"},"&:hover":{color:T}},[`${t}-separator`]:{position:"relative",display:"inline-block",width:"1em",height:_,color:m,fontSize:_,verticalAlign:"top",cursor:"default",[`${t}-focused &`]:{color:T},[`${t}-range-separator &`]:{[`${t}-disabled &`]:{cursor:"not-allowed"}}},"&-range":{position:"relative",display:"inline-flex",[`${t}-clear`]:{insetInlineEnd:c},"&:hover":{[`${t}-clear`]:{opacity:1}},[`${t}-active-bar`]:{bottom:-u,height:C,marginInlineStart:c,background:O,opacity:0,transition:`all ${R} ease-out`,pointerEvents:"none"},[`&${t}-focused`]:{[`${t}-active-bar`]:{opacity:1}},[`${t}-range-separator`]:{alignItems:"center",padding:`0 ${S}px`,lineHeight:1},[`&${t}-small`]:{[`${t}-clear`]:{insetInlineEnd:b},[`${t}-active-bar`]:{marginInlineStart:b}}},"&-dropdown":x(x(x({},ot(e)),sF(e)),{position:"absolute",top:-9999,left:{_skip_check_:!0,value:-9999},zIndex:I,[`&${t}-dropdown-hidden`]:{display:"none"},[`&${t}-dropdown-placement-bottomLeft`]:{[`${t}-range-arrow`]:{top:0,display:"block",transform:"translateY(-100%)"}},[`&${t}-dropdown-placement-topLeft`]:{[`${t}-range-arrow`]:{bottom:0,display:"block",transform:"translateY(100%) rotate(180deg)"}},[`&${n}-slide-up-enter${n}-slide-up-enter-active${t}-dropdown-placement-topLeft, + &${n}-slide-up-enter${n}-slide-up-enter-active${t}-dropdown-placement-topRight, + &${n}-slide-up-appear${n}-slide-up-appear-active${t}-dropdown-placement-topLeft, + &${n}-slide-up-appear${n}-slide-up-appear-active${t}-dropdown-placement-topRight`]:{animationName:I_},[`&${n}-slide-up-enter${n}-slide-up-enter-active${t}-dropdown-placement-bottomLeft, + &${n}-slide-up-enter${n}-slide-up-enter-active${t}-dropdown-placement-bottomRight, + &${n}-slide-up-appear${n}-slide-up-appear-active${t}-dropdown-placement-bottomLeft, + &${n}-slide-up-appear${n}-slide-up-appear-active${t}-dropdown-placement-bottomRight`]:{animationName:w_},[`&${n}-slide-up-leave${n}-slide-up-leave-active${t}-dropdown-placement-topLeft, + &${n}-slide-up-leave${n}-slide-up-leave-active${t}-dropdown-placement-topRight`]:{animationName:R_},[`&${n}-slide-up-leave${n}-slide-up-leave-active${t}-dropdown-placement-bottomLeft, + &${n}-slide-up-leave${n}-slide-up-leave-active${t}-dropdown-placement-bottomRight`]:{animationName:O_},[`${t}-panel > ${t}-time-panel`]:{paddingTop:$},[`${t}-ranges`]:{marginBottom:0,padding:`${$}px ${N}px`,overflow:"hidden",lineHeight:`${P-2*u-S/2}px`,textAlign:"start",listStyle:"none",display:"flex",justifyContent:"space-between","> li":{display:"inline-block"},[`${t}-preset > ${n}-tag-blue`]:{color:O,background:A,borderColor:D,cursor:"pointer"},[`${t}-ok`]:{marginInlineStart:"auto"}},[`${t}-range-wrapper`]:{display:"flex",position:"relative"},[`${t}-range-arrow`]:x({position:"absolute",zIndex:1,display:"none",marginInlineStart:c*1.5,transition:`left ${R} ease-out`},BE(M,k,F,B,r)),[`${t}-panel-container`]:{overflow:"hidden",verticalAlign:"top",background:B,borderRadius:H,boxShadow:z,transition:`margin ${R}`,[`${t}-panel-layout`]:{display:"flex",flexWrap:"nowrap",alignItems:"stretch"},[`${t}-presets`]:{display:"flex",flexDirection:"column",minWidth:K,maxWidth:Q,ul:{height:0,flex:"auto",listStyle:"none",overflow:"auto",margin:0,padding:S,borderInlineEnd:`${u}px ${a} ${V}`,li:x(x({},Rn),{borderRadius:G,paddingInline:S,paddingBlock:(v-Math.round(i*w))/2,cursor:"pointer",transition:`all ${R}`,"+ li":{marginTop:E},"&:hover":{background:j}})}},[`${t}-panels`]:{display:"inline-flex",flexWrap:"nowrap",direction:"ltr",[`${t}-panel`]:{borderWidth:`0 0 ${u}px`},"&:last-child":{[`${t}-panel`]:{borderWidth:0}}},[`${t}-panel`]:{verticalAlign:"top",background:"transparent",borderRadius:0,borderWidth:0,[`${t}-content, + table`]:{textAlign:"center"},"&-focused":{borderColor:s}}}}),"&-dropdown-range":{padding:`${M*2/3}px 0`,"&-hidden":{display:"none"}},"&-rtl":{direction:"rtl",[`${t}-separator`]:{transform:"rotate(180deg)"},[`${t}-footer`]:{"&-extra":{direction:"rtl"}}}})},wa(e,"slide-up"),wa(e,"slide-down"),zc(e,"move-up"),zc(e,"move-down")]},cF=e=>{const{componentCls:n,controlHeightLG:r,controlHeightSM:o,colorPrimary:i,paddingXXS:c}=e;return{pickerCellCls:`${n}-cell`,pickerCellInnerCls:`${n}-cell-inner`,pickerTextHeight:r,pickerPanelCellWidth:o*1.5,pickerPanelCellHeight:o,pickerDateHoverRangeBorderColor:new Dt(i).lighten(20).toHexString(),pickerBasicCellHoverWithRangeColor:new Dt(i).lighten(35).toHexString(),pickerPanelWithoutTimeCellHeight:r*1.65,pickerYearMonthCellWidth:r*1.5,pickerTimePanelColumnHeight:28*8,pickerTimePanelColumnWidth:r*1.4,pickerTimePanelCellHeight:28,pickerQuarterPanelContentHeight:r*1.4,pickerCellPaddingVertical:c,pickerCellBorderGap:2,pickerControlIconSize:7,pickerControlIconBorderWidth:1.5}},uF=tt("DatePicker",e=>{const t=Ve(Es(e),cF(e));return[Zoe(t),Qoe(t),fu(e,{focusElCls:`${e.componentCls}-focused`})]},e=>({presetsWidth:120,presetsMaxWidth:200,zIndexPopup:e.zIndexPopupBase+50})),Joe=e=>{const{calendarCls:t,componentCls:n,calendarFullBg:r,calendarFullPanelBg:o,calendarItemActiveBg:i}=e;return{[t]:x(x(x({},sF(e)),ot(e)),{background:r,"&-rtl":{direction:"rtl"},[`${t}-header`]:{display:"flex",justifyContent:"flex-end",padding:`${e.paddingSM}px 0`,[`${t}-year-select`]:{minWidth:e.yearControlWidth},[`${t}-month-select`]:{minWidth:e.monthControlWidth,marginInlineStart:e.marginXS},[`${t}-mode-switch`]:{marginInlineStart:e.marginXS}}}),[`${t} ${n}-panel`]:{background:o,border:0,borderTop:`${e.lineWidth}px ${e.lineType} ${e.colorSplit}`,borderRadius:0,[`${n}-month-panel, ${n}-date-panel`]:{width:"auto"},[`${n}-body`]:{padding:`${e.paddingXS}px 0`},[`${n}-content`]:{width:"100%"}},[`${t}-mini`]:{borderRadius:e.borderRadiusLG,[`${t}-header`]:{paddingInlineEnd:e.paddingXS,paddingInlineStart:e.paddingXS},[`${n}-panel`]:{borderRadius:`0 0 ${e.borderRadiusLG}px ${e.borderRadiusLG}px`},[`${n}-content`]:{height:e.miniContentHeight,th:{height:"auto",padding:0,lineHeight:`${e.weekHeight}px`}},[`${n}-cell::before`]:{pointerEvents:"none"}},[`${t}${t}-full`]:{[`${n}-panel`]:{display:"block",width:"100%",textAlign:"end",background:r,border:0,[`${n}-body`]:{"th, td":{padding:0},th:{height:"auto",paddingInlineEnd:e.paddingSM,paddingBottom:e.paddingXXS,lineHeight:`${e.weekHeight}px`}}},[`${n}-cell`]:{"&::before":{display:"none"},"&:hover":{[`${t}-date`]:{background:e.controlItemBgHover}},[`${t}-date-today::before`]:{display:"none"},[`&-in-view${n}-cell-selected`]:{[`${t}-date, ${t}-date-today`]:{background:i}},"&-selected, &-selected:hover":{[`${t}-date, ${t}-date-today`]:{[`${t}-date-value`]:{color:e.colorPrimary}}}},[`${t}-date`]:{display:"block",width:"auto",height:"auto",margin:`0 ${e.marginXS/2}px`,padding:`${e.paddingXS/2}px ${e.paddingXS}px 0`,border:0,borderTop:`${e.lineWidthBold}px ${e.lineType} ${e.colorSplit}`,borderRadius:0,transition:`background ${e.motionDurationSlow}`,"&-value":{lineHeight:`${e.dateValueHeight}px`,transition:`color ${e.motionDurationSlow}`},"&-content":{position:"static",width:"auto",height:e.dateContentHeight,overflowY:"auto",color:e.colorText,lineHeight:e.lineHeight,textAlign:"start"},"&-today":{borderColor:e.colorPrimary,[`${t}-date-value`]:{color:e.colorText}}}},[`@media only screen and (max-width: ${e.screenXS}px) `]:{[`${t}`]:{[`${t}-header`]:{display:"block",[`${t}-year-select`]:{width:"50%"},[`${t}-month-select`]:{width:`calc(50% - ${e.paddingXS}px)`},[`${t}-mode-switch`]:{width:"100%",marginTop:e.marginXS,marginInlineStart:0,"> label":{width:"50%",textAlign:"center"}}}}}}},eae=tt("Calendar",e=>{const t=`${e.componentCls}-calendar`,n=Ve(Es(e),cF(e),{calendarCls:t,pickerCellInnerCls:`${e.componentCls}-cell-inner`,calendarFullBg:e.colorBgContainer,calendarFullPanelBg:e.colorBgContainer,calendarItemActiveBg:e.controlItemBgActive,dateValueHeight:e.controlHeightSM,weekHeight:e.controlHeightSM*.75,dateContentHeight:(e.fontSizeSM*e.lineHeightSM+e.marginXS)*3+e.lineWidth*2});return[Joe(n)]},{yearControlWidth:80,monthControlWidth:70,miniContentHeight:256});function tae(e){function t(i,c){return i&&c&&e.getYear(i)===e.getYear(c)}function n(i,c){return t(i,c)&&e.getMonth(i)===e.getMonth(c)}function r(i,c){return n(i,c)&&e.getDate(i)===e.getDate(c)}const o=ae({name:"ACalendar",inheritAttrs:!1,props:{prefixCls:String,locale:{type:Object,default:void 0},validRange:{type:Array,default:void 0},disabledDate:{type:Function,default:void 0},dateFullCellRender:{type:Function,default:void 0},dateCellRender:{type:Function,default:void 0},monthFullCellRender:{type:Function,default:void 0},monthCellRender:{type:Function,default:void 0},headerRender:{type:Function,default:void 0},value:{type:[Object,String],default:void 0},defaultValue:{type:[Object,String],default:void 0},mode:{type:String,default:void 0},fullscreen:{type:Boolean,default:void 0},onChange:{type:Function,default:void 0},"onUpdate:value":{type:Function,default:void 0},onPanelChange:{type:Function,default:void 0},onSelect:{type:Function,default:void 0},valueFormat:{type:String,default:void 0}},slots:Object,setup(i,c){let{emit:l,slots:u,attrs:a}=c;const s=i,{prefixCls:d,direction:p}=Me("picker",s),[f,m]=eae(d),g=L(()=>`${d.value}-calendar`),h=A=>s.valueFormat?e.toString(A,s.valueFormat):A,_=L(()=>s.value?s.valueFormat?e.toDate(s.value,s.valueFormat):s.value:s.value===""?void 0:s.value),v=L(()=>s.defaultValue?s.valueFormat?e.toDate(s.defaultValue,s.valueFormat):s.defaultValue:s.defaultValue===""?void 0:s.defaultValue),[b,S]=Zt(()=>_.value||e.getNow(),{defaultValue:v.value,value:_}),[E,T]=Zt("month",{value:Xe(s,"mode")}),C=L(()=>E.value==="year"?"month":"date"),w=L(()=>A=>{var D;return(s.validRange?e.isAfter(s.validRange[0],A)||e.isAfter(A,s.validRange[1]):!1)||!!(!((D=s.disabledDate)===null||D===void 0)&&D.call(s,A))}),O=(A,D)=>{l("panelChange",h(A),D)},R=A=>{if(S(A),!r(A,b.value)){(C.value==="date"&&!n(A,b.value)||C.value==="month"&&!t(A,b.value))&&O(A,E.value);const D=h(A);l("update:value",D),l("change",D)}},I=A=>{T(A),O(b.value,A)},$=(A,D)=>{R(A),l("select",h(A),{source:D})},N=L(()=>{const{locale:A}=s,D=x(x({},Yd),A);return D.lang=x(x({},D.lang),(A||{}).lang),D}),[P]=zo("Calendar",N);return()=>{const A=e.getNow(),{dateFullCellRender:D=u==null?void 0:u.dateFullCellRender,dateCellRender:M=u==null?void 0:u.dateCellRender,monthFullCellRender:k=u==null?void 0:u.monthFullCellRender,monthCellRender:F=u==null?void 0:u.monthCellRender,headerRender:B=u==null?void 0:u.headerRender,fullscreen:H=!0,validRange:z}=s,G=j=>{let{current:K}=j;return D?D({current:K}):y("div",{class:me(`${d.value}-cell-inner`,`${g.value}-date`,{[`${g.value}-date-today`]:r(A,K)})},[y("div",{class:`${g.value}-date-value`},[String(e.getDate(K)).padStart(2,"0")]),y("div",{class:`${g.value}-date-content`},[M&&M({current:K})])])},V=(j,K)=>{let{current:Q}=j;if(k)return k({current:Q});const pe=K.shortMonths||e.locale.getShortMonths(K.locale);return y("div",{class:me(`${d.value}-cell-inner`,`${g.value}-date`,{[`${g.value}-date-today`]:n(A,Q)})},[y("div",{class:`${g.value}-date-value`},[pe[e.getMonth(Q)]]),y("div",{class:`${g.value}-date-content`},[F&&F({current:Q})])])};return f(y("div",U(U({},a),{},{class:me(g.value,{[`${g.value}-full`]:H,[`${g.value}-mini`]:!H,[`${g.value}-rtl`]:p.value==="rtl"},a.class,m.value)}),[B?B({value:b.value,type:E.value,onChange:j=>{$(j,"customize")},onTypeChange:I}):y(Goe,{prefixCls:g.value,value:b.value,generateConfig:e,mode:E.value,fullscreen:H,locale:P.value.lang,validRange:z,onChange:$,onModeChange:I},null),y(wT,{value:b.value,prefixCls:d.value,locale:P.value.lang,generateConfig:e,dateRender:G,monthCellRender:j=>V(j,P.value.lang),onSelect:j=>{$(j,C.value)},mode:C.value,picker:C.value,disabledDate:w.value,hideHeader:!0},null)]))}}});return o.install=function(i){return i.component(o.name,o),i},o}const nae=tae(lT),rae=rn(nae);function oae(e){const t=ce(),n=ce(!1);function r(){for(var o=arguments.length,i=new Array(o),c=0;c{e(...i)}))}return lt(()=>{n.value=!0,it.cancel(t.value)}),r}function aae(e){const t=ce([]),n=ce(typeof e=="function"?e():e),r=oae(()=>{let i=n.value;t.value.forEach(c=>{i=c(i)}),t.value=[],n.value=i});function o(i){t.value.push(i),r()}return[n,o]}const iae=ae({compatConfig:{MODE:3},name:"TabNode",props:{id:{type:String},prefixCls:{type:String},tab:{type:Object},active:{type:Boolean},closable:{type:Boolean},editable:{type:Object},onClick:{type:Function},onResize:{type:Function},renderWrapper:{type:Function},removeAriaLabel:{type:String},onFocus:{type:Function}},emits:["click","resize","remove","focus"],setup(e,t){let{expose:n,attrs:r}=t;const o=ie();function i(u){var a;!((a=e.tab)===null||a===void 0)&&a.disabled||e.onClick(u)}n({domRef:o});function c(u){var a;u.preventDefault(),u.stopPropagation(),e.editable.onEdit("remove",{key:(a=e.tab)===null||a===void 0?void 0:a.key,event:u})}const l=L(()=>{var u;return e.editable&&e.closable!==!1&&!(!((u=e.tab)===null||u===void 0)&&u.disabled)});return()=>{var u;const{prefixCls:a,id:s,active:d,tab:{key:p,tab:f,disabled:m,closeIcon:g},renderWrapper:h,removeAriaLabel:_,editable:v,onFocus:b}=e,S=`${a}-tab`,E=y("div",{key:p,ref:o,class:me(S,{[`${S}-with-remove`]:l.value,[`${S}-active`]:d,[`${S}-disabled`]:m}),style:r.style,onClick:i},[y("div",{role:"tab","aria-selected":d,id:s&&`${s}-tab-${p}`,class:`${S}-btn`,"aria-controls":s&&`${s}-panel-${p}`,"aria-disabled":m,tabindex:m?null:0,onClick:T=>{T.stopPropagation(),i(T)},onKeydown:T=>{[Ae.SPACE,Ae.ENTER].includes(T.which)&&(T.preventDefault(),i(T))},onFocus:b},[typeof f=="function"?f():f]),l.value&&y("button",{type:"button","aria-label":_||"remove",tabindex:0,class:`${S}-remove`,onClick:T=>{T.stopPropagation(),c(T)}},[(g==null?void 0:g())||((u=v.removeIcon)===null||u===void 0?void 0:u.call(v))||"×"])]);return h?h(E):E}}}),$R={width:0,height:0,left:0,top:0};function lae(e,t){const n=ie(new Map);return Qe(()=>{var r,o;const i=new Map,c=e.value,l=t.value.get((r=c[0])===null||r===void 0?void 0:r.key)||$R,u=l.left+l.width;for(let a=0;a{const{prefixCls:i,editable:c,locale:l}=e;return!c||c.showAdd===!1?null:y("button",{ref:o,type:"button",class:`${i}-nav-add`,style:r.style,"aria-label":(l==null?void 0:l.addAriaLabel)||"Add tab",onClick:u=>{c.onEdit("add",{event:u})}},[c.addIcon?c.addIcon():"+"])}}}),sae={prefixCls:{type:String},id:{type:String},tabs:{type:Object},rtl:{type:Boolean},tabBarGutter:{type:Number},activeKey:{type:[String,Number]},mobile:{type:Boolean},moreIcon:q.any,moreTransitionName:{type:String},editable:{type:Object},locale:{type:Object,default:void 0},removeAriaLabel:String,onTabClick:{type:Function},popupClassName:String,getPopupContainer:Se()},cae=ae({compatConfig:{MODE:3},name:"OperationNode",inheritAttrs:!1,props:sae,emits:["tabClick"],slots:Object,setup(e,t){let{attrs:n,slots:r}=t;const[o,i]=Pt(!1),[c,l]=Pt(null),u=f=>{const m=e.tabs.filter(_=>!_.disabled);let g=m.findIndex(_=>_.key===c.value)||0;const h=m.length;for(let _=0;_{const{which:m}=f;if(!o.value){[Ae.DOWN,Ae.SPACE,Ae.ENTER].includes(m)&&(i(!0),f.preventDefault());return}switch(m){case Ae.UP:u(-1),f.preventDefault();break;case Ae.DOWN:u(1),f.preventDefault();break;case Ae.ESC:i(!1);break;case Ae.SPACE:case Ae.ENTER:c.value!==null&&e.onTabClick(c.value,f);break}},s=L(()=>`${e.id}-more-popup`),d=L(()=>c.value!==null?`${s.value}-${c.value}`:null),p=(f,m)=>{f.preventDefault(),f.stopPropagation(),e.editable.onEdit("remove",{key:m,event:f})};return Ke(()=>{Ee(c,()=>{const f=document.getElementById(d.value);f&&f.scrollIntoView&&f.scrollIntoView(!1)},{flush:"post",immediate:!0})}),Ee(o,()=>{o.value||l(null)}),oT({}),()=>{var f;const{prefixCls:m,id:g,tabs:h,locale:_,mobile:v,moreIcon:b=((f=r.moreIcon)===null||f===void 0?void 0:f.call(r))||y(nT,null,null),moreTransitionName:S,editable:E,tabBarGutter:T,rtl:C,onTabClick:w,popupClassName:O}=e;if(!h.length)return null;const R=`${m}-dropdown`,I=_==null?void 0:_.dropdownAriaLabel,$={[C?"marginRight":"marginLeft"]:T};h.length||($.visibility="hidden",$.order=1);const N=me({[`${R}-rtl`]:C,[`${O}`]:!0}),P=v?null:y(ZL,{prefixCls:R,trigger:["hover"],visible:o.value,transitionName:S,onVisibleChange:i,overlayClassName:N,mouseEnterDelay:.1,mouseLeaveDelay:.1,getPopupContainer:e.getPopupContainer},{overlay:()=>y(Tn,{onClick:A=>{let{key:D,domEvent:M}=A;w(D,M),i(!1)},id:s.value,tabindex:-1,role:"listbox","aria-activedescendant":d.value,selectedKeys:[c.value],"aria-label":I!==void 0?I:"expanded dropdown"},{default:()=>[h.map(A=>{var D,M;const k=E&&A.closable!==!1&&!A.disabled;return y(Sa,{key:A.key,id:`${s.value}-${A.key}`,role:"option","aria-controls":g&&`${g}-panel-${A.key}`,disabled:A.disabled},{default:()=>[y("span",null,[typeof A.tab=="function"?A.tab():A.tab]),k&&y("button",{type:"button","aria-label":e.removeAriaLabel||"remove",tabindex:0,class:`${R}-menu-item-remove`,onClick:F=>{F.stopPropagation(),p(F,A.key)}},[((D=A.closeIcon)===null||D===void 0?void 0:D.call(A))||((M=E.removeIcon)===null||M===void 0?void 0:M.call(E))||"×"])]})})]}),default:()=>y("button",{type:"button",class:`${m}-nav-more`,style:$,tabindex:-1,"aria-hidden":"true","aria-haspopup":"listbox","aria-controls":s.value,id:`${g}-more`,"aria-expanded":o.value,onKeydown:a},[b])});return y("div",{class:me(`${m}-nav-operations`,n.class),style:n.style},[P,y(dF,{prefixCls:m,locale:_,editable:E},null)])}}}),pF=Symbol("tabsContextKey"),uae=e=>{at(pF,e)},fF=()=>et(pF,{tabs:ie([]),prefixCls:ie()}),dae=.1,DR=.01,wm=20,PR=Math.pow(.995,wm);function pae(e,t){const[n,r]=Pt(),[o,i]=Pt(0),[c,l]=Pt(0),[u,a]=Pt(),s=ie();function d(E){const{screenX:T,screenY:C}=E.touches[0];r({x:T,y:C}),clearInterval(s.value)}function p(E){if(!n.value)return;E.preventDefault();const{screenX:T,screenY:C}=E.touches[0],w=T-n.value.x,O=C-n.value.y;t(w,O),r({x:T,y:C});const R=Date.now();l(R-o.value),i(R),a({x:w,y:O})}function f(){if(!n.value)return;const E=u.value;if(r(null),a(null),E){const T=E.x/c.value,C=E.y/c.value,w=Math.abs(T),O=Math.abs(C);if(Math.max(w,O){if(Math.abs(R)R?(w=T,m.value="x"):(w=C,m.value="y"),t(-w,-w)&&E.preventDefault()}const h=ie({onTouchStart:d,onTouchMove:p,onTouchEnd:f,onWheel:g});function _(E){h.value.onTouchStart(E)}function v(E){h.value.onTouchMove(E)}function b(E){h.value.onTouchEnd(E)}function S(E){h.value.onWheel(E)}Ke(()=>{var E,T;document.addEventListener("touchmove",v,{passive:!1}),document.addEventListener("touchend",b,{passive:!1}),(E=e.value)===null||E===void 0||E.addEventListener("touchstart",_,{passive:!1}),(T=e.value)===null||T===void 0||T.addEventListener("wheel",S,{passive:!1})}),lt(()=>{document.removeEventListener("touchmove",v),document.removeEventListener("touchend",b)})}function MR(e,t){const n=ie(e);function r(o){const i=typeof o=="function"?o(n.value):o;i!==n.value&&t(i,n.value),n.value=i}return[n,r]}const DT=()=>{const e=ie(new Map),t=n=>r=>{e.value.set(n,r)};return Ip(()=>{e.value=new Map}),[t,e]},kR={width:0,height:0,left:0,top:0,right:0},fae=()=>({id:{type:String},tabPosition:{type:String},activeKey:{type:[String,Number]},rtl:{type:Boolean},animated:Fe(),editable:Fe(),moreIcon:q.any,moreTransitionName:{type:String},mobile:{type:Boolean},tabBarGutter:{type:Number},renderTabBar:{type:Function},locale:Fe(),popupClassName:String,getPopupContainer:Se(),onTabClick:{type:Function},onTabScroll:{type:Function}}),LR=ae({compatConfig:{MODE:3},name:"TabNavList",inheritAttrs:!1,props:fae(),slots:Object,emits:["tabClick","tabScroll"],setup(e,t){let{attrs:n,slots:r}=t;const{tabs:o,prefixCls:i}=fF(),c=ce(),l=ce(),u=ce(),a=ce(),[s,d]=DT(),p=L(()=>e.tabPosition==="top"||e.tabPosition==="bottom"),[f,m]=MR(0,(te,ue)=>{p.value&&e.onTabScroll&&e.onTabScroll({direction:te>ue?"left":"right"})}),[g,h]=MR(0,(te,ue)=>{!p.value&&e.onTabScroll&&e.onTabScroll({direction:te>ue?"top":"bottom"})}),[_,v]=Pt(0),[b,S]=Pt(0),[E,T]=Pt(null),[C,w]=Pt(null),[O,R]=Pt(0),[I,$]=Pt(0),[N,P]=aae(new Map),A=lae(o,N),D=L(()=>`${i.value}-nav-operations-hidden`),M=ce(0),k=ce(0);Qe(()=>{p.value?e.rtl?(M.value=0,k.value=Math.max(0,_.value-E.value)):(M.value=Math.min(0,E.value-_.value),k.value=0):(M.value=Math.min(0,C.value-b.value),k.value=0)});const F=te=>tek.value?k.value:te,B=ce(),[H,z]=Pt(),G=()=>{z(Date.now())},V=()=>{clearTimeout(B.value)},j=(te,ue)=>{te(ge=>F(ge+ue))};pae(c,(te,ue)=>{if(p.value){if(E.value>=_.value)return!1;j(m,te)}else{if(C.value>=b.value)return!1;j(h,ue)}return V(),G(),!0}),Ee(H,()=>{V(),H.value&&(B.value=setTimeout(()=>{z(0)},100))});const K=function(){let te=arguments.length>0&&arguments[0]!==void 0?arguments[0]:e.activeKey;const ue=A.value.get(te)||{width:0,height:0,left:0,right:0,top:0};if(p.value){let ge=f.value;e.rtl?ue.rightf.value+E.value&&(ge=ue.right+ue.width-E.value):ue.left<-f.value?ge=-ue.left:ue.left+ue.width>-f.value+E.value&&(ge=-(ue.left+ue.width-E.value)),h(0),m(F(ge))}else{let ge=g.value;ue.top<-g.value?ge=-ue.top:ue.top+ue.height>-g.value+C.value&&(ge=-(ue.top+ue.height-C.value)),m(0),h(F(ge))}},Q=ce(0),pe=ce(0);Qe(()=>{let te,ue,ge,se,de,fe;const _e=A.value;["top","bottom"].includes(e.tabPosition)?(te="width",se=E.value,de=_.value,fe=O.value,ue=e.rtl?"right":"left",ge=Math.abs(f.value)):(te="height",se=C.value,de=_.value,fe=I.value,ue="top",ge=-g.value);let be=se;de+fe>se&&dege+be){ve=Re-1;break}}let Ce=0;for(let Re=oe-1;Re>=0;Re-=1)if((_e.get(le[Re].key)||kR)[ue]{var te,ue,ge,se,de;const fe=((te=c.value)===null||te===void 0?void 0:te.offsetWidth)||0,_e=((ue=c.value)===null||ue===void 0?void 0:ue.offsetHeight)||0,be=((ge=a.value)===null||ge===void 0?void 0:ge.$el)||{},le=be.offsetWidth||0,oe=be.offsetHeight||0;T(fe),w(_e),R(le),$(oe);const ve=(((se=l.value)===null||se===void 0?void 0:se.offsetWidth)||0)-le,Ce=(((de=l.value)===null||de===void 0?void 0:de.offsetHeight)||0)-oe;v(ve),S(Ce),P(()=>{const Re=new Map;return o.value.forEach(Ne=>{let{key:ye}=Ne;const xe=d.value.get(ye),Oe=(xe==null?void 0:xe.$el)||xe;Oe&&Re.set(ye,{width:Oe.offsetWidth,height:Oe.offsetHeight,left:Oe.offsetLeft,top:Oe.offsetTop})}),Re})},W=L(()=>[...o.value.slice(0,Q.value),...o.value.slice(pe.value+1)]),[Z,he]=Pt(),Y=L(()=>A.value.get(e.activeKey)),X=ce(),ne=()=>{it.cancel(X.value)};Ee([Y,p,()=>e.rtl],()=>{const te={};Y.value&&(p.value?(e.rtl?te.right=vl(Y.value.right):te.left=vl(Y.value.left),te.width=vl(Y.value.width)):(te.top=vl(Y.value.top),te.height=vl(Y.value.height))),ne(),X.value=it(()=>{he(te)})}),Ee([()=>e.activeKey,Y,A,p],()=>{K()},{flush:"post"}),Ee([()=>e.rtl,()=>e.tabBarGutter,()=>e.activeKey,()=>o.value],()=>{J()},{flush:"post"});const re=te=>{let{position:ue,prefixCls:ge,extra:se}=te;if(!se)return null;const de=se==null?void 0:se({position:ue});return de?y("div",{class:`${ge}-extra-content`},[de]):null};return lt(()=>{V(),ne()}),()=>{const{id:te,animated:ue,activeKey:ge,rtl:se,editable:de,locale:fe,tabPosition:_e,tabBarGutter:be,onTabClick:le}=e,{class:oe,style:ve}=n,Ce=i.value,Re=!!W.value.length,Ne=`${Ce}-nav-wrap`;let ye,xe,Oe,De;p.value?se?(xe=f.value>0,ye=f.value+E.value<_.value):(ye=f.value<0,xe=-f.value+E.value<_.value):(Oe=g.value<0,De=-g.value+C.value{const{key:_t}=Le;return y(iae,{id:te,prefixCls:Ce,key:_t,tab:Le,style:nt===0?void 0:ke,closable:Le.closable,editable:de,active:_t===ge,removeAriaLabel:fe==null?void 0:fe.removeAriaLabel,ref:s(_t),onClick:St=>{le(_t,St)},onFocus:()=>{K(_t),G(),c.value&&(se||(c.value.scrollLeft=0),c.value.scrollTop=0)}},r)});return y("div",{role:"tablist",class:me(`${Ce}-nav`,oe),style:ve,onKeydown:()=>{G()}},[y(re,{position:"left",prefixCls:Ce,extra:r.leftExtra},null),y(ko,{onResize:J},{default:()=>[y("div",{class:me(Ne,{[`${Ne}-ping-left`]:ye,[`${Ne}-ping-right`]:xe,[`${Ne}-ping-top`]:Oe,[`${Ne}-ping-bottom`]:De}),ref:c},[y(ko,{onResize:J},{default:()=>[y("div",{ref:l,class:`${Ce}-nav-list`,style:{transform:`translate(${f.value}px, ${g.value}px)`,transition:H.value?"none":void 0}},[$e,y(dF,{ref:a,prefixCls:Ce,locale:fe,editable:de,style:x(x({},$e.length===0?void 0:ke),{visibility:Re?"hidden":null})},null),y("div",{class:me(`${Ce}-ink-bar`,{[`${Ce}-ink-bar-animated`]:ue.inkBar}),style:Z.value},null)])]})])]}),y(cae,U(U({},e),{},{removeAriaLabel:fe==null?void 0:fe.removeAriaLabel,ref:u,prefixCls:Ce,tabs:W.value,class:!Re&&D.value}),BL(r,["moreIcon"])),y(re,{position:"right",prefixCls:Ce,extra:r.rightExtra},null),y(re,{position:"right",prefixCls:Ce,extra:r.tabBarExtraContent},null)])}}}),mae=ae({compatConfig:{MODE:3},name:"TabPanelList",inheritAttrs:!1,props:{activeKey:{type:[String,Number]},id:{type:String},rtl:{type:Boolean},animated:{type:Object,default:void 0},tabPosition:{type:String},destroyInactiveTabPane:{type:Boolean}},setup(e){const{tabs:t,prefixCls:n}=fF();return()=>{const{id:r,activeKey:o,animated:i,tabPosition:c,rtl:l,destroyInactiveTabPane:u}=e,a=i.tabPane,s=n.value,d=t.value.findIndex(p=>p.key===o);return y("div",{class:`${s}-content-holder`},[y("div",{class:[`${s}-content`,`${s}-content-${c}`,{[`${s}-content-animated`]:a}],style:d&&a?{[l?"marginRight":"marginLeft"]:`-${d}00%`}:null},[t.value.map(p=>Nt(p.node,{key:p.key,prefixCls:s,tabKey:p.key,id:r,animated:a,active:p.key===o,destroyInactiveTabPane:u}))])])}}});var gae={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M482 152h60q8 0 8 8v704q0 8-8 8h-60q-8 0-8-8V160q0-8 8-8z"}},{tag:"path",attrs:{d:"M192 474h672q8 0 8 8v60q0 8-8 8H160q-8 0-8-8v-60q0-8 8-8z"}}]},name:"plus",theme:"outlined"};const hae=gae;function FR(e){for(var t=1;t{const{componentCls:t,motionDurationSlow:n}=e;return[{[t]:{[`${t}-switch`]:{"&-appear, &-enter":{transition:"none","&-start":{opacity:0},"&-active":{opacity:1,transition:`opacity ${n}`}},"&-leave":{position:"absolute",transition:"none",inset:0,"&-start":{opacity:1},"&-active":{opacity:0,transition:`opacity ${n}`}}}}},[wa(e,"slide-up"),wa(e,"slide-down")]]},Sae=bae,yae=e=>{const{componentCls:t,tabsCardHorizontalPadding:n,tabsCardHeadBackground:r,tabsCardGutter:o,colorSplit:i}=e;return{[`${t}-card`]:{[`> ${t}-nav, > div > ${t}-nav`]:{[`${t}-tab`]:{margin:0,padding:n,background:r,border:`${e.lineWidth}px ${e.lineType} ${i}`,transition:`all ${e.motionDurationSlow} ${e.motionEaseInOut}`},[`${t}-tab-active`]:{color:e.colorPrimary,background:e.colorBgContainer},[`${t}-ink-bar`]:{visibility:"hidden"}},[`&${t}-top, &${t}-bottom`]:{[`> ${t}-nav, > div > ${t}-nav`]:{[`${t}-tab + ${t}-tab`]:{marginLeft:{_skip_check_:!0,value:`${o}px`}}}},[`&${t}-top`]:{[`> ${t}-nav, > div > ${t}-nav`]:{[`${t}-tab`]:{borderRadius:`${e.borderRadiusLG}px ${e.borderRadiusLG}px 0 0`},[`${t}-tab-active`]:{borderBottomColor:e.colorBgContainer}}},[`&${t}-bottom`]:{[`> ${t}-nav, > div > ${t}-nav`]:{[`${t}-tab`]:{borderRadius:`0 0 ${e.borderRadiusLG}px ${e.borderRadiusLG}px`},[`${t}-tab-active`]:{borderTopColor:e.colorBgContainer}}},[`&${t}-left, &${t}-right`]:{[`> ${t}-nav, > div > ${t}-nav`]:{[`${t}-tab + ${t}-tab`]:{marginTop:`${o}px`}}},[`&${t}-left`]:{[`> ${t}-nav, > div > ${t}-nav`]:{[`${t}-tab`]:{borderRadius:{_skip_check_:!0,value:`${e.borderRadiusLG}px 0 0 ${e.borderRadiusLG}px`}},[`${t}-tab-active`]:{borderRightColor:{_skip_check_:!0,value:e.colorBgContainer}}}},[`&${t}-right`]:{[`> ${t}-nav, > div > ${t}-nav`]:{[`${t}-tab`]:{borderRadius:{_skip_check_:!0,value:`0 ${e.borderRadiusLG}px ${e.borderRadiusLG}px 0`}},[`${t}-tab-active`]:{borderLeftColor:{_skip_check_:!0,value:e.colorBgContainer}}}}}}},Eae=e=>{const{componentCls:t,tabsHoverColor:n,dropdownEdgeChildVerticalPadding:r}=e;return{[`${t}-dropdown`]:x(x({},ot(e)),{position:"absolute",top:-9999,left:{_skip_check_:!0,value:-9999},zIndex:e.zIndexPopup,display:"block","&-hidden":{display:"none"},[`${t}-dropdown-menu`]:{maxHeight:e.tabsDropdownHeight,margin:0,padding:`${r}px 0`,overflowX:"hidden",overflowY:"auto",textAlign:{_skip_check_:!0,value:"left"},listStyleType:"none",backgroundColor:e.colorBgContainer,backgroundClip:"padding-box",borderRadius:e.borderRadiusLG,outline:"none",boxShadow:e.boxShadowSecondary,"&-item":x(x({},Rn),{display:"flex",alignItems:"center",minWidth:e.tabsDropdownWidth,margin:0,padding:`${e.paddingXXS}px ${e.paddingSM}px`,color:e.colorText,fontWeight:"normal",fontSize:e.fontSize,lineHeight:e.lineHeight,cursor:"pointer",transition:`all ${e.motionDurationSlow}`,"> span":{flex:1,whiteSpace:"nowrap"},"&-remove":{flex:"none",marginLeft:{_skip_check_:!0,value:e.marginSM},color:e.colorTextDescription,fontSize:e.fontSizeSM,background:"transparent",border:0,cursor:"pointer","&:hover":{color:n}},"&:hover":{background:e.controlItemBgHover},"&-disabled":{"&, &:hover":{color:e.colorTextDisabled,background:"transparent",cursor:"not-allowed"}}})}})}},Cae=e=>{const{componentCls:t,margin:n,colorSplit:r}=e;return{[`${t}-top, ${t}-bottom`]:{flexDirection:"column",[`> ${t}-nav, > div > ${t}-nav`]:{margin:`0 0 ${n}px 0`,"&::before":{position:"absolute",right:{_skip_check_:!0,value:0},left:{_skip_check_:!0,value:0},borderBottom:`${e.lineWidth}px ${e.lineType} ${r}`,content:"''"},[`${t}-ink-bar`]:{height:e.lineWidthBold,"&-animated":{transition:`width ${e.motionDurationSlow}, left ${e.motionDurationSlow}, + right ${e.motionDurationSlow}`}},[`${t}-nav-wrap`]:{"&::before, &::after":{top:0,bottom:0,width:e.controlHeight},"&::before":{left:{_skip_check_:!0,value:0},boxShadow:e.boxShadowTabsOverflowLeft},"&::after":{right:{_skip_check_:!0,value:0},boxShadow:e.boxShadowTabsOverflowRight},[`&${t}-nav-wrap-ping-left::before`]:{opacity:1},[`&${t}-nav-wrap-ping-right::after`]:{opacity:1}}}},[`${t}-top`]:{[`> ${t}-nav, + > div > ${t}-nav`]:{"&::before":{bottom:0},[`${t}-ink-bar`]:{bottom:0}}},[`${t}-bottom`]:{[`> ${t}-nav, > div > ${t}-nav`]:{order:1,marginTop:`${n}px`,marginBottom:0,"&::before":{top:0},[`${t}-ink-bar`]:{top:0}},[`> ${t}-content-holder, > div > ${t}-content-holder`]:{order:0}},[`${t}-left, ${t}-right`]:{[`> ${t}-nav, > div > ${t}-nav`]:{flexDirection:"column",minWidth:e.controlHeight*1.25,[`${t}-tab`]:{padding:`${e.paddingXS}px ${e.paddingLG}px`,textAlign:"center"},[`${t}-tab + ${t}-tab`]:{margin:`${e.margin}px 0 0 0`},[`${t}-nav-wrap`]:{flexDirection:"column","&::before, &::after":{right:{_skip_check_:!0,value:0},left:{_skip_check_:!0,value:0},height:e.controlHeight},"&::before":{top:0,boxShadow:e.boxShadowTabsOverflowTop},"&::after":{bottom:0,boxShadow:e.boxShadowTabsOverflowBottom},[`&${t}-nav-wrap-ping-top::before`]:{opacity:1},[`&${t}-nav-wrap-ping-bottom::after`]:{opacity:1}},[`${t}-ink-bar`]:{width:e.lineWidthBold,"&-animated":{transition:`height ${e.motionDurationSlow}, top ${e.motionDurationSlow}`}},[`${t}-nav-list, ${t}-nav-operations`]:{flex:"1 0 auto",flexDirection:"column"}}},[`${t}-left`]:{[`> ${t}-nav, > div > ${t}-nav`]:{[`${t}-ink-bar`]:{right:{_skip_check_:!0,value:0}}},[`> ${t}-content-holder, > div > ${t}-content-holder`]:{marginLeft:{_skip_check_:!0,value:`-${e.lineWidth}px`},borderLeft:{_skip_check_:!0,value:`${e.lineWidth}px ${e.lineType} ${e.colorBorder}`},[`> ${t}-content > ${t}-tabpane`]:{paddingLeft:{_skip_check_:!0,value:e.paddingLG}}}},[`${t}-right`]:{[`> ${t}-nav, > div > ${t}-nav`]:{order:1,[`${t}-ink-bar`]:{left:{_skip_check_:!0,value:0}}},[`> ${t}-content-holder, > div > ${t}-content-holder`]:{order:0,marginRight:{_skip_check_:!0,value:-e.lineWidth},borderRight:{_skip_check_:!0,value:`${e.lineWidth}px ${e.lineType} ${e.colorBorder}`},[`> ${t}-content > ${t}-tabpane`]:{paddingRight:{_skip_check_:!0,value:e.paddingLG}}}}}},Tae=e=>{const{componentCls:t,padding:n}=e;return{[t]:{"&-small":{[`> ${t}-nav`]:{[`${t}-tab`]:{padding:`${e.paddingXS}px 0`,fontSize:e.fontSize}}},"&-large":{[`> ${t}-nav`]:{[`${t}-tab`]:{padding:`${n}px 0`,fontSize:e.fontSizeLG}}}},[`${t}-card`]:{[`&${t}-small`]:{[`> ${t}-nav`]:{[`${t}-tab`]:{padding:`${e.paddingXXS*1.5}px ${n}px`}},[`&${t}-bottom`]:{[`> ${t}-nav ${t}-tab`]:{borderRadius:`0 0 ${e.borderRadius}px ${e.borderRadius}px`}},[`&${t}-top`]:{[`> ${t}-nav ${t}-tab`]:{borderRadius:`${e.borderRadius}px ${e.borderRadius}px 0 0`}},[`&${t}-right`]:{[`> ${t}-nav ${t}-tab`]:{borderRadius:{_skip_check_:!0,value:`0 ${e.borderRadius}px ${e.borderRadius}px 0`}}},[`&${t}-left`]:{[`> ${t}-nav ${t}-tab`]:{borderRadius:{_skip_check_:!0,value:`${e.borderRadius}px 0 0 ${e.borderRadius}px`}}}},[`&${t}-large`]:{[`> ${t}-nav`]:{[`${t}-tab`]:{padding:`${e.paddingXS}px ${n}px ${e.paddingXXS*1.5}px`}}}}}},xae=e=>{const{componentCls:t,tabsActiveColor:n,tabsHoverColor:r,iconCls:o,tabsHorizontalGutter:i}=e,c=`${t}-tab`;return{[c]:{position:"relative",display:"inline-flex",alignItems:"center",padding:`${e.paddingSM}px 0`,fontSize:`${e.fontSize}px`,background:"transparent",border:0,outline:"none",cursor:"pointer","&-btn, &-remove":x({"&:focus:not(:focus-visible), &:active":{color:n}},ni(e)),"&-btn":{outline:"none",transition:"all 0.3s"},"&-remove":{flex:"none",marginRight:{_skip_check_:!0,value:-e.marginXXS},marginLeft:{_skip_check_:!0,value:e.marginXS},color:e.colorTextDescription,fontSize:e.fontSizeSM,background:"transparent",border:"none",outline:"none",cursor:"pointer",transition:`all ${e.motionDurationSlow}`,"&:hover":{color:e.colorTextHeading}},"&:hover":{color:r},[`&${c}-active ${c}-btn`]:{color:e.colorPrimary,textShadow:e.tabsActiveTextShadow},[`&${c}-disabled`]:{color:e.colorTextDisabled,cursor:"not-allowed"},[`&${c}-disabled ${c}-btn, &${c}-disabled ${t}-remove`]:{"&:focus, &:active":{color:e.colorTextDisabled}},[`& ${c}-remove ${o}`]:{margin:0},[o]:{marginRight:{_skip_check_:!0,value:e.marginSM}}},[`${c} + ${c}`]:{margin:{_skip_check_:!0,value:`0 0 0 ${i}px`}}}},wae=e=>{const{componentCls:t,tabsHorizontalGutter:n,iconCls:r,tabsCardGutter:o}=e;return{[`${t}-rtl`]:{direction:"rtl",[`${t}-nav`]:{[`${t}-tab`]:{margin:{_skip_check_:!0,value:`0 0 0 ${n}px`},[`${t}-tab:last-of-type`]:{marginLeft:{_skip_check_:!0,value:0}},[r]:{marginRight:{_skip_check_:!0,value:0},marginLeft:{_skip_check_:!0,value:`${e.marginSM}px`}},[`${t}-tab-remove`]:{marginRight:{_skip_check_:!0,value:`${e.marginXS}px`},marginLeft:{_skip_check_:!0,value:`-${e.marginXXS}px`},[r]:{margin:0}}}},[`&${t}-left`]:{[`> ${t}-nav`]:{order:1},[`> ${t}-content-holder`]:{order:0}},[`&${t}-right`]:{[`> ${t}-nav`]:{order:0},[`> ${t}-content-holder`]:{order:1}},[`&${t}-card${t}-top, &${t}-card${t}-bottom`]:{[`> ${t}-nav, > div > ${t}-nav`]:{[`${t}-tab + ${t}-tab`]:{marginRight:{_skip_check_:!0,value:`${o}px`},marginLeft:{_skip_check_:!0,value:0}}}}},[`${t}-dropdown-rtl`]:{direction:"rtl"},[`${t}-menu-item`]:{[`${t}-dropdown-rtl`]:{textAlign:{_skip_check_:!0,value:"right"}}}}},Oae=e=>{const{componentCls:t,tabsCardHorizontalPadding:n,tabsCardHeight:r,tabsCardGutter:o,tabsHoverColor:i,tabsActiveColor:c,colorSplit:l}=e;return{[t]:x(x(x(x({},ot(e)),{display:"flex",[`> ${t}-nav, > div > ${t}-nav`]:{position:"relative",display:"flex",flex:"none",alignItems:"center",[`${t}-nav-wrap`]:{position:"relative",display:"flex",flex:"auto",alignSelf:"stretch",overflow:"hidden",whiteSpace:"nowrap",transform:"translate(0)","&::before, &::after":{position:"absolute",zIndex:1,opacity:0,transition:`opacity ${e.motionDurationSlow}`,content:"''",pointerEvents:"none"}},[`${t}-nav-list`]:{position:"relative",display:"flex",transition:`opacity ${e.motionDurationSlow}`},[`${t}-nav-operations`]:{display:"flex",alignSelf:"stretch"},[`${t}-nav-operations-hidden`]:{position:"absolute",visibility:"hidden",pointerEvents:"none"},[`${t}-nav-more`]:{position:"relative",padding:n,background:"transparent",border:0,"&::after":{position:"absolute",right:{_skip_check_:!0,value:0},bottom:0,left:{_skip_check_:!0,value:0},height:e.controlHeightLG/8,transform:"translateY(100%)",content:"''"}},[`${t}-nav-add`]:x({minWidth:`${r}px`,marginLeft:{_skip_check_:!0,value:`${o}px`},padding:`0 ${e.paddingXS}px`,background:"transparent",border:`${e.lineWidth}px ${e.lineType} ${l}`,borderRadius:`${e.borderRadiusLG}px ${e.borderRadiusLG}px 0 0`,outline:"none",cursor:"pointer",color:e.colorText,transition:`all ${e.motionDurationSlow} ${e.motionEaseInOut}`,"&:hover":{color:i},"&:active, &:focus:not(:focus-visible)":{color:c}},ni(e))},[`${t}-extra-content`]:{flex:"none"},[`${t}-ink-bar`]:{position:"absolute",background:e.colorPrimary,pointerEvents:"none"}}),xae(e)),{[`${t}-content`]:{position:"relative",display:"flex",width:"100%","&-animated":{transition:"margin 0.3s"}},[`${t}-content-holder`]:{flex:"auto",minWidth:0,minHeight:0},[`${t}-tabpane`]:{outline:"none",flex:"none",width:"100%"}}),[`${t}-centered`]:{[`> ${t}-nav, > div > ${t}-nav`]:{[`${t}-nav-wrap`]:{[`&:not([class*='${t}-nav-wrap-ping'])`]:{justifyContent:"center"}}}}}},Iae=tt("Tabs",e=>{const t=e.controlHeightLG,n=Ve(e,{tabsHoverColor:e.colorPrimaryHover,tabsActiveColor:e.colorPrimaryActive,tabsCardHorizontalPadding:`${(t-Math.round(e.fontSize*e.lineHeight))/2-e.lineWidth}px ${e.padding}px`,tabsCardHeight:t,tabsCardGutter:e.marginXXS/2,tabsHorizontalGutter:32,tabsCardHeadBackground:e.colorFillAlter,dropdownEdgeChildVerticalPadding:e.paddingXXS,tabsActiveTextShadow:"0 0 0.25px currentcolor",tabsDropdownHeight:200,tabsDropdownWidth:120});return[Tae(n),wae(n),Cae(n),Eae(n),yae(n),Oae(n),Sae(n)]},e=>({zIndexPopup:e.zIndexPopupBase+50}));let BR=0;const mF=()=>({prefixCls:{type:String},id:{type:String},popupClassName:String,getPopupContainer:Se(),activeKey:{type:[String,Number]},defaultActiveKey:{type:[String,Number]},direction:Ue(),animated:We([Boolean,Object]),renderTabBar:Se(),tabBarGutter:{type:Number},tabBarStyle:Fe(),tabPosition:Ue(),destroyInactiveTabPane:we(),hideAdd:Boolean,type:Ue(),size:Ue(),centered:Boolean,onEdit:Se(),onChange:Se(),onTabClick:Se(),onTabScroll:Se(),"onUpdate:activeKey":Se(),locale:Fe(),onPrevClick:Se(),onNextClick:Se(),tabBarExtraContent:q.any});function Rae(e){return e.map(t=>{if(In(t)){const n=x({},t.props||{});for(const[p,f]of Object.entries(n))delete n[p],n[us(p)]=f;const r=t.children||{},o=t.key!==void 0?t.key:void 0,{tab:i=r.tab,disabled:c,forceRender:l,closable:u,animated:a,active:s,destroyInactiveTabPane:d}=n;return x(x({key:o},n),{node:t,closeIcon:r.closeIcon,tab:i,disabled:c===""||c,forceRender:l===""||l,closable:u===""||u,animated:a===""||a,active:s===""||s,destroyInactiveTabPane:d===""||d})}return null}).filter(t=>t)}const Aae=ae({compatConfig:{MODE:3},name:"InternalTabs",inheritAttrs:!1,props:x(x({},st(mF(),{tabPosition:"top",animated:{inkBar:!0,tabPane:!1}})),{tabs:Ct()}),slots:Object,setup(e,t){let{attrs:n,slots:r}=t;Wt(e.onPrevClick===void 0&&e.onNextClick===void 0,"Tabs","`onPrevClick / @prevClick` and `onNextClick / @nextClick` has been removed. Please use `onTabScroll / @tabScroll` instead."),Wt(e.tabBarExtraContent===void 0,"Tabs","`tabBarExtraContent` prop has been removed. Please use `rightExtra` slot instead."),Wt(r.tabBarExtraContent===void 0,"Tabs","`tabBarExtraContent` slot is deprecated. Please use `rightExtra` slot instead.");const{prefixCls:o,direction:i,size:c,rootPrefixCls:l,getPopupContainer:u}=Me("tabs",e),[a,s]=Iae(o),d=L(()=>i.value==="rtl"),p=L(()=>{const{animated:C,tabPosition:w}=e;return C===!1||["left","right"].includes(w)?{inkBar:!1,tabPane:!1}:C===!0?{inkBar:!0,tabPane:!0}:x({inkBar:!0,tabPane:!1},typeof C=="object"?C:{})}),[f,m]=Pt(!1);Ke(()=>{m(sC())});const[g,h]=Zt(()=>{var C;return(C=e.tabs[0])===null||C===void 0?void 0:C.key},{value:L(()=>e.activeKey),defaultValue:e.defaultActiveKey}),[_,v]=Pt(()=>e.tabs.findIndex(C=>C.key===g.value));Qe(()=>{var C;let w=e.tabs.findIndex(O=>O.key===g.value);w===-1&&(w=Math.max(0,Math.min(_.value,e.tabs.length-1)),h((C=e.tabs[w])===null||C===void 0?void 0:C.key)),v(w)});const[b,S]=Zt(null,{value:L(()=>e.id)}),E=L(()=>f.value&&!["left","right"].includes(e.tabPosition)?"top":e.tabPosition);Ke(()=>{e.id||(S(`rc-tabs-${BR}`),BR+=1)});const T=(C,w)=>{var O,R;(O=e.onTabClick)===null||O===void 0||O.call(e,C,w);const I=C!==g.value;h(C),I&&((R=e.onChange)===null||R===void 0||R.call(e,C))};return uae({tabs:L(()=>e.tabs),prefixCls:o}),()=>{const{id:C,type:w,tabBarGutter:O,tabBarStyle:R,locale:I,destroyInactiveTabPane:$,renderTabBar:N=r.renderTabBar,onTabScroll:P,hideAdd:A,centered:D}=e,M={id:b.value,activeKey:g.value,animated:p.value,tabPosition:E.value,rtl:d.value,mobile:f.value};let k;w==="editable-card"&&(k={onEdit:(z,G)=>{let{key:V,event:j}=G;var K;(K=e.onEdit)===null||K===void 0||K.call(e,z==="add"?j:V,z)},removeIcon:()=>y(eo,null,null),addIcon:r.addIcon?r.addIcon:()=>y(vae,null,null),showAdd:A!==!0});let F;const B=x(x({},M),{moreTransitionName:`${l.value}-slide-up`,editable:k,locale:I,tabBarGutter:O,onTabClick:T,onTabScroll:P,style:R,getPopupContainer:u.value,popupClassName:me(e.popupClassName,s.value)});N?F=N(x(x({},B),{DefaultTabBar:LR})):F=y(LR,B,BL(r,["moreIcon","leftExtra","rightExtra","tabBarExtraContent"]));const H=o.value;return a(y("div",U(U({},n),{},{id:C,class:me(H,`${H}-${E.value}`,{[s.value]:!0,[`${H}-${c.value}`]:c.value,[`${H}-card`]:["card","editable-card"].includes(w),[`${H}-editable-card`]:w==="editable-card",[`${H}-centered`]:D,[`${H}-mobile`]:f.value,[`${H}-editable`]:w==="editable-card",[`${H}-rtl`]:d.value},n.class)}),[F,y(mae,U(U({destroyInactiveTabPane:$},M),{},{animated:p.value}),null)]))}}}),Ll=ae({compatConfig:{MODE:3},name:"ATabs",inheritAttrs:!1,props:st(mF(),{tabPosition:"top",animated:{inkBar:!0,tabPane:!1}}),slots:Object,setup(e,t){let{attrs:n,slots:r,emit:o}=t;const i=c=>{o("update:activeKey",c),o("change",c)};return()=>{var c;const l=Rae(Lt((c=r.default)===null||c===void 0?void 0:c.call(r)));return y(Aae,U(U(U({},gt(e,["onUpdate:activeKey"])),n),{},{onChange:i,tabs:l}),r)}}}),Nae=()=>({tab:q.any,disabled:{type:Boolean},forceRender:{type:Boolean},closable:{type:Boolean},animated:{type:Boolean},active:{type:Boolean},destroyInactiveTabPane:{type:Boolean},prefixCls:{type:String},tabKey:{type:[String,Number]},id:{type:String}}),Zg=ae({compatConfig:{MODE:3},name:"ATabPane",inheritAttrs:!1,__ANT_TAB_PANE:!0,props:Nae(),slots:Object,setup(e,t){let{attrs:n,slots:r}=t;const o=ie(e.forceRender);Ee([()=>e.active,()=>e.destroyInactiveTabPane],()=>{e.active?o.value=!0:e.destroyInactiveTabPane&&(o.value=!1)},{immediate:!0});const i=L(()=>e.active?{}:e.animated?{visibility:"hidden",height:0,overflowY:"hidden"}:{display:"none"});return()=>{var c;const{prefixCls:l,forceRender:u,id:a,active:s,tabKey:d}=e;return y("div",{id:a&&`${a}-panel-${d}`,role:"tabpanel",tabindex:s?0:-1,"aria-labelledby":a&&`${a}-tab-${d}`,"aria-hidden":!s,style:[i.value,n.style],class:[`${l}-tabpane`,s&&`${l}-tabpane-active`,n.class]},[(s||o.value||u)&&((c=r.default)===null||c===void 0?void 0:c.call(r))])}}});Ll.TabPane=Zg;Ll.install=function(e){return e.component(Ll.name,Ll),e.component(Zg.name,Zg),e};const $ae=e=>{const{antCls:t,componentCls:n,cardHeadHeight:r,cardPaddingBase:o,cardHeadTabsMarginBottom:i}=e;return x(x({display:"flex",justifyContent:"center",flexDirection:"column",minHeight:r,marginBottom:-1,padding:`0 ${o}px`,color:e.colorTextHeading,fontWeight:e.fontWeightStrong,fontSize:e.fontSizeLG,background:"transparent",borderBottom:`${e.lineWidth}px ${e.lineType} ${e.colorBorderSecondary}`,borderRadius:`${e.borderRadiusLG}px ${e.borderRadiusLG}px 0 0`},ea()),{"&-wrapper":{width:"100%",display:"flex",alignItems:"center"},"&-title":x(x({display:"inline-block",flex:1},Rn),{[` + > ${n}-typography, + > ${n}-typography-edit-content + `]:{insetInlineStart:0,marginTop:0,marginBottom:0}}),[`${t}-tabs-top`]:{clear:"both",marginBottom:i,color:e.colorText,fontWeight:"normal",fontSize:e.fontSize,"&-bar":{borderBottom:`${e.lineWidth}px ${e.lineType} ${e.colorBorderSecondary}`}}})},Dae=e=>{const{cardPaddingBase:t,colorBorderSecondary:n,cardShadow:r,lineWidth:o}=e;return{width:"33.33%",padding:t,border:0,borderRadius:0,boxShadow:` + ${o}px 0 0 0 ${n}, + 0 ${o}px 0 0 ${n}, + ${o}px ${o}px 0 0 ${n}, + ${o}px 0 0 0 ${n} inset, + 0 ${o}px 0 0 ${n} inset; + `,transition:`all ${e.motionDurationMid}`,"&-hoverable:hover":{position:"relative",zIndex:1,boxShadow:r}}},Pae=e=>{const{componentCls:t,iconCls:n,cardActionsLiMargin:r,cardActionsIconSize:o,colorBorderSecondary:i}=e;return x(x({margin:0,padding:0,listStyle:"none",background:e.colorBgContainer,borderTop:`${e.lineWidth}px ${e.lineType} ${i}`,display:"flex",borderRadius:`0 0 ${e.borderRadiusLG}px ${e.borderRadiusLG}px `},ea()),{"& > li":{margin:r,color:e.colorTextDescription,textAlign:"center","> span":{position:"relative",display:"block",minWidth:e.cardActionsIconSize*2,fontSize:e.fontSize,lineHeight:e.lineHeight,cursor:"pointer","&:hover":{color:e.colorPrimary,transition:`color ${e.motionDurationMid}`},[`a:not(${t}-btn), > ${n}`]:{display:"inline-block",width:"100%",color:e.colorTextDescription,lineHeight:`${e.fontSize*e.lineHeight}px`,transition:`color ${e.motionDurationMid}`,"&:hover":{color:e.colorPrimary}},[`> ${n}`]:{fontSize:o,lineHeight:`${o*e.lineHeight}px`}},"&:not(:last-child)":{borderInlineEnd:`${e.lineWidth}px ${e.lineType} ${i}`}}})},Mae=e=>x(x({margin:`-${e.marginXXS}px 0`,display:"flex"},ea()),{"&-avatar":{paddingInlineEnd:e.padding},"&-detail":{overflow:"hidden",flex:1,"> div:not(:last-child)":{marginBottom:e.marginXS}},"&-title":x({color:e.colorTextHeading,fontWeight:e.fontWeightStrong,fontSize:e.fontSizeLG},Rn),"&-description":{color:e.colorTextDescription}}),kae=e=>{const{componentCls:t,cardPaddingBase:n,colorFillAlter:r}=e;return{[`${t}-head`]:{padding:`0 ${n}px`,background:r,"&-title":{fontSize:e.fontSize}},[`${t}-body`]:{padding:`${e.padding}px ${n}px`}}},Lae=e=>{const{componentCls:t}=e;return{overflow:"hidden",[`${t}-body`]:{userSelect:"none"}}},Fae=e=>{const{componentCls:t,cardShadow:n,cardHeadPadding:r,colorBorderSecondary:o,boxShadow:i,cardPaddingBase:c}=e;return{[t]:x(x({},ot(e)),{position:"relative",background:e.colorBgContainer,borderRadius:e.borderRadiusLG,[`&:not(${t}-bordered)`]:{boxShadow:i},[`${t}-head`]:$ae(e),[`${t}-extra`]:{marginInlineStart:"auto",color:"",fontWeight:"normal",fontSize:e.fontSize},[`${t}-body`]:x({padding:c,borderRadius:` 0 0 ${e.borderRadiusLG}px ${e.borderRadiusLG}px`},ea()),[`${t}-grid`]:Dae(e),[`${t}-cover`]:{"> *":{display:"block",width:"100%"},img:{borderRadius:`${e.borderRadiusLG}px ${e.borderRadiusLG}px 0 0`}},[`${t}-actions`]:Pae(e),[`${t}-meta`]:Mae(e)}),[`${t}-bordered`]:{border:`${e.lineWidth}px ${e.lineType} ${o}`,[`${t}-cover`]:{marginTop:-1,marginInlineStart:-1,marginInlineEnd:-1}},[`${t}-hoverable`]:{cursor:"pointer",transition:`box-shadow ${e.motionDurationMid}, border-color ${e.motionDurationMid}`,"&:hover":{borderColor:"transparent",boxShadow:n}},[`${t}-contain-grid`]:{[`${t}-body`]:{display:"flex",flexWrap:"wrap"},[`&:not(${t}-loading) ${t}-body`]:{marginBlockStart:-e.lineWidth,marginInlineStart:-e.lineWidth,padding:0}},[`${t}-contain-tabs`]:{[`> ${t}-head`]:{[`${t}-head-title, ${t}-extra`]:{paddingTop:r}}},[`${t}-type-inner`]:kae(e),[`${t}-loading`]:Lae(e),[`${t}-rtl`]:{direction:"rtl"}}},Bae=e=>{const{componentCls:t,cardPaddingSM:n,cardHeadHeightSM:r}=e;return{[`${t}-small`]:{[`> ${t}-head`]:{minHeight:r,padding:`0 ${n}px`,fontSize:e.fontSize,[`> ${t}-head-wrapper`]:{[`> ${t}-extra`]:{fontSize:e.fontSize}}},[`> ${t}-body`]:{padding:n}},[`${t}-small${t}-contain-tabs`]:{[`> ${t}-head`]:{[`${t}-head-title, ${t}-extra`]:{minHeight:r,paddingTop:0,display:"flex",alignItems:"center"}}}}},Hae=tt("Card",e=>{const t=Ve(e,{cardShadow:e.boxShadowCard,cardHeadHeight:e.fontSizeLG*e.lineHeightLG+e.padding*2,cardHeadHeightSM:e.fontSize*e.lineHeight+e.paddingXS*2,cardHeadPadding:e.padding,cardPaddingBase:e.paddingLG,cardHeadTabsMarginBottom:-e.padding-e.lineWidth,cardActionsLiMargin:`${e.paddingSM}px 0`,cardActionsIconSize:e.fontSize,cardPaddingSM:12});return[Fae(t),Bae(t)]}),Uae=()=>({prefixCls:String,width:{type:[Number,String]}}),zae=ae({compatConfig:{MODE:3},name:"SkeletonTitle",props:Uae(),setup(e){return()=>{const{prefixCls:t,width:n}=e,r=typeof n=="number"?`${n}px`:n;return y("h3",{class:t,style:{width:r}},null)}}}),k_=zae,Gae=()=>({prefixCls:String,width:{type:[Number,String,Array]},rows:Number}),jae=ae({compatConfig:{MODE:3},name:"SkeletonParagraph",props:Gae(),setup(e){const t=n=>{const{width:r,rows:o=2}=e;if(Array.isArray(r))return r[n];if(o-1===n)return r};return()=>{const{prefixCls:n,rows:r}=e,o=[...Array(r)].map((i,c)=>{const l=t(c);return y("li",{key:c,style:{width:typeof l=="number"?`${l}px`:l}},null)});return y("ul",{class:n},[o])}}}),Vae=jae,L_=()=>({prefixCls:String,size:[String,Number],shape:String,active:{type:Boolean,default:void 0}}),gF=e=>{const{prefixCls:t,size:n,shape:r}=e,o=me({[`${t}-lg`]:n==="large",[`${t}-sm`]:n==="small"}),i=me({[`${t}-circle`]:r==="circle",[`${t}-square`]:r==="square",[`${t}-round`]:r==="round"}),c=typeof n=="number"?{width:`${n}px`,height:`${n}px`,lineHeight:`${n}px`}:{};return y("span",{class:me(t,o,i),style:c},null)};gF.displayName="SkeletonElement";const F_=gF,Yae=new vt("ant-skeleton-loading",{"0%":{transform:"translateX(-37.5%)"},"100%":{transform:"translateX(37.5%)"}}),B_=e=>({height:e,lineHeight:`${e}px`}),bc=e=>x({width:e},B_(e)),Wae=e=>({position:"relative",zIndex:0,overflow:"hidden",background:"transparent","&::after":{position:"absolute",top:0,insetInlineEnd:"-150%",bottom:0,insetInlineStart:"-150%",background:e.skeletonLoadingBackground,animationName:Yae,animationDuration:e.skeletonLoadingMotionDuration,animationTimingFunction:"ease",animationIterationCount:"infinite",content:'""'}}),hb=e=>x({width:e*5,minWidth:e*5},B_(e)),Kae=e=>{const{skeletonAvatarCls:t,color:n,controlHeight:r,controlHeightLG:o,controlHeightSM:i}=e;return{[`${t}`]:x({display:"inline-block",verticalAlign:"top",background:n},bc(r)),[`${t}${t}-circle`]:{borderRadius:"50%"},[`${t}${t}-lg`]:x({},bc(o)),[`${t}${t}-sm`]:x({},bc(i))}},qae=e=>{const{controlHeight:t,borderRadiusSM:n,skeletonInputCls:r,controlHeightLG:o,controlHeightSM:i,color:c}=e;return{[`${r}`]:x({display:"inline-block",verticalAlign:"top",background:c,borderRadius:n},hb(t)),[`${r}-lg`]:x({},hb(o)),[`${r}-sm`]:x({},hb(i))}},HR=e=>x({width:e},B_(e)),Xae=e=>{const{skeletonImageCls:t,imageSizeBase:n,color:r,borderRadiusSM:o}=e;return{[`${t}`]:x(x({display:"flex",alignItems:"center",justifyContent:"center",verticalAlign:"top",background:r,borderRadius:o},HR(n*2)),{[`${t}-path`]:{fill:"#bfbfbf"},[`${t}-svg`]:x(x({},HR(n)),{maxWidth:n*4,maxHeight:n*4}),[`${t}-svg${t}-svg-circle`]:{borderRadius:"50%"}}),[`${t}${t}-circle`]:{borderRadius:"50%"}}},_b=(e,t,n)=>{const{skeletonButtonCls:r}=e;return{[`${n}${r}-circle`]:{width:t,minWidth:t,borderRadius:"50%"},[`${n}${r}-round`]:{borderRadius:t}}},vb=e=>x({width:e*2,minWidth:e*2},B_(e)),Qae=e=>{const{borderRadiusSM:t,skeletonButtonCls:n,controlHeight:r,controlHeightLG:o,controlHeightSM:i,color:c}=e;return x(x(x(x(x({[`${n}`]:x({display:"inline-block",verticalAlign:"top",background:c,borderRadius:t,width:r*2,minWidth:r*2},vb(r))},_b(e,r,n)),{[`${n}-lg`]:x({},vb(o))}),_b(e,o,`${n}-lg`)),{[`${n}-sm`]:x({},vb(i))}),_b(e,i,`${n}-sm`))},Zae=e=>{const{componentCls:t,skeletonAvatarCls:n,skeletonTitleCls:r,skeletonParagraphCls:o,skeletonButtonCls:i,skeletonInputCls:c,skeletonImageCls:l,controlHeight:u,controlHeightLG:a,controlHeightSM:s,color:d,padding:p,marginSM:f,borderRadius:m,skeletonTitleHeight:g,skeletonBlockRadius:h,skeletonParagraphLineHeight:_,controlHeightXS:v,skeletonParagraphMarginTop:b}=e;return{[`${t}`]:{display:"table",width:"100%",[`${t}-header`]:{display:"table-cell",paddingInlineEnd:p,verticalAlign:"top",[`${n}`]:x({display:"inline-block",verticalAlign:"top",background:d},bc(u)),[`${n}-circle`]:{borderRadius:"50%"},[`${n}-lg`]:x({},bc(a)),[`${n}-sm`]:x({},bc(s))},[`${t}-content`]:{display:"table-cell",width:"100%",verticalAlign:"top",[`${r}`]:{width:"100%",height:g,background:d,borderRadius:h,[`+ ${o}`]:{marginBlockStart:s}},[`${o}`]:{padding:0,"> li":{width:"100%",height:_,listStyle:"none",background:d,borderRadius:h,"+ li":{marginBlockStart:v}}},[`${o}> li:last-child:not(:first-child):not(:nth-child(2))`]:{width:"61%"}},[`&-round ${t}-content`]:{[`${r}, ${o} > li`]:{borderRadius:m}}},[`${t}-with-avatar ${t}-content`]:{[`${r}`]:{marginBlockStart:f,[`+ ${o}`]:{marginBlockStart:b}}},[`${t}${t}-element`]:x(x(x(x({display:"inline-block",width:"auto"},Qae(e)),Kae(e)),qae(e)),Xae(e)),[`${t}${t}-block`]:{width:"100%",[`${i}`]:{width:"100%"},[`${c}`]:{width:"100%"}},[`${t}${t}-active`]:{[` + ${r}, + ${o} > li, + ${n}, + ${i}, + ${c}, + ${l} + `]:x({},Wae(e))}}},Yp=tt("Skeleton",e=>{const{componentCls:t}=e,n=Ve(e,{skeletonAvatarCls:`${t}-avatar`,skeletonTitleCls:`${t}-title`,skeletonParagraphCls:`${t}-paragraph`,skeletonButtonCls:`${t}-button`,skeletonInputCls:`${t}-input`,skeletonImageCls:`${t}-image`,imageSizeBase:e.controlHeight*1.5,skeletonTitleHeight:e.controlHeight/2,skeletonBlockRadius:e.borderRadiusSM,skeletonParagraphLineHeight:e.controlHeight/2,skeletonParagraphMarginTop:e.marginLG+e.marginXXS,borderRadius:100,skeletonLoadingBackground:`linear-gradient(90deg, ${e.color} 25%, ${e.colorGradientEnd} 37%, ${e.color} 63%)`,skeletonLoadingMotionDuration:"1.4s"});return[Zae(n)]},e=>{const{colorFillContent:t,colorFill:n}=e;return{color:t,colorGradientEnd:n}}),Jae=()=>({active:{type:Boolean,default:void 0},loading:{type:Boolean,default:void 0},prefixCls:String,avatar:{type:[Boolean,Object],default:void 0},title:{type:[Boolean,Object],default:void 0},paragraph:{type:[Boolean,Object],default:void 0},round:{type:Boolean,default:void 0}});function bb(e){return e&&typeof e=="object"?e:{}}function eie(e,t){return e&&!t?{size:"large",shape:"square"}:{size:"large",shape:"circle"}}function tie(e,t){return!e&&t?{width:"38%"}:e&&t?{width:"50%"}:{}}function nie(e,t){const n={};return(!e||!t)&&(n.width="61%"),!e&&t?n.rows=3:n.rows=2,n}const rie=ae({compatConfig:{MODE:3},name:"ASkeleton",props:st(Jae(),{avatar:!1,title:!0,paragraph:!0}),setup(e,t){let{slots:n}=t;const{prefixCls:r,direction:o}=Me("skeleton",e),[i,c]=Yp(r);return()=>{var l;const{loading:u,avatar:a,title:s,paragraph:d,active:p,round:f}=e,m=r.value;if(u||e.loading===void 0){const g=!!a||a==="",h=!!s||s==="",_=!!d||d==="";let v;if(g){const E=x(x({prefixCls:`${m}-avatar`},eie(h,_)),bb(a));v=y("div",{class:`${m}-header`},[y(F_,E,null)])}let b;if(h||_){let E;if(h){const C=x(x({prefixCls:`${m}-title`},tie(g,_)),bb(s));E=y(k_,C,null)}let T;if(_){const C=x(x({prefixCls:`${m}-paragraph`},nie(g,h)),bb(d));T=y(Vae,C,null)}b=y("div",{class:`${m}-content`},[E,T])}const S=me(m,{[`${m}-with-avatar`]:g,[`${m}-active`]:p,[`${m}-rtl`]:o.value==="rtl",[`${m}-round`]:f,[c.value]:!0});return i(y("div",{class:S},[v,b]))}return(l=n.default)===null||l===void 0?void 0:l.call(n)}}}),Sr=rie,oie=()=>x(x({},L_()),{size:String,block:Boolean}),aie=ae({compatConfig:{MODE:3},name:"ASkeletonButton",props:st(oie(),{size:"default"}),setup(e){const{prefixCls:t}=Me("skeleton",e),[n,r]=Yp(t),o=L(()=>me(t.value,`${t.value}-element`,{[`${t.value}-active`]:e.active,[`${t.value}-block`]:e.block},r.value));return()=>n(y("div",{class:o.value},[y(F_,U(U({},e),{},{prefixCls:`${t.value}-button`}),null)]))}}),MT=aie,iie=ae({compatConfig:{MODE:3},name:"ASkeletonInput",props:x(x({},gt(L_(),["shape"])),{size:String,block:Boolean}),setup(e){const{prefixCls:t}=Me("skeleton",e),[n,r]=Yp(t),o=L(()=>me(t.value,`${t.value}-element`,{[`${t.value}-active`]:e.active,[`${t.value}-block`]:e.block},r.value));return()=>n(y("div",{class:o.value},[y(F_,U(U({},e),{},{prefixCls:`${t.value}-input`}),null)]))}}),kT=iie,lie="M365.714286 329.142857q0 45.714286-32.036571 77.677714t-77.677714 32.036571-77.677714-32.036571-32.036571-77.677714 32.036571-77.677714 77.677714-32.036571 77.677714 32.036571 32.036571 77.677714zM950.857143 548.571429l0 256-804.571429 0 0-109.714286 182.857143-182.857143 91.428571 91.428571 292.571429-292.571429zM1005.714286 146.285714l-914.285714 0q-7.460571 0-12.873143 5.412571t-5.412571 12.873143l0 694.857143q0 7.460571 5.412571 12.873143t12.873143 5.412571l914.285714 0q7.460571 0 12.873143-5.412571t5.412571-12.873143l0-694.857143q0-7.460571-5.412571-12.873143t-12.873143-5.412571zM1097.142857 164.571429l0 694.857143q0 37.741714-26.843429 64.585143t-64.585143 26.843429l-914.285714 0q-37.741714 0-64.585143-26.843429t-26.843429-64.585143l0-694.857143q0-37.741714 26.843429-64.585143t64.585143-26.843429l914.285714 0q37.741714 0 64.585143 26.843429t26.843429 64.585143z",sie=ae({compatConfig:{MODE:3},name:"ASkeletonImage",props:gt(L_(),["size","shape","active"]),setup(e){const{prefixCls:t}=Me("skeleton",e),[n,r]=Yp(t),o=L(()=>me(t.value,`${t.value}-element`,r.value));return()=>n(y("div",{class:o.value},[y("div",{class:`${t.value}-image`},[y("svg",{viewBox:"0 0 1098 1024",xmlns:"http://www.w3.org/2000/svg",class:`${t.value}-image-svg`},[y("path",{d:lie,class:`${t.value}-image-path`},null)])])]))}}),LT=sie,cie=()=>x(x({},L_()),{shape:String}),uie=ae({compatConfig:{MODE:3},name:"ASkeletonAvatar",props:st(cie(),{size:"default",shape:"circle"}),setup(e){const{prefixCls:t}=Me("skeleton",e),[n,r]=Yp(t),o=L(()=>me(t.value,`${t.value}-element`,{[`${t.value}-active`]:e.active},r.value));return()=>n(y("div",{class:o.value},[y(F_,U(U({},e),{},{prefixCls:`${t.value}-avatar`}),null)]))}}),FT=uie;Sr.Button=MT;Sr.Avatar=FT;Sr.Input=kT;Sr.Image=LT;Sr.Title=k_;Sr.install=function(e){return e.component(Sr.name,Sr),e.component(Sr.Button.name,MT),e.component(Sr.Avatar.name,FT),e.component(Sr.Input.name,kT),e.component(Sr.Image.name,LT),e.component(Sr.Title.name,k_),e};const{TabPane:die}=Ll,pie=()=>({prefixCls:String,title:q.any,extra:q.any,bordered:{type:Boolean,default:!0},bodyStyle:{type:Object,default:void 0},headStyle:{type:Object,default:void 0},loading:{type:Boolean,default:!1},hoverable:{type:Boolean,default:!1},type:{type:String},size:{type:String},actions:q.any,tabList:{type:Array},tabBarExtraContent:q.any,activeTabKey:String,defaultActiveTabKey:String,cover:q.any,onTabChange:{type:Function}}),fie=ae({compatConfig:{MODE:3},name:"ACard",inheritAttrs:!1,props:pie(),slots:Object,setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o,direction:i,size:c}=Me("card",e),[l,u]=Hae(o),a=p=>p.map((m,g)=>_n(m)&&!$p(m)||!_n(m)?y("li",{style:{width:`${100/p.length}%`},key:`action-${g}`},[y("span",null,[m])]):null),s=p=>{var f;(f=e.onTabChange)===null||f===void 0||f.call(e,p)},d=function(){let p=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],f;return p.forEach(m=>{m&&C_(m.type)&&m.type.__ANT_CARD_GRID&&(f=!0)}),f};return()=>{var p,f,m,g,h,_;const{headStyle:v={},bodyStyle:b={},loading:S,bordered:E=!0,type:T,tabList:C,hoverable:w,activeTabKey:O,defaultActiveTabKey:R,tabBarExtraContent:I=Du((p=n.tabBarExtraContent)===null||p===void 0?void 0:p.call(n)),title:$=Du((f=n.title)===null||f===void 0?void 0:f.call(n)),extra:N=Du((m=n.extra)===null||m===void 0?void 0:m.call(n)),actions:P=Du((g=n.actions)===null||g===void 0?void 0:g.call(n)),cover:A=Du((h=n.cover)===null||h===void 0?void 0:h.call(n))}=e,D=Lt((_=n.default)===null||_===void 0?void 0:_.call(n)),M=o.value,k={[`${M}`]:!0,[u.value]:!0,[`${M}-loading`]:S,[`${M}-bordered`]:E,[`${M}-hoverable`]:!!w,[`${M}-contain-grid`]:d(D),[`${M}-contain-tabs`]:C&&C.length,[`${M}-${c.value}`]:c.value,[`${M}-type-${T}`]:!!T,[`${M}-rtl`]:i.value==="rtl"},F=y(Sr,{loading:!0,active:!0,paragraph:{rows:4},title:!1},{default:()=>[D]}),B=O!==void 0,H={size:"large",[B?"activeKey":"defaultActiveKey"]:B?O:R,onChange:s,class:`${M}-head-tabs`};let z;const G=C&&C.length?y(Ll,H,{default:()=>[C.map(Q=>{const{tab:pe,slots:J}=Q,W=J==null?void 0:J.tab;Wt(!J,"Card","tabList slots is deprecated, Please use `customTab` instead.");let Z=pe!==void 0?pe:n[W]?n[W](Q):null;return Z=r_(n,"customTab",Q,()=>[Z]),y(die,{tab:Z,key:Q.key,disabled:Q.disabled},null)})],rightExtra:I?()=>I:null}):null;($||N||G)&&(z=y("div",{class:`${M}-head`,style:v},[y("div",{class:`${M}-head-wrapper`},[$&&y("div",{class:`${M}-head-title`},[$]),N&&y("div",{class:`${M}-extra`},[N])]),G]));const V=A?y("div",{class:`${M}-cover`},[A]):null,j=y("div",{class:`${M}-body`,style:b},[S?F:D]),K=P&&P.length?y("ul",{class:`${M}-actions`},[a(P)]):null;return l(y("div",U(U({ref:"cardContainerRef"},r),{},{class:[k,r.class]}),[z,V,D&&D.length?j:null,K]))}}}),Sc=fie,mie=()=>({prefixCls:String,title:yr(),description:yr(),avatar:yr()}),Jg=ae({compatConfig:{MODE:3},name:"ACardMeta",props:mie(),slots:Object,setup(e,t){let{slots:n}=t;const{prefixCls:r}=Me("card",e);return()=>{const o={[`${r.value}-meta`]:!0},i=Mn(n,e,"avatar"),c=Mn(n,e,"title"),l=Mn(n,e,"description"),u=i?y("div",{class:`${r.value}-meta-avatar`},[i]):null,a=c?y("div",{class:`${r.value}-meta-title`},[c]):null,s=l?y("div",{class:`${r.value}-meta-description`},[l]):null,d=a||s?y("div",{class:`${r.value}-meta-detail`},[a,s]):null;return y("div",{class:o},[u,d])}}}),gie=()=>({prefixCls:String,hoverable:{type:Boolean,default:!0}}),eh=ae({compatConfig:{MODE:3},name:"ACardGrid",__ANT_CARD_GRID:!0,props:gie(),setup(e,t){let{slots:n}=t;const{prefixCls:r}=Me("card",e),o=L(()=>({[`${r.value}-grid`]:!0,[`${r.value}-grid-hoverable`]:e.hoverable}));return()=>{var i;return y("div",{class:o.value},[(i=n.default)===null||i===void 0?void 0:i.call(n)])}}});Sc.Meta=Jg;Sc.Grid=eh;Sc.install=function(e){return e.component(Sc.name,Sc),e.component(Jg.name,Jg),e.component(eh.name,eh),e};const hie=()=>({prefixCls:String,activeKey:We([Array,Number,String]),defaultActiveKey:We([Array,Number,String]),accordion:we(),destroyInactivePanel:we(),bordered:we(),expandIcon:Se(),openAnimation:q.object,expandIconPosition:Ue(),collapsible:Ue(),ghost:we(),onChange:Se(),"onUpdate:activeKey":Se()}),hF=()=>({openAnimation:q.object,prefixCls:String,header:q.any,headerClass:String,showArrow:we(),isActive:we(),destroyInactivePanel:we(),disabled:we(),accordion:we(),forceRender:we(),expandIcon:Se(),extra:q.any,panelKey:We(),collapsible:Ue(),role:String,onItemClick:Se()}),_ie=e=>{const{componentCls:t,collapseContentBg:n,padding:r,collapseContentPaddingHorizontal:o,collapseHeaderBg:i,collapseHeaderPadding:c,collapsePanelBorderRadius:l,lineWidth:u,lineType:a,colorBorder:s,colorText:d,colorTextHeading:p,colorTextDisabled:f,fontSize:m,lineHeight:g,marginSM:h,paddingSM:_,motionDurationSlow:v,fontSizeIcon:b}=e,S=`${u}px ${a} ${s}`;return{[t]:x(x({},ot(e)),{backgroundColor:i,border:S,borderBottom:0,borderRadius:`${l}px`,"&-rtl":{direction:"rtl"},[`& > ${t}-item`]:{borderBottom:S,"&:last-child":{[` + &, + & > ${t}-header`]:{borderRadius:`0 0 ${l}px ${l}px`}},[`> ${t}-header`]:{position:"relative",display:"flex",flexWrap:"nowrap",alignItems:"flex-start",padding:c,color:p,lineHeight:g,cursor:"pointer",transition:`all ${v}, visibility 0s`,[`> ${t}-header-text`]:{flex:"auto"},"&:focus":{outline:"none"},[`${t}-expand-icon`]:{height:m*g,display:"flex",alignItems:"center",paddingInlineEnd:h},[`${t}-arrow`]:x(x({},ps()),{fontSize:b,svg:{transition:`transform ${v}`}}),[`${t}-header-text`]:{marginInlineEnd:"auto"}},[`${t}-header-collapsible-only`]:{cursor:"default",[`${t}-header-text`]:{flex:"none",cursor:"pointer"},[`${t}-expand-icon`]:{cursor:"pointer"}},[`${t}-icon-collapsible-only`]:{cursor:"default",[`${t}-expand-icon`]:{cursor:"pointer"}},[`&${t}-no-arrow`]:{[`> ${t}-header`]:{paddingInlineStart:_}}},[`${t}-content`]:{color:d,backgroundColor:n,borderTop:S,[`& > ${t}-content-box`]:{padding:`${r}px ${o}px`},"&-hidden":{display:"none"}},[`${t}-item:last-child`]:{[`> ${t}-content`]:{borderRadius:`0 0 ${l}px ${l}px`}},[`& ${t}-item-disabled > ${t}-header`]:{"\n &,\n & > .arrow\n ":{color:f,cursor:"not-allowed"}},[`&${t}-icon-position-end`]:{[`& > ${t}-item`]:{[`> ${t}-header`]:{[`${t}-expand-icon`]:{order:1,paddingInlineEnd:0,paddingInlineStart:h}}}}})}},vie=e=>{const{componentCls:t}=e,n=`> ${t}-item > ${t}-header ${t}-arrow svg`;return{[`${t}-rtl`]:{[n]:{transform:"rotate(180deg)"}}}},bie=e=>{const{componentCls:t,collapseHeaderBg:n,paddingXXS:r,colorBorder:o}=e;return{[`${t}-borderless`]:{backgroundColor:n,border:0,[`> ${t}-item`]:{borderBottom:`1px solid ${o}`},[` + > ${t}-item:last-child, + > ${t}-item:last-child ${t}-header + `]:{borderRadius:0},[`> ${t}-item:last-child`]:{borderBottom:0},[`> ${t}-item > ${t}-content`]:{backgroundColor:"transparent",borderTop:0},[`> ${t}-item > ${t}-content > ${t}-content-box`]:{paddingTop:r}}}},Sie=e=>{const{componentCls:t,paddingSM:n}=e;return{[`${t}-ghost`]:{backgroundColor:"transparent",border:0,[`> ${t}-item`]:{borderBottom:0,[`> ${t}-content`]:{backgroundColor:"transparent",border:0,[`> ${t}-content-box`]:{paddingBlock:n}}}}}},yie=tt("Collapse",e=>{const t=Ve(e,{collapseContentBg:e.colorBgContainer,collapseHeaderBg:e.colorFillAlter,collapseHeaderPadding:`${e.paddingSM}px ${e.padding}px`,collapsePanelBorderRadius:e.borderRadiusLG,collapseContentPaddingHorizontal:16});return[_ie(t),bie(t),Sie(t),vie(t),Up(t)]});function UR(e){let t=e;if(!Array.isArray(t)){const n=typeof t;t=n==="number"||n==="string"?[t]:[]}return t.map(n=>String(n))}const vd=ae({compatConfig:{MODE:3},name:"ACollapse",inheritAttrs:!1,props:st(hie(),{accordion:!1,destroyInactivePanel:!1,bordered:!0,expandIconPosition:"start"}),slots:Object,setup(e,t){let{attrs:n,slots:r,emit:o}=t;const i=ie(UR(Hg([e.activeKey,e.defaultActiveKey])));Ee(()=>e.activeKey,()=>{i.value=UR(e.activeKey)},{deep:!0});const{prefixCls:c,direction:l,rootPrefixCls:u}=Me("collapse",e),[a,s]=yie(c),d=L(()=>{const{expandIconPosition:_}=e;return _!==void 0?_:l.value==="rtl"?"end":"start"}),p=_=>{const{expandIcon:v=r.expandIcon}=e,b=v?v(_):y(na,{rotate:_.isActive?90:void 0},null);return y("div",{class:[`${c.value}-expand-icon`,s.value],onClick:()=>["header","icon"].includes(e.collapsible)&&m(_.panelKey)},[In(Array.isArray(v)?b[0]:b)?Nt(b,{class:`${c.value}-arrow`},!1):b])},f=_=>{e.activeKey===void 0&&(i.value=_);const v=e.accordion?_[0]:_;o("update:activeKey",v),o("change",v)},m=_=>{let v=i.value;if(e.accordion)v=v[0]===_?[]:[_];else{v=[...v];const b=v.indexOf(_);b>-1?v.splice(b,1):v.push(_)}f(v)},g=(_,v)=>{var b,S,E;if($p(_))return;const T=i.value,{accordion:C,destroyInactivePanel:w,collapsible:O,openAnimation:R}=e,I=R||zp(`${u.value}-motion-collapse`),$=String((b=_.key)!==null&&b!==void 0?b:v),{header:N=(E=(S=_.children)===null||S===void 0?void 0:S.header)===null||E===void 0?void 0:E.call(S),headerClass:P,collapsible:A,disabled:D}=_.props||{};let M=!1;C?M=T[0]===$:M=T.indexOf($)>-1;let k=A??O;(D||D==="")&&(k="disabled");const F={key:$,panelKey:$,header:N,headerClass:P,isActive:M,prefixCls:c.value,destroyInactivePanel:w,openAnimation:I,accordion:C,onItemClick:k==="disabled"?null:m,expandIcon:p,collapsible:k};return Nt(_,F)},h=()=>{var _;return Lt((_=r.default)===null||_===void 0?void 0:_.call(r)).map(g)};return()=>{const{accordion:_,bordered:v,ghost:b}=e,S=me(c.value,{[`${c.value}-borderless`]:!v,[`${c.value}-icon-position-${d.value}`]:!0,[`${c.value}-rtl`]:l.value==="rtl",[`${c.value}-ghost`]:!!b,[n.class]:!!n.class},s.value);return a(y("div",U(U({class:S},sz(n)),{},{style:n.style,role:_?"tablist":null}),[h()]))}}}),Eie=ae({compatConfig:{MODE:3},name:"PanelContent",props:hF(),setup(e,t){let{slots:n}=t;const r=ce(!1);return Qe(()=>{(e.isActive||e.forceRender)&&(r.value=!0)}),()=>{var o;if(!r.value)return null;const{prefixCls:i,isActive:c,role:l}=e;return y("div",{class:me(`${i}-content`,{[`${i}-content-active`]:c,[`${i}-content-inactive`]:!c}),role:l},[y("div",{class:`${i}-content-box`},[(o=n.default)===null||o===void 0?void 0:o.call(n)])])}}}),th=ae({compatConfig:{MODE:3},name:"ACollapsePanel",inheritAttrs:!1,props:st(hF(),{showArrow:!0,isActive:!1,onItemClick(){},headerClass:"",forceRender:!1}),slots:Object,setup(e,t){let{slots:n,emit:r,attrs:o}=t;Wt(e.disabled===void 0,"Collapse.Panel",'`disabled` is deprecated. Please use `collapsible="disabled"` instead.');const{prefixCls:i}=Me("collapse",e),c=()=>{r("itemClick",e.panelKey)},l=u=>{(u.key==="Enter"||u.keyCode===13||u.which===13)&&c()};return()=>{var u,a;const{header:s=(u=n.header)===null||u===void 0?void 0:u.call(n),headerClass:d,isActive:p,showArrow:f,destroyInactivePanel:m,accordion:g,forceRender:h,openAnimation:_,expandIcon:v=n.expandIcon,extra:b=(a=n.extra)===null||a===void 0?void 0:a.call(n),collapsible:S}=e,E=S==="disabled",T=i.value,C=me(`${T}-header`,{[d]:d,[`${T}-header-collapsible-only`]:S==="header",[`${T}-icon-collapsible-only`]:S==="icon"}),w=me({[`${T}-item`]:!0,[`${T}-item-active`]:p,[`${T}-item-disabled`]:E,[`${T}-no-arrow`]:!f,[`${o.class}`]:!!o.class});let O=y("i",{class:"arrow"},null);f&&typeof v=="function"&&(O=v(e));const R=dn(y(Eie,{prefixCls:T,isActive:p,forceRender:h,role:g?"tabpanel":null},{default:n.default}),[[Vn,p]]),I=x({appear:!1,css:!1},_);return y("div",U(U({},o),{},{class:w}),[y("div",{class:C,onClick:()=>!["header","icon"].includes(S)&&c(),role:g?"tab":"button",tabindex:E?-1:0,"aria-expanded":p,onKeypress:l},[f&&O,y("span",{onClick:()=>S==="header"&&c(),class:`${T}-header-text`},[s]),b&&y("div",{class:`${T}-extra`},[b])]),y(On,I,{default:()=>[!m||p?R:null]})])}}});vd.Panel=th;vd.install=function(e){return e.component(vd.name,vd),e.component(th.name,th),e};const Cie=function(e){return e.replace(/[A-Z]/g,function(t){return"-"+t.toLowerCase()}).toLowerCase()},Tie=function(e){return/[height|width]$/.test(e)},zR=function(e){let t="";const n=Object.keys(e);return n.forEach(function(r,o){let i=e[r];r=Cie(r),Tie(r)&&typeof i=="number"&&(i=i+"px"),i===!0?t+=r:i===!1?t+="not "+r:t+="("+r+": "+i+")",o{["touchstart","touchmove","wheel"].includes(e.type)||e.preventDefault()},nh=e=>{const t=[],n=vF(e),r=bF(e);for(let o=n;oe.currentSlide-Iie(e),bF=e=>e.currentSlide+Rie(e),Iie=e=>e.centerMode?Math.floor(e.slidesToShow/2)+(parseInt(e.centerPadding)>0?1:0):0,Rie=e=>e.centerMode?Math.floor((e.slidesToShow-1)/2)+1+(parseInt(e.centerPadding)>0?1:0):e.slidesToShow,Hy=e=>e&&e.offsetWidth||0,BT=e=>e&&e.offsetHeight||0,SF=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,n;const r=e.startX-e.curX,o=e.startY-e.curY,i=Math.atan2(o,r);return n=Math.round(i*180/Math.PI),n<0&&(n=360-Math.abs(n)),n<=45&&n>=0||n<=360&&n>=315?"left":n>=135&&n<=225?"right":t===!0?n>=35&&n<=135?"up":"down":"vertical"},H_=e=>{let t=!0;return e.infinite||(e.centerMode&&e.currentSlide>=e.slideCount-1||e.slideCount<=e.slidesToShow||e.currentSlide>=e.slideCount-e.slidesToShow)&&(t=!1),t},yb=(e,t)=>{const n={};return t.forEach(r=>n[r]=e[r]),n},Aie=e=>{const t=e.children.length,n=e.listRef,r=Math.ceil(Hy(n)),o=e.trackRef,i=Math.ceil(Hy(o));let c;if(e.vertical)c=r;else{let f=e.centerMode&&parseInt(e.centerPadding)*2;typeof e.centerPadding=="string"&&e.centerPadding.slice(-1)==="%"&&(f*=r/100),c=Math.ceil((r-f)/e.slidesToShow)}const l=n&&BT(n.querySelector('[data-index="0"]')),u=l*e.slidesToShow;let a=e.currentSlide===void 0?e.initialSlide:e.currentSlide;e.rtl&&e.currentSlide===void 0&&(a=t-1-e.initialSlide);let s=e.lazyLoadedList||[];const d=nh(x(x({},e),{currentSlide:a,lazyLoadedList:s}));s=s.concat(d);const p={slideCount:t,slideWidth:c,listWidth:r,trackWidth:i,currentSlide:a,slideHeight:l,listHeight:u,lazyLoadedList:s};return e.autoplaying===null&&e.autoplay&&(p.autoplaying="playing"),p},Nie=e=>{const{waitForAnimate:t,animating:n,fade:r,infinite:o,index:i,slideCount:c,lazyLoad:l,currentSlide:u,centerMode:a,slidesToScroll:s,slidesToShow:d,useCSS:p}=e;let{lazyLoadedList:f}=e;if(t&&n)return{};let m=i,g,h,_,v={},b={};const S=o?i:By(i,0,c-1);if(r){if(!o&&(i<0||i>=c))return{};i<0?m=i+c:i>=c&&(m=i-c),l&&f.indexOf(m)<0&&(f=f.concat(m)),v={animating:!0,currentSlide:m,lazyLoadedList:f,targetSlide:m},b={animating:!1,targetSlide:m}}else g=m,m<0?(g=m+c,o?c%s!==0&&(g=c-c%s):g=0):!H_(e)&&m>u?m=g=u:a&&m>=c?(m=o?c:c-1,g=o?0:c-1):m>=c&&(g=m-c,o?c%s!==0&&(g=0):g=c-d),!o&&m+d>=c&&(g=c-d),h=sp(x(x({},e),{slideIndex:m})),_=sp(x(x({},e),{slideIndex:g})),o||(h===_&&(m=g),h=_),l&&(f=f.concat(nh(x(x({},e),{currentSlide:m})))),p?(v={animating:!0,currentSlide:g,trackStyle:yF(x(x({},e),{left:h})),lazyLoadedList:f,targetSlide:S},b={animating:!1,currentSlide:g,trackStyle:lp(x(x({},e),{left:_})),swipeLeft:null,targetSlide:S}):v={currentSlide:g,trackStyle:lp(x(x({},e),{left:_})),lazyLoadedList:f,targetSlide:S};return{state:v,nextState:b}},$ie=(e,t)=>{let n,r,o;const{slidesToScroll:i,slidesToShow:c,slideCount:l,currentSlide:u,targetSlide:a,lazyLoad:s,infinite:d}=e,f=l%i!==0?0:(l-u)%i;if(t.message==="previous")r=f===0?i:c-f,o=u-r,s&&!d&&(n=u-r,o=n===-1?l-1:n),d||(o=a-i);else if(t.message==="next")r=f===0?i:f,o=u+r,s&&!d&&(o=(u+i)%l+f),d||(o=a+i);else if(t.message==="dots")o=t.index*t.slidesToScroll;else if(t.message==="children"){if(o=t.index,d){const m=Bie(x(x({},e),{targetSlide:o}));o>t.currentSlide&&m==="left"?o=o-l:oe.target.tagName.match("TEXTAREA|INPUT|SELECT")||!t?"":e.keyCode===37?n?"next":"previous":e.keyCode===39?n?"previous":"next":"",Pie=(e,t,n)=>(e.target.tagName==="IMG"&&yc(e),!t||!n&&e.type.indexOf("mouse")!==-1?"":{dragging:!0,touchObject:{startX:e.touches?e.touches[0].pageX:e.clientX,startY:e.touches?e.touches[0].pageY:e.clientY,curX:e.touches?e.touches[0].pageX:e.clientX,curY:e.touches?e.touches[0].pageY:e.clientY}}),Mie=(e,t)=>{const{scrolling:n,animating:r,vertical:o,swipeToSlide:i,verticalSwiping:c,rtl:l,currentSlide:u,edgeFriction:a,edgeDragged:s,onEdge:d,swiped:p,swiping:f,slideCount:m,slidesToScroll:g,infinite:h,touchObject:_,swipeEvent:v,listHeight:b,listWidth:S}=t;if(n)return;if(r)return yc(e);o&&i&&c&&yc(e);let E,T={};const C=sp(t);_.curX=e.touches?e.touches[0].pageX:e.clientX,_.curY=e.touches?e.touches[0].pageY:e.clientY,_.swipeLength=Math.round(Math.sqrt(Math.pow(_.curX-_.startX,2)));const w=Math.round(Math.sqrt(Math.pow(_.curY-_.startY,2)));if(!c&&!f&&w>10)return{scrolling:!0};c&&(_.swipeLength=w);let O=(l?-1:1)*(_.curX>_.startX?1:-1);c&&(O=_.curY>_.startY?1:-1);const R=Math.ceil(m/g),I=SF(t.touchObject,c);let $=_.swipeLength;return h||(u===0&&(I==="right"||I==="down")||u+1>=R&&(I==="left"||I==="up")||!H_(t)&&(I==="left"||I==="up"))&&($=_.swipeLength*a,s===!1&&d&&(d(I),T.edgeDragged=!0)),!p&&v&&(v(I),T.swiped=!0),o?E=C+$*(b/S)*O:l?E=C-$*O:E=C+$*O,c&&(E=C+$*O),T=x(x({},T),{touchObject:_,swipeLeft:E,trackStyle:lp(x(x({},t),{left:E}))}),Math.abs(_.curX-_.startX)10&&(T.swiping=!0,yc(e)),T},kie=(e,t)=>{const{dragging:n,swipe:r,touchObject:o,listWidth:i,touchThreshold:c,verticalSwiping:l,listHeight:u,swipeToSlide:a,scrolling:s,onSwipe:d,targetSlide:p,currentSlide:f,infinite:m}=t;if(!n)return r&&yc(e),{};const g=l?u/c:i/c,h=SF(o,l),_={dragging:!1,edgeDragged:!1,scrolling:!1,swiping:!1,swiped:!1,swipeLeft:null,touchObject:{}};if(s||!o.swipeLength)return _;if(o.swipeLength>g){yc(e),d&&d(h);let v,b;const S=m?f:p;switch(h){case"left":case"up":b=S+jR(t),v=a?GR(t,b):b,_.currentDirection=0;break;case"right":case"down":b=S-jR(t),v=a?GR(t,b):b,_.currentDirection=1;break;default:v=S}_.triggerSlideHandler=v}else{const v=sp(t);_.trackStyle=yF(x(x({},t),{left:v}))}return _},Lie=e=>{const t=e.infinite?e.slideCount*2:e.slideCount;let n=e.infinite?e.slidesToShow*-1:0,r=e.infinite?e.slidesToShow*-1:0;const o=[];for(;n{const n=Lie(e);let r=0;if(t>n[n.length-1])t=n[n.length-1];else for(const o in n){if(t{const t=e.centerMode?e.slideWidth*Math.floor(e.slidesToShow/2):0;if(e.swipeToSlide){let n;const r=e.listRef,o=r.querySelectorAll&&r.querySelectorAll(".slick-slide")||[];if(Array.from(o).every(l=>{if(e.vertical){if(l.offsetTop+BT(l)/2>e.swipeLeft*-1)return n=l,!1}else if(l.offsetLeft-t+Hy(l)/2>e.swipeLeft*-1)return n=l,!1;return!0}),!n)return 0;const i=e.rtl===!0?e.slideCount-e.currentSlide:e.currentSlide;return Math.abs(n.dataset.index-i)||1}else return e.slidesToScroll},HT=(e,t)=>t.reduce((n,r)=>n&&e.hasOwnProperty(r),!0)?null:console.error("Keys Missing:",e),lp=e=>{HT(e,["left","variableWidth","slideCount","slidesToShow","slideWidth"]);let t,n;const r=e.slideCount+2*e.slidesToShow;e.vertical?n=r*e.slideHeight:t=Fie(e)*e.slideWidth;let o={opacity:1,transition:"",WebkitTransition:""};if(e.useTransform){const i=e.vertical?"translate3d(0px, "+e.left+"px, 0px)":"translate3d("+e.left+"px, 0px, 0px)",c=e.vertical?"translate3d(0px, "+e.left+"px, 0px)":"translate3d("+e.left+"px, 0px, 0px)",l=e.vertical?"translateY("+e.left+"px)":"translateX("+e.left+"px)";o=x(x({},o),{WebkitTransform:i,transform:c,msTransform:l})}else e.vertical?o.top=e.left:o.left=e.left;return e.fade&&(o={opacity:1}),t&&(o.width=t+"px"),n&&(o.height=n+"px"),window&&!window.addEventListener&&window.attachEvent&&(e.vertical?o.marginTop=e.left+"px":o.marginLeft=e.left+"px"),o},yF=e=>{HT(e,["left","variableWidth","slideCount","slidesToShow","slideWidth","speed","cssEase"]);const t=lp(e);return e.useTransform?(t.WebkitTransition="-webkit-transform "+e.speed+"ms "+e.cssEase,t.transition="transform "+e.speed+"ms "+e.cssEase):e.vertical?t.transition="top "+e.speed+"ms "+e.cssEase:t.transition="left "+e.speed+"ms "+e.cssEase,t},sp=e=>{if(e.unslick)return 0;HT(e,["slideIndex","trackRef","infinite","centerMode","slideCount","slidesToShow","slidesToScroll","slideWidth","listWidth","variableWidth","slideHeight"]);const{slideIndex:t,trackRef:n,infinite:r,centerMode:o,slideCount:i,slidesToShow:c,slidesToScroll:l,slideWidth:u,listWidth:a,variableWidth:s,slideHeight:d,fade:p,vertical:f}=e;let m=0,g,h,_=0;if(p||e.slideCount===1)return 0;let v=0;if(r?(v=-qa(e),i%l!==0&&t+l>i&&(v=-(t>i?c-(t-i):i%l)),o&&(v+=parseInt(c/2))):(i%l!==0&&t+l>i&&(v=c-i%l),o&&(v=parseInt(c/2))),m=v*u,_=v*d,f?g=t*d*-1+_:g=t*u*-1+m,s===!0){let b;const S=n;if(b=t+qa(e),h=S&&S.childNodes[b],g=h?h.offsetLeft*-1:0,o===!0){b=r?t+qa(e):t,h=S&&S.children[b],g=0;for(let E=0;Ee.unslick||!e.infinite?0:e.variableWidth?e.slideCount:e.slidesToShow+(e.centerMode?1:0),Om=e=>e.unslick||!e.infinite?0:e.slideCount,Fie=e=>e.slideCount===1?1:qa(e)+e.slideCount+Om(e),Bie=e=>e.targetSlide>e.currentSlide?e.targetSlide>e.currentSlide+Hie(e)?"left":"right":e.targetSlide{let{slidesToShow:t,centerMode:n,rtl:r,centerPadding:o}=e;if(n){let i=(t-1)/2+1;return parseInt(o)>0&&(i+=1),r&&t%2===0&&(i+=1),i}return r?0:t-1},Uie=e=>{let{slidesToShow:t,centerMode:n,rtl:r,centerPadding:o}=e;if(n){let i=(t-1)/2+1;return parseInt(o)>0&&(i+=1),!r&&t%2===0&&(i+=1),i}return r?t-1:0},VR=()=>!!(typeof window<"u"&&window.document&&window.document.createElement),Eb=e=>{let t,n,r,o;e.rtl?o=e.slideCount-1-e.index:o=e.index;const i=o<0||o>=e.slideCount;e.centerMode?(r=Math.floor(e.slidesToShow/2),n=(o-e.currentSlide)%e.slideCount===0,o>e.currentSlide-r-1&&o<=e.currentSlide+r&&(t=!0)):t=e.currentSlide<=o&&o=e.slideCount?c=e.targetSlide-e.slideCount:c=e.targetSlide,{"slick-slide":!0,"slick-active":t,"slick-center":n,"slick-cloned":i,"slick-current":o===c}},zie=function(e){const t={};return(e.variableWidth===void 0||e.variableWidth===!1)&&(t.width=e.slideWidth+(typeof e.slideWidth=="number"?"px":"")),e.fade&&(t.position="relative",e.vertical?t.top=-e.index*parseInt(e.slideHeight)+"px":t.left=-e.index*parseInt(e.slideWidth)+"px",t.opacity=e.currentSlide===e.index?1:0,e.useCSS&&(t.transition="opacity "+e.speed+"ms "+e.cssEase+", visibility "+e.speed+"ms "+e.cssEase)),t},Cb=(e,t)=>e.key+"-"+t,Gie=function(e,t){let n;const r=[],o=[],i=[],c=t.length,l=vF(e),u=bF(e);return t.forEach((a,s)=>{let d;const p={message:"children",index:s,slidesToScroll:e.slidesToScroll,currentSlide:e.currentSlide};!e.lazyLoad||e.lazyLoad&&e.lazyLoadedList.indexOf(s)>=0?d=a:d=y("div");const f=zie(x(x({},e),{index:s})),m=d.props.class||"";let g=Eb(x(x({},e),{index:s}));if(r.push(pd(d,{key:"original"+Cb(d,s),tabindex:"-1","data-index":s,"aria-hidden":!g["slick-active"],class:me(g,m),style:x(x({outline:"none"},d.props.style||{}),f),onClick:()=>{e.focusOnSelect&&e.focusOnSelect(p)}})),e.infinite&&e.fade===!1){const h=c-s;h<=qa(e)&&c!==e.slidesToShow&&(n=-h,n>=l&&(d=a),g=Eb(x(x({},e),{index:n})),o.push(pd(d,{key:"precloned"+Cb(d,n),class:me(g,m),tabindex:"-1","data-index":n,"aria-hidden":!g["slick-active"],style:x(x({},d.props.style||{}),f),onClick:()=>{e.focusOnSelect&&e.focusOnSelect(p)}}))),c!==e.slidesToShow&&(n=c+s,n{e.focusOnSelect&&e.focusOnSelect(p)}})))}}),e.rtl?o.concat(r,i).reverse():o.concat(r,i)},EF=(e,t)=>{let{attrs:n,slots:r}=t;const o=Gie(n,Lt(r==null?void 0:r.default())),{onMouseenter:i,onMouseover:c,onMouseleave:l}=n,u={onMouseenter:i,onMouseover:c,onMouseleave:l},a=x({class:"slick-track",style:n.trackStyle},u);return y("div",a,[o])};EF.inheritAttrs=!1;const jie=EF,Vie=function(e){let t;return e.infinite?t=Math.ceil(e.slideCount/e.slidesToScroll):t=Math.ceil((e.slideCount-e.slidesToShow)/e.slidesToScroll)+1,t},CF=(e,t)=>{let{attrs:n}=t;const{slideCount:r,slidesToScroll:o,slidesToShow:i,infinite:c,currentSlide:l,appendDots:u,customPaging:a,clickHandler:s,dotsClass:d,onMouseenter:p,onMouseover:f,onMouseleave:m}=n,g=Vie({slideCount:r,slidesToScroll:o,slidesToShow:i,infinite:c}),h={onMouseenter:p,onMouseover:f,onMouseleave:m};let _=[];for(let b=0;b=C&&l<=E:l===C}),O={message:"dots",index:b,slidesToScroll:o,currentSlide:l};_=_.concat(y("li",{key:b,class:w},[Nt(a({i:b}),{onClick:R})]))}return Nt(u({dots:_}),x({class:d},h))};CF.inheritAttrs=!1;const Yie=CF;function TF(){}function xF(e,t,n){n&&n.preventDefault(),t(e,n)}const wF=(e,t)=>{let{attrs:n}=t;const{clickHandler:r,infinite:o,currentSlide:i,slideCount:c,slidesToShow:l}=n,u={"slick-arrow":!0,"slick-prev":!0};let a=function(f){xF({message:"previous"},r,f)};!o&&(i===0||c<=l)&&(u["slick-disabled"]=!0,a=TF);const s={key:"0","data-role":"none",class:u,style:{display:"block"},onClick:a},d={currentSlide:i,slideCount:c};let p;return n.prevArrow?p=Nt(n.prevArrow(x(x({},s),d)),{key:"0",class:u,style:{display:"block"},onClick:a},!1):p=y("button",U({key:"0",type:"button"},s),[" ",zn("Previous")]),p};wF.inheritAttrs=!1;const OF=(e,t)=>{let{attrs:n}=t;const{clickHandler:r,currentSlide:o,slideCount:i}=n,c={"slick-arrow":!0,"slick-next":!0};let l=function(d){xF({message:"next"},r,d)};H_(n)||(c["slick-disabled"]=!0,l=TF);const u={key:"1","data-role":"none",class:me(c),style:{display:"block"},onClick:l},a={currentSlide:o,slideCount:i};let s;return n.nextArrow?s=Nt(n.nextArrow(x(x({},u),a)),{key:"1",class:me(c),style:{display:"block"},onClick:l},!1):s=y("button",U({key:"1",type:"button"},u),[" ",zn("Next")]),s};OF.inheritAttrs=!1;var Wie=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{this.currentSlide>=e.children.length&&this.changeSlide({message:"index",index:e.children.length-e.slidesToShow,currentSlide:this.currentSlide}),!this.preProps.autoplay&&e.autoplay?this.handleAutoPlay("playing"):e.autoplay?this.handleAutoPlay("update"):this.pause("paused")}),this.preProps=x({},e)}},mounted(){if(this.__emit("init"),this.lazyLoad){const e=nh(x(x({},this.$props),this.$data));e.length>0&&(this.setState(t=>({lazyLoadedList:t.lazyLoadedList.concat(e)})),this.__emit("lazyLoad",e))}this.$nextTick(()=>{const e=x({listRef:this.list,trackRef:this.track,children:this.children},this.$props);this.updateState(e,!0,()=>{this.adaptHeight(),this.autoplay&&this.handleAutoPlay("playing")}),this.lazyLoad==="progressive"&&(this.lazyLoadTimer=setInterval(this.progressiveLazyLoad,1e3)),this.ro=new IE(()=>{this.animating?(this.onWindowResized(!1),this.callbackTimers.push(setTimeout(()=>this.onWindowResized(),this.speed))):this.onWindowResized()}),this.ro.observe(this.list),document.querySelectorAll&&Array.prototype.forEach.call(document.querySelectorAll(".slick-slide"),t=>{t.onfocus=this.$props.pauseOnFocus?this.onSlideFocus:null,t.onblur=this.$props.pauseOnFocus?this.onSlideBlur:null}),window.addEventListener?window.addEventListener("resize",this.onWindowResized):window.attachEvent("onresize",this.onWindowResized)})},beforeUnmount(){var e;this.animationEndCallback&&clearTimeout(this.animationEndCallback),this.lazyLoadTimer&&clearInterval(this.lazyLoadTimer),this.callbackTimers.length&&(this.callbackTimers.forEach(t=>clearTimeout(t)),this.callbackTimers=[]),window.addEventListener?window.removeEventListener("resize",this.onWindowResized):window.detachEvent("onresize",this.onWindowResized),this.autoplayTimer&&clearInterval(this.autoplayTimer),(e=this.ro)===null||e===void 0||e.disconnect()},updated(){if(this.checkImagesLoad(),this.__emit("reInit"),this.lazyLoad){const e=nh(x(x({},this.$props),this.$data));e.length>0&&(this.setState(t=>({lazyLoadedList:t.lazyLoadedList.concat(e)})),this.__emit("lazyLoad"))}this.adaptHeight()},methods:{listRefHandler(e){this.list=e},trackRefHandler(e){this.track=e},adaptHeight(){if(this.adaptiveHeight&&this.list){const e=this.list.querySelector(`[data-index="${this.currentSlide}"]`);this.list.style.height=BT(e)+"px"}},onWindowResized(e){this.debouncedResize&&this.debouncedResize.cancel(),this.debouncedResize=DC(()=>this.resizeWindow(e),50),this.debouncedResize()},resizeWindow(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;if(!!!this.track)return;const n=x(x({listRef:this.list,trackRef:this.track,children:this.children},this.$props),this.$data);this.updateState(n,e,()=>{this.autoplay?this.handleAutoPlay("update"):this.pause("paused")}),this.setState({animating:!1}),clearTimeout(this.animationEndCallback),delete this.animationEndCallback},updateState(e,t,n){const r=Aie(e);e=x(x(x({},e),r),{slideIndex:r.currentSlide});const o=sp(e);e=x(x({},e),{left:o});const i=lp(e);(t||this.children.length!==e.children.length)&&(r.trackStyle=i),this.setState(r,n)},ssrInit(){const e=this.children;if(this.variableWidth){let u=0,a=0;const s=[],d=qa(x(x(x({},this.$props),this.$data),{slideCount:e.length})),p=Om(x(x(x({},this.$props),this.$data),{slideCount:e.length}));e.forEach(m=>{var g,h;const _=((h=(g=m.props.style)===null||g===void 0?void 0:g.width)===null||h===void 0?void 0:h.split("px")[0])||0;s.push(_),u+=_});for(let m=0;m{const o=()=>++n&&n>=t&&this.onWindowResized();if(!r.onclick)r.onclick=()=>r.parentNode.focus();else{const i=r.onclick;r.onclick=()=>{i(),r.parentNode.focus()}}r.onload||(this.$props.lazyLoad?r.onload=()=>{this.adaptHeight(),this.callbackTimers.push(setTimeout(this.onWindowResized,this.speed))}:(r.onload=o,r.onerror=()=>{o(),this.__emit("lazyLoadError")}))})},progressiveLazyLoad(){const e=[],t=x(x({},this.$props),this.$data);for(let n=this.currentSlide;n=-qa(t);n--)if(this.lazyLoadedList.indexOf(n)<0){e.push(n);break}e.length>0?(this.setState(n=>({lazyLoadedList:n.lazyLoadedList.concat(e)})),this.__emit("lazyLoad",e)):this.lazyLoadTimer&&(clearInterval(this.lazyLoadTimer),delete this.lazyLoadTimer)},slideHandler(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;const{asNavFor:n,currentSlide:r,beforeChange:o,speed:i,afterChange:c}=this.$props,{state:l,nextState:u}=Nie(x(x(x({index:e},this.$props),this.$data),{trackRef:this.track,useCSS:this.useCSS&&!t}));if(!l)return;o&&o(r,l.currentSlide);const a=l.lazyLoadedList.filter(s=>this.lazyLoadedList.indexOf(s)<0);this.$attrs.onLazyLoad&&a.length>0&&this.__emit("lazyLoad",a),!this.$props.waitForAnimate&&this.animationEndCallback&&(clearTimeout(this.animationEndCallback),c&&c(r),delete this.animationEndCallback),this.setState(l,()=>{n&&this.asNavForIndex!==e&&(this.asNavForIndex=e,n.innerSlider.slideHandler(e)),u&&(this.animationEndCallback=setTimeout(()=>{const{animating:s}=u,d=Wie(u,["animating"]);this.setState(d,()=>{this.callbackTimers.push(setTimeout(()=>this.setState({animating:s}),10)),c&&c(l.currentSlide),delete this.animationEndCallback})},i))})},changeSlide(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;const n=x(x({},this.$props),this.$data),r=$ie(n,e);if(!(r!==0&&!r)&&(t===!0?this.slideHandler(r,t):this.slideHandler(r),this.$props.autoplay&&this.handleAutoPlay("update"),this.$props.focusOnSelect)){const o=this.list.querySelectorAll(".slick-current");o[0]&&o[0].focus()}},clickHandler(e){this.clickable===!1&&(e.stopPropagation(),e.preventDefault()),this.clickable=!0},keyHandler(e){const t=Die(e,this.accessibility,this.rtl);t!==""&&this.changeSlide({message:t})},selectHandler(e){this.changeSlide(e)},disableBodyScroll(){const e=t=>{t=t||window.event,t.preventDefault&&t.preventDefault(),t.returnValue=!1};window.ontouchmove=e},enableBodyScroll(){window.ontouchmove=null},swipeStart(e){this.verticalSwiping&&this.disableBodyScroll();const t=Pie(e,this.swipe,this.draggable);t!==""&&this.setState(t)},swipeMove(e){const t=Mie(e,x(x(x({},this.$props),this.$data),{trackRef:this.track,listRef:this.list,slideIndex:this.currentSlide}));t&&(t.swiping&&(this.clickable=!1),this.setState(t))},swipeEnd(e){const t=kie(e,x(x(x({},this.$props),this.$data),{trackRef:this.track,listRef:this.list,slideIndex:this.currentSlide}));if(!t)return;const n=t.triggerSlideHandler;delete t.triggerSlideHandler,this.setState(t),n!==void 0&&(this.slideHandler(n),this.$props.verticalSwiping&&this.enableBodyScroll())},touchEnd(e){this.swipeEnd(e),this.clickable=!0},slickPrev(){this.callbackTimers.push(setTimeout(()=>this.changeSlide({message:"previous"}),0))},slickNext(){this.callbackTimers.push(setTimeout(()=>this.changeSlide({message:"next"}),0))},slickGoTo(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(e=Number(e),isNaN(e))return"";this.callbackTimers.push(setTimeout(()=>this.changeSlide({message:"index",index:e,currentSlide:this.currentSlide},t),0))},play(){let e;if(this.rtl)e=this.currentSlide-this.slidesToScroll;else if(H_(x(x({},this.$props),this.$data)))e=this.currentSlide+this.slidesToScroll;else return!1;this.slideHandler(e)},handleAutoPlay(e){this.autoplayTimer&&clearInterval(this.autoplayTimer);const t=this.autoplaying;if(e==="update"){if(t==="hovered"||t==="focused"||t==="paused")return}else if(e==="leave"){if(t==="paused"||t==="focused")return}else if(e==="blur"&&(t==="paused"||t==="hovered"))return;this.autoplayTimer=setInterval(this.play,this.autoplaySpeed+50),this.setState({autoplaying:"playing"})},pause(e){this.autoplayTimer&&(clearInterval(this.autoplayTimer),this.autoplayTimer=null);const t=this.autoplaying;e==="paused"?this.setState({autoplaying:"paused"}):e==="focused"?(t==="hovered"||t==="playing")&&this.setState({autoplaying:"focused"}):t==="playing"&&this.setState({autoplaying:"hovered"})},onDotsOver(){this.autoplay&&this.pause("hovered")},onDotsLeave(){this.autoplay&&this.autoplaying==="hovered"&&this.handleAutoPlay("leave")},onTrackOver(){this.autoplay&&this.pause("hovered")},onTrackLeave(){this.autoplay&&this.autoplaying==="hovered"&&this.handleAutoPlay("leave")},onSlideFocus(){this.autoplay&&this.pause("focused")},onSlideBlur(){this.autoplay&&this.autoplaying==="focused"&&this.handleAutoPlay("blur")},customPaging(e){let{i:t}=e;return y("button",null,[t+1])},appendDots(e){let{dots:t}=e;return y("ul",{style:{display:"block"}},[t])}},render(){const e=me("slick-slider",this.$attrs.class,{"slick-vertical":this.vertical,"slick-initialized":!0}),t=x(x({},this.$props),this.$data);let n=yb(t,["fade","cssEase","speed","infinite","centerMode","focusOnSelect","currentSlide","lazyLoad","lazyLoadedList","rtl","slideWidth","slideHeight","listHeight","vertical","slidesToShow","slidesToScroll","slideCount","trackStyle","variableWidth","unslick","centerPadding","targetSlide","useCSS"]);const{pauseOnHover:r}=this.$props;n=x(x({},n),{focusOnSelect:this.focusOnSelect&&this.clickable?this.selectHandler:null,ref:this.trackRefHandler,onMouseleave:r?this.onTrackLeave:ro,onMouseover:r?this.onTrackOver:ro});let o;if(this.dots===!0&&this.slideCount>=this.slidesToShow){let h=yb(t,["dotsClass","slideCount","slidesToShow","currentSlide","slidesToScroll","clickHandler","children","infinite","appendDots"]);h.customPaging=this.customPaging,h.appendDots=this.appendDots;const{customPaging:_,appendDots:v}=this.$slots;_&&(h.customPaging=_),v&&(h.appendDots=v);const{pauseOnDotsHover:b}=this.$props;h=x(x({},h),{clickHandler:this.changeSlide,onMouseover:b?this.onDotsOver:ro,onMouseleave:b?this.onDotsLeave:ro}),o=y(Yie,h,null)}let i,c;const l=yb(t,["infinite","centerMode","currentSlide","slideCount","slidesToShow"]);l.clickHandler=this.changeSlide;const{prevArrow:u,nextArrow:a}=this.$slots;u&&(l.prevArrow=u),a&&(l.nextArrow=a),this.arrows&&(i=y(wF,l,null),c=y(OF,l,null));let s=null;this.vertical&&(s={height:typeof this.listHeight=="number"?`${this.listHeight}px`:this.listHeight});let d=null;this.vertical===!1?this.centerMode===!0&&(d={padding:"0px "+this.centerPadding}):this.centerMode===!0&&(d={padding:this.centerPadding+" 0px"});const p=x(x({},s),d),f=this.touchMove;let m={ref:this.listRefHandler,class:"slick-list",style:p,onClick:this.clickHandler,onMousedown:f?this.swipeStart:ro,onMousemove:this.dragging&&f?this.swipeMove:ro,onMouseup:f?this.swipeEnd:ro,onMouseleave:this.dragging&&f?this.swipeEnd:ro,[Bn?"onTouchstartPassive":"onTouchstart"]:f?this.swipeStart:ro,[Bn?"onTouchmovePassive":"onTouchmove"]:this.dragging&&f?this.swipeMove:ro,onTouchend:f?this.touchEnd:ro,onTouchcancel:this.dragging&&f?this.swipeEnd:ro,onKeydown:this.accessibility?this.keyHandler:ro},g={class:e,dir:"ltr",style:this.$attrs.style};return this.unslick&&(m={class:"slick-list",ref:this.listRefHandler},g={class:e}),y("div",g,[this.unslick?"":i,y("div",m,[y(jie,n,{default:()=>[this.children]})]),this.unslick?"":c,this.unslick?"":o])}},qie=ae({name:"Slider",mixins:[_s],inheritAttrs:!1,props:x({},_F),data(){return this._responsiveMediaHandlers=[],{breakpoint:null}},mounted(){if(this.responsive){const e=this.responsive.map(n=>n.breakpoint);e.sort((n,r)=>n-r),e.forEach((n,r)=>{let o;r===0?o=Sb({minWidth:0,maxWidth:n}):o=Sb({minWidth:e[r-1]+1,maxWidth:n}),VR()&&this.media(o,()=>{this.setState({breakpoint:n})})});const t=Sb({minWidth:e.slice(-1)[0]});VR()&&this.media(t,()=>{this.setState({breakpoint:null})})}},beforeUnmount(){this._responsiveMediaHandlers.forEach(function(e){e.mql.removeListener(e.listener)})},methods:{innerSliderRefHandler(e){this.innerSlider=e},media(e,t){const n=window.matchMedia(e),r=o=>{let{matches:i}=o;i&&t()};n.addListener(r),r(n),this._responsiveMediaHandlers.push({mql:n,query:e,listener:r})},slickPrev(){var e;(e=this.innerSlider)===null||e===void 0||e.slickPrev()},slickNext(){var e;(e=this.innerSlider)===null||e===void 0||e.slickNext()},slickGoTo(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;var n;(n=this.innerSlider)===null||n===void 0||n.slickGoTo(e,t)},slickPause(){var e;(e=this.innerSlider)===null||e===void 0||e.pause("paused")},slickPlay(){var e;(e=this.innerSlider)===null||e===void 0||e.handleAutoPlay("play")}},render(){var e;let t,n;this.breakpoint?(n=this.responsive.filter(l=>l.breakpoint===this.breakpoint),t=n[0].settings==="unslick"?"unslick":x(x({},this.$props),n[0].settings)):t=x({},this.$props),t.centerMode&&(t.slidesToScroll>1,t.slidesToScroll=1),t.fade&&(t.slidesToShow>1,t.slidesToScroll>1,t.slidesToShow=1,t.slidesToScroll=1);let r=Wh(this)||[];r=r.filter(l=>typeof l=="string"?!!l.trim():!!l),t.variableWidth&&(t.rows>1||t.slidesPerRow>1)&&(console.warn("variableWidth is not supported in case of rows > 1 or slidesPerRow > 1"),t.variableWidth=!1);const o=[];let i=null;for(let l=0;l=r.length));d+=1)s.push(Nt(r[d],{key:100*l+10*a+d,tabindex:-1,style:{width:`${100/t.slidesPerRow}%`,display:"inline-block"}}));u.push(y("div",{key:10*l+a},[s]))}t.variableWidth?o.push(y("div",{key:l,style:{width:i}},[u])):o.push(y("div",{key:l},[u]))}if(t==="unslick"){const l="regular slider "+(this.className||"");return y("div",{class:l},[r])}else o.length<=t.slidesToShow&&(t.unslick=!0);const c=x(x(x({},this.$attrs),t),{children:o,ref:this.innerSliderRefHandler});return y(Kie,U(U({},c),{},{__propsSymbol__:[]}),this.$slots)}}),Xie=e=>{const{componentCls:t,antCls:n,carouselArrowSize:r,carouselDotOffset:o,marginXXS:i}=e,c=-r*1.25,l=i;return{[t]:x(x({},ot(e)),{".slick-slider":{position:"relative",display:"block",boxSizing:"border-box",touchAction:"pan-y",WebkitTouchCallout:"none",WebkitTapHighlightColor:"transparent",".slick-track, .slick-list":{transform:"translate3d(0, 0, 0)",touchAction:"pan-y"}},".slick-list":{position:"relative",display:"block",margin:0,padding:0,overflow:"hidden","&:focus":{outline:"none"},"&.dragging":{cursor:"pointer"},".slick-slide":{pointerEvents:"none",[`input${n}-radio-input, input${n}-checkbox-input`]:{visibility:"hidden"},"&.slick-active":{pointerEvents:"auto",[`input${n}-radio-input, input${n}-checkbox-input`]:{visibility:"visible"}},"> div > div":{verticalAlign:"bottom"}}},".slick-track":{position:"relative",top:0,insetInlineStart:0,display:"block","&::before, &::after":{display:"table",content:'""'},"&::after":{clear:"both"}},".slick-slide":{display:"none",float:"left",height:"100%",minHeight:1,img:{display:"block"},"&.dragging img":{pointerEvents:"none"}},".slick-initialized .slick-slide":{display:"block"},".slick-vertical .slick-slide":{display:"block",height:"auto"},".slick-arrow.slick-hidden":{display:"none"},".slick-prev, .slick-next":{position:"absolute",top:"50%",display:"block",width:r,height:r,marginTop:-r/2,padding:0,color:"transparent",fontSize:0,lineHeight:0,background:"transparent",border:0,outline:"none",cursor:"pointer","&:hover, &:focus":{color:"transparent",background:"transparent",outline:"none","&::before":{opacity:1}},"&.slick-disabled::before":{opacity:.25}},".slick-prev":{insetInlineStart:c,"&::before":{content:'"←"'}},".slick-next":{insetInlineEnd:c,"&::before":{content:'"→"'}},".slick-dots":{position:"absolute",insetInlineEnd:0,bottom:0,insetInlineStart:0,zIndex:15,display:"flex !important",justifyContent:"center",paddingInlineStart:0,listStyle:"none","&-bottom":{bottom:o},"&-top":{top:o,bottom:"auto"},li:{position:"relative",display:"inline-block",flex:"0 1 auto",boxSizing:"content-box",width:e.dotWidth,height:e.dotHeight,marginInline:l,padding:0,textAlign:"center",textIndent:-999,verticalAlign:"top",transition:`all ${e.motionDurationSlow}`,button:{position:"relative",display:"block",width:"100%",height:e.dotHeight,padding:0,color:"transparent",fontSize:0,background:e.colorBgContainer,border:0,borderRadius:1,outline:"none",cursor:"pointer",opacity:.3,transition:`all ${e.motionDurationSlow}`,"&: hover, &:focus":{opacity:.75},"&::after":{position:"absolute",inset:-l,content:'""'}},"&.slick-active":{width:e.dotWidthActive,"& button":{background:e.colorBgContainer,opacity:1},"&: hover, &:focus":{opacity:1}}}}})}},Qie=e=>{const{componentCls:t,carouselDotOffset:n,marginXXS:r}=e,o={width:e.dotHeight,height:e.dotWidth};return{[`${t}-vertical`]:{".slick-dots":{top:"50%",bottom:"auto",flexDirection:"column",width:e.dotHeight,height:"auto",margin:0,transform:"translateY(-50%)","&-left":{insetInlineEnd:"auto",insetInlineStart:n},"&-right":{insetInlineEnd:n,insetInlineStart:"auto"},li:x(x({},o),{margin:`${r}px 0`,verticalAlign:"baseline",button:o,"&.slick-active":x(x({},o),{button:o})})}}}},Zie=e=>{const{componentCls:t}=e;return[{[`${t}-rtl`]:{direction:"rtl",".slick-dots":{[`${t}-rtl&`]:{flexDirection:"row-reverse"}}}},{[`${t}-vertical`]:{".slick-dots":{[`${t}-rtl&`]:{flexDirection:"column"}}}}]},Jie=tt("Carousel",e=>{const{controlHeightLG:t,controlHeightSM:n}=e,r=Ve(e,{carouselArrowSize:t/2,carouselDotOffset:n/2});return[Xie(r),Qie(r),Zie(r)]},{dotWidth:16,dotHeight:3,dotWidthActive:24});var ele=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o({effect:Ue(),dots:we(!0),vertical:we(),autoplay:we(),easing:String,beforeChange:Se(),afterChange:Se(),prefixCls:String,accessibility:we(),nextArrow:q.any,prevArrow:q.any,pauseOnHover:we(),adaptiveHeight:we(),arrows:we(!1),autoplaySpeed:Number,centerMode:we(),centerPadding:String,cssEase:String,dotsClass:String,draggable:we(!1),fade:we(),focusOnSelect:we(),infinite:we(),initialSlide:Number,lazyLoad:Ue(),rtl:we(),slide:String,slidesToShow:Number,slidesToScroll:Number,speed:Number,swipe:we(),swipeToSlide:we(),swipeEvent:Se(),touchMove:we(),touchThreshold:Number,variableWidth:we(),useCSS:we(),slickGoTo:Number,responsive:Array,dotPosition:Ue(),verticalSwiping:we(!1)}),nle=ae({compatConfig:{MODE:3},name:"ACarousel",inheritAttrs:!1,props:tle(),setup(e,t){let{slots:n,attrs:r,expose:o}=t;const i=ie();o({goTo:function(m){let g=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;var h;(h=i.value)===null||h===void 0||h.slickGoTo(m,g)},autoplay:m=>{var g,h;(h=(g=i.value)===null||g===void 0?void 0:g.innerSlider)===null||h===void 0||h.handleAutoPlay(m)},prev:()=>{var m;(m=i.value)===null||m===void 0||m.slickPrev()},next:()=>{var m;(m=i.value)===null||m===void 0||m.slickNext()},innerSlider:L(()=>{var m;return(m=i.value)===null||m===void 0?void 0:m.innerSlider})}),Qe(()=>{Jt(e.vertical===void 0)});const{prefixCls:l,direction:u}=Me("carousel",e),[a,s]=Jie(l),d=L(()=>e.dotPosition?e.dotPosition:e.vertical!==void 0&&e.vertical?"right":"bottom"),p=L(()=>d.value==="left"||d.value==="right"),f=L(()=>{const m="slick-dots";return me({[m]:!0,[`${m}-${d.value}`]:!0,[`${e.dotsClass}`]:!!e.dotsClass})});return()=>{const{dots:m,arrows:g,draggable:h,effect:_}=e,{class:v,style:b}=r,S=ele(r,["class","style"]),E=_==="fade"?!0:e.fade,T=me(l.value,{[`${l.value}-rtl`]:u.value==="rtl",[`${l.value}-vertical`]:p.value,[`${v}`]:!!v},s.value);return a(y("div",{class:T,style:b},[y(qie,U(U(U({ref:i},e),S),{},{dots:!!m,dotsClass:f.value,arrows:g,draggable:h,fade:E,vertical:p.value}),n)]))}}}),rle=rn(nle),UT="__RC_CASCADER_SPLIT__",IF="SHOW_PARENT",RF="SHOW_CHILD";function Bi(e){return e.join(UT)}function rc(e){return e.map(Bi)}function ole(e){return e.split(UT)}function ale(e){const{label:t,value:n,children:r}=e||{},o=n||"value";return{label:t||"label",value:o,key:o,children:r||"children"}}function Xu(e,t){var n,r;return(n=e.isLeaf)!==null&&n!==void 0?n:!(!((r=e[t.children])===null||r===void 0)&&r.length)}function ile(e){const t=e.parentElement;if(!t)return;const n=e.offsetTop-t.offsetTop;n-t.scrollTop<0?t.scrollTo({top:n}):n+e.offsetHeight-t.scrollTop>t.offsetHeight&&t.scrollTo({top:n+e.offsetHeight-t.offsetHeight})}const AF=Symbol("TreeContextKey"),lle=ae({compatConfig:{MODE:3},name:"TreeContext",props:{value:{type:Object}},setup(e,t){let{slots:n}=t;return at(AF,L(()=>e.value)),()=>{var r;return(r=n.default)===null||r===void 0?void 0:r.call(n)}}}),zT=()=>et(AF,L(()=>({}))),NF=Symbol("KeysStateKey"),sle=e=>{at(NF,e)},$F=()=>et(NF,{expandedKeys:ce([]),selectedKeys:ce([]),loadedKeys:ce([]),loadingKeys:ce([]),checkedKeys:ce([]),halfCheckedKeys:ce([]),expandedKeysSet:L(()=>new Set),selectedKeysSet:L(()=>new Set),loadedKeysSet:L(()=>new Set),loadingKeysSet:L(()=>new Set),checkedKeysSet:L(()=>new Set),halfCheckedKeysSet:L(()=>new Set),flattenNodes:ce([])}),cle=e=>{let{prefixCls:t,level:n,isStart:r,isEnd:o}=e;const i=`${t}-indent-unit`,c=[];for(let l=0;l({prefixCls:String,focusable:{type:Boolean,default:void 0},activeKey:[Number,String],tabindex:Number,children:q.any,treeData:{type:Array},fieldNames:{type:Object},showLine:{type:[Boolean,Object],default:void 0},showIcon:{type:Boolean,default:void 0},icon:q.any,selectable:{type:Boolean,default:void 0},expandAction:[String,Boolean],disabled:{type:Boolean,default:void 0},multiple:{type:Boolean,default:void 0},checkable:{type:Boolean,default:void 0},checkStrictly:{type:Boolean,default:void 0},draggable:{type:[Function,Boolean]},defaultExpandParent:{type:Boolean,default:void 0},autoExpandParent:{type:Boolean,default:void 0},defaultExpandAll:{type:Boolean,default:void 0},defaultExpandedKeys:{type:Array},expandedKeys:{type:Array},defaultCheckedKeys:{type:Array},checkedKeys:{type:[Object,Array]},defaultSelectedKeys:{type:Array},selectedKeys:{type:Array},allowDrop:{type:Function},dropIndicatorRender:{type:Function},onFocus:{type:Function},onBlur:{type:Function},onKeydown:{type:Function},onContextmenu:{type:Function},onClick:{type:Function},onDblclick:{type:Function},onScroll:{type:Function},onExpand:{type:Function},onCheck:{type:Function},onSelect:{type:Function},onLoad:{type:Function},loadData:{type:Function},loadedKeys:{type:Array},onMouseenter:{type:Function},onMouseleave:{type:Function},onRightClick:{type:Function},onDragstart:{type:Function},onDragenter:{type:Function},onDragover:{type:Function},onDragleave:{type:Function},onDragend:{type:Function},onDrop:{type:Function},onActiveChange:{type:Function},filterTreeNode:{type:Function},motion:q.any,switcherIcon:q.any,height:Number,itemHeight:Number,virtual:{type:Boolean,default:void 0},direction:{type:String},rootClassName:String,rootStyle:Object});var ple=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o"`v-slot:"+le+"` ")}`;const i=ce(!1),c=zT(),{expandedKeysSet:l,selectedKeysSet:u,loadedKeysSet:a,loadingKeysSet:s,checkedKeysSet:d,halfCheckedKeysSet:p}=$F(),{dragOverNodeKey:f,dropPosition:m,keyEntities:g}=c.value,h=L(()=>Im(e.eventKey,{expandedKeysSet:l.value,selectedKeysSet:u.value,loadedKeysSet:a.value,loadingKeysSet:s.value,checkedKeysSet:d.value,halfCheckedKeysSet:p.value,dragOverNodeKey:f,dropPosition:m,keyEntities:g})),_=so(()=>h.value.expanded),v=so(()=>h.value.selected),b=so(()=>h.value.checked),S=so(()=>h.value.loaded),E=so(()=>h.value.loading),T=so(()=>h.value.halfChecked),C=so(()=>h.value.dragOver),w=so(()=>h.value.dragOverGapTop),O=so(()=>h.value.dragOverGapBottom),R=so(()=>h.value.pos),I=ce(),$=L(()=>{const{eventKey:le}=e,{keyEntities:oe}=c.value,{children:ve}=oe[le]||{};return!!(ve||[]).length}),N=L(()=>{const{isLeaf:le}=e,{loadData:oe}=c.value,ve=$.value;return le===!1?!1:le||!oe&&!ve||oe&&S.value&&!ve}),P=L(()=>N.value?null:_.value?YR:WR),A=L(()=>{const{disabled:le}=e,{disabled:oe}=c.value;return!!(oe||le)}),D=L(()=>{const{checkable:le}=e,{checkable:oe}=c.value;return!oe||le===!1?!1:oe}),M=L(()=>{const{selectable:le}=e,{selectable:oe}=c.value;return typeof le=="boolean"?le:oe}),k=L(()=>{const{data:le,active:oe,checkable:ve,disableCheckbox:Ce,disabled:Re,selectable:Ne}=e;return x(x({active:oe,checkable:ve,disableCheckbox:Ce,disabled:Re,selectable:Ne},le),{dataRef:le,data:le,isLeaf:N.value,checked:b.value,expanded:_.value,loading:E.value,selected:v.value,halfChecked:T.value})}),F=mn(),B=L(()=>{const{eventKey:le}=e,{keyEntities:oe}=c.value,{parent:ve}=oe[le]||{};return x(x({},Rm(x({},e,h.value))),{parent:ve})}),H=mt({eventData:B,eventKey:L(()=>e.eventKey),selectHandle:I,pos:R,key:F.vnode.key});o(H);const z=le=>{const{onNodeDoubleClick:oe}=c.value;oe(le,B.value)},G=le=>{if(A.value)return;const{onNodeSelect:oe}=c.value;le.preventDefault(),oe(le,B.value)},V=le=>{if(A.value)return;const{disableCheckbox:oe}=e,{onNodeCheck:ve}=c.value;if(!D.value||oe)return;le.preventDefault();const Ce=!b.value;ve(le,B.value,Ce)},j=le=>{const{onNodeClick:oe}=c.value;oe(le,B.value),M.value?G(le):V(le)},K=le=>{const{onNodeMouseEnter:oe}=c.value;oe(le,B.value)},Q=le=>{const{onNodeMouseLeave:oe}=c.value;oe(le,B.value)},pe=le=>{const{onNodeContextMenu:oe}=c.value;oe(le,B.value)},J=le=>{const{onNodeDragStart:oe}=c.value;le.stopPropagation(),i.value=!0,oe(le,H);try{le.dataTransfer.setData("text/plain","")}catch{}},W=le=>{const{onNodeDragEnter:oe}=c.value;le.preventDefault(),le.stopPropagation(),oe(le,H)},Z=le=>{const{onNodeDragOver:oe}=c.value;le.preventDefault(),le.stopPropagation(),oe(le,H)},he=le=>{const{onNodeDragLeave:oe}=c.value;le.stopPropagation(),oe(le,H)},Y=le=>{const{onNodeDragEnd:oe}=c.value;le.stopPropagation(),i.value=!1,oe(le,H)},X=le=>{const{onNodeDrop:oe}=c.value;le.preventDefault(),le.stopPropagation(),i.value=!1,oe(le,H)},ne=le=>{const{onNodeExpand:oe}=c.value;E.value||oe(le,B.value)},re=()=>{const{data:le}=e,{draggable:oe}=c.value;return!!(oe&&(!oe.nodeDraggable||oe.nodeDraggable(le)))},te=()=>{const{draggable:le,prefixCls:oe}=c.value;return le&&(le!=null&&le.icon)?y("span",{class:`${oe}-draggable-icon`},[le.icon]):null},ue=()=>{var le,oe,ve;const{switcherIcon:Ce=r.switcherIcon||((le=c.value.slots)===null||le===void 0?void 0:le[(ve=(oe=e.data)===null||oe===void 0?void 0:oe.slots)===null||ve===void 0?void 0:ve.switcherIcon])}=e,{switcherIcon:Re}=c.value,Ne=Ce||Re;return typeof Ne=="function"?Ne(k.value):Ne},ge=()=>{const{loadData:le,onNodeLoad:oe}=c.value;E.value||le&&_.value&&!N.value&&!$.value&&!S.value&&oe(B.value)};Ke(()=>{ge()}),sr(()=>{ge()});const se=()=>{const{prefixCls:le}=c.value,oe=ue();if(N.value)return oe!==!1?y("span",{class:me(`${le}-switcher`,`${le}-switcher-noop`)},[oe]):null;const ve=me(`${le}-switcher`,`${le}-switcher_${_.value?YR:WR}`);return oe!==!1?y("span",{onClick:ne,class:ve},[oe]):null},de=()=>{var le,oe;const{disableCheckbox:ve}=e,{prefixCls:Ce}=c.value,Re=A.value;return D.value?y("span",{class:me(`${Ce}-checkbox`,b.value&&`${Ce}-checkbox-checked`,!b.value&&T.value&&`${Ce}-checkbox-indeterminate`,(Re||ve)&&`${Ce}-checkbox-disabled`),onClick:V},[(oe=(le=c.value).customCheckable)===null||oe===void 0?void 0:oe.call(le)]):null},fe=()=>{const{prefixCls:le}=c.value;return y("span",{class:me(`${le}-iconEle`,`${le}-icon__${P.value||"docu"}`,E.value&&`${le}-icon_loading`)},null)},_e=()=>{const{disabled:le,eventKey:oe}=e,{draggable:ve,dropLevelOffset:Ce,dropPosition:Re,prefixCls:Ne,indent:ye,dropIndicatorRender:xe,dragOverNodeKey:Oe,direction:De}=c.value;return!le&&ve!==!1&&Oe===oe?xe({dropPosition:Re,dropLevelOffset:Ce,indent:ye,prefixCls:Ne,direction:De}):null},be=()=>{var le,oe,ve,Ce,Re,Ne;const{icon:ye=r.icon,data:xe}=e,Oe=r.title||((le=c.value.slots)===null||le===void 0?void 0:le[(ve=(oe=e.data)===null||oe===void 0?void 0:oe.slots)===null||ve===void 0?void 0:ve.title])||((Ce=c.value.slots)===null||Ce===void 0?void 0:Ce.title)||e.title,{prefixCls:De,showIcon:ke,icon:$e,loadData:Le}=c.value,nt=A.value,_t=`${De}-node-content-wrapper`;let St;if(ke){const Xt=ye||((Re=c.value.slots)===null||Re===void 0?void 0:Re[(Ne=xe==null?void 0:xe.slots)===null||Ne===void 0?void 0:Ne.icon])||$e;St=Xt?y("span",{class:me(`${De}-iconEle`,`${De}-icon__customize`)},[typeof Xt=="function"?Xt(k.value):Xt]):fe()}else Le&&E.value&&(St=fe());let Je;typeof Oe=="function"?Je=Oe(k.value):Je=Oe,Je=Je===void 0?fle:Je;const wt=y("span",{class:`${De}-title`},[Je]);return y("span",{ref:I,title:typeof Oe=="string"?Oe:"",class:me(`${_t}`,`${_t}-${P.value||"normal"}`,!nt&&(v.value||i.value)&&`${De}-node-selected`),onMouseenter:K,onMouseleave:Q,onContextmenu:pe,onClick:j,onDblclick:z},[St,wt,_e()])};return()=>{const le=x(x({},e),n),{eventKey:oe,isLeaf:ve,isStart:Ce,isEnd:Re,domRef:Ne,active:ye,data:xe,onMousemove:Oe,selectable:De}=le,ke=ple(le,["eventKey","isLeaf","isStart","isEnd","domRef","active","data","onMousemove","selectable"]),{prefixCls:$e,filterTreeNode:Le,keyEntities:nt,dropContainerKey:_t,dropTargetKey:St,draggingNodeKey:Je}=c.value,wt=A.value,Xt=Zi(ke,{aria:!0,data:!0}),{level:ln}=nt[oe]||{},Sn=Re[Re.length-1],sn=re(),Cn=!wt&&sn,Wn=Je===oe,ur=De!==void 0?{"aria-selected":!!De}:void 0;return y("div",U(U({ref:Ne,class:me(n.class,`${$e}-treenode`,{[`${$e}-treenode-disabled`]:wt,[`${$e}-treenode-switcher-${_.value?"open":"close"}`]:!ve,[`${$e}-treenode-checkbox-checked`]:b.value,[`${$e}-treenode-checkbox-indeterminate`]:T.value,[`${$e}-treenode-selected`]:v.value,[`${$e}-treenode-loading`]:E.value,[`${$e}-treenode-active`]:ye,[`${$e}-treenode-leaf-last`]:Sn,[`${$e}-treenode-draggable`]:Cn,dragging:Wn,"drop-target":St===oe,"drop-container":_t===oe,"drag-over":!wt&&C.value,"drag-over-gap-top":!wt&&w.value,"drag-over-gap-bottom":!wt&&O.value,"filter-node":Le&&Le(B.value)}),style:n.style,draggable:Cn,"aria-grabbed":Wn,onDragstart:Cn?J:void 0,onDragenter:sn?W:void 0,onDragover:sn?Z:void 0,onDragleave:sn?he:void 0,onDrop:sn?X:void 0,onDragend:sn?Y:void 0,onMousemove:Oe},ur),Xt),[y(ule,{prefixCls:$e,level:ln,isStart:Ce,isEnd:Re},null),te(),se(),de(),be()])}}});function pa(e,t){if(!e)return[];const n=e.slice(),r=n.indexOf(t);return r>=0&&n.splice(r,1),n}function Ba(e,t){const n=(e||[]).slice();return n.indexOf(t)===-1&&n.push(t),n}function GT(e){return e.split("-")}function MF(e,t){return`${e}-${t}`}function mle(e){return e&&e.type&&e.type.isTreeNode}function gle(e,t){const n=[],r=t[e];function o(){(arguments.length>0&&arguments[0]!==void 0?arguments[0]:[]).forEach(c=>{let{key:l,children:u}=c;n.push(l),o(u)})}return o(r.children),n}function hle(e){if(e.parent){const t=GT(e.pos);return Number(t[t.length-1])===e.parent.children.length-1}return!1}function _le(e){const t=GT(e.pos);return Number(t[t.length-1])===0}function KR(e,t,n,r,o,i,c,l,u,a){var s;const{clientX:d,clientY:p}=e,{top:f,height:m}=e.target.getBoundingClientRect(),h=((a==="rtl"?-1:1)*(((o==null?void 0:o.x)||0)-d)-12)/r;let _=l[n.eventKey];if(pN.key===_.key),I=R<=0?0:R-1,$=c[I].key;_=l[$]}const v=_.key,b=_,S=_.key;let E=0,T=0;if(!u.has(v))for(let R=0;R-1.5?i({dragNode:C,dropNode:w,dropPosition:1})?E=1:O=!1:i({dragNode:C,dropNode:w,dropPosition:0})?E=0:i({dragNode:C,dropNode:w,dropPosition:1})?E=1:O=!1:i({dragNode:C,dropNode:w,dropPosition:1})?E=1:O=!1,{dropPosition:E,dropLevelOffset:T,dropTargetKey:_.key,dropTargetPos:_.pos,dragOverNodeKey:S,dropContainerKey:E===0?null:((s=_.parent)===null||s===void 0?void 0:s.key)||null,dropAllowed:O}}function qR(e,t){if(!e)return;const{multiple:n}=t;return n?e.slice():e.length?[e[0]]:e}function Tb(e){if(!e)return null;let t;if(Array.isArray(e))t={checkedKeys:e,halfCheckedKeys:void 0};else if(typeof e=="object")t={checkedKeys:e.checked||void 0,halfCheckedKeys:e.halfChecked||void 0};else return null;return t}function zy(e,t){const n=new Set;function r(o){if(n.has(o))return;const i=t[o];if(!i)return;n.add(o);const{parent:c,node:l}=i;l.disabled||c&&r(c.key)}return(e||[]).forEach(o=>{r(o)}),[...n]}var vle=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o0&&arguments[0]!==void 0?arguments[0]:[];return an(n).map(o=>{var i,c,l,u;if(!mle(o))return null;const a=o.children||{},s=o.key,d={};for(const[R,I]of Object.entries(o.props))d[us(R)]=I;const{isLeaf:p,checkable:f,selectable:m,disabled:g,disableCheckbox:h}=d,_={isLeaf:p||p===""||void 0,checkable:f||f===""||void 0,selectable:m||m===""||void 0,disabled:g||g===""||void 0,disableCheckbox:h||h===""||void 0},v=x(x({},d),_),{title:b=(i=a.title)===null||i===void 0?void 0:i.call(a,v),icon:S=(c=a.icon)===null||c===void 0?void 0:c.call(a,v),switcherIcon:E=(l=a.switcherIcon)===null||l===void 0?void 0:l.call(a,v)}=d,T=vle(d,["title","icon","switcherIcon"]),C=(u=a.default)===null||u===void 0?void 0:u.call(a),w=x(x(x({},T),{title:b,icon:S,switcherIcon:E,key:s,isLeaf:p}),_),O=t(C);return O.length&&(w.children=O),w})}return t(e)}function ble(e,t,n){const{_title:r,key:o,children:i}=U_(n),c=new Set(t===!0?[]:t),l=[];function u(a){let s=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;return a.map((d,p)=>{const f=MF(s?s.pos:"0",p),m=Wp(d[o],f);let g;for(let _=0;_p[i]:typeof i=="function"&&(s=p=>i(p)):s=(p,f)=>Wp(p[l],f);function d(p,f,m,g){const h=p?p[a]:e,_=p?MF(m.pos,f):"0",v=p?[...g,p]:[];if(p){const b=s(p,_),S={node:p,index:f,pos:_,key:b,parentPos:m.node?m.pos:null,level:m.level+1,nodes:v};t(S)}h&&h.forEach((b,S)=>{d(b,S,{node:p,pos:_,level:m?m.level+1:-1},v)})}d(null)}function Kp(e){let{initWrapper:t,processEntity:n,onProcessFinished:r,externalGetKey:o,childrenPropName:i,fieldNames:c}=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},l=arguments.length>2?arguments[2]:void 0;const u=o||l,a={},s={};let d={posEntities:a,keyEntities:s};return t&&(d=t(d)||d),Sle(e,p=>{const{node:f,index:m,pos:g,key:h,parentPos:_,level:v,nodes:b}=p,S={node:f,nodes:b,index:m,key:h,pos:g,level:v},E=Wp(h,g);a[g]=S,s[E]=S,S.parent=a[_],S.parent&&(S.parent.children=S.parent.children||[],S.parent.children.push(S)),n&&n(S,d)},{externalGetKey:u,childrenPropName:i,fieldNames:c}),r&&r(d),d}function Im(e,t){let{expandedKeysSet:n,selectedKeysSet:r,loadedKeysSet:o,loadingKeysSet:i,checkedKeysSet:c,halfCheckedKeysSet:l,dragOverNodeKey:u,dropPosition:a,keyEntities:s}=t;const d=s[e];return{eventKey:e,expanded:n.has(e),selected:r.has(e),loaded:o.has(e),loading:i.has(e),checked:c.has(e),halfChecked:l.has(e),pos:String(d?d.pos:""),parent:d.parent,dragOver:u===e&&a===0,dragOverGapTop:u===e&&a===-1,dragOverGapBottom:u===e&&a===1}}function Rm(e){const{data:t,expanded:n,selected:r,checked:o,loaded:i,loading:c,halfChecked:l,dragOver:u,dragOverGapTop:a,dragOverGapBottom:s,pos:d,active:p,eventKey:f}=e,m=x(x({dataRef:t},t),{expanded:n,selected:r,checked:o,loaded:i,loading:c,halfChecked:l,dragOver:u,dragOverGapTop:a,dragOverGapBottom:s,pos:d,active:p,eventKey:f,key:f});return"props"in m||Object.defineProperty(m,"props",{get(){return e}}),m}const yle=(e,t)=>L(()=>Kp(e.value,{fieldNames:t.value,initWrapper:r=>x(x({},r),{pathKeyEntities:{}}),processEntity:(r,o)=>{const i=r.nodes.map(c=>c[t.value.value]).join(UT);o.pathKeyEntities[i]=r,r.key=i}}).pathKeyEntities);function Ele(e){const t=ce(!1),n=ie({});return Qe(()=>{if(!e.value){t.value=!1,n.value={};return}let r={matchInputWidth:!0,limit:50};e.value&&typeof e.value=="object"&&(r=x(x({},r),e.value)),r.limit<=0&&delete r.limit,t.value=!0,n.value=r}),{showSearch:t,searchConfig:n}}const bd="__rc_cascader_search_mark__",Cle=(e,t,n)=>{let{label:r}=n;return t.some(o=>String(o[r]).toLowerCase().includes(e.toLowerCase()))},Tle=e=>{let{path:t,fieldNames:n}=e;return t.map(r=>r[n.label]).join(" / ")},xle=(e,t,n,r,o,i)=>L(()=>{const{filter:c=Cle,render:l=Tle,limit:u=50,sort:a}=o.value,s=[];if(!e.value)return[];function d(p,f){p.forEach(m=>{if(!a&&u>0&&s.length>=u)return;const g=[...f,m],h=m[n.value.children];(!h||h.length===0||i.value)&&c(e.value,g,{label:n.value.label})&&s.push(x(x({},m),{[n.value.label]:l({inputValue:e.value,path:g,prefixCls:r.value,fieldNames:n.value}),[bd]:g})),h&&d(m[n.value.children],g)})}return d(t.value,[]),a&&s.sort((p,f)=>a(p[bd],f[bd],e.value,n.value)),u>0?s.slice(0,u):s});function XR(e,t,n){const r=new Set(e);return e.filter(o=>{const i=t[o],c=i?i.parent:null,l=i?i.children:null;return n===RF?!(l&&l.some(u=>u.key&&r.has(u.key))):!(c&&!c.node.disabled&&r.has(c.key))})}function cp(e,t,n){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;var o;let i=t;const c=[];for(let l=0;l{const p=d[n.value];return r?String(p)===String(u):p===u}),s=a!==-1?i==null?void 0:i[a]:null;c.push({value:(o=s==null?void 0:s[n.value])!==null&&o!==void 0?o:u,index:a,option:s}),i=s==null?void 0:s[n.children]}return c}const wle=(e,t,n)=>L(()=>{const r=[],o=[];return n.value.forEach(i=>{cp(i,e.value,t.value).every(l=>l.option)?o.push(i):r.push(i)}),[o,r]});function kF(e,t){const n=new Set;return e.forEach(r=>{t.has(r)||n.add(r)}),n}function Ole(e){const{disabled:t,disableCheckbox:n,checkable:r}=e||{};return!!(t||n)||r===!1}function Ile(e,t,n,r){const o=new Set(e),i=new Set;for(let l=0;l<=n;l+=1)(t.get(l)||new Set).forEach(a=>{const{key:s,node:d,children:p=[]}=a;o.has(s)&&!r(d)&&p.filter(f=>!r(f.node)).forEach(f=>{o.add(f.key)})});const c=new Set;for(let l=n;l>=0;l-=1)(t.get(l)||new Set).forEach(a=>{const{parent:s,node:d}=a;if(r(d)||!a.parent||c.has(a.parent.key))return;if(r(a.parent.node)){c.add(s.key);return}let p=!0,f=!1;(s.children||[]).filter(m=>!r(m.node)).forEach(m=>{let{key:g}=m;const h=o.has(g);p&&!h&&(p=!1),!f&&(h||i.has(g))&&(f=!0)}),p&&o.add(s.key),f&&i.add(s.key),c.add(s.key)});return{checkedKeys:Array.from(o),halfCheckedKeys:Array.from(kF(i,o))}}function Rle(e,t,n,r,o){const i=new Set(e);let c=new Set(t);for(let u=0;u<=r;u+=1)(n.get(u)||new Set).forEach(s=>{const{key:d,node:p,children:f=[]}=s;!i.has(d)&&!c.has(d)&&!o(p)&&f.filter(m=>!o(m.node)).forEach(m=>{i.delete(m.key)})});c=new Set;const l=new Set;for(let u=r;u>=0;u-=1)(n.get(u)||new Set).forEach(s=>{const{parent:d,node:p}=s;if(o(p)||!s.parent||l.has(s.parent.key))return;if(o(s.parent.node)){l.add(d.key);return}let f=!0,m=!1;(d.children||[]).filter(g=>!o(g.node)).forEach(g=>{let{key:h}=g;const _=i.has(h);f&&!_&&(f=!1),!m&&(_||c.has(h))&&(m=!0)}),f||i.delete(d.key),m&&c.add(d.key),l.add(d.key)});return{checkedKeys:Array.from(i),halfCheckedKeys:Array.from(kF(c,i))}}function No(e,t,n,r,o,i){let c;i?c=i:c=Ole;const l=new Set(e.filter(a=>!!n[a]));let u;return t===!0?u=Ile(l,o,r,c):u=Rle(l,t.halfCheckedKeys,o,r,c),u}const Ale=(e,t,n,r,o)=>L(()=>{const i=o.value||(c=>{let{labels:l}=c;const u=r.value?l.slice(-1):l,a=" / ";return u.every(s=>["string","number"].includes(typeof s))?u.join(a):u.reduce((s,d,p)=>{const f=In(d)?Nt(d,{key:p}):d;return p===0?[f]:[...s,a,f]},[])});return e.value.map(c=>{const l=cp(c,t.value,n.value),u=i({labels:l.map(s=>{let{option:d,value:p}=s;var f;return(f=d==null?void 0:d[n.value.label])!==null&&f!==void 0?f:p}),selectedOptions:l.map(s=>{let{option:d}=s;return d})}),a=Bi(c);return{label:u,value:a,key:a,valueCells:c}})}),LF=Symbol("CascaderContextKey"),Nle=e=>{at(LF,e)},z_=()=>et(LF),$le=()=>{const e=Lp(),{values:t}=z_(),[n,r]=Pt([]);return Ee(()=>e.open,()=>{if(e.open&&!e.multiple){const o=t.value[0];r(o||[])}},{immediate:!0}),[n,r]},Dle=(e,t,n,r,o,i)=>{const c=Lp(),l=L(()=>c.direction==="rtl"),[u,a,s]=[ie([]),ie(),ie([])];Qe(()=>{let g=-1,h=t.value;const _=[],v=[],b=r.value.length;for(let E=0;EC[n.value.value]===r.value[E]);if(T===-1)break;g=T,_.push(g),v.push(r.value[E]),h=h[g][n.value.children]}let S=t.value;for(let E=0;E<_.length-1;E+=1)S=S[_[E]][n.value.children];[u.value,a.value,s.value]=[v,g,S]});const d=g=>{o(g)},p=g=>{const h=s.value.length;let _=a.value;_===-1&&g<0&&(_=h);for(let v=0;v{if(u.value.length>1){const g=u.value.slice(0,-1);d(g)}else c.toggleOpen(!1)},m=()=>{var g;const _=(((g=s.value[a.value])===null||g===void 0?void 0:g[n.value.children])||[]).find(v=>!v.disabled);if(_){const v=[...u.value,_[n.value.value]];d(v)}};e.expose({onKeydown:g=>{const{which:h}=g;switch(h){case Ae.UP:case Ae.DOWN:{let _=0;h===Ae.UP?_=-1:h===Ae.DOWN&&(_=1),_!==0&&p(_);break}case Ae.LEFT:{l.value?m():f();break}case Ae.RIGHT:{l.value?f():m();break}case Ae.BACKSPACE:{c.searchValue||f();break}case Ae.ENTER:{if(u.value.length){const _=s.value[a.value],v=(_==null?void 0:_[bd])||[];v.length?i(v.map(b=>b[n.value.value]),v[v.length-1]):i(u.value,_)}break}case Ae.ESC:c.toggleOpen(!1),open&&g.stopPropagation()}},onKeyup:()=>{}})};function G_(e){let{prefixCls:t,checked:n,halfChecked:r,disabled:o,onClick:i}=e;const{customSlots:c,checkable:l}=z_(),u=l.value!==!1?c.value.checkable:l.value,a=typeof u=="function"?u():typeof u=="boolean"?null:u;return y("span",{class:{[t]:!0,[`${t}-checked`]:n,[`${t}-indeterminate`]:!n&&r,[`${t}-disabled`]:o},onClick:i},[a])}G_.props=["prefixCls","checked","halfChecked","disabled","onClick"];G_.displayName="Checkbox";G_.inheritAttrs=!1;const FF="__cascader_fix_label__";function j_(e){let{prefixCls:t,multiple:n,options:r,activeValue:o,prevValuePath:i,onToggleOpen:c,onSelect:l,onActive:u,checkedSet:a,halfCheckedSet:s,loadingKeys:d,isSelectable:p}=e;var f,m,g,h,_,v;const b=`${t}-menu`,S=`${t}-menu-item`,{fieldNames:E,changeOnSelect:T,expandTrigger:C,expandIcon:w,loadingIcon:O,dropdownMenuColumnStyle:R,customSlots:I}=z_(),$=(f=w.value)!==null&&f!==void 0?f:(g=(m=I.value).expandIcon)===null||g===void 0?void 0:g.call(m),N=(h=O.value)!==null&&h!==void 0?h:(v=(_=I.value).loadingIcon)===null||v===void 0?void 0:v.call(_),P=C.value==="hover";return y("ul",{class:b,role:"menu"},[r.map(A=>{var D;const{disabled:M}=A,k=A[bd],F=(D=A[FF])!==null&&D!==void 0?D:A[E.value.label],B=A[E.value.value],H=Xu(A,E.value),z=k?k.map(W=>W[E.value.value]):[...i,B],G=Bi(z),V=d.includes(G),j=a.has(G),K=s.has(G),Q=()=>{!M&&(!P||!H)&&u(z)},pe=()=>{p(A)&&l(z,H)};let J;return typeof A.title=="string"?J=A.title:typeof F=="string"&&(J=F),y("li",{key:G,class:[S,{[`${S}-expand`]:!H,[`${S}-active`]:o===B,[`${S}-disabled`]:M,[`${S}-loading`]:V}],style:R.value,role:"menuitemcheckbox",title:J,"aria-checked":j,"data-path-key":G,onClick:()=>{Q(),(!n||H)&&pe()},onDblclick:()=>{T.value&&c(!1)},onMouseenter:()=>{P&&Q()},onMousedown:W=>{W.preventDefault()}},[n&&y(G_,{prefixCls:`${t}-checkbox`,checked:j,halfChecked:K,disabled:M,onClick:W=>{W.stopPropagation(),pe()}},null),y("div",{class:`${S}-content`},[F]),!V&&$&&!H&&y("div",{class:`${S}-expand-icon`},[$]),V&&N&&y("div",{class:`${S}-loading-icon`},[N])])})])}j_.props=["prefixCls","multiple","options","activeValue","prevValuePath","onToggleOpen","onSelect","onActive","checkedSet","halfCheckedSet","loadingKeys","isSelectable"];j_.displayName="Column";j_.inheritAttrs=!1;const Ple=ae({compatConfig:{MODE:3},name:"OptionList",inheritAttrs:!1,setup(e,t){const{attrs:n,slots:r}=t,o=Lp(),i=ie(),c=L(()=>o.direction==="rtl"),{options:l,values:u,halfValues:a,fieldNames:s,changeOnSelect:d,onSelect:p,searchOptions:f,dropdownPrefixCls:m,loadData:g,expandTrigger:h,customSlots:_}=z_(),v=L(()=>m.value||o.prefixCls),b=ce([]),S=D=>{if(!g.value||o.searchValue)return;const k=cp(D,l.value,s.value).map(B=>{let{option:H}=B;return H}),F=k[k.length-1];if(F&&!Xu(F,s.value)){const B=Bi(D);b.value=[...b.value,B],g.value(k)}};Qe(()=>{b.value.length&&b.value.forEach(D=>{const M=ole(D),k=cp(M,l.value,s.value,!0).map(B=>{let{option:H}=B;return H}),F=k[k.length-1];(!F||F[s.value.children]||Xu(F,s.value))&&(b.value=b.value.filter(B=>B!==D))})});const E=L(()=>new Set(rc(u.value))),T=L(()=>new Set(rc(a.value))),[C,w]=$le(),O=D=>{w(D),S(D)},R=D=>{const{disabled:M}=D,k=Xu(D,s.value);return!M&&(k||d.value||o.multiple)},I=function(D,M){let k=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;p(D),!o.multiple&&(M||d.value&&(h.value==="hover"||k))&&o.toggleOpen(!1)},$=L(()=>o.searchValue?f.value:l.value),N=L(()=>{const D=[{options:$.value}];let M=$.value;for(let k=0;kz[s.value.value]===F),H=B==null?void 0:B[s.value.children];if(!(H!=null&&H.length))break;M=H,D.push({options:H})}return D});Dle(t,$,s,C,O,(D,M)=>{R(M)&&I(D,Xu(M,s.value),!0)});const A=D=>{D.preventDefault()};return Ke(()=>{Ee(C,D=>{var M;for(let k=0;k{var D,M,k,F,B;const{notFoundContent:H=((D=r.notFoundContent)===null||D===void 0?void 0:D.call(r))||((k=(M=_.value).notFoundContent)===null||k===void 0?void 0:k.call(M)),multiple:z,toggleOpen:G}=o,V=!(!((B=(F=N.value[0])===null||F===void 0?void 0:F.options)===null||B===void 0)&&B.length),j=[{[s.value.value]:"__EMPTY__",[FF]:H,disabled:!0}],K=x(x({},n),{multiple:!V&&z,onSelect:I,onActive:O,onToggleOpen:G,checkedSet:E.value,halfCheckedSet:T.value,loadingKeys:b.value,isSelectable:R}),pe=(V?[{options:j}]:N.value).map((J,W)=>{const Z=C.value.slice(0,W),he=C.value[W];return y(j_,U(U({key:W},K),{},{prefixCls:v.value,options:J.options,prevValuePath:Z,activeValue:he}),null)});return y("div",{class:[`${v.value}-menus`,{[`${v.value}-menu-empty`]:V,[`${v.value}-rtl`]:c.value}],onMousedown:A,ref:i},[pe])}}});function V_(e){const t=ie(0),n=ce();return Qe(()=>{const r=new Map;let o=0;const i=e.value||{};for(const c in i)if(Object.prototype.hasOwnProperty.call(i,c)){const l=i[c],{level:u}=l;let a=r.get(u);a||(a=new Set,r.set(u,a)),a.add(l),o=Math.max(o,u)}t.value=o,n.value=r}),{maxLevel:t,levelEntities:n}}function Mle(){return x(x({},gt(h_(),["tokenSeparators","mode","showSearch"])),{id:String,prefixCls:String,fieldNames:Fe(),children:Array,value:{type:[String,Number,Array]},defaultValue:{type:[String,Number,Array]},changeOnSelect:{type:Boolean,default:void 0},displayRender:Function,checkable:{type:Boolean,default:void 0},showCheckedStrategy:{type:String,default:IF},showSearch:{type:[Boolean,Object],default:void 0},searchValue:String,onSearch:Function,expandTrigger:String,options:Array,dropdownPrefixCls:String,loadData:Function,popupVisible:{type:Boolean,default:void 0},popupClassName:String,dropdownClassName:String,dropdownMenuColumnStyle:{type:Object,default:void 0},popupStyle:{type:Object,default:void 0},dropdownStyle:{type:Object,default:void 0},popupPlacement:String,placement:String,onPopupVisibleChange:Function,onDropdownVisibleChange:Function,expandIcon:q.any,loadingIcon:q.any})}function BF(){return x(x({},Mle()),{onChange:Function,customSlots:Object})}function kle(e){return Array.isArray(e)&&Array.isArray(e[0])}function QR(e){return e?kle(e)?e:(e.length===0?[]:[e]).map(t=>Array.isArray(t)?t:[t]):[]}const Lle=ae({compatConfig:{MODE:3},name:"Cascader",inheritAttrs:!1,props:st(BF(),{}),setup(e,t){let{attrs:n,expose:r,slots:o}=t;const i=dC(Xe(e,"id")),c=L(()=>!!e.checkable),[l,u]=Zt(e.defaultValue,{value:L(()=>e.value),postState:QR}),a=L(()=>ale(e.fieldNames)),s=L(()=>e.options||[]),d=yle(s,a),p=W=>{const Z=d.value;return W.map(he=>{const{nodes:Y}=Z[he];return Y.map(X=>X[a.value.value])})},[f,m]=Zt("",{value:L(()=>e.searchValue),postState:W=>W||""}),g=(W,Z)=>{m(W),Z.source!=="blur"&&e.onSearch&&e.onSearch(W)},{showSearch:h,searchConfig:_}=Ele(Xe(e,"showSearch")),v=xle(f,s,a,L(()=>e.dropdownPrefixCls||e.prefixCls),_,Xe(e,"changeOnSelect")),b=wle(s,a,l),[S,E,T]=[ie([]),ie([]),ie([])],{maxLevel:C,levelEntities:w}=V_(d);Qe(()=>{const[W,Z]=b.value;if(!c.value||!l.value.length){[S.value,E.value,T.value]=[W,[],Z];return}const he=rc(W),Y=d.value,{checkedKeys:X,halfCheckedKeys:ne}=No(he,!0,Y,C.value,w.value);[S.value,E.value,T.value]=[p(X),p(ne),Z]});const O=L(()=>{const W=rc(S.value),Z=XR(W,d.value,e.showCheckedStrategy);return[...T.value,...p(Z)]}),R=Ale(O,s,a,c,Xe(e,"displayRender")),I=W=>{if(u(W),e.onChange){const Z=QR(W),he=Z.map(ne=>cp(ne,s.value,a.value).map(re=>re.option)),Y=c.value?Z:Z[0],X=c.value?he:he[0];e.onChange(Y,X)}},$=W=>{if(m(""),!c.value)I(W);else{const Z=Bi(W),he=rc(S.value),Y=rc(E.value),X=he.includes(Z),ne=T.value.some(ue=>Bi(ue)===Z);let re=S.value,te=T.value;if(ne&&!X)te=T.value.filter(ue=>Bi(ue)!==Z);else{const ue=X?he.filter(de=>de!==Z):[...he,Z];let ge;X?{checkedKeys:ge}=No(ue,{checked:!1,halfCheckedKeys:Y},d.value,C.value,w.value):{checkedKeys:ge}=No(ue,!0,d.value,C.value,w.value);const se=XR(ge,d.value,e.showCheckedStrategy);re=p(se)}I([...te,...re])}},N=(W,Z)=>{if(Z.type==="clear"){I([]);return}const{valueCells:he}=Z.values[0];$(he)},P=L(()=>e.open!==void 0?e.open:e.popupVisible),A=L(()=>e.dropdownClassName||e.popupClassName),D=L(()=>e.dropdownStyle||e.popupStyle||{}),M=L(()=>e.placement||e.popupPlacement),k=W=>{var Z,he;(Z=e.onDropdownVisibleChange)===null||Z===void 0||Z.call(e,W),(he=e.onPopupVisibleChange)===null||he===void 0||he.call(e,W)},{changeOnSelect:F,checkable:B,dropdownPrefixCls:H,loadData:z,expandTrigger:G,expandIcon:V,loadingIcon:j,dropdownMenuColumnStyle:K,customSlots:Q}=qo(e);Nle({options:s,fieldNames:a,values:S,halfValues:E,changeOnSelect:F,onSelect:$,checkable:B,searchOptions:v,dropdownPrefixCls:H,loadData:z,expandTrigger:G,expandIcon:V,loadingIcon:j,dropdownMenuColumnStyle:K,customSlots:Q});const pe=ie();r({focus(){var W;(W=pe.value)===null||W===void 0||W.focus()},blur(){var W;(W=pe.value)===null||W===void 0||W.blur()},scrollTo(W){var Z;(Z=pe.value)===null||Z===void 0||Z.scrollTo(W)}});const J=L(()=>gt(e,["id","prefixCls","fieldNames","defaultValue","value","changeOnSelect","onChange","displayRender","checkable","searchValue","onSearch","showSearch","expandTrigger","options","dropdownPrefixCls","loadData","popupVisible","open","popupClassName","dropdownClassName","dropdownMenuColumnStyle","popupPlacement","placement","onDropdownVisibleChange","onPopupVisibleChange","expandIcon","loadingIcon","customSlots","showCheckedStrategy","children"]));return()=>{const W=!(f.value?v.value:s.value).length,{dropdownMatchSelectWidth:Z=!1}=e,he=f.value&&_.value.matchInputWidth||W?{}:{minWidth:"auto"};return y(cC,U(U(U({},J.value),n),{},{ref:pe,id:i,prefixCls:e.prefixCls,dropdownMatchSelectWidth:Z,dropdownStyle:x(x({},D.value),he),displayValues:R.value,onDisplayValuesChange:N,mode:c.value?"multiple":void 0,searchValue:f.value,onSearch:g,showSearch:h.value,OptionList:Ple,emptyOptions:W,open:P.value,dropdownClassName:A.value,placement:M.value,onDropdownVisibleChange:k,getRawInputElement:()=>{var Y;return(Y=o.default)===null||Y===void 0?void 0:Y.call(o)}}),o)}}});var Fle={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 000 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z"}}]},name:"left",theme:"outlined"};const Ble=Fle;function ZR(e){for(var t=1;twr()&&window.document.documentElement,UF=e=>{if(wr()&&window.document.documentElement){const t=Array.isArray(e)?e:[e],{documentElement:n}=window.document;return t.some(r=>r in n.style)}return!1},Ule=(e,t)=>{if(!UF(e))return!1;const n=document.createElement("div"),r=n.style[e];return n.style[e]=t,n.style[e]!==r};function VT(e,t){return!Array.isArray(e)&&t!==void 0?Ule(e,t):UF(e)}let Wf;const zle=()=>{if(!HF())return!1;if(Wf!==void 0)return Wf;const e=document.createElement("div");return e.style.display="flex",e.style.flexDirection="column",e.style.rowGap="1px",e.appendChild(document.createElement("div")),e.appendChild(document.createElement("div")),document.body.appendChild(e),Wf=e.scrollHeight===1,document.body.removeChild(e),Wf},zF=()=>{const e=ce(!1);return Ke(()=>{e.value=zle()}),e},GF=Symbol("rowContextKey"),Gle=e=>{at(GF,e)},jle=()=>et(GF,{gutter:L(()=>{}),wrap:L(()=>{}),supportFlexGap:L(()=>{})}),Vle=e=>{const{componentCls:t}=e;return{[t]:{display:"flex",flexFlow:"row wrap",minWidth:0,"&::before, &::after":{display:"flex"},"&-no-wrap":{flexWrap:"nowrap"},"&-start":{justifyContent:"flex-start"},"&-center":{justifyContent:"center"},"&-end":{justifyContent:"flex-end"},"&-space-between":{justifyContent:"space-between"},"&-space-around ":{justifyContent:"space-around"},"&-top":{alignItems:"flex-start"},"&-middle":{alignItems:"center"},"&-bottom":{alignItems:"flex-end"}}}},Yle=e=>{const{componentCls:t}=e;return{[t]:{position:"relative",maxWidth:"100%",minHeight:1}}},Wle=(e,t)=>{const{componentCls:n,gridColumns:r}=e,o={};for(let i=r;i>=0;i--)i===0?(o[`${n}${t}-${i}`]={display:"none"},o[`${n}-push-${i}`]={insetInlineStart:"auto"},o[`${n}-pull-${i}`]={insetInlineEnd:"auto"},o[`${n}${t}-push-${i}`]={insetInlineStart:"auto"},o[`${n}${t}-pull-${i}`]={insetInlineEnd:"auto"},o[`${n}${t}-offset-${i}`]={marginInlineEnd:0},o[`${n}${t}-order-${i}`]={order:0}):(o[`${n}${t}-${i}`]={display:"block",flex:`0 0 ${i/r*100}%`,maxWidth:`${i/r*100}%`},o[`${n}${t}-push-${i}`]={insetInlineStart:`${i/r*100}%`},o[`${n}${t}-pull-${i}`]={insetInlineEnd:`${i/r*100}%`},o[`${n}${t}-offset-${i}`]={marginInlineStart:`${i/r*100}%`},o[`${n}${t}-order-${i}`]={order:i});return o},jy=(e,t)=>Wle(e,t),Kle=(e,t,n)=>({[`@media (min-width: ${t}px)`]:x({},jy(e,n))}),qle=tt("Grid",e=>[Vle(e)]),Xle=tt("Grid",e=>{const t=Ve(e,{gridColumns:24}),n={"-sm":t.screenSMMin,"-md":t.screenMDMin,"-lg":t.screenLGMin,"-xl":t.screenXLMin,"-xxl":t.screenXXLMin};return[Yle(t),jy(t,""),jy(t,"-xs"),Object.keys(n).map(r=>Kle(t,n[r],r)).reduce((r,o)=>x(x({},r),o),{})]}),Qle=()=>({align:We([String,Object]),justify:We([String,Object]),prefixCls:String,gutter:We([Number,Array,Object],0),wrap:{type:Boolean,default:void 0}}),Zle=ae({compatConfig:{MODE:3},name:"ARow",inheritAttrs:!1,props:Qle(),setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o,direction:i}=Me("row",e),[c,l]=qle(o);let u;const a=YC(),s=ie({xs:!0,sm:!0,md:!0,lg:!0,xl:!0,xxl:!0}),d=ie({xs:!1,sm:!1,md:!1,lg:!1,xl:!1,xxl:!1}),p=b=>L(()=>{if(typeof e[b]=="string")return e[b];if(typeof e[b]!="object")return"";for(let S=0;S{u=a.value.subscribe(b=>{d.value=b;const S=e.gutter||0;(!Array.isArray(S)&&typeof S=="object"||Array.isArray(S)&&(typeof S[0]=="object"||typeof S[1]=="object"))&&(s.value=b)})}),lt(()=>{a.value.unsubscribe(u)});const h=L(()=>{const b=[void 0,void 0],{gutter:S=0}=e;return(Array.isArray(S)?S:[S,void 0]).forEach((T,C)=>{if(typeof T=="object")for(let w=0;we.wrap)});const _=L(()=>me(o.value,{[`${o.value}-no-wrap`]:e.wrap===!1,[`${o.value}-${m.value}`]:m.value,[`${o.value}-${f.value}`]:f.value,[`${o.value}-rtl`]:i.value==="rtl"},r.class,l.value)),v=L(()=>{const b=h.value,S={},E=b[0]!=null&&b[0]>0?`${b[0]/-2}px`:void 0,T=b[1]!=null&&b[1]>0?`${b[1]/-2}px`:void 0;return E&&(S.marginLeft=E,S.marginRight=E),g.value?S.rowGap=`${b[1]}px`:T&&(S.marginTop=T,S.marginBottom=T),S});return()=>{var b;return c(y("div",U(U({},r),{},{class:_.value,style:x(x({},v.value),r.style)}),[(b=n.default)===null||b===void 0?void 0:b.call(n)]))}}}),YT=Zle;function wl(){return wl=Object.assign?Object.assign.bind():function(e){for(var t=1;t"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Am(e,t,n){return ese()?Am=Reflect.construct.bind():Am=function(o,i,c){var l=[null];l.push.apply(l,i);var u=Function.bind.apply(o,l),a=new u;return c&&up(a,c.prototype),a},Am.apply(null,arguments)}function tse(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Yy(e){var t=typeof Map=="function"?new Map:void 0;return Yy=function(r){if(r===null||!tse(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t<"u"){if(t.has(r))return t.get(r);t.set(r,o)}function o(){return Am(r,arguments,Vy(this).constructor)}return o.prototype=Object.create(r.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),up(o,r)},Yy(e)}var nse=/%[sdj%]/g,rse=function(){};function Wy(e){if(!e||!e.length)return null;var t={};return e.forEach(function(n){var r=n.field;t[r]=t[r]||[],t[r].push(n)}),t}function fo(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r=i)return l;switch(l){case"%s":return String(n[o++]);case"%d":return Number(n[o++]);case"%j":try{return JSON.stringify(n[o++])}catch{return"[Circular]"}break;default:return l}});return c}return e}function ose(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function or(e,t){return!!(e==null||t==="array"&&Array.isArray(e)&&!e.length||ose(t)&&typeof e=="string"&&!e)}function ase(e,t,n){var r=[],o=0,i=e.length;function c(l){r.push.apply(r,l||[]),o++,o===i&&n(r)}e.forEach(function(l){t(l,c)})}function JR(e,t,n){var r=0,o=e.length;function i(c){if(c&&c.length){n(c);return}var l=r;r=r+1,l()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+\.)+[a-zA-Z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{2,}))$/,hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},Qu={integer:function(t){return Qu.number(t)&&parseInt(t,10)===t},float:function(t){return Qu.number(t)&&!Qu.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch{return!1}},date:function(t){return typeof t.getTime=="function"&&typeof t.getMonth=="function"&&typeof t.getYear=="function"&&!isNaN(t.getTime())},number:function(t){return isNaN(t)?!1:typeof t=="number"},object:function(t){return typeof t=="object"&&!Qu.array(t)},method:function(t){return typeof t=="function"},email:function(t){return typeof t=="string"&&t.length<=320&&!!t.match(rA.email)},url:function(t){return typeof t=="string"&&t.length<=2048&&!!t.match(dse())},hex:function(t){return typeof t=="string"&&!!t.match(rA.hex)}},pse=function(t,n,r,o,i){if(t.required&&n===void 0){jF(t,n,r,o,i);return}var c=["integer","float","array","regexp","object","method","email","number","date","url","hex"],l=t.type;c.indexOf(l)>-1?Qu[l](n)||o.push(fo(i.messages.types[l],t.fullField,t.type)):l&&typeof n!==t.type&&o.push(fo(i.messages.types[l],t.fullField,t.type))},fse=function(t,n,r,o,i){var c=typeof t.len=="number",l=typeof t.min=="number",u=typeof t.max=="number",a=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,s=n,d=null,p=typeof n=="number",f=typeof n=="string",m=Array.isArray(n);if(p?d="number":f?d="string":m&&(d="array"),!d)return!1;m&&(s=n.length),f&&(s=n.replace(a,"_").length),c?s!==t.len&&o.push(fo(i.messages[d].len,t.fullField,t.len)):l&&!u&&st.max?o.push(fo(i.messages[d].max,t.fullField,t.max)):l&&u&&(st.max)&&o.push(fo(i.messages[d].range,t.fullField,t.min,t.max))},Bs="enum",mse=function(t,n,r,o,i){t[Bs]=Array.isArray(t[Bs])?t[Bs]:[],t[Bs].indexOf(n)===-1&&o.push(fo(i.messages[Bs],t.fullField,t[Bs].join(", ")))},gse=function(t,n,r,o,i){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(n)||o.push(fo(i.messages.pattern.mismatch,t.fullField,n,t.pattern));else if(typeof t.pattern=="string"){var c=new RegExp(t.pattern);c.test(n)||o.push(fo(i.messages.pattern.mismatch,t.fullField,n,t.pattern))}}},kt={required:jF,whitespace:use,type:pse,range:fse,enum:mse,pattern:gse},hse=function(t,n,r,o,i){var c=[],l=t.required||!t.required&&o.hasOwnProperty(t.field);if(l){if(or(n,"string")&&!t.required)return r();kt.required(t,n,o,c,i,"string"),or(n,"string")||(kt.type(t,n,o,c,i),kt.range(t,n,o,c,i),kt.pattern(t,n,o,c,i),t.whitespace===!0&&kt.whitespace(t,n,o,c,i))}r(c)},_se=function(t,n,r,o,i){var c=[],l=t.required||!t.required&&o.hasOwnProperty(t.field);if(l){if(or(n)&&!t.required)return r();kt.required(t,n,o,c,i),n!==void 0&&kt.type(t,n,o,c,i)}r(c)},vse=function(t,n,r,o,i){var c=[],l=t.required||!t.required&&o.hasOwnProperty(t.field);if(l){if(n===""&&(n=void 0),or(n)&&!t.required)return r();kt.required(t,n,o,c,i),n!==void 0&&(kt.type(t,n,o,c,i),kt.range(t,n,o,c,i))}r(c)},bse=function(t,n,r,o,i){var c=[],l=t.required||!t.required&&o.hasOwnProperty(t.field);if(l){if(or(n)&&!t.required)return r();kt.required(t,n,o,c,i),n!==void 0&&kt.type(t,n,o,c,i)}r(c)},Sse=function(t,n,r,o,i){var c=[],l=t.required||!t.required&&o.hasOwnProperty(t.field);if(l){if(or(n)&&!t.required)return r();kt.required(t,n,o,c,i),or(n)||kt.type(t,n,o,c,i)}r(c)},yse=function(t,n,r,o,i){var c=[],l=t.required||!t.required&&o.hasOwnProperty(t.field);if(l){if(or(n)&&!t.required)return r();kt.required(t,n,o,c,i),n!==void 0&&(kt.type(t,n,o,c,i),kt.range(t,n,o,c,i))}r(c)},Ese=function(t,n,r,o,i){var c=[],l=t.required||!t.required&&o.hasOwnProperty(t.field);if(l){if(or(n)&&!t.required)return r();kt.required(t,n,o,c,i),n!==void 0&&(kt.type(t,n,o,c,i),kt.range(t,n,o,c,i))}r(c)},Cse=function(t,n,r,o,i){var c=[],l=t.required||!t.required&&o.hasOwnProperty(t.field);if(l){if(n==null&&!t.required)return r();kt.required(t,n,o,c,i,"array"),n!=null&&(kt.type(t,n,o,c,i),kt.range(t,n,o,c,i))}r(c)},Tse=function(t,n,r,o,i){var c=[],l=t.required||!t.required&&o.hasOwnProperty(t.field);if(l){if(or(n)&&!t.required)return r();kt.required(t,n,o,c,i),n!==void 0&&kt.type(t,n,o,c,i)}r(c)},xse="enum",wse=function(t,n,r,o,i){var c=[],l=t.required||!t.required&&o.hasOwnProperty(t.field);if(l){if(or(n)&&!t.required)return r();kt.required(t,n,o,c,i),n!==void 0&&kt[xse](t,n,o,c,i)}r(c)},Ose=function(t,n,r,o,i){var c=[],l=t.required||!t.required&&o.hasOwnProperty(t.field);if(l){if(or(n,"string")&&!t.required)return r();kt.required(t,n,o,c,i),or(n,"string")||kt.pattern(t,n,o,c,i)}r(c)},Ise=function(t,n,r,o,i){var c=[],l=t.required||!t.required&&o.hasOwnProperty(t.field);if(l){if(or(n,"date")&&!t.required)return r();if(kt.required(t,n,o,c,i),!or(n,"date")){var u;n instanceof Date?u=n:u=new Date(n),kt.type(t,u,o,c,i),u&&kt.range(t,u.getTime(),o,c,i)}}r(c)},Rse=function(t,n,r,o,i){var c=[],l=Array.isArray(n)?"array":typeof n;kt.required(t,n,o,c,i,l),r(c)},xb=function(t,n,r,o,i){var c=t.type,l=[],u=t.required||!t.required&&o.hasOwnProperty(t.field);if(u){if(or(n,c)&&!t.required)return r();kt.required(t,n,o,l,i,c),or(n,c)||kt.type(t,n,o,l,i)}r(l)},Ase=function(t,n,r,o,i){var c=[],l=t.required||!t.required&&o.hasOwnProperty(t.field);if(l){if(or(n)&&!t.required)return r();kt.required(t,n,o,c,i)}r(c)},Sd={string:hse,method:_se,number:vse,boolean:bse,regexp:Sse,integer:yse,float:Ese,array:Cse,object:Tse,enum:wse,pattern:Ose,date:Ise,url:xb,hex:xb,email:xb,required:Rse,any:Ase};function Ky(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var t=JSON.parse(JSON.stringify(this));return t.clone=this.clone,t}}}var qy=Ky(),qp=function(){function e(n){this.rules=null,this._messages=qy,this.define(n)}var t=e.prototype;return t.define=function(r){var o=this;if(!r)throw new Error("Cannot configure a schema with no rules");if(typeof r!="object"||Array.isArray(r))throw new Error("Rules must be an object");this.rules={},Object.keys(r).forEach(function(i){var c=r[i];o.rules[i]=Array.isArray(c)?c:[c]})},t.messages=function(r){return r&&(this._messages=nA(Ky(),r)),this._messages},t.validate=function(r,o,i){var c=this;o===void 0&&(o={}),i===void 0&&(i=function(){});var l=r,u=o,a=i;if(typeof u=="function"&&(a=u,u={}),!this.rules||Object.keys(this.rules).length===0)return a&&a(null,l),Promise.resolve(l);function s(g){var h=[],_={};function v(S){if(Array.isArray(S)){var E;h=(E=h).concat.apply(E,S)}else h.push(S)}for(var b=0;b3&&arguments[3]!==void 0?arguments[3]:!1;return t.length&&r&&n===void 0&&!VF(e,t.slice(0,-1))?e:YF(e,t,n,r)}function Xy(e){return Hi(e)}function $se(e,t){return VF(e,t)}function Dse(e,t,n){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;return Nse(e,t,n,r)}function Pse(e,t){return e&&e.some(n=>kse(n,t))}function oA(e){return typeof e=="object"&&e!==null&&Object.getPrototypeOf(e)===Object.prototype}function WF(e,t){const n=Array.isArray(e)?[...e]:x({},e);return t&&Object.keys(t).forEach(r=>{const o=n[r],i=t[r],c=oA(o)&&oA(i);n[r]=c?WF(o,i||{}):i}),n}function Mse(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;rWF(o,i),e)}function aA(e,t){let n={};return t.forEach(r=>{const o=$se(e,r);n=Dse(n,r,o)}),n}function kse(e,t){return!e||!t||e.length!==t.length?!1:e.every((n,r)=>t[r]===n)}const oo="'${name}' is not a valid ${type}",Y_={default:"Validation error on field '${name}'",required:"'${name}' is required",enum:"'${name}' must be one of [${enum}]",whitespace:"'${name}' cannot be empty",date:{format:"'${name}' is invalid for format date",parse:"'${name}' could not be parsed as date",invalid:"'${name}' is invalid date"},types:{string:oo,method:oo,array:oo,object:oo,number:oo,date:oo,boolean:oo,integer:oo,float:oo,regexp:oo,email:oo,url:oo,hex:oo},string:{len:"'${name}' must be exactly ${len} characters",min:"'${name}' must be at least ${min} characters",max:"'${name}' cannot be longer than ${max} characters",range:"'${name}' must be between ${min} and ${max} characters"},number:{len:"'${name}' must equal ${len}",min:"'${name}' cannot be less than ${min}",max:"'${name}' cannot be greater than ${max}",range:"'${name}' must be between ${min} and ${max}"},array:{len:"'${name}' must be exactly ${len} in length",min:"'${name}' cannot be less than ${min} in length",max:"'${name}' cannot be greater than ${max} in length",range:"'${name}' must be between ${min} and ${max} in length"},pattern:{mismatch:"'${name}' does not match pattern ${pattern}"}};var W_=function(e,t,n,r){function o(i){return i instanceof n?i:new n(function(c){c(i)})}return new(n||(n=Promise))(function(i,c){function l(s){try{a(r.next(s))}catch(d){c(d)}}function u(s){try{a(r.throw(s))}catch(d){c(d)}}function a(s){s.done?i(s.value):o(s.value).then(l,u)}a((r=r.apply(e,t||[])).next())})};const Lse=qp;function Fse(e,t){return e.replace(/\$\{\w+\}/g,n=>{const r=n.slice(2,-1);return t[r]})}function Qy(e,t,n,r,o){return W_(this,void 0,void 0,function*(){const i=x({},n);delete i.ruleIndex,delete i.trigger;let c=null;i&&i.type==="array"&&i.defaultField&&(c=i.defaultField,delete i.defaultField);const l=new Lse({[e]:[i]}),u=Mse({},Y_,r.validateMessages);l.messages(u);let a=[];try{yield Promise.resolve(l.validate({[e]:t},x({},r)))}catch(p){p.errors?a=p.errors.map((f,m)=>{let{message:g}=f;return In(g)?jn(g,{key:`error_${m}`}):g}):(console.error(p),a=[u.default()])}if(!a.length&&c)return(yield Promise.all(t.map((f,m)=>Qy(`${e}.${m}`,f,c,r,o)))).reduce((f,m)=>[...f,...m],[]);const s=x(x(x({},n),{name:e,enum:(n.enum||[]).join(", ")}),o);return a.map(p=>typeof p=="string"?Fse(p,s):p)})}function KF(e,t,n,r,o,i){const c=e.join("."),l=n.map((a,s)=>{const d=a.validator,p=x(x({},a),{ruleIndex:s});return d&&(p.validator=(f,m,g)=>{let h=!1;const v=d(f,m,function(){for(var b=arguments.length,S=new Array(b),E=0;E{h||g(...S)})});h=v&&typeof v.then=="function"&&typeof v.catch=="function",h&&v.then(()=>{g()}).catch(b=>{g(b||" ")})}),p}).sort((a,s)=>{let{warningOnly:d,ruleIndex:p}=a,{warningOnly:f,ruleIndex:m}=s;return!!d==!!f?p-m:d?1:-1});let u;if(o===!0)u=new Promise((a,s)=>W_(this,void 0,void 0,function*(){for(let d=0;dQy(c,t,s,r,i).then(d=>({errors:d,rule:s})));u=(o?Hse(a):Bse(a)).then(s=>Promise.reject(s))}return u.catch(a=>a),u}function Bse(e){return W_(this,void 0,void 0,function*(){return Promise.all(e).then(t=>[].concat(...t))})}function Hse(e){return W_(this,void 0,void 0,function*(){let t=0;return new Promise(n=>{e.forEach(r=>{r.then(o=>{o.errors.length&&n([o]),t+=1,t===e.length&&n([])})})})})}const qF=Symbol("formContextKey"),XF=e=>{at(qF,e)},WT=()=>et(qF,{name:L(()=>{}),labelAlign:L(()=>"right"),vertical:L(()=>!1),addField:(e,t)=>{},removeField:e=>{},model:L(()=>{}),rules:L(()=>{}),colon:L(()=>{}),labelWrap:L(()=>{}),labelCol:L(()=>{}),requiredMark:L(()=>!1),validateTrigger:L(()=>{}),onValidate:()=>{},validateMessages:L(()=>Y_)}),QF=Symbol("formItemPrefixContextKey"),Use=e=>{at(QF,e)},zse=()=>et(QF,{prefixCls:L(()=>"")});function Gse(e){return typeof e=="number"?`${e} ${e} auto`:/^\d+(\.\d+)?(px|em|rem|%)$/.test(e)?`0 0 ${e}`:e}const jse=()=>({span:[String,Number],order:[String,Number],offset:[String,Number],push:[String,Number],pull:[String,Number],xs:{type:[String,Number,Object],default:void 0},sm:{type:[String,Number,Object],default:void 0},md:{type:[String,Number,Object],default:void 0},lg:{type:[String,Number,Object],default:void 0},xl:{type:[String,Number,Object],default:void 0},xxl:{type:[String,Number,Object],default:void 0},prefixCls:String,flex:[String,Number]}),Vse=["xs","sm","md","lg","xl","xxl"],K_=ae({compatConfig:{MODE:3},name:"ACol",inheritAttrs:!1,props:jse(),setup(e,t){let{slots:n,attrs:r}=t;const{gutter:o,supportFlexGap:i,wrap:c}=jle(),{prefixCls:l,direction:u}=Me("col",e),[a,s]=Xle(l),d=L(()=>{const{span:f,order:m,offset:g,push:h,pull:_}=e,v=l.value;let b={};return Vse.forEach(S=>{let E={};const T=e[S];typeof T=="number"?E.span=T:typeof T=="object"&&(E=T||{}),b=x(x({},b),{[`${v}-${S}-${E.span}`]:E.span!==void 0,[`${v}-${S}-order-${E.order}`]:E.order||E.order===0,[`${v}-${S}-offset-${E.offset}`]:E.offset||E.offset===0,[`${v}-${S}-push-${E.push}`]:E.push||E.push===0,[`${v}-${S}-pull-${E.pull}`]:E.pull||E.pull===0,[`${v}-rtl`]:u.value==="rtl"})}),me(v,{[`${v}-${f}`]:f!==void 0,[`${v}-order-${m}`]:m,[`${v}-offset-${g}`]:g,[`${v}-push-${h}`]:h,[`${v}-pull-${_}`]:_},b,r.class,s.value)}),p=L(()=>{const{flex:f}=e,m=o.value,g={};if(m&&m[0]>0){const h=`${m[0]/2}px`;g.paddingLeft=h,g.paddingRight=h}if(m&&m[1]>0&&!i.value){const h=`${m[1]/2}px`;g.paddingTop=h,g.paddingBottom=h}return f&&(g.flex=Gse(f),c.value===!1&&!g.minWidth&&(g.minWidth=0)),g});return()=>{var f;return a(y("div",U(U({},r),{},{class:d.value,style:[p.value,r.style]}),[(f=n.default)===null||f===void 0?void 0:f.call(n)]))}}});var Yse={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"}},{tag:"path",attrs:{d:"M623.6 316.7C593.6 290.4 554 276 512 276s-81.6 14.5-111.6 40.7C369.2 344 352 380.7 352 420v7.6c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V420c0-44.1 43.1-80 96-80s96 35.9 96 80c0 31.1-22 59.6-56.1 72.7-21.2 8.1-39.2 22.3-52.1 40.9-13.1 19-19.9 41.8-19.9 64.9V620c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-22.7a48.3 48.3 0 0130.9-44.8c59-22.7 97.1-74.7 97.1-132.5.1-39.3-17.1-76-48.3-103.3zM472 732a40 40 0 1080 0 40 40 0 10-80 0z"}}]},name:"question-circle",theme:"outlined"};const Wse=Yse;function iA(e){for(var t=1;t{let{slots:n,emit:r,attrs:o}=t;var i,c,l,u,a;const{prefixCls:s,htmlFor:d,labelCol:p,labelAlign:f,colon:m,required:g,requiredMark:h}=x(x({},e),o),[_]=zo("Form"),v=(i=e.label)!==null&&i!==void 0?i:(c=n.label)===null||c===void 0?void 0:c.call(n);if(!v)return null;const{vertical:b,labelAlign:S,labelCol:E,labelWrap:T,colon:C}=WT(),w=p||(E==null?void 0:E.value)||{},O=f||(S==null?void 0:S.value),R=`${s}-item-label`,I=me(R,O==="left"&&`${R}-left`,w.class,{[`${R}-wrap`]:!!T.value});let $=v;const N=m===!0||(C==null?void 0:C.value)!==!1&&m!==!1;if(N&&!b.value&&typeof v=="string"&&v.trim()!==""&&($=v.replace(/[:|:]\s*$/,"")),e.tooltip||n.tooltip){const D=y("span",{class:`${s}-item-tooltip`},[y(Kr,{title:e.tooltip},{default:()=>[y(qse,null,null)]})]);$=y(ze,null,[$,n.tooltip?(l=n.tooltip)===null||l===void 0?void 0:l.call(n,{class:`${s}-item-tooltip`}):D])}h==="optional"&&!g&&($=y(ze,null,[$,y("span",{class:`${s}-item-optional`},[((u=_.value)===null||u===void 0?void 0:u.optional)||((a=Br.Form)===null||a===void 0?void 0:a.optional)])]));const A=me({[`${s}-item-required`]:g,[`${s}-item-required-mark-optional`]:h==="optional",[`${s}-item-no-colon`]:!N});return y(K_,U(U({},w),{},{class:I}),{default:()=>[y("label",{for:d,class:A,title:typeof v=="string"?v:"",onClick:D=>r("click",D)},[$])]})};qT.displayName="FormItemLabel";qT.inheritAttrs=!1;const Xse=qT,Qse=e=>{const{componentCls:t}=e,n=`${t}-show-help`,r=`${t}-show-help-item`;return{[n]:{transition:`opacity ${e.motionDurationSlow} ${e.motionEaseInOut}`,"&-appear, &-enter":{opacity:0,"&-active":{opacity:1}},"&-leave":{opacity:1,"&-active":{opacity:0}},[r]:{overflow:"hidden",transition:`height ${e.motionDurationSlow} ${e.motionEaseInOut}, + opacity ${e.motionDurationSlow} ${e.motionEaseInOut}, + transform ${e.motionDurationSlow} ${e.motionEaseInOut} !important`,[`&${r}-appear, &${r}-enter`]:{transform:"translateY(-5px)",opacity:0,"&-active":{transform:"translateY(0)",opacity:1}},[`&${r}-leave-active`]:{transform:"translateY(-5px)"}}}}},Zse=Qse,Jse=e=>({legend:{display:"block",width:"100%",marginBottom:e.marginLG,padding:0,color:e.colorTextDescription,fontSize:e.fontSizeLG,lineHeight:"inherit",border:0,borderBottom:`${e.lineWidth}px ${e.lineType} ${e.colorBorder}`},label:{fontSize:e.fontSize},'input[type="search"]':{boxSizing:"border-box"},'input[type="radio"], input[type="checkbox"]':{lineHeight:"normal"},'input[type="file"]':{display:"block"},'input[type="range"]':{display:"block",width:"100%"},"select[multiple], select[size]":{height:"auto"},"input[type='file']:focus,\n input[type='radio']:focus,\n input[type='checkbox']:focus":{outline:0,boxShadow:`0 0 0 ${e.controlOutlineWidth}px ${e.controlOutline}`},output:{display:"block",paddingTop:15,color:e.colorText,fontSize:e.fontSize,lineHeight:e.lineHeight}}),lA=(e,t)=>{const{formItemCls:n}=e;return{[n]:{[`${n}-label > label`]:{height:t},[`${n}-control-input`]:{minHeight:t}}}},ece=e=>{const{componentCls:t}=e;return{[e.componentCls]:x(x(x({},ot(e)),Jse(e)),{[`${t}-text`]:{display:"inline-block",paddingInlineEnd:e.paddingSM},"&-small":x({},lA(e,e.controlHeightSM)),"&-large":x({},lA(e,e.controlHeightLG))})}},tce=e=>{const{formItemCls:t,iconCls:n,componentCls:r,rootPrefixCls:o}=e;return{[t]:x(x({},ot(e)),{marginBottom:e.marginLG,verticalAlign:"top","&-with-help":{transition:"none"},[`&-hidden, + &-hidden.${o}-row`]:{display:"none"},"&-has-warning":{[`${t}-split`]:{color:e.colorError}},"&-has-error":{[`${t}-split`]:{color:e.colorWarning}},[`${t}-label`]:{display:"inline-block",flexGrow:0,overflow:"hidden",whiteSpace:"nowrap",textAlign:"end",verticalAlign:"middle","&-left":{textAlign:"start"},"&-wrap":{overflow:"unset",lineHeight:`${e.lineHeight} - 0.25em`,whiteSpace:"unset"},"> label":{position:"relative",display:"inline-flex",alignItems:"center",maxWidth:"100%",height:e.controlHeight,color:e.colorTextHeading,fontSize:e.fontSize,[`> ${n}`]:{fontSize:e.fontSize,verticalAlign:"top"},[`&${t}-required:not(${t}-required-mark-optional)::before`]:{display:"inline-block",marginInlineEnd:e.marginXXS,color:e.colorError,fontSize:e.fontSize,fontFamily:"SimSun, sans-serif",lineHeight:1,content:'"*"',[`${r}-hide-required-mark &`]:{display:"none"}},[`${t}-optional`]:{display:"inline-block",marginInlineStart:e.marginXXS,color:e.colorTextDescription,[`${r}-hide-required-mark &`]:{display:"none"}},[`${t}-tooltip`]:{color:e.colorTextDescription,cursor:"help",writingMode:"horizontal-tb",marginInlineStart:e.marginXXS},"&::after":{content:'":"',position:"relative",marginBlock:0,marginInlineStart:e.marginXXS/2,marginInlineEnd:e.marginXS},[`&${t}-no-colon::after`]:{content:'" "'}}},[`${t}-control`]:{display:"flex",flexDirection:"column",flexGrow:1,[`&:first-child:not([class^="'${o}-col-'"]):not([class*="' ${o}-col-'"])`]:{width:"100%"},"&-input":{position:"relative",display:"flex",alignItems:"center",minHeight:e.controlHeight,"&-content":{flex:"auto",maxWidth:"100%"}}},[t]:{"&-explain, &-extra":{clear:"both",color:e.colorTextDescription,fontSize:e.fontSize,lineHeight:e.lineHeight},"&-explain-connected":{width:"100%"},"&-extra":{minHeight:e.controlHeightSM,transition:`color ${e.motionDurationMid} ${e.motionEaseOut}`},"&-explain":{"&-error":{color:e.colorError},"&-warning":{color:e.colorWarning}}},[`&-with-help ${t}-explain`]:{height:"auto",opacity:1},[`${t}-feedback-icon`]:{fontSize:e.fontSize,textAlign:"center",visibility:"visible",animationName:MC,animationDuration:e.motionDurationMid,animationTimingFunction:e.motionEaseOutBack,pointerEvents:"none","&-success":{color:e.colorSuccess},"&-error":{color:e.colorError},"&-warning":{color:e.colorWarning},"&-validating":{color:e.colorPrimary}}})}},nce=e=>{const{componentCls:t,formItemCls:n,rootPrefixCls:r}=e;return{[`${t}-horizontal`]:{[`${n}-label`]:{flexGrow:0},[`${n}-control`]:{flex:"1 1 0",minWidth:0},[`${n}-label.${r}-col-24 + ${n}-control`]:{minWidth:"unset"}}}},rce=e=>{const{componentCls:t,formItemCls:n}=e;return{[`${t}-inline`]:{display:"flex",flexWrap:"wrap",[n]:{flex:"none",flexWrap:"nowrap",marginInlineEnd:e.margin,marginBottom:0,"&-with-help":{marginBottom:e.marginLG},[`> ${n}-label, + > ${n}-control`]:{display:"inline-block",verticalAlign:"top"},[`> ${n}-label`]:{flex:"none"},[`${t}-text`]:{display:"inline-block"},[`${n}-has-feedback`]:{display:"inline-block"}}}}},Qs=e=>({margin:0,padding:`0 0 ${e.paddingXS}px`,whiteSpace:"initial",textAlign:"start","> label":{margin:0,"&::after":{display:"none"}}}),oce=e=>{const{componentCls:t,formItemCls:n}=e;return{[`${n} ${n}-label`]:Qs(e),[t]:{[n]:{flexWrap:"wrap",[`${n}-label, + ${n}-control`]:{flex:"0 0 100%",maxWidth:"100%"}}}}},ace=e=>{const{componentCls:t,formItemCls:n,rootPrefixCls:r}=e;return{[`${t}-vertical`]:{[n]:{"&-row":{flexDirection:"column"},"&-label > label":{height:"auto"},[`${t}-item-control`]:{width:"100%"}}},[`${t}-vertical ${n}-label, + .${r}-col-24${n}-label, + .${r}-col-xl-24${n}-label`]:Qs(e),[`@media (max-width: ${e.screenXSMax}px)`]:[oce(e),{[t]:{[`.${r}-col-xs-24${n}-label`]:Qs(e)}}],[`@media (max-width: ${e.screenSMMax}px)`]:{[t]:{[`.${r}-col-sm-24${n}-label`]:Qs(e)}},[`@media (max-width: ${e.screenMDMax}px)`]:{[t]:{[`.${r}-col-md-24${n}-label`]:Qs(e)}},[`@media (max-width: ${e.screenLGMax}px)`]:{[t]:{[`.${r}-col-lg-24${n}-label`]:Qs(e)}}}},XT=tt("Form",(e,t)=>{let{rootPrefixCls:n}=t;const r=Ve(e,{formItemCls:`${e.componentCls}-item`,rootPrefixCls:n});return[ece(r),tce(r),Zse(r),nce(r),rce(r),ace(r),Up(r),MC]}),ice=ae({compatConfig:{MODE:3},name:"ErrorList",inheritAttrs:!1,props:["errors","help","onErrorVisibleChanged","helpStatus","warnings"],setup(e,t){let{attrs:n}=t;const{prefixCls:r,status:o}=zse(),i=L(()=>`${r.value}-item-explain`),c=L(()=>!!(e.errors&&e.errors.length)),l=ie(o.value),[,u]=XT(r);return Ee([c,o],()=>{c.value&&(l.value=o.value)}),()=>{var a,s;const d=zp(`${r.value}-show-help-item`),p=p_(`${r.value}-show-help-item`,d);return p.role="alert",p.class=[u.value,i.value,n.class,`${r.value}-show-help`],y(On,U(U({},Bo(`${r.value}-show-help`)),{},{onAfterEnter:()=>e.onErrorVisibleChanged(!0),onAfterLeave:()=>e.onErrorVisibleChanged(!1)}),{default:()=>[dn(y(Np,U(U({},p),{},{tag:"div"}),{default:()=>[(s=e.errors)===null||s===void 0?void 0:s.map((f,m)=>y("div",{key:m,class:l.value?`${i.value}-${l.value}`:""},[f]))]}),[[Vn,!!(!((a=e.errors)===null||a===void 0)&&a.length)]])]})}}}),lce=ae({compatConfig:{MODE:3},slots:Object,inheritAttrs:!1,props:["prefixCls","errors","hasFeedback","onDomErrorVisibleChange","wrapperCol","help","extra","status","marginBottom","onErrorVisibleChanged"],setup(e,t){let{slots:n}=t;const r=WT(),{wrapperCol:o}=r,i=x({},r);return delete i.labelCol,delete i.wrapperCol,XF(i),Use({prefixCls:L(()=>e.prefixCls),status:L(()=>e.status)}),()=>{var c,l,u;const{prefixCls:a,wrapperCol:s,marginBottom:d,onErrorVisibleChanged:p,help:f=(c=n.help)===null||c===void 0?void 0:c.call(n),errors:m=an((l=n.errors)===null||l===void 0?void 0:l.call(n)),extra:g=(u=n.extra)===null||u===void 0?void 0:u.call(n)}=e,h=`${a}-item`,_=s||(o==null?void 0:o.value)||{},v=me(`${h}-control`,_.class);return y(K_,U(U({},_),{},{class:v}),{default:()=>{var b;return y(ze,null,[y("div",{class:`${h}-control-input`},[y("div",{class:`${h}-control-input-content`},[(b=n.default)===null||b===void 0?void 0:b.call(n)])]),d!==null||m.length?y("div",{style:{display:"flex",flexWrap:"nowrap"}},[y(ice,{errors:m,help:f,class:`${h}-explain-connected`,onErrorVisibleChanged:p},null),!!d&&y("div",{style:{width:0,height:`${d}px`}},null)]):null,g?y("div",{class:`${h}-extra`},[g]):null])}})}}}),sce=lce;function cce(e){const t=ce(e.value.slice());let n=null;return Qe(()=>{clearTimeout(n),n=setTimeout(()=>{t.value=e.value},e.value.length?0:10)}),t}vr("success","warning","error","validating","");const uce={success:ui,warning:di,error:to,validating:bo};function wb(e,t,n){let r=e;const o=t;let i=0;try{for(let c=o.length;i({htmlFor:String,prefixCls:String,label:q.any,help:q.any,extra:q.any,labelCol:{type:Object},wrapperCol:{type:Object},hasFeedback:{type:Boolean,default:!1},colon:{type:Boolean,default:void 0},labelAlign:String,prop:{type:[String,Number,Array]},name:{type:[String,Number,Array]},rules:[Array,Object],autoLink:{type:Boolean,default:!0},required:{type:Boolean,default:void 0},validateFirst:{type:Boolean,default:void 0},validateStatus:q.oneOf(vr("","success","warning","error","validating")),validateTrigger:{type:[String,Array]},messageVariables:{type:Object},hidden:Boolean,noStyle:Boolean,tooltip:String});let pce=0;const fce="form_item",ZF=ae({compatConfig:{MODE:3},name:"AFormItem",inheritAttrs:!1,__ANT_NEW_FORM_ITEM:!0,props:dce(),slots:Object,setup(e,t){let{slots:n,attrs:r,expose:o}=t;e.prop;const i=`form-item-${++pce}`,{prefixCls:c}=Me("form",e),[l,u]=XT(c),a=ce(),s=WT(),d=L(()=>e.name||e.prop),p=ce([]),f=ce(!1),m=ce(),g=L(()=>{const j=d.value;return Xy(j)}),h=L(()=>{if(g.value.length){const j=s.name.value,K=g.value.join("_");return j?`${j}_${K}`:`${fce}_${K}`}else return}),_=()=>{const j=s.model.value;if(!(!j||!d.value))return wb(j,g.value,!0).v},v=L(()=>_()),b=ce(Em(v.value)),S=L(()=>{let j=e.validateTrigger!==void 0?e.validateTrigger:s.validateTrigger.value;return j=j===void 0?"change":j,Hi(j)}),E=L(()=>{let j=s.rules.value;const K=e.rules,Q=e.required!==void 0?{required:!!e.required,trigger:S.value}:[],pe=wb(j,g.value);j=j?pe.o[pe.k]||pe.v:[];const J=[].concat(K||j||[]);return aJ(J,W=>W.required)?J:J.concat(Q)}),T=L(()=>{const j=E.value;let K=!1;return j&&j.length&&j.every(Q=>Q.required?(K=!0,!1):!0),K||e.required}),C=ce();Qe(()=>{C.value=e.validateStatus});const w=L(()=>{let j={};return typeof e.label=="string"?j.label=e.label:e.name&&(j.label=String(e.name)),e.messageVariables&&(j=x(x({},j),e.messageVariables)),j}),O=j=>{if(g.value.length===0)return;const{validateFirst:K=!1}=e,{triggerName:Q}=j||{};let pe=E.value;if(Q&&(pe=pe.filter(W=>{const{trigger:Z}=W;return!Z&&!S.value.length?!0:Hi(Z||S.value).includes(Q)})),!pe.length)return Promise.resolve();const J=KF(g.value,v.value,pe,x({validateMessages:s.validateMessages.value},j),K,w.value);return C.value="validating",p.value=[],J.catch(W=>W).then(function(){let W=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];if(C.value==="validating"){const Z=W.filter(he=>he&&he.errors.length);C.value=Z.length?"error":"success",p.value=Z.map(he=>he.errors),s.onValidate(d.value,!p.value.length,p.value.length?pt(p.value[0]):null)}}),J},R=()=>{O({triggerName:"blur"})},I=()=>{if(f.value){f.value=!1;return}O({triggerName:"change"})},$=()=>{C.value=e.validateStatus,f.value=!1,p.value=[]},N=()=>{var j;C.value=e.validateStatus,f.value=!0,p.value=[];const K=s.model.value||{},Q=v.value,pe=wb(K,g.value,!0);Array.isArray(Q)?pe.o[pe.k]=[].concat((j=b.value)!==null&&j!==void 0?j:[]):pe.o[pe.k]=b.value,ft(()=>{f.value=!1})},P=L(()=>e.htmlFor===void 0?h.value:e.htmlFor),A=()=>{const j=P.value;if(!j||!m.value)return;const K=m.value.$el.querySelector(`[id="${j}"]`);K&&K.focus&&K.focus()};o({onFieldBlur:R,onFieldChange:I,clearValidate:$,resetField:N}),fX({id:h,onFieldBlur:()=>{e.autoLink&&R()},onFieldChange:()=>{e.autoLink&&I()},clearValidate:$},L(()=>!!(e.autoLink&&s.model.value&&d.value)));let D=!1;Ee(d,j=>{j?D||(D=!0,s.addField(i,{fieldValue:v,fieldId:h,fieldName:d,resetField:N,clearValidate:$,namePath:g,validateRules:O,rules:E})):(D=!1,s.removeField(i))},{immediate:!0}),lt(()=>{s.removeField(i)});const M=cce(p),k=L(()=>e.validateStatus!==void 0?e.validateStatus:M.value.length?"error":C.value),F=L(()=>({[`${c.value}-item`]:!0,[u.value]:!0,[`${c.value}-item-has-feedback`]:k.value&&e.hasFeedback,[`${c.value}-item-has-success`]:k.value==="success",[`${c.value}-item-has-warning`]:k.value==="warning",[`${c.value}-item-has-error`]:k.value==="error",[`${c.value}-item-is-validating`]:k.value==="validating",[`${c.value}-item-hidden`]:e.hidden})),B=mt({});rr.useProvide(B),Qe(()=>{let j;if(e.hasFeedback){const K=k.value&&uce[k.value];j=K?y("span",{class:me(`${c.value}-item-feedback-icon`,`${c.value}-item-feedback-icon-${k.value}`)},[y(K,null,null)]):null}x(B,{status:k.value,hasFeedback:e.hasFeedback,feedbackIcon:j,isFormItemInput:!0})});const H=ce(null),z=ce(!1),G=()=>{if(a.value){const j=getComputedStyle(a.value);H.value=parseInt(j.marginBottom,10)}};Ke(()=>{Ee(z,()=>{z.value&&G()},{flush:"post",immediate:!0})});const V=j=>{j||(H.value=null)};return()=>{var j,K;if(e.noStyle)return(j=n.default)===null||j===void 0?void 0:j.call(n);const Q=(K=e.help)!==null&&K!==void 0?K:n.help?an(n.help()):null,pe=!!(Q!=null&&Array.isArray(Q)&&Q.length||M.value.length);return z.value=pe,l(y("div",{class:[F.value,pe?`${c.value}-item-with-help`:"",r.class],ref:a},[y(YT,U(U({},r),{},{class:`${c.value}-row`,key:"row"}),{default:()=>{var J,W;return y(ze,null,[y(Xse,U(U({},e),{},{htmlFor:P.value,required:T.value,requiredMark:s.requiredMark.value,prefixCls:c.value,onClick:A,label:e.label}),{label:n.label,tooltip:n.tooltip}),y(sce,U(U({},e),{},{errors:Q!=null?Hi(Q):M.value,marginBottom:H.value,prefixCls:c.value,status:k.value,ref:m,help:Q,extra:(J=e.extra)!==null&&J!==void 0?J:(W=n.extra)===null||W===void 0?void 0:W.call(n),onErrorVisibleChanged:V}),{default:n.default})])}}),!!H.value&&y("div",{class:`${c.value}-margin-offset`,style:{marginBottom:`-${H.value}px`}},null)]))}}});function JF(e){let t=!1,n=e.length;const r=[];return e.length?new Promise((o,i)=>{e.forEach((c,l)=>{c.catch(u=>(t=!0,u)).then(u=>{n-=1,r[l]=u,!(n>0)&&(t&&i(r),o(r))})})}):Promise.resolve([])}function sA(e){let t=!1;return e&&e.length&&e.every(n=>n.required?(t=!0,!1):!0),t}function cA(e){return e==null?[]:Array.isArray(e)?e:[e]}function Ob(e,t,n){let r=e;t=t.replace(/\[(\w+)\]/g,".$1"),t=t.replace(/^\./,"");const o=t.split(".");let i=0;for(let c=o.length;i1&&arguments[1]!==void 0?arguments[1]:ie({}),n=arguments.length>2?arguments[2]:void 0;const r=Em(qt(e)),o=mt({}),i=ce([]),c=b=>{x(qt(e),x(x({},Em(r)),b)),ft(()=>{Object.keys(o).forEach(S=>{o[S]={autoLink:!1,required:sA(qt(t)[S])}})})},l=function(){let b=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],S=arguments.length>1?arguments[1]:void 0;return S.length?b.filter(E=>{const T=cA(E.trigger||"change");return uJ(T,S).length}):b};let u=null;const a=function(b){let S=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},E=arguments.length>2?arguments[2]:void 0;const T=[],C={};for(let R=0;R({name:I,errors:[],warnings:[]})).catch(P=>{const A=[],D=[];return P.forEach(M=>{let{rule:{warningOnly:k},errors:F}=M;k?D.push(...F):A.push(...F)}),A.length?Promise.reject({name:I,errors:A,warnings:D}):{name:I,errors:A,warnings:D}}))}const w=JF(T);u=w;const O=w.then(()=>u===w?Promise.resolve(C):Promise.reject([])).catch(R=>{const I=R.filter($=>$&&$.errors.length);return Promise.reject({values:C,errorFields:I,outOfDate:u!==w})});return O.catch(R=>R),O},s=function(b,S,E){let T=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const C=KF([b],S,E,x({validateMessages:Y_},T),!!T.validateFirst);return o[b]?(o[b].validateStatus="validating",C.catch(w=>w).then(function(){let w=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];var O;if(o[b].validateStatus==="validating"){const R=w.filter(I=>I&&I.errors.length);o[b].validateStatus=R.length?"error":"success",o[b].help=R.length?R.map(I=>I.errors):null,(O=n==null?void 0:n.onValidate)===null||O===void 0||O.call(n,b,!R.length,R.length?pt(o[b].help[0]):null)}}),C):C.catch(w=>w)},d=(b,S)=>{let E=[],T=!0;b?Array.isArray(b)?E=b:E=[b]:(T=!1,E=i.value);const C=a(E,S||{},T);return C.catch(w=>w),C},p=b=>{let S=[];b?Array.isArray(b)?S=b:S=[b]:S=i.value,S.forEach(E=>{o[E]&&x(o[E],{validateStatus:"",help:null})})},f=b=>{const S={autoLink:!1},E=[],T=Array.isArray(b)?b:[b];for(let C=0;C{const S=[];i.value.forEach(E=>{const T=Ob(b,E,!1),C=Ob(m,E,!1);(g&&(n==null?void 0:n.immediate)&&T.isValid||!oC(T.v,C.v))&&S.push(E)}),d(S,{trigger:"change"}),g=!1,m=Em(pt(b))},_=n==null?void 0:n.debounce;let v=!0;return Ee(t,()=>{i.value=t?Object.keys(qt(t)):[],!v&&n&&n.validateOnRuleChange&&d(),v=!1},{deep:!0,immediate:!0}),Ee(i,()=>{const b={};i.value.forEach(S=>{b[S]=x({},o[S],{autoLink:!1,required:sA(qt(t)[S])}),delete o[S]});for(const S in o)Object.prototype.hasOwnProperty.call(o,S)&&delete o[S];x(o,b)},{immediate:!0}),Ee(e,_&&_.wait?DC(h,_.wait,TJ(_,["wait"])):h,{immediate:n&&!!n.immediate,deep:!0}),{modelRef:e,rulesRef:t,initialModel:r,validateInfos:o,resetFields:c,validate:d,validateField:s,mergeValidateInfo:f,clearValidate:p}}const gce=()=>({layout:q.oneOf(vr("horizontal","inline","vertical")),labelCol:Fe(),wrapperCol:Fe(),colon:we(),labelAlign:Ue(),labelWrap:we(),prefixCls:String,requiredMark:We([String,Boolean]),hideRequiredMark:we(),model:q.object,rules:Fe(),validateMessages:Fe(),validateOnRuleChange:we(),scrollToFirstError:Bt(),onSubmit:Se(),name:String,validateTrigger:We([String,Array]),size:Ue(),disabled:we(),onValuesChange:Se(),onFieldsChange:Se(),onFinish:Se(),onFinishFailed:Se(),onValidate:Se()});function hce(e,t){return oC(Hi(e),Hi(t))}const _ce=ae({compatConfig:{MODE:3},name:"AForm",inheritAttrs:!1,props:st(gce(),{layout:"horizontal",hideRequiredMark:!1,colon:!0}),Item:ZF,useForm:mce,setup(e,t){let{emit:n,slots:r,expose:o,attrs:i}=t;const{prefixCls:c,direction:l,form:u,size:a,disabled:s}=Me("form",e),d=L(()=>e.requiredMark===""||e.requiredMark),p=L(()=>{var M;return d.value!==void 0?d.value:u&&((M=u.value)===null||M===void 0?void 0:M.requiredMark)!==void 0?u.value.requiredMark:!e.hideRequiredMark});nk(a),b2(s);const f=L(()=>{var M,k;return(M=e.colon)!==null&&M!==void 0?M:(k=u.value)===null||k===void 0?void 0:k.colon}),{validateMessages:m}=Mz(),g=L(()=>x(x(x({},Y_),m.value),e.validateMessages)),[h,_]=XT(c),v=L(()=>me(c.value,{[`${c.value}-${e.layout}`]:!0,[`${c.value}-hide-required-mark`]:p.value===!1,[`${c.value}-rtl`]:l.value==="rtl",[`${c.value}-${a.value}`]:a.value},_.value)),b=ie(),S={},E=(M,k)=>{S[M]=k},T=M=>{delete S[M]},C=M=>{const k=!!M,F=k?Hi(M).map(Xy):[];return k?Object.values(S).filter(B=>F.findIndex(H=>hce(H,B.fieldName.value))>-1):Object.values(S)},w=M=>{if(!e.model){Jt();return}C(M).forEach(k=>{k.resetField()})},O=M=>{C(M).forEach(k=>{k.clearValidate()})},R=M=>{const{scrollToFirstError:k}=e;if(n("finishFailed",M),k&&M.errorFields.length){let F={};typeof k=="object"&&(F=k),$(M.errorFields[0].name,F)}},I=function(){return A(...arguments)},$=function(M){let k=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const F=C(M?[M]:void 0);if(F.length){const B=F[0].fieldId.value,H=B?document.getElementById(B):null;H&&ak(H,x({scrollMode:"if-needed",block:"nearest"},k))}},N=function(){let M=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;if(M===!0){const k=[];return Object.values(S).forEach(F=>{let{namePath:B}=F;k.push(B.value)}),aA(e.model,k)}else return aA(e.model,M)},P=(M,k)=>{if(Jt(),!e.model)return Jt(),Promise.reject("Form `model` is required for validateFields to work.");const F=!!M,B=F?Hi(M).map(Xy):[],H=[];Object.values(S).forEach(V=>{var j;if(F||B.push(V.namePath.value),!(!((j=V.rules)===null||j===void 0)&&j.value.length))return;const K=V.namePath.value;if(!F||Pse(B,K)){const Q=V.validateRules(x({validateMessages:g.value},k));H.push(Q.then(()=>({name:K,errors:[],warnings:[]})).catch(pe=>{const J=[],W=[];return pe.forEach(Z=>{let{rule:{warningOnly:he},errors:Y}=Z;he?W.push(...Y):J.push(...Y)}),J.length?Promise.reject({name:K,errors:J,warnings:W}):{name:K,errors:J,warnings:W}}))}});const z=JF(H);b.value=z;const G=z.then(()=>b.value===z?Promise.resolve(N(B)):Promise.reject([])).catch(V=>{const j=V.filter(K=>K&&K.errors.length);return Promise.reject({values:N(B),errorFields:j,outOfDate:b.value!==z})});return G.catch(V=>V),G},A=function(){return P(...arguments)},D=M=>{M.preventDefault(),M.stopPropagation(),n("submit",M),e.model&&P().then(F=>{n("finish",F)}).catch(F=>{R(F)})};return o({resetFields:w,clearValidate:O,validateFields:P,getFieldsValue:N,validate:I,scrollToField:$}),XF({model:L(()=>e.model),name:L(()=>e.name),labelAlign:L(()=>e.labelAlign),labelCol:L(()=>e.labelCol),labelWrap:L(()=>e.labelWrap),wrapperCol:L(()=>e.wrapperCol),vertical:L(()=>e.layout==="vertical"),colon:f,requiredMark:p,validateTrigger:L(()=>e.validateTrigger),rules:L(()=>e.rules),addField:E,removeField:T,onValidate:(M,k,F)=>{n("validate",M,k,F)},validateMessages:g}),Ee(()=>e.rules,()=>{e.validateOnRuleChange&&P()}),()=>{var M;return h(y("form",U(U({},i),{},{onSubmit:D,class:[v.value,i.class]}),[(M=r.default)===null||M===void 0?void 0:M.call(r)]))}}}),Di=_ce;Di.useInjectFormItemContext=kn;Di.ItemRest=kg;Di.install=function(e){return e.component(Di.name,Di),e.component(Di.Item.name,Di.Item),e.component(kg.name,kg),e};const vce=new vt("antCheckboxEffect",{"0%":{transform:"scale(1)",opacity:.5},"100%":{transform:"scale(1.6)",opacity:0}}),bce=e=>{const{checkboxCls:t}=e,n=`${t}-wrapper`;return[{[`${t}-group`]:x(x({},ot(e)),{display:"inline-flex",flexWrap:"wrap",columnGap:e.marginXS,[`> ${e.antCls}-row`]:{flex:1}}),[n]:x(x({},ot(e)),{display:"inline-flex",alignItems:"baseline",cursor:"pointer","&:after":{display:"inline-block",width:0,overflow:"hidden",content:"'\\a0'"},[`& + ${n}`]:{marginInlineStart:0},[`&${n}-in-form-item`]:{'input[type="checkbox"]':{width:14,height:14}}}),[t]:x(x({},ot(e)),{position:"relative",whiteSpace:"nowrap",lineHeight:1,cursor:"pointer",alignSelf:"center",[`${t}-input`]:{position:"absolute",inset:0,zIndex:1,cursor:"pointer",opacity:0,margin:0,[`&:focus-visible + ${t}-inner`]:x({},ti(e))},[`${t}-inner`]:{boxSizing:"border-box",position:"relative",top:0,insetInlineStart:0,display:"block",width:e.checkboxSize,height:e.checkboxSize,direction:"ltr",backgroundColor:e.colorBgContainer,border:`${e.lineWidth}px ${e.lineType} ${e.colorBorder}`,borderRadius:e.borderRadiusSM,borderCollapse:"separate",transition:`all ${e.motionDurationSlow}`,"&:after":{boxSizing:"border-box",position:"absolute",top:"50%",insetInlineStart:"21.5%",display:"table",width:e.checkboxSize/14*5,height:e.checkboxSize/14*8,border:`${e.lineWidthBold}px solid ${e.colorWhite}`,borderTop:0,borderInlineStart:0,transform:"rotate(45deg) scale(0) translate(-50%,-50%)",opacity:0,content:'""',transition:`all ${e.motionDurationFast} ${e.motionEaseInBack}, opacity ${e.motionDurationFast}`}},"& + span":{paddingInlineStart:e.paddingXS,paddingInlineEnd:e.paddingXS}})},{[t]:{"&-indeterminate":{[`${t}-inner`]:{"&:after":{top:"50%",insetInlineStart:"50%",width:e.fontSizeLG/2,height:e.fontSizeLG/2,backgroundColor:e.colorPrimary,border:0,transform:"translate(-50%, -50%) scale(1)",opacity:1,content:'""'}}}}},{[`${n}:hover ${t}:after`]:{visibility:"visible"},[` + ${n}:not(${n}-disabled), + ${t}:not(${t}-disabled) + `]:{[`&:hover ${t}-inner`]:{borderColor:e.colorPrimary}},[`${n}:not(${n}-disabled)`]:{[`&:hover ${t}-checked:not(${t}-disabled) ${t}-inner`]:{backgroundColor:e.colorPrimaryHover,borderColor:"transparent"},[`&:hover ${t}-checked:not(${t}-disabled):after`]:{borderColor:e.colorPrimaryHover}}},{[`${t}-checked`]:{[`${t}-inner`]:{backgroundColor:e.colorPrimary,borderColor:e.colorPrimary,"&:after":{opacity:1,transform:"rotate(45deg) scale(1) translate(-50%,-50%)",transition:`all ${e.motionDurationMid} ${e.motionEaseOutBack} ${e.motionDurationFast}`}},"&:after":{position:"absolute",top:0,insetInlineStart:0,width:"100%",height:"100%",borderRadius:e.borderRadiusSM,visibility:"hidden",border:`${e.lineWidthBold}px solid ${e.colorPrimary}`,animationName:vce,animationDuration:e.motionDurationSlow,animationTimingFunction:"ease-in-out",animationFillMode:"backwards",content:'""',transition:`all ${e.motionDurationSlow}`}},[` + ${n}-checked:not(${n}-disabled), + ${t}-checked:not(${t}-disabled) + `]:{[`&:hover ${t}-inner`]:{backgroundColor:e.colorPrimaryHover,borderColor:"transparent"},[`&:hover ${t}:after`]:{borderColor:e.colorPrimaryHover}}},{[`${n}-disabled`]:{cursor:"not-allowed"},[`${t}-disabled`]:{[`&, ${t}-input`]:{cursor:"not-allowed",pointerEvents:"none"},[`${t}-inner`]:{background:e.colorBgContainerDisabled,borderColor:e.colorBorder,"&:after":{borderColor:e.colorTextDisabled}},"&:after":{display:"none"},"& + span":{color:e.colorTextDisabled},[`&${t}-indeterminate ${t}-inner::after`]:{background:e.colorTextDisabled}}}]};function q_(e,t){const n=Ve(t,{checkboxCls:`.${e}`,checkboxSize:t.controlInteractiveSize});return[bce(n)]}const eB=tt("Checkbox",(e,t)=>{let{prefixCls:n}=t;return[q_(n,e)]}),Sce=e=>{const{prefixCls:t,componentCls:n,antCls:r}=e,o=`${n}-menu-item`,i=` + &${o}-expand ${o}-expand-icon, + ${o}-loading-icon + `,c=Math.round((e.controlHeight-e.fontSize*e.lineHeight)/2);return[{[n]:{width:e.controlWidth}},{[`${n}-dropdown`]:[q_(`${t}-checkbox`,e),{[`&${r}-select-dropdown`]:{padding:0}},{[n]:{"&-checkbox":{top:0,marginInlineEnd:e.paddingXS},"&-menus":{display:"flex",flexWrap:"nowrap",alignItems:"flex-start",[`&${n}-menu-empty`]:{[`${n}-menu`]:{width:"100%",height:"auto",[o]:{color:e.colorTextDisabled}}}},"&-menu":{flexGrow:1,minWidth:e.controlItemWidth,height:e.dropdownHeight,margin:0,padding:e.paddingXXS,overflow:"auto",verticalAlign:"top",listStyle:"none","-ms-overflow-style":"-ms-autohiding-scrollbar","&:not(:last-child)":{borderInlineEnd:`${e.lineWidth}px ${e.lineType} ${e.colorSplit}`},"&-item":x(x({},Rn),{display:"flex",flexWrap:"nowrap",alignItems:"center",padding:`${c}px ${e.paddingSM}px`,lineHeight:e.lineHeight,cursor:"pointer",transition:`all ${e.motionDurationMid}`,borderRadius:e.borderRadiusSM,"&:hover":{background:e.controlItemBgHover},"&-disabled":{color:e.colorTextDisabled,cursor:"not-allowed","&:hover":{background:"transparent"},[i]:{color:e.colorTextDisabled}},[`&-active:not(${o}-disabled)`]:{"&, &:hover":{fontWeight:e.fontWeightStrong,backgroundColor:e.controlItemBgActive}},"&-content":{flex:"auto"},[i]:{marginInlineStart:e.paddingXXS,color:e.colorTextDescription,fontSize:e.fontSizeIcon},"&-keyword":{color:e.colorHighlight}})}}}]},{[`${n}-dropdown-rtl`]:{direction:"rtl"}},fu(e)]},yce=tt("Cascader",e=>[Sce(e)],{controlWidth:184,controlItemWidth:111,dropdownHeight:180});var Ece=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);ou===0?[l]:[...c,t,l],[]),o=[];let i=0;return r.forEach((c,l)=>{const u=i+c.length;let a=e.slice(i,u);i=u,l%2===1&&(a=y("span",{class:`${n}-menu-item-keyword`,key:"seperator"},[a])),o.push(a)}),o}const Tce=e=>{let{inputValue:t,path:n,prefixCls:r,fieldNames:o}=e;const i=[],c=t.toLowerCase();return n.forEach((l,u)=>{u!==0&&i.push(" / ");let a=l[o.label];const s=typeof a;(s==="string"||s==="number")&&(a=Cce(String(a),c,r)),i.push(a)}),i};function xce(){return x(x({},gt(BF(),["customSlots","checkable","options"])),{multiple:{type:Boolean,default:void 0},size:String,bordered:{type:Boolean,default:void 0},placement:{type:String},suffixIcon:q.any,status:String,options:Array,popupClassName:String,dropdownClassName:String,"onUpdate:value":Function})}const wce=ae({compatConfig:{MODE:3},name:"ACascader",inheritAttrs:!1,props:st(xce(),{bordered:!0,choiceTransitionName:"",allowClear:!0}),setup(e,t){let{attrs:n,expose:r,slots:o,emit:i}=t;const c=kn(),l=rr.useInject(),u=L(()=>oa(l.status,e.status)),{prefixCls:a,rootPrefixCls:s,getPrefixCls:d,direction:p,getPopupContainer:f,renderEmpty:m,size:g,disabled:h}=Me("cascader",e),_=L(()=>d("select",e.prefixCls)),{compactSize:v,compactItemClassnames:b}=Ji(_,p),S=L(()=>v.value||g.value),E=Zr(),T=L(()=>{var k;return(k=h.value)!==null&&k!==void 0?k:E.value}),[C,w]=kC(_),[O]=yce(a),R=L(()=>p.value==="rtl"),I=L(()=>{if(!e.showSearch)return e.showSearch;let k={render:Tce};return typeof e.showSearch=="object"&&(k=x(x({},k),e.showSearch)),k}),$=L(()=>me(e.popupClassName||e.dropdownClassName,`${a.value}-dropdown`,{[`${a.value}-dropdown-rtl`]:R.value},w.value)),N=ie();r({focus(){var k;(k=N.value)===null||k===void 0||k.focus()},blur(){var k;(k=N.value)===null||k===void 0||k.blur()}});const P=function(){for(var k=arguments.length,F=new Array(k),B=0;Be.showArrow!==void 0?e.showArrow:e.loading||!e.multiple),M=L(()=>e.placement!==void 0?e.placement:p.value==="rtl"?"bottomRight":"bottomLeft");return()=>{var k,F;const{notFoundContent:B=(k=o.notFoundContent)===null||k===void 0?void 0:k.call(o),expandIcon:H=(F=o.expandIcon)===null||F===void 0?void 0:F.call(o),multiple:z,bordered:G,allowClear:V,choiceTransitionName:j,transitionName:K,id:Q=c.id.value}=e,pe=Ece(e,["notFoundContent","expandIcon","multiple","bordered","allowClear","choiceTransitionName","transitionName","id"]),J=B||m("Cascader");let W=H;H||(W=R.value?y(Vi,null,null):y(na,null,null));const Z=y("span",{class:`${_.value}-menu-item-loading-icon`},[y(bo,{spin:!0},null)]),{suffixIcon:he,removeIcon:Y,clearIcon:X}=CC(x(x({},e),{hasFeedback:l.hasFeedback,feedbackIcon:l.feedbackIcon,multiple:z,prefixCls:_.value,showArrow:D.value}),o);return O(C(y(Lle,U(U(U({},pe),n),{},{id:Q,prefixCls:_.value,class:[a.value,{[`${_.value}-lg`]:S.value==="large",[`${_.value}-sm`]:S.value==="small",[`${_.value}-rtl`]:R.value,[`${_.value}-borderless`]:!G,[`${_.value}-in-form-item`]:l.isFormItemInput},xr(_.value,u.value,l.hasFeedback),b.value,n.class,w.value],disabled:T.value,direction:p.value,placement:M.value,notFoundContent:J,allowClear:V,showSearch:I.value,expandIcon:W,inputIcon:he,removeIcon:Y,clearIcon:X,loadingIcon:Z,checkable:!!z,dropdownClassName:$.value,dropdownPrefixCls:a.value,choiceTransitionName:Or(s.value,"",j),transitionName:Or(s.value,aC(M.value),K),getPopupContainer:f==null?void 0:f.value,customSlots:x(x({},o),{checkable:()=>y("span",{class:`${a.value}-checkbox-inner`},null)}),tagRender:e.tagRender||o.tagRender,displayRender:e.displayRender||o.displayRender,maxTagPlaceholder:e.maxTagPlaceholder||o.maxTagPlaceholder,showArrow:l.hasFeedback||e.showArrow,onChange:P,onBlur:A,ref:N}),o)))}}}),Oce=rn(x(wce,{SHOW_CHILD:RF,SHOW_PARENT:IF})),Ice=()=>({name:String,prefixCls:String,options:Ct([]),disabled:Boolean,id:String}),Rce=()=>x(x({},Ice()),{defaultValue:Ct(),value:Ct(),onChange:Se(),"onUpdate:value":Se()}),Ace=()=>({prefixCls:String,defaultChecked:we(),checked:we(),disabled:we(),isGroup:we(),value:q.any,name:String,id:String,indeterminate:we(),type:Ue("checkbox"),autofocus:we(),onChange:Se(),"onUpdate:checked":Se(),onClick:Se(),skipGroup:we(!1)}),Nce=()=>x(x({},Ace()),{indeterminate:we(!1)}),tB=Symbol("CheckboxGroupContext");var uA=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o(m==null?void 0:m.disabled.value)||s.value);Qe(()=>{!e.skipGroup&&m&&m.registerValue(g,e.value)}),lt(()=>{m&&m.cancelValue(g)}),Ke(()=>{Jt(!!(e.checked!==void 0||m||e.value===void 0))});const _=E=>{const T=E.target.checked;n("update:checked",T),n("change",E),c.onFieldChange()},v=ie();return i({focus:()=>{var E;(E=v.value)===null||E===void 0||E.focus()},blur:()=>{var E;(E=v.value)===null||E===void 0||E.blur()}}),()=>{var E;const T=Lt((E=o.default)===null||E===void 0?void 0:E.call(o)),{indeterminate:C,skipGroup:w,id:O=c.id.value}=e,R=uA(e,["indeterminate","skipGroup","id"]),{onMouseenter:I,onMouseleave:$,onInput:N,class:P,style:A}=r,D=uA(r,["onMouseenter","onMouseleave","onInput","class","style"]),M=x(x(x(x({},R),{id:O,prefixCls:u.value}),D),{disabled:h.value});m&&!w?(M.onChange=function(){for(var H=arguments.length,z=new Array(H),G=0;G`${l.value}-group`),[s,d]=eB(a),p=ie((e.value===void 0?e.defaultValue:e.value)||[]);Ee(()=>e.value,()=>{p.value=e.value||[]});const f=L(()=>e.options.map(S=>typeof S=="string"||typeof S=="number"?{label:S,value:S}:S)),m=ie(Symbol()),g=ie(new Map),h=S=>{g.value.delete(S),m.value=Symbol()},_=(S,E)=>{g.value.set(S,E),m.value=Symbol()},v=ie(new Map);return Ee(m,()=>{const S=new Map;for(const E of g.value.values())S.set(E,!0);v.value=S}),at(tB,{cancelValue:h,registerValue:_,toggleOption:S=>{const E=p.value.indexOf(S.value),T=[...p.value];E===-1?T.push(S.value):T.splice(E,1),e.value===void 0&&(p.value=T);const C=T.filter(w=>v.value.has(w)).sort((w,O)=>{const R=f.value.findIndex($=>$.value===w),I=f.value.findIndex($=>$.value===O);return R-I});o("update:value",C),o("change",C),c.onFieldChange()},mergedValue:p,name:L(()=>e.name),disabled:L(()=>e.disabled)}),i({mergedValue:p}),()=>{var S;const{id:E=c.id.value}=e;let T=null;return f.value&&f.value.length>0&&(T=f.value.map(C=>{var w;return y($o,{prefixCls:l.value,key:C.value.toString(),disabled:"disabled"in C?C.disabled:e.disabled,indeterminate:C.indeterminate,value:C.value,checked:p.value.indexOf(C.value)!==-1,onChange:C.onChange,class:`${a.value}-item`},{default:()=>[n.label!==void 0?(w=n.label)===null||w===void 0?void 0:w.call(n,C):C.label]})})),s(y("div",U(U({},r),{},{class:[a.value,{[`${a.value}-rtl`]:u.value==="rtl"},r.class,d.value],id:E}),[T||((S=n.default)===null||S===void 0?void 0:S.call(n))]))}}});$o.Group=rh;$o.install=function(e){return e.component($o.name,$o),e.component(rh.name,rh),e};const $ce={useBreakpoint:gu},Dce=rn(K_),Pce=e=>{const{componentCls:t,commentBg:n,commentPaddingBase:r,commentNestIndent:o,commentFontSizeBase:i,commentFontSizeSm:c,commentAuthorNameColor:l,commentAuthorTimeColor:u,commentActionColor:a,commentActionHoverColor:s,commentActionsMarginBottom:d,commentActionsMarginTop:p,commentContentDetailPMarginBottom:f}=e;return{[t]:{position:"relative",backgroundColor:n,[`${t}-inner`]:{display:"flex",padding:r},[`${t}-avatar`]:{position:"relative",flexShrink:0,marginRight:e.marginSM,cursor:"pointer",img:{width:"32px",height:"32px",borderRadius:"50%"}},[`${t}-content`]:{position:"relative",flex:"1 1 auto",minWidth:"1px",fontSize:i,wordWrap:"break-word","&-author":{display:"flex",flexWrap:"wrap",justifyContent:"flex-start",marginBottom:e.marginXXS,fontSize:i,"& > a,& > span":{paddingRight:e.paddingXS,fontSize:c,lineHeight:"18px"},"&-name":{color:l,fontSize:i,transition:`color ${e.motionDurationSlow}`,"> *":{color:l,"&:hover":{color:l}}},"&-time":{color:u,whiteSpace:"nowrap",cursor:"auto"}},"&-detail p":{marginBottom:f,whiteSpace:"pre-wrap"}},[`${t}-actions`]:{marginTop:p,marginBottom:d,paddingLeft:0,"> li":{display:"inline-block",color:a,"> span":{marginRight:"10px",color:a,fontSize:c,cursor:"pointer",transition:`color ${e.motionDurationSlow}`,userSelect:"none","&:hover":{color:s}}}},[`${t}-nested`]:{marginLeft:o},"&-rtl":{direction:"rtl"}}}},Mce=tt("Comment",e=>{const t=Ve(e,{commentBg:"inherit",commentPaddingBase:`${e.paddingMD}px 0`,commentNestIndent:"44px",commentFontSizeBase:e.fontSize,commentFontSizeSm:e.fontSizeSM,commentAuthorNameColor:e.colorTextTertiary,commentAuthorTimeColor:e.colorTextPlaceholder,commentActionColor:e.colorTextTertiary,commentActionHoverColor:e.colorTextSecondary,commentActionsMarginBottom:"inherit",commentActionsMarginTop:e.marginSM,commentContentDetailPMarginBottom:"inherit"});return[Pce(t)]}),kce=()=>({actions:Array,author:q.any,avatar:q.any,content:q.any,prefixCls:String,datetime:q.any}),Lce=ae({compatConfig:{MODE:3},name:"AComment",inheritAttrs:!1,props:kce(),slots:Object,setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o,direction:i}=Me("comment",e),[c,l]=Mce(o),u=(s,d)=>y("div",{class:`${s}-nested`},[d]),a=s=>!s||!s.length?null:s.map((p,f)=>y("li",{key:`action-${f}`},[p]));return()=>{var s,d,p,f,m,g,h,_,v,b,S;const E=o.value,T=(s=e.actions)!==null&&s!==void 0?s:(d=n.actions)===null||d===void 0?void 0:d.call(n),C=(p=e.author)!==null&&p!==void 0?p:(f=n.author)===null||f===void 0?void 0:f.call(n),w=(m=e.avatar)!==null&&m!==void 0?m:(g=n.avatar)===null||g===void 0?void 0:g.call(n),O=(h=e.content)!==null&&h!==void 0?h:(_=n.content)===null||_===void 0?void 0:_.call(n),R=(v=e.datetime)!==null&&v!==void 0?v:(b=n.datetime)===null||b===void 0?void 0:b.call(n),I=y("div",{class:`${E}-avatar`},[typeof w=="string"?y("img",{src:w,alt:"comment-avatar"},null):w]),$=T?y("ul",{class:`${E}-actions`},[a(Array.isArray(T)?T:[T])]):null,N=y("div",{class:`${E}-content-author`},[C&&y("span",{class:`${E}-content-author-name`},[C]),R&&y("span",{class:`${E}-content-author-time`},[R])]),P=y("div",{class:`${E}-content`},[N,y("div",{class:`${E}-content-detail`},[O]),$]),A=y("div",{class:`${E}-inner`},[I,P]),D=Lt((S=n.default)===null||S===void 0?void 0:S.call(n));return c(y("div",U(U({},r),{},{class:[E,{[`${E}-rtl`]:i.value==="rtl"},r.class,l.value]}),[A,D&&D.length?u(E,D):null]))}}}),Fce=rn(Lce);let Nm=x({},Br.Modal);function Bce(e){e?Nm=x(x({},Nm),e):Nm=x({},Br.Modal)}function Hce(){return Nm}const Zy="internalMark",$m=ae({compatConfig:{MODE:3},name:"ALocaleProvider",props:{locale:{type:Object},ANT_MARK__:String},setup(e,t){let{slots:n}=t;Jt(e.ANT_MARK__===Zy);const r=mt({antLocale:x(x({},e.locale),{exist:!0}),ANT_MARK__:Zy});return at("localeData",r),Ee(()=>e.locale,o=>{Bce(o&&o.Modal),r.antLocale=x(x({},o),{exist:!0})},{immediate:!0}),()=>{var o;return(o=n.default)===null||o===void 0?void 0:o.call(n)}}});$m.install=function(e){return e.component($m.name,$m),e};const nB=rn($m),rB=ae({name:"Notice",inheritAttrs:!1,props:["prefixCls","duration","updateMark","noticeKey","closeIcon","closable","props","onClick","onClose","holder","visible"],setup(e,t){let{attrs:n,slots:r}=t,o,i=!1;const c=L(()=>e.duration===void 0?4.5:e.duration),l=()=>{c.value&&!i&&(o=setTimeout(()=>{a()},c.value*1e3))},u=()=>{o&&(clearTimeout(o),o=null)},a=d=>{d&&d.stopPropagation(),u();const{onClose:p,noticeKey:f}=e;p&&p(f)},s=()=>{u(),l()};return Ke(()=>{l()}),cr(()=>{i=!0,u()}),Ee([c,()=>e.updateMark,()=>e.visible],(d,p)=>{let[f,m,g]=d,[h,_,v]=p;(f!==h||m!==_||g!==v&&v)&&s()},{flush:"post"}),()=>{var d,p;const{prefixCls:f,closable:m,closeIcon:g=(d=r.closeIcon)===null||d===void 0?void 0:d.call(r),onClick:h,holder:_}=e,{class:v,style:b}=n,S=`${f}-notice`,E=Object.keys(n).reduce((C,w)=>((w.startsWith("data-")||w.startsWith("aria-")||w==="role")&&(C[w]=n[w]),C),{}),T=y("div",U({class:me(S,v,{[`${S}-closable`]:m}),style:b,onMouseenter:u,onMouseleave:l,onClick:h},E),[y("div",{class:`${S}-content`},[(p=r.default)===null||p===void 0?void 0:p.call(r)]),m?y("a",{tabindex:0,onClick:a,class:`${S}-close`},[g||y("span",{class:`${S}-close-x`},null)]):null]);return _?y(Rp,{to:_},{default:()=>T}):T}}});var Uce=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{const{prefixCls:s,animation:d="fade"}=e;let p=e.transitionName;return!p&&d&&(p=`${s}-${d}`),p_(p)}),u=(s,d)=>{const p=s.key||pA(),f=x(x({},s),{key:p}),{maxCount:m}=e,g=c.value.map(_=>_.notice.key).indexOf(p),h=c.value.concat();g!==-1?h.splice(g,1,{notice:f,holderCallback:d}):(m&&c.value.length>=m&&(f.key=h[0].notice.key,f.updateMark=pA(),f.userPassKey=p,h.shift()),h.push({notice:f,holderCallback:d})),c.value=h},a=s=>{c.value=c.value.filter(d=>{let{notice:{key:p,userPassKey:f}}=d;return(f||p)!==s})};return r({add:u,remove:a,notices:c}),()=>{var s;const{prefixCls:d,closeIcon:p=(s=o.closeIcon)===null||s===void 0?void 0:s.call(o,{prefixCls:d})}=e,f=c.value.map((g,h)=>{let{notice:_,holderCallback:v}=g;const b=h===c.value.length-1?_.updateMark:void 0,{key:S,userPassKey:E}=_,{content:T}=_,C=x(x(x({prefixCls:d,closeIcon:typeof p=="function"?p({prefixCls:d}):p},_),_.props),{key:S,noticeKey:E||S,updateMark:b,onClose:w=>{var O;a(w),(O=_.onClose)===null||O===void 0||O.call(_)},onClick:_.onClick});return v?y("div",{key:S,class:`${d}-hook-holder`,ref:w=>{typeof S>"u"||(w?(i.set(S,w),v(w,C)):i.delete(S))}},null):y(rB,U(U({},C),{},{class:me(C.class,e.hashId)}),{default:()=>[typeof T=="function"?T({prefixCls:d}):T]})}),m={[d]:1,[n.class]:!!n.class,[e.hashId]:!0};return y("div",{class:m,style:n.style||{top:"65px",left:"50%"}},[y(Np,U({tag:"div"},l.value),{default:()=>[f]})])}}});Jy.newInstance=function(t,n){const r=t||{},{name:o="notification",getContainer:i,appContext:c,prefixCls:l,rootPrefixCls:u,transitionName:a,hasTransitionName:s,useStyle:d}=r,p=Uce(r,["name","getContainer","appContext","prefixCls","rootPrefixCls","transitionName","hasTransitionName","useStyle"]),f=document.createElement("div");i?i().appendChild(f):document.body.appendChild(f);const g=y(ae({compatConfig:{MODE:3},name:"NotificationWrapper",setup(h,_){let{attrs:v}=_;const b=ce(),S=L(()=>gr.getPrefixCls(o,l)),[,E]=d(S);return Ke(()=>{n({notice(T){var C;(C=b.value)===null||C===void 0||C.add(T)},removeNotice(T){var C;(C=b.value)===null||C===void 0||C.remove(T)},destroy(){Ta(null,f),f.parentNode&&f.parentNode.removeChild(f)},component:b})}),()=>{const T=gr,C=T.getRootPrefixCls(u,S.value),w=s?a:`${S.value}-${a}`;return y(JT,U(U({},T),{},{prefixCls:C}),{default:()=>[y(Jy,U(U({ref:b},v),{},{prefixCls:S.value,transitionName:w,hashId:E.value}),null)]})}}}),p);g.appContext=c||g.appContext,Ta(g,f)};const oB=Jy;let fA=0;const Gce=Date.now();function mA(){const e=fA;return fA+=1,`rcNotification_${Gce}_${e}`}const jce=ae({name:"HookNotification",inheritAttrs:!1,props:["prefixCls","transitionName","animation","maxCount","closeIcon","hashId","remove","notices","getStyles","getClassName","onAllRemoved","getContainer"],setup(e,t){let{attrs:n,slots:r}=t;const o=new Map,i=L(()=>e.notices),c=L(()=>{let s=e.transitionName;if(!s&&e.animation)switch(typeof e.animation){case"string":s=e.animation;break;case"function":s=e.animation().name;break;case"object":s=e.animation.name;break;default:s=`${e.prefixCls}-fade`;break}return p_(s)}),l=s=>e.remove(s),u=ie({});Ee(i,()=>{const s={};Object.keys(u.value).forEach(d=>{s[d]=[]}),e.notices.forEach(d=>{const{placement:p="topRight"}=d.notice;p&&(s[p]=s[p]||[],s[p].push(d))}),u.value=s});const a=L(()=>Object.keys(u.value));return()=>{var s;const{prefixCls:d,closeIcon:p=(s=r.closeIcon)===null||s===void 0?void 0:s.call(r,{prefixCls:d})}=e,f=a.value.map(m=>{var g,h;const _=u.value[m],v=(g=e.getClassName)===null||g===void 0?void 0:g.call(e,m),b=(h=e.getStyles)===null||h===void 0?void 0:h.call(e,m),S=_.map((C,w)=>{let{notice:O,holderCallback:R}=C;const I=w===i.value.length-1?O.updateMark:void 0,{key:$,userPassKey:N}=O,{content:P}=O,A=x(x(x({prefixCls:d,closeIcon:typeof p=="function"?p({prefixCls:d}):p},O),O.props),{key:$,noticeKey:N||$,updateMark:I,onClose:D=>{var M;l(D),(M=O.onClose)===null||M===void 0||M.call(O)},onClick:O.onClick});return R?y("div",{key:$,class:`${d}-hook-holder`,ref:D=>{typeof $>"u"||(D?(o.set($,D),R(D,A)):o.delete($))}},null):y(rB,U(U({},A),{},{class:me(A.class,e.hashId)}),{default:()=>[typeof P=="function"?P({prefixCls:d}):P]})}),E={[d]:1,[`${d}-${m}`]:1,[n.class]:!!n.class,[e.hashId]:!0,[v]:!!v};function T(){var C;_.length>0||(Reflect.deleteProperty(u.value,m),(C=e.onAllRemoved)===null||C===void 0||C.call(e))}return y("div",{key:m,class:E,style:n.style||b||{top:"65px",left:"50%"}},[y(Np,U(U({tag:"div"},c.value),{},{onAfterLeave:T}),{default:()=>[S]})])});return y(Uk,{getContainer:e.getContainer},{default:()=>[f]})}}}),Vce=jce;var Yce=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);odocument.body;let gA=0;function Kce(){const e={};for(var t=arguments.length,n=new Array(t),r=0;r{o&&Object.keys(o).forEach(i=>{const c=o[i];c!==void 0&&(e[i]=c)})}),e}function aB(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const{getContainer:t=Wce,motion:n,prefixCls:r,maxCount:o,getClassName:i,getStyles:c,onAllRemoved:l}=e,u=Yce(e,["getContainer","motion","prefixCls","maxCount","getClassName","getStyles","onAllRemoved"]),a=ce([]),s=ce(),d=(_,v)=>{const b=_.key||mA(),S=x(x({},_),{key:b}),E=a.value.map(C=>C.notice.key).indexOf(b),T=a.value.concat();E!==-1?T.splice(E,1,{notice:S,holderCallback:v}):(o&&a.value.length>=o&&(S.key=T[0].notice.key,S.updateMark=mA(),S.userPassKey=b,T.shift()),T.push({notice:S,holderCallback:v})),a.value=T},p=_=>{a.value=a.value.filter(v=>{let{notice:{key:b,userPassKey:S}}=v;return(S||b)!==_})},f=()=>{a.value=[]},m=()=>y(Vce,{ref:s,prefixCls:r,maxCount:o,notices:a.value,remove:p,getClassName:i,getStyles:c,animation:n,hashId:e.hashId,onAllRemoved:l,getContainer:t},null),g=ce([]),h={open:_=>{const v=Kce(u,_);(v.key===null||v.key===void 0)&&(v.key=`vc-notification-${gA}`,gA+=1),g.value=[...g.value,{type:"open",config:v}]},close:_=>{g.value=[...g.value,{type:"close",key:_}]},destroy:()=>{g.value=[...g.value,{type:"destroy"}]}};return Ee(g,()=>{g.value.length&&(g.value.forEach(_=>{switch(_.type){case"open":d(_.config);break;case"close":p(_.key);break;case"destroy":f();break}}),g.value=[])}),[h,m]}const qce=e=>{const{componentCls:t,iconCls:n,boxShadowSecondary:r,colorBgElevated:o,colorSuccess:i,colorError:c,colorWarning:l,colorInfo:u,fontSizeLG:a,motionEaseInOutCirc:s,motionDurationSlow:d,marginXS:p,paddingXS:f,borderRadiusLG:m,zIndexPopup:g,messageNoticeContentPadding:h}=e,_=new vt("MessageMoveIn",{"0%":{padding:0,transform:"translateY(-100%)",opacity:0},"100%":{padding:f,transform:"translateY(0)",opacity:1}}),v=new vt("MessageMoveOut",{"0%":{maxHeight:e.height,padding:f,opacity:1},"100%":{maxHeight:0,padding:0,opacity:0}});return[{[t]:x(x({},ot(e)),{position:"fixed",top:p,left:"50%",transform:"translateX(-50%)",width:"100%",pointerEvents:"none",zIndex:g,[`${t}-move-up`]:{animationFillMode:"forwards"},[` + ${t}-move-up-appear, + ${t}-move-up-enter + `]:{animationName:_,animationDuration:d,animationPlayState:"paused",animationTimingFunction:s},[` + ${t}-move-up-appear${t}-move-up-appear-active, + ${t}-move-up-enter${t}-move-up-enter-active + `]:{animationPlayState:"running"},[`${t}-move-up-leave`]:{animationName:v,animationDuration:d,animationPlayState:"paused",animationTimingFunction:s},[`${t}-move-up-leave${t}-move-up-leave-active`]:{animationPlayState:"running"},"&-rtl":{direction:"rtl",span:{direction:"rtl"}}})},{[`${t}-notice`]:{padding:f,textAlign:"center",[n]:{verticalAlign:"text-bottom",marginInlineEnd:p,fontSize:a},[`${t}-notice-content`]:{display:"inline-block",padding:h,background:o,borderRadius:m,boxShadow:r,pointerEvents:"all"},[`${t}-success ${n}`]:{color:i},[`${t}-error ${n}`]:{color:c},[`${t}-warning ${n}`]:{color:l},[` + ${t}-info ${n}, + ${t}-loading ${n}`]:{color:u}}},{[`${t}-notice-pure-panel`]:{padding:0,textAlign:"start"}}]},iB=tt("Message",e=>{const t=Ve(e,{messageNoticeContentPadding:`${(e.controlHeightLG-e.fontSize*e.lineHeight)/2}px ${e.paddingSM}px`});return[qce(t)]},e=>({height:150,zIndexPopup:e.zIndexPopupBase+10})),Xce={info:y(mu,null,null),success:y(ui,null,null),error:y(to,null,null),warning:y(di,null,null),loading:y(bo,null,null)},Qce=ae({name:"PureContent",inheritAttrs:!1,props:["prefixCls","type","icon"],setup(e,t){let{slots:n}=t;return()=>{var r;return y("div",{class:me(`${e.prefixCls}-custom-content`,`${e.prefixCls}-${e.type}`)},[e.icon||Xce[e.type],y("span",null,[(r=n.default)===null||r===void 0?void 0:r.call(n)])])}}});var Zce=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);oi("message",e.prefixCls)),[,u]=iB(l),a=()=>{var g;const h=(g=e.top)!==null&&g!==void 0?g:Jce;return{left:"50%",transform:"translateX(-50%)",top:typeof h=="number"?`${h}px`:h}},s=()=>me(u.value,e.rtl?`${l.value}-rtl`:""),d=()=>{var g;return WE({prefixCls:l.value,animation:(g=e.animation)!==null&&g!==void 0?g:"move-up",transitionName:e.transitionName})},p=y("span",{class:`${l.value}-close-x`},[y(eo,{class:`${l.value}-close-icon`},null)]),[f,m]=aB({getStyles:a,prefixCls:l.value,getClassName:s,motion:d,closable:!1,closeIcon:p,duration:(r=e.duration)!==null&&r!==void 0?r:eue,getContainer:(o=e.staticGetContainer)!==null&&o!==void 0?o:c.value,maxCount:e.maxCount,onAllRemoved:e.onAllRemoved});return n(x(x({},f),{prefixCls:l,hashId:u})),m}});let hA=0;function nue(e){const t=ce(null),n=Symbol("messageHolderKey"),r=u=>{var a;(a=t.value)===null||a===void 0||a.close(u)},o=u=>{if(!t.value){const E=()=>{};return E.then=()=>{},E}const{open:a,prefixCls:s,hashId:d}=t.value,p=`${s}-notice`,{content:f,icon:m,type:g,key:h,class:_,onClose:v}=u,b=Zce(u,["content","icon","type","key","class","onClose"]);let S=h;return S==null&&(hA+=1,S=`antd-message-${hA}`),cz(E=>(a(x(x({},b),{key:S,content:()=>y(Qce,{prefixCls:s,type:g,icon:typeof m=="function"?m():m},{default:()=>[typeof f=="function"?f():f]}),placement:"top",class:me(g&&`${p}-${g}`,d,_),onClose:()=>{v==null||v(),E()}})),()=>{r(S)}))},c={open:o,destroy:u=>{var a;u!==void 0?r(u):(a=t.value)===null||a===void 0||a.destroy()}};return["info","success","warning","error","loading"].forEach(u=>{const a=(s,d,p)=>{let f;s&&typeof s=="object"&&"content"in s?f=s:f={content:s};let m,g;typeof d=="function"?g=d:(m=d,g=p);const h=x(x({onClose:g,duration:m},f),{type:u});return o(h)};c[u]=a}),[c,()=>y(tue,U(U({key:n},e),{},{ref:t}),null)]}function lB(e){return nue(e)}let sB=3,cB,kr,rue=1,uB="",dB="move-up",pB=!1,fB=()=>document.body,mB,gB=!1;function oue(){return rue++}function aue(e){e.top!==void 0&&(cB=e.top,kr=null),e.duration!==void 0&&(sB=e.duration),e.prefixCls!==void 0&&(uB=e.prefixCls),e.getContainer!==void 0&&(fB=e.getContainer,kr=null),e.transitionName!==void 0&&(dB=e.transitionName,kr=null,pB=!0),e.maxCount!==void 0&&(mB=e.maxCount,kr=null),e.rtl!==void 0&&(gB=e.rtl)}function iue(e,t){if(kr){t(kr);return}oB.newInstance({appContext:e.appContext,prefixCls:e.prefixCls||uB,rootPrefixCls:e.rootPrefixCls,transitionName:dB,hasTransitionName:pB,style:{top:cB},getContainer:fB||e.getPopupContainer,maxCount:mB,name:"message",useStyle:iB},n=>{if(kr){t(kr);return}kr=n,t(n)})}const hB={info:mu,success:ui,error:to,warning:di,loading:bo},lue=Object.keys(hB);function sue(e){const t=e.duration!==void 0?e.duration:sB,n=e.key||oue(),r=new Promise(i=>{const c=()=>(typeof e.onClose=="function"&&e.onClose(),i(!0));iue(e,l=>{l.notice({key:n,duration:t,style:e.style||{},class:e.class,content:u=>{let{prefixCls:a}=u;const s=hB[e.type],d=s?y(s,null,null):"",p=me(`${a}-custom-content`,{[`${a}-${e.type}`]:e.type,[`${a}-rtl`]:gB===!0});return y("div",{class:p},[typeof e.icon=="function"?e.icon():e.icon||d,y("span",null,[typeof e.content=="function"?e.content():e.content])])},onClose:c,onClick:e.onClick})})}),o=()=>{kr&&kr.removeNotice(n)};return o.then=(i,c)=>r.then(i,c),o.promise=r,o}function cue(e){return Object.prototype.toString.call(e)==="[object Object]"&&!!e.content}const dp={open:sue,config:aue,destroy(e){if(kr)if(e){const{removeNotice:t}=kr;t(e)}else{const{destroy:t}=kr;t(),kr=null}}};function uue(e,t){e[t]=(n,r,o)=>cue(n)?e.open(x(x({},n),{type:t})):(typeof r=="function"&&(o=r,r=void 0),e.open({content:n,duration:r,type:t,onClose:o}))}lue.forEach(e=>uue(dp,e));dp.warn=dp.warning;dp.useMessage=lB;const Xp=dp,due=e=>{const{componentCls:t,width:n,notificationMarginEdge:r}=e,o=new vt("antNotificationTopFadeIn",{"0%":{marginTop:"-100%",opacity:0},"100%":{marginTop:0,opacity:1}}),i=new vt("antNotificationBottomFadeIn",{"0%":{marginBottom:"-100%",opacity:0},"100%":{marginBottom:0,opacity:1}}),c=new vt("antNotificationLeftFadeIn",{"0%":{right:{_skip_check_:!0,value:n},opacity:0},"100%":{right:{_skip_check_:!0,value:0},opacity:1}});return{[`&${t}-top, &${t}-bottom`]:{marginInline:0},[`&${t}-top`]:{[`${t}-fade-enter${t}-fade-enter-active, ${t}-fade-appear${t}-fade-appear-active`]:{animationName:o}},[`&${t}-bottom`]:{[`${t}-fade-enter${t}-fade-enter-active, ${t}-fade-appear${t}-fade-appear-active`]:{animationName:i}},[`&${t}-topLeft, &${t}-bottomLeft`]:{marginInlineEnd:0,marginInlineStart:r,[`${t}-fade-enter${t}-fade-enter-active, ${t}-fade-appear${t}-fade-appear-active`]:{animationName:c}}}},pue=e=>{const{iconCls:t,componentCls:n,boxShadowSecondary:r,fontSizeLG:o,notificationMarginBottom:i,borderRadiusLG:c,colorSuccess:l,colorInfo:u,colorWarning:a,colorError:s,colorTextHeading:d,notificationBg:p,notificationPadding:f,notificationMarginEdge:m,motionDurationMid:g,motionEaseInOut:h,fontSize:_,lineHeight:v,width:b,notificationIconSize:S}=e,E=`${n}-notice`,T=new vt("antNotificationFadeIn",{"0%":{left:{_skip_check_:!0,value:b},opacity:0},"100%":{left:{_skip_check_:!0,value:0},opacity:1}}),C=new vt("antNotificationFadeOut",{"0%":{maxHeight:e.animationMaxHeight,marginBottom:i,opacity:1},"100%":{maxHeight:0,marginBottom:0,paddingTop:0,paddingBottom:0,opacity:0}});return[{[n]:x(x(x(x({},ot(e)),{position:"fixed",zIndex:e.zIndexPopup,marginInlineEnd:m,[`${n}-hook-holder`]:{position:"relative"},[`&${n}-top, &${n}-bottom`]:{[`${n}-notice`]:{marginInline:"auto auto"}},[`&${n}-topLeft, &${n}-bottomLeft`]:{[`${n}-notice`]:{marginInlineEnd:"auto",marginInlineStart:0}},[`${n}-fade-enter, ${n}-fade-appear`]:{animationDuration:e.motionDurationMid,animationTimingFunction:h,animationFillMode:"both",opacity:0,animationPlayState:"paused"},[`${n}-fade-leave`]:{animationTimingFunction:h,animationFillMode:"both",animationDuration:g,animationPlayState:"paused"},[`${n}-fade-enter${n}-fade-enter-active, ${n}-fade-appear${n}-fade-appear-active`]:{animationName:T,animationPlayState:"running"},[`${n}-fade-leave${n}-fade-leave-active`]:{animationName:C,animationPlayState:"running"}}),due(e)),{"&-rtl":{direction:"rtl",[`${n}-notice-btn`]:{float:"left"}}})},{[E]:{position:"relative",width:b,maxWidth:`calc(100vw - ${m*2}px)`,marginBottom:i,marginInlineStart:"auto",padding:f,overflow:"hidden",lineHeight:v,wordWrap:"break-word",background:p,borderRadius:c,boxShadow:r,[`${n}-close-icon`]:{fontSize:_,cursor:"pointer"},[`${E}-message`]:{marginBottom:e.marginXS,color:d,fontSize:o,lineHeight:e.lineHeightLG},[`${E}-description`]:{fontSize:_},[`&${E}-closable ${E}-message`]:{paddingInlineEnd:e.paddingLG},[`${E}-with-icon ${E}-message`]:{marginBottom:e.marginXS,marginInlineStart:e.marginSM+S,fontSize:o},[`${E}-with-icon ${E}-description`]:{marginInlineStart:e.marginSM+S,fontSize:_},[`${E}-icon`]:{position:"absolute",fontSize:S,lineHeight:0,[`&-success${t}`]:{color:l},[`&-info${t}`]:{color:u},[`&-warning${t}`]:{color:a},[`&-error${t}`]:{color:s}},[`${E}-close`]:{position:"absolute",top:e.notificationPaddingVertical,insetInlineEnd:e.notificationPaddingHorizontal,color:e.colorIcon,outline:"none",width:e.notificationCloseButtonSize,height:e.notificationCloseButtonSize,borderRadius:e.borderRadiusSM,transition:`background-color ${e.motionDurationMid}, color ${e.motionDurationMid}`,display:"flex",alignItems:"center",justifyContent:"center","&:hover":{color:e.colorIconHover,backgroundColor:e.wireframe?"transparent":e.colorFillContent}},[`${E}-btn`]:{float:"right",marginTop:e.marginSM}}},{[`${E}-pure-panel`]:{margin:0}}]},_B=tt("Notification",e=>{const t=e.paddingMD,n=e.paddingLG,r=Ve(e,{notificationBg:e.colorBgElevated,notificationPaddingVertical:t,notificationPaddingHorizontal:n,notificationPadding:`${e.paddingMD}px ${e.paddingContentHorizontalLG}px`,notificationMarginBottom:e.margin,notificationMarginEdge:e.marginLG,animationMaxHeight:150,notificationIconSize:e.fontSizeLG*e.lineHeightLG,notificationCloseButtonSize:e.controlHeightLG*.55});return[pue(r)]},e=>({zIndexPopup:e.zIndexPopupBase+50,width:384}));function fue(e,t){return t||y("span",{class:`${e}-close-x`},[y(eo,{class:`${e}-close-icon`},null)])}y(mu,null,null),y(ui,null,null),y(to,null,null),y(di,null,null),y(bo,null,null);const mue={success:ui,info:mu,error:to,warning:di};function gue(e){let{prefixCls:t,icon:n,type:r,message:o,description:i,btn:c}=e,l=null;if(n)l=y("span",{class:`${t}-icon`},[Js(n)]);else if(r){const u=mue[r];l=y(u,{class:`${t}-icon ${t}-icon-${r}`},null)}return y("div",{class:me({[`${t}-with-icon`]:l}),role:"alert"},[l,y("div",{class:`${t}-message`},[o]),y("div",{class:`${t}-description`},[i]),c&&y("div",{class:`${t}-btn`},[c])])}function vB(e,t,n){let r;switch(t=typeof t=="number"?`${t}px`:t,n=typeof n=="number"?`${n}px`:n,e){case"top":r={left:"50%",transform:"translateX(-50%)",right:"auto",top:t,bottom:"auto"};break;case"topLeft":r={left:0,top:t,bottom:"auto"};break;case"topRight":r={right:0,top:t,bottom:"auto"};break;case"bottom":r={left:"50%",transform:"translateX(-50%)",right:"auto",top:"auto",bottom:n};break;case"bottomLeft":r={left:0,top:"auto",bottom:n};break;default:r={right:0,top:"auto",bottom:n};break}return r}function hue(e){return{name:`${e}-fade`}}var _ue=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);oe.prefixCls||r("notification")),c=p=>{var f,m;return vB(p,(f=e.top)!==null&&f!==void 0?f:_A,(m=e.bottom)!==null&&m!==void 0?m:_A)},[,l]=_B(i),u=()=>me(l.value,{[`${i.value}-rtl`]:e.rtl}),a=()=>hue(i.value),[s,d]=aB({prefixCls:i.value,getStyles:c,getClassName:u,motion:a,closable:!0,closeIcon:fue(i.value),duration:vue,getContainer:()=>{var p,f;return((p=e.getPopupContainer)===null||p===void 0?void 0:p.call(e))||((f=o.value)===null||f===void 0?void 0:f.call(o))||document.body},maxCount:e.maxCount,hashId:l.value,onAllRemoved:e.onAllRemoved});return n(x(x({},s),{prefixCls:i.value,hashId:l})),d}});function Sue(e){const t=ce(null),n=Symbol("notificationHolderKey"),r=l=>{if(!t.value)return;const{open:u,prefixCls:a,hashId:s}=t.value,d=`${a}-notice`,{message:p,description:f,icon:m,type:g,btn:h,class:_}=l,v=_ue(l,["message","description","icon","type","btn","class"]);return u(x(x({placement:"topRight"},v),{content:()=>y(gue,{prefixCls:d,icon:typeof m=="function"?m():m,type:g,message:typeof p=="function"?p():p,description:typeof f=="function"?f():f,btn:typeof h=="function"?h():h},null),class:me(g&&`${d}-${g}`,s,_)}))},i={open:r,destroy:l=>{var u,a;l!==void 0?(u=t.value)===null||u===void 0||u.close(l):(a=t.value)===null||a===void 0||a.destroy()}};return["success","info","warning","error"].forEach(l=>{i[l]=u=>r(x(x({},u),{type:l}))}),[i,()=>y(bue,U(U({key:n},e),{},{ref:t}),null)]}function bB(e){return Sue(e)}const yl={};let SB=4.5,yB="24px",EB="24px",e0="",CB="topRight",TB=()=>document.body,xB=null,t0=!1,wB;function yue(e){const{duration:t,placement:n,bottom:r,top:o,getContainer:i,closeIcon:c,prefixCls:l}=e;l!==void 0&&(e0=l),t!==void 0&&(SB=t),n!==void 0&&(CB=n),r!==void 0&&(EB=typeof r=="number"?`${r}px`:r),o!==void 0&&(yB=typeof o=="number"?`${o}px`:o),i!==void 0&&(TB=i),c!==void 0&&(xB=c),e.rtl!==void 0&&(t0=e.rtl),e.maxCount!==void 0&&(wB=e.maxCount)}function Eue(e,t){let{prefixCls:n,placement:r=CB,getContainer:o=TB,top:i,bottom:c,closeIcon:l=xB,appContext:u}=e;const{getPrefixCls:a}=Pue(),s=a("notification",n||e0),d=`${s}-${r}-${t0}`,p=yl[d];if(p){Promise.resolve(p).then(m=>{t(m)});return}const f=me(`${s}-${r}`,{[`${s}-rtl`]:t0===!0});oB.newInstance({name:"notification",prefixCls:n||e0,useStyle:_B,class:f,style:vB(r,i??yB,c??EB),appContext:u,getContainer:o,closeIcon:m=>{let{prefixCls:g}=m;return y("span",{class:`${g}-close-x`},[Js(l,{},y(eo,{class:`${g}-close-icon`},null))])},maxCount:wB,hasTransitionName:!0},m=>{yl[d]=m,t(m)})}const Cue={success:UL,info:GL,error:jL,warning:zL};function Tue(e){const{icon:t,type:n,description:r,message:o,btn:i}=e,c=e.duration===void 0?SB:e.duration;Eue(e,l=>{l.notice({content:u=>{let{prefixCls:a}=u;const s=`${a}-notice`;let d=null;if(t)d=()=>y("span",{class:`${s}-icon`},[Js(t)]);else if(n){const p=Cue[n];d=()=>y(p,{class:`${s}-icon ${s}-icon-${n}`},null)}return y("div",{class:d?`${s}-with-icon`:""},[d&&d(),y("div",{class:`${s}-message`},[!r&&d?y("span",{class:`${s}-message-single-line-auto-margin`},null):null,Js(o)]),y("div",{class:`${s}-description`},[Js(r)]),i?y("span",{class:`${s}-btn`},[Js(i)]):null])},duration:c,closable:!0,onClose:e.onClose,onClick:e.onClick,key:e.key,style:e.style||{},class:e.class})})}const Gc={open:Tue,close(e){Object.keys(yl).forEach(t=>Promise.resolve(yl[t]).then(n=>{n.removeNotice(e)}))},config:yue,destroy(){Object.keys(yl).forEach(e=>{Promise.resolve(yl[e]).then(t=>{t.destroy()}),delete yl[e]})}},xue=["success","info","warning","error"];xue.forEach(e=>{Gc[e]=t=>Gc.open(x(x({},t),{type:e}))});Gc.warn=Gc.warning;Gc.useNotification=bB;const QT=Gc,wue=`-ant-${Date.now()}-${Math.random()}`;function Oue(e,t){const n={},r=(c,l)=>{let u=c.clone();return u=(l==null?void 0:l(u))||u,u.toRgbString()},o=(c,l)=>{const u=new Dt(c),a=Kl(u.toRgbString());n[`${l}-color`]=r(u),n[`${l}-color-disabled`]=a[1],n[`${l}-color-hover`]=a[4],n[`${l}-color-active`]=a[6],n[`${l}-color-outline`]=u.clone().setAlpha(.2).toRgbString(),n[`${l}-color-deprecated-bg`]=a[0],n[`${l}-color-deprecated-border`]=a[2]};if(t.primaryColor){o(t.primaryColor,"primary");const c=new Dt(t.primaryColor),l=Kl(c.toRgbString());l.forEach((a,s)=>{n[`primary-${s+1}`]=a}),n["primary-color-deprecated-l-35"]=r(c,a=>a.lighten(35)),n["primary-color-deprecated-l-20"]=r(c,a=>a.lighten(20)),n["primary-color-deprecated-t-20"]=r(c,a=>a.tint(20)),n["primary-color-deprecated-t-50"]=r(c,a=>a.tint(50)),n["primary-color-deprecated-f-12"]=r(c,a=>a.setAlpha(a.getAlpha()*.12));const u=new Dt(l[0]);n["primary-color-active-deprecated-f-30"]=r(u,a=>a.setAlpha(a.getAlpha()*.3)),n["primary-color-active-deprecated-d-02"]=r(u,a=>a.darken(2))}return t.successColor&&o(t.successColor,"success"),t.warningColor&&o(t.warningColor,"warning"),t.errorColor&&o(t.errorColor,"error"),t.infoColor&&o(t.infoColor,"info"),` + :root { + ${Object.keys(n).map(c=>`--${e}-${c}: ${n[c]};`).join(` +`)} + } + `.trim()}function Iue(e,t){const n=Oue(e,t);wr()?Wd(n,`${wue}-dynamic-theme`):Jt()}const Rue=e=>{const[t,n]=li();return xg(L(()=>({theme:t.value,token:n.value,hashId:"",path:["ant-design-icons",e.value]})),()=>[{[`.${e.value}`]:x(x({},ps()),{[`.${e.value} .${e.value}-icon`]:{display:"block"}})}])};function Aue(e,t){const n=L(()=>(e==null?void 0:e.value)||{}),r=L(()=>n.value.inherit===!1||!(t!=null&&t.value)?K2:t.value);return L(()=>{if(!(e!=null&&e.value))return t==null?void 0:t.value;const i=x({},r.value.components);return Object.keys(e.value.components||{}).forEach(c=>{i[c]=x(x({},i[c]),e.value.components[c])}),x(x(x({},r.value),n.value),{token:x(x({},r.value.token),n.value.token),components:i})})}var Nue=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{x(gr,ZT),gr.prefixCls=Ec(),gr.iconPrefixCls=OB(),gr.getPrefixCls=(e,t)=>t||(e?`${gr.prefixCls}-${e}`:gr.prefixCls),gr.getRootPrefixCls=()=>gr.prefixCls?gr.prefixCls:Ec()});let Ib;const Due=e=>{Ib&&Ib(),Ib=Qe(()=>{x(ZT,mt(e)),x(gr,mt(e))}),e.theme&&Iue(Ec(),e.theme)},Pue=()=>({getPrefixCls:(e,t)=>t||(e?`${Ec()}-${e}`:Ec()),getIconPrefixCls:OB,getRootPrefixCls:()=>gr.prefixCls?gr.prefixCls:Ec()}),yd=ae({compatConfig:{MODE:3},name:"AConfigProvider",inheritAttrs:!1,props:kz(),setup(e,t){let{slots:n}=t;const r=Kh(),o=(A,D)=>{const{prefixCls:M="ant"}=e;if(D)return D;const k=M||r.getPrefixCls("");return A?`${k}-${A}`:k},i=L(()=>e.iconPrefixCls||r.iconPrefixCls.value||NE),c=L(()=>i.value!==r.iconPrefixCls.value),l=L(()=>{var A;return e.csp||((A=r.csp)===null||A===void 0?void 0:A.value)}),u=Rue(i),a=Aue(L(()=>e.theme),L(()=>{var A;return(A=r.theme)===null||A===void 0?void 0:A.value})),s=A=>(e.renderEmpty||n.renderEmpty||r.renderEmpty||WG)(A),d=L(()=>{var A,D;return(A=e.autoInsertSpaceInButton)!==null&&A!==void 0?A:(D=r.autoInsertSpaceInButton)===null||D===void 0?void 0:D.value}),p=L(()=>{var A;return e.locale||((A=r.locale)===null||A===void 0?void 0:A.value)});Ee(p,()=>{ZT.locale=p.value},{immediate:!0});const f=L(()=>{var A;return e.direction||((A=r.direction)===null||A===void 0?void 0:A.value)}),m=L(()=>{var A,D;return(A=e.space)!==null&&A!==void 0?A:(D=r.space)===null||D===void 0?void 0:D.value}),g=L(()=>{var A,D;return(A=e.virtual)!==null&&A!==void 0?A:(D=r.virtual)===null||D===void 0?void 0:D.value}),h=L(()=>{var A,D;return(A=e.dropdownMatchSelectWidth)!==null&&A!==void 0?A:(D=r.dropdownMatchSelectWidth)===null||D===void 0?void 0:D.value}),_=L(()=>{var A;return e.getTargetContainer!==void 0?e.getTargetContainer:(A=r.getTargetContainer)===null||A===void 0?void 0:A.value}),v=L(()=>{var A;return e.getPopupContainer!==void 0?e.getPopupContainer:(A=r.getPopupContainer)===null||A===void 0?void 0:A.value}),b=L(()=>{var A;return e.pageHeader!==void 0?e.pageHeader:(A=r.pageHeader)===null||A===void 0?void 0:A.value}),S=L(()=>{var A;return e.input!==void 0?e.input:(A=r.input)===null||A===void 0?void 0:A.value}),E=L(()=>{var A;return e.pagination!==void 0?e.pagination:(A=r.pagination)===null||A===void 0?void 0:A.value}),T=L(()=>{var A;return e.form!==void 0?e.form:(A=r.form)===null||A===void 0?void 0:A.value}),C=L(()=>{var A;return e.select!==void 0?e.select:(A=r.select)===null||A===void 0?void 0:A.value}),w=L(()=>e.componentSize),O=L(()=>e.componentDisabled),R=L(()=>{var A,D;return(A=e.wave)!==null&&A!==void 0?A:(D=r.wave)===null||D===void 0?void 0:D.value}),I={csp:l,autoInsertSpaceInButton:d,locale:p,direction:f,space:m,virtual:g,dropdownMatchSelectWidth:h,getPrefixCls:o,iconPrefixCls:i,theme:L(()=>{var A,D;return(A=a.value)!==null&&A!==void 0?A:(D=r.theme)===null||D===void 0?void 0:D.value}),renderEmpty:s,getTargetContainer:_,getPopupContainer:v,pageHeader:b,input:S,pagination:E,form:T,select:C,componentSize:w,componentDisabled:O,transformCellText:L(()=>e.transformCellText),wave:R},$=L(()=>{const A=a.value||{},{algorithm:D,token:M}=A,k=Nue(A,["algorithm","token"]),F=D&&(!Array.isArray(D)||D.length>0)?kE(D):void 0;return x(x({},k),{theme:F,token:x(x({},Jh),M)})}),N=L(()=>{var A,D;let M={};return p.value&&(M=((A=p.value.Form)===null||A===void 0?void 0:A.defaultValidateMessages)||((D=Br.Form)===null||D===void 0?void 0:D.defaultValidateMessages)||{}),e.form&&e.form.validateMessages&&(M=x(x({},M),e.form.validateMessages)),M});Lz(I),Pz({validateMessages:N}),nk(w),b2(O);const P=A=>{var D,M;let k=c.value?u((D=n.default)===null||D===void 0?void 0:D.call(n)):(M=n.default)===null||M===void 0?void 0:M.call(n);if(e.theme){const F=function(){return k}();k=y(HG,{value:$.value},{default:()=>[F]})}return y(nB,{locale:p.value||A,ANT_MARK__:Zy},{default:()=>[k]})};return Qe(()=>{f.value&&(Xp.config({rtl:f.value==="rtl"}),QT.config({rtl:f.value==="rtl"}))}),()=>y(ds,{children:(A,D,M)=>P(M)},null)}});yd.config=Due;yd.install=function(e){e.component(yd.name,yd)};const JT=yd,Mue=(e,t)=>{let{attrs:n,slots:r}=t;return y(En,U(U({size:"small",type:"primary"},e),n),r)},kue=Mue,qf=(e,t,n)=>{const r=az(n);return{[`${e.componentCls}-${t}`]:{color:e[`color${n}`],background:e[`color${r}Bg`],borderColor:e[`color${r}Border`],[`&${e.componentCls}-borderless`]:{borderColor:"transparent"}}}},Lue=e=>wg(e,(t,n)=>{let{textColor:r,lightBorderColor:o,lightColor:i,darkColor:c}=n;return{[`${e.componentCls}-${t}`]:{color:r,background:i,borderColor:o,"&-inverse":{color:e.colorTextLightSolid,background:c,borderColor:c},[`&${e.componentCls}-borderless`]:{borderColor:"transparent"}}}}),Fue=e=>{const{paddingXXS:t,lineWidth:n,tagPaddingHorizontal:r,componentCls:o}=e,i=r-n,c=t-n;return{[o]:x(x({},ot(e)),{display:"inline-block",height:"auto",marginInlineEnd:e.marginXS,paddingInline:i,fontSize:e.tagFontSize,lineHeight:`${e.tagLineHeight}px`,whiteSpace:"nowrap",background:e.tagDefaultBg,border:`${e.lineWidth}px ${e.lineType} ${e.colorBorder}`,borderRadius:e.borderRadiusSM,opacity:1,transition:`all ${e.motionDurationMid}`,textAlign:"start",[`&${o}-rtl`]:{direction:"rtl"},"&, a, a:hover":{color:e.tagDefaultColor},[`${o}-close-icon`]:{marginInlineStart:c,color:e.colorTextDescription,fontSize:e.tagIconSize,cursor:"pointer",transition:`all ${e.motionDurationMid}`,"&:hover":{color:e.colorTextHeading}},[`&${o}-has-color`]:{borderColor:"transparent",[`&, a, a:hover, ${e.iconCls}-close, ${e.iconCls}-close:hover`]:{color:e.colorTextLightSolid}},"&-checkable":{backgroundColor:"transparent",borderColor:"transparent",cursor:"pointer",[`&:not(${o}-checkable-checked):hover`]:{color:e.colorPrimary,backgroundColor:e.colorFillSecondary},"&:active, &-checked":{color:e.colorTextLightSolid},"&-checked":{backgroundColor:e.colorPrimary,"&:hover":{backgroundColor:e.colorPrimaryHover}},"&:active":{backgroundColor:e.colorPrimaryActive}},"&-hidden":{display:"none"},[`> ${e.iconCls} + span, > span + ${e.iconCls}`]:{marginInlineStart:i}}),[`${o}-borderless`]:{borderColor:"transparent",background:e.tagBorderlessBg}}},IB=tt("Tag",e=>{const{fontSize:t,lineHeight:n,lineWidth:r,fontSizeIcon:o}=e,i=Math.round(t*n),c=e.fontSizeSM,l=i-r*2,u=e.colorFillAlter,a=e.colorText,s=Ve(e,{tagFontSize:c,tagLineHeight:l,tagDefaultBg:u,tagDefaultColor:a,tagIconSize:o-2*r,tagPaddingHorizontal:8,tagBorderlessBg:e.colorFillTertiary});return[Fue(s),Lue(s),qf(s,"success","Success"),qf(s,"processing","Info"),qf(s,"error","Error"),qf(s,"warning","Warning")]}),Bue=()=>({prefixCls:String,checked:{type:Boolean,default:void 0},onChange:{type:Function},onClick:{type:Function},"onUpdate:checked":Function}),Hue=ae({compatConfig:{MODE:3},name:"ACheckableTag",inheritAttrs:!1,props:Bue(),setup(e,t){let{slots:n,emit:r,attrs:o}=t;const{prefixCls:i}=Me("tag",e),[c,l]=IB(i),u=s=>{const{checked:d}=e;r("update:checked",!d),r("change",!d),r("click",s)},a=L(()=>me(i.value,l.value,{[`${i.value}-checkable`]:!0,[`${i.value}-checkable-checked`]:e.checked}));return()=>{var s;return c(y("span",U(U({},o),{},{class:[a.value,o.class],onClick:u}),[(s=n.default)===null||s===void 0?void 0:s.call(n)]))}}}),oh=Hue,Uue=()=>({prefixCls:String,color:{type:String},closable:{type:Boolean,default:!1},closeIcon:q.any,visible:{type:Boolean,default:void 0},onClose:{type:Function},onClick:Wl(),"onUpdate:visible":Function,icon:q.any,bordered:{type:Boolean,default:!0}}),Ed=ae({compatConfig:{MODE:3},name:"ATag",inheritAttrs:!1,props:Uue(),slots:Object,setup(e,t){let{slots:n,emit:r,attrs:o}=t;const{prefixCls:i,direction:c}=Me("tag",e),[l,u]=IB(i),a=ce(!0);Qe(()=>{e.visible!==void 0&&(a.value=e.visible)});const s=m=>{m.stopPropagation(),r("update:visible",!1),r("close",m),!m.defaultPrevented&&e.visible===void 0&&(a.value=!1)},d=L(()=>N_(e.color)||Cte(e.color)),p=L(()=>me(i.value,u.value,{[`${i.value}-${e.color}`]:d.value,[`${i.value}-has-color`]:e.color&&!d.value,[`${i.value}-hidden`]:!a.value,[`${i.value}-rtl`]:c.value==="rtl",[`${i.value}-borderless`]:!e.bordered})),f=m=>{r("click",m)};return()=>{var m,g,h;const{icon:_=(m=n.icon)===null||m===void 0?void 0:m.call(n),color:v,closeIcon:b=(g=n.closeIcon)===null||g===void 0?void 0:g.call(n),closable:S=!1}=e,E=()=>S?b?y("span",{class:`${i.value}-close-icon`,onClick:s},[b]):y(eo,{class:`${i.value}-close-icon`,onClick:s},null):null,T={backgroundColor:v&&!d.value?v:void 0},C=_||null,w=(h=n.default)===null||h===void 0?void 0:h.call(n),O=C?y(ze,null,[C,y("span",null,[w])]):w,R=e.onClick!==void 0,I=y("span",U(U({},o),{},{onClick:f,class:[p.value,o.class],style:[T,o.style]}),[O,E()]);return l(R?y(ZC,null,{default:()=>[I]}):I)}}});Ed.CheckableTag=oh;Ed.install=function(e){return e.component(Ed.name,Ed),e.component(oh.name,oh),e};const RB=Ed;function zue(e,t){let{slots:n,attrs:r}=t;return y(RB,U(U({color:"blue"},e),r),n)}var Gue={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"}}]},name:"calendar",theme:"outlined"};const jue=Gue;function vA(e){for(var t=1;tI.value||w.value),[P,A]=uF(E),D=ie();g({focus:()=>{var pe;(pe=D.value)===null||pe===void 0||pe.focus()},blur:()=>{var pe;(pe=D.value)===null||pe===void 0||pe.blur()}});const M=pe=>v.valueFormat?e.toString(pe,v.valueFormat):pe,k=(pe,J)=>{const W=M(pe);_("update:value",W),_("change",W,J),b.onFieldChange()},F=pe=>{_("update:open",pe),_("openChange",pe)},B=pe=>{_("focus",pe)},H=pe=>{_("blur",pe),b.onFieldBlur()},z=(pe,J)=>{const W=M(pe);_("panelChange",W,J)},G=pe=>{const J=M(pe);_("ok",J)},[V]=zo("DatePicker",Yd),j=L(()=>v.value?v.valueFormat?e.toDate(v.value,v.valueFormat):v.value:v.value===""?void 0:v.value),K=L(()=>v.defaultValue?v.valueFormat?e.toDate(v.defaultValue,v.valueFormat):v.defaultValue:v.defaultValue===""?void 0:v.defaultValue),Q=L(()=>v.defaultPickerValue?v.valueFormat?e.toDate(v.defaultPickerValue,v.valueFormat):v.defaultPickerValue:v.defaultPickerValue===""?void 0:v.defaultPickerValue);return()=>{var pe,J,W,Z,he,Y;const X=x(x({},V.value),v.locale),ne=x(x({},v),h),{bordered:re=!0,placeholder:te,suffixIcon:ue=(pe=m.suffixIcon)===null||pe===void 0?void 0:pe.call(m),showToday:ge=!0,transitionName:se,allowClear:de=!0,dateRender:fe=m.dateRender,renderExtraFooter:_e=m.renderExtraFooter,monthCellRender:be=m.monthCellRender||v.monthCellContentRender||m.monthCellContentRender,clearIcon:le=(J=m.clearIcon)===null||J===void 0?void 0:J.call(m),id:oe=b.id.value}=ne,ve=Que(ne,["bordered","placeholder","suffixIcon","showToday","transitionName","allowClear","dateRender","renderExtraFooter","monthCellRender","clearIcon","id"]),Ce=ne.showTime===""?!0:ne.showTime,{format:Re}=ne;let Ne={};a&&(Ne.picker=a);const ye=a||ne.picker||"date";Ne=x(x(x({},Ne),Ce?ih(x({format:Re,picker:ye},typeof Ce=="object"?Ce:{})):{}),ye==="time"?ih(x(x({format:Re},ve),{picker:ye})):{});const xe=E.value,Oe=y(ze,null,[ue||y(a==="time"?NB:AB,null,null),S.hasFeedback&&S.feedbackIcon]);return P(y(_oe,U(U(U({monthCellRender:be,dateRender:fe,renderExtraFooter:_e,ref:D,placeholder:que(X,ye,te),suffixIcon:Oe,dropdownAlign:$B(T.value,v.placement),clearIcon:le||y(to,null,null),allowClear:de,transitionName:se||`${O.value}-slide-up`},ve),Ne),{},{id:oe,picker:ye,value:j.value,defaultValue:K.value,defaultPickerValue:Q.value,showToday:ge,locale:X.lang,class:me({[`${xe}-${N.value}`]:N.value,[`${xe}-borderless`]:!re},xr(xe,oa(S.status,v.status),S.hasFeedback),h.class,A.value,$.value),disabled:R.value,prefixCls:xe,getPopupContainer:h.getCalendarContainer||C.value,generateConfig:e,prevIcon:((W=m.prevIcon)===null||W===void 0?void 0:W.call(m))||y("span",{class:`${xe}-prev-icon`},null),nextIcon:((Z=m.nextIcon)===null||Z===void 0?void 0:Z.call(m))||y("span",{class:`${xe}-next-icon`},null),superPrevIcon:((he=m.superPrevIcon)===null||he===void 0?void 0:he.call(m))||y("span",{class:`${xe}-super-prev-icon`},null),superNextIcon:((Y=m.superNextIcon)===null||Y===void 0?void 0:Y.call(m))||y("span",{class:`${xe}-super-next-icon`},null),components:MB,direction:T.value,dropdownClassName:me(A.value,v.popupClassName,v.dropdownClassName),onChange:k,onOpenChange:F,onFocus:B,onBlur:H,onPanelChange:z,onOk:G}),null))}}})}const r=n(void 0,"ADatePicker"),o=n("week","AWeekPicker"),i=n("month","AMonthPicker"),c=n("year","AYearPicker"),l=n("time","TimePicker"),u=n("quarter","AQuarterPicker");return{DatePicker:r,WeekPicker:o,MonthPicker:i,YearPicker:c,TimePicker:l,QuarterPicker:u}}var Jue={icon:{tag:"svg",attrs:{viewBox:"0 0 1024 1024",focusable:"false"},children:[{tag:"path",attrs:{d:"M873.1 596.2l-164-208A32 32 0 00684 376h-64.8c-6.7 0-10.4 7.7-6.3 13l144.3 183H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h695.9c26.8 0 41.7-30.8 25.2-51.8z"}}]},name:"swap-right",theme:"outlined"};const ede=Jue;function SA(e){for(var t=1;tv.value||g.value),[E,T]=uF(p),C=ie();i({focus:()=>{var B;(B=C.value)===null||B===void 0||B.focus()},blur:()=>{var B;(B=C.value)===null||B===void 0||B.blur()}});const w=B=>a.valueFormat?e.toString(B,a.valueFormat):B,O=(B,H)=>{const z=w(B);u("update:value",z),u("change",z,H),s.onFieldChange()},R=B=>{u("update:open",B),u("openChange",B)},I=B=>{u("focus",B)},$=B=>{u("blur",B),s.onFieldBlur()},N=(B,H)=>{const z=w(B);u("panelChange",z,H)},P=B=>{const H=w(B);u("ok",H)},A=(B,H,z)=>{const G=w(B);u("calendarChange",G,H,z)},[D]=zo("DatePicker",Yd),M=L(()=>a.value&&a.valueFormat?e.toDate(a.value,a.valueFormat):a.value),k=L(()=>a.defaultValue&&a.valueFormat?e.toDate(a.defaultValue,a.valueFormat):a.defaultValue),F=L(()=>a.defaultPickerValue&&a.valueFormat?e.toDate(a.defaultPickerValue,a.valueFormat):a.defaultPickerValue);return()=>{var B,H,z,G,V,j,K;const Q=x(x({},D.value),a.locale),pe=x(x({},a),l),{prefixCls:J,bordered:W=!0,placeholder:Z,suffixIcon:he=(B=c.suffixIcon)===null||B===void 0?void 0:B.call(c),picker:Y="date",transitionName:X,allowClear:ne=!0,dateRender:re=c.dateRender,renderExtraFooter:te=c.renderExtraFooter,separator:ue=(H=c.separator)===null||H===void 0?void 0:H.call(c),clearIcon:ge=(z=c.clearIcon)===null||z===void 0?void 0:z.call(c),id:se=s.id.value}=pe,de=rde(pe,["prefixCls","bordered","placeholder","suffixIcon","picker","transitionName","allowClear","dateRender","renderExtraFooter","separator","clearIcon","id"]);delete de["onUpdate:value"],delete de["onUpdate:open"];const{format:fe,showTime:_e}=pe;let be={};be=x(x(x({},be),_e?ih(x({format:fe,picker:Y},_e)):{}),Y==="time"?ih(x(x({format:fe},gt(de,["disabledTime"])),{picker:Y})):{});const le=p.value,oe=y(ze,null,[he||y(Y==="time"?NB:AB,null,null),d.hasFeedback&&d.feedbackIcon]);return E(y(Ioe,U(U(U({dateRender:re,renderExtraFooter:te,separator:ue||y("span",{"aria-label":"to",class:`${le}-separator`},[y(nde,null,null)]),ref:C,dropdownAlign:$B(f.value,a.placement),placeholder:Xue(Q,Y,Z),suffixIcon:oe,clearIcon:ge||y(to,null,null),allowClear:ne,transitionName:X||`${h.value}-slide-up`},de),be),{},{disabled:_.value,id:se,value:M.value,defaultValue:k.value,defaultPickerValue:F.value,picker:Y,class:me({[`${le}-${S.value}`]:S.value,[`${le}-borderless`]:!W},xr(le,oa(d.status,a.status),d.hasFeedback),l.class,T.value,b.value),locale:Q.lang,prefixCls:le,getPopupContainer:l.getCalendarContainer||m.value,generateConfig:e,prevIcon:((G=c.prevIcon)===null||G===void 0?void 0:G.call(c))||y("span",{class:`${le}-prev-icon`},null),nextIcon:((V=c.nextIcon)===null||V===void 0?void 0:V.call(c))||y("span",{class:`${le}-next-icon`},null),superPrevIcon:((j=c.superPrevIcon)===null||j===void 0?void 0:j.call(c))||y("span",{class:`${le}-super-prev-icon`},null),superNextIcon:((K=c.superNextIcon)===null||K===void 0?void 0:K.call(c))||y("span",{class:`${le}-super-next-icon`},null),components:MB,direction:f.value,dropdownClassName:me(T.value,a.popupClassName,a.dropdownClassName),onChange:O,onOpenChange:R,onFocus:I,onBlur:$,onPanelChange:N,onOk:P,onCalendarChange:A}),null))}}})}const MB={button:kue,rangeItem:zue};function ade(e){return e?Array.isArray(e)?e:[e]:[]}function ih(e){const{format:t,picker:n,showHour:r,showMinute:o,showSecond:i,use12Hours:c}=e,l=ade(t)[0],u=x({},e);return l&&typeof l=="string"&&(!l.includes("s")&&i===void 0&&(u.showSecond=!1),!l.includes("m")&&o===void 0&&(u.showMinute=!1),!l.includes("H")&&!l.includes("h")&&r===void 0&&(u.showHour=!1),(l.includes("a")||l.includes("A"))&&c===void 0&&(u.use12Hours=!0)),n==="time"?u:(typeof l=="function"&&delete u.format,{showTime:u})}function kB(e,t){const{DatePicker:n,WeekPicker:r,MonthPicker:o,YearPicker:i,TimePicker:c,QuarterPicker:l}=Zue(e,t),u=ode(e,t);return{DatePicker:n,WeekPicker:r,MonthPicker:o,YearPicker:i,TimePicker:c,QuarterPicker:l,RangePicker:u}}const{DatePicker:Rb,WeekPicker:Dm,MonthPicker:Pm,YearPicker:ide,TimePicker:lde,QuarterPicker:Mm,RangePicker:km}=kB(lT),sde=x(Rb,{WeekPicker:Dm,MonthPicker:Pm,YearPicker:ide,RangePicker:km,TimePicker:lde,QuarterPicker:Mm,install:e=>(e.component(Rb.name,Rb),e.component(km.name,km),e.component(Pm.name,Pm),e.component(Dm.name,Dm),e.component(Mm.name,Mm),e)});function Xf(e){return e!=null}const cde=e=>{const{itemPrefixCls:t,component:n,span:r,labelStyle:o,contentStyle:i,bordered:c,label:l,content:u,colon:a}=e,s=n;return c?y(s,{class:[{[`${t}-item-label`]:Xf(l),[`${t}-item-content`]:Xf(u)}],colSpan:r},{default:()=>[Xf(l)&&y("span",{style:o},[l]),Xf(u)&&y("span",{style:i},[u])]}):y(s,{class:[`${t}-item`],colSpan:r},{default:()=>[y("div",{class:`${t}-item-container`},[(l||l===0)&&y("span",{class:[`${t}-item-label`,{[`${t}-item-no-colon`]:!a}],style:o},[l]),(u||u===0)&&y("span",{class:`${t}-item-content`,style:i},[u])])]})},Ab=cde,ude=e=>{const t=(a,s,d)=>{let{colon:p,prefixCls:f,bordered:m}=s,{component:g,type:h,showLabel:_,showContent:v,labelStyle:b,contentStyle:S}=d;return a.map((E,T)=>{var C,w;const O=E.props||{},{prefixCls:R=f,span:I=1,labelStyle:$=O["label-style"],contentStyle:N=O["content-style"],label:P=(w=(C=E.children)===null||C===void 0?void 0:C.label)===null||w===void 0?void 0:w.call(C)}=O,A=Wh(E),D=Rz(E),M=u2(E),{key:k}=E;return typeof g=="string"?y(Ab,{key:`${h}-${String(k)||T}`,class:D,style:M,labelStyle:x(x({},b),$),contentStyle:x(x({},S),N),span:I,colon:p,component:g,itemPrefixCls:R,bordered:m,label:_?P:null,content:v?A:null},null):[y(Ab,{key:`label-${String(k)||T}`,class:D,style:x(x(x({},b),M),$),span:1,colon:p,component:g[0],itemPrefixCls:R,bordered:m,label:P},null),y(Ab,{key:`content-${String(k)||T}`,class:D,style:x(x(x({},S),M),N),span:I*2-1,component:g[1],itemPrefixCls:R,bordered:m,content:A},null)]})},{prefixCls:n,vertical:r,row:o,index:i,bordered:c}=e,{labelStyle:l,contentStyle:u}=et(BB,{labelStyle:ie({}),contentStyle:ie({})});return r?y(ze,null,[y("tr",{key:`label-${i}`,class:`${n}-row`},[t(o,e,{component:"th",type:"label",showLabel:!0,labelStyle:l.value,contentStyle:u.value})]),y("tr",{key:`content-${i}`,class:`${n}-row`},[t(o,e,{component:"td",type:"content",showContent:!0,labelStyle:l.value,contentStyle:u.value})])]):y("tr",{key:i,class:`${n}-row`},[t(o,e,{component:c?["th","td"]:"td",type:"item",showLabel:!0,showContent:!0,labelStyle:l.value,contentStyle:u.value})])},dde=ude,pde=e=>{const{componentCls:t,descriptionsSmallPadding:n,descriptionsDefaultPadding:r,descriptionsMiddlePadding:o,descriptionsBg:i}=e;return{[`&${t}-bordered`]:{[`${t}-view`]:{border:`${e.lineWidth}px ${e.lineType} ${e.colorSplit}`,"> table":{tableLayout:"auto",borderCollapse:"collapse"}},[`${t}-item-label, ${t}-item-content`]:{padding:r,borderInlineEnd:`${e.lineWidth}px ${e.lineType} ${e.colorSplit}`,"&:last-child":{borderInlineEnd:"none"}},[`${t}-item-label`]:{backgroundColor:i,"&::after":{display:"none"}},[`${t}-row`]:{borderBottom:`${e.lineWidth}px ${e.lineType} ${e.colorSplit}`,"&:last-child":{borderBottom:"none"}},[`&${t}-middle`]:{[`${t}-item-label, ${t}-item-content`]:{padding:o}},[`&${t}-small`]:{[`${t}-item-label, ${t}-item-content`]:{padding:n}}}}},fde=e=>{const{componentCls:t,descriptionsExtraColor:n,descriptionItemPaddingBottom:r,descriptionsItemLabelColonMarginRight:o,descriptionsItemLabelColonMarginLeft:i,descriptionsTitleMarginBottom:c}=e;return{[t]:x(x(x({},ot(e)),pde(e)),{"&-rtl":{direction:"rtl"},[`${t}-header`]:{display:"flex",alignItems:"center",marginBottom:c},[`${t}-title`]:x(x({},Rn),{flex:"auto",color:e.colorText,fontWeight:e.fontWeightStrong,fontSize:e.fontSizeLG,lineHeight:e.lineHeightLG}),[`${t}-extra`]:{marginInlineStart:"auto",color:n,fontSize:e.fontSize},[`${t}-view`]:{width:"100%",borderRadius:e.borderRadiusLG,table:{width:"100%",tableLayout:"fixed"}},[`${t}-row`]:{"> th, > td":{paddingBottom:r},"&:last-child":{borderBottom:"none"}},[`${t}-item-label`]:{color:e.colorText,fontWeight:"normal",fontSize:e.fontSize,lineHeight:e.lineHeight,textAlign:"start","&::after":{content:'":"',position:"relative",top:-.5,marginInline:`${i}px ${o}px`},[`&${t}-item-no-colon::after`]:{content:'""'}},[`${t}-item-no-label`]:{"&::after":{margin:0,content:'""'}},[`${t}-item-content`]:{display:"table-cell",flex:1,color:e.colorText,fontSize:e.fontSize,lineHeight:e.lineHeight,wordBreak:"break-word",overflowWrap:"break-word"},[`${t}-item`]:{paddingBottom:0,verticalAlign:"top","&-container":{display:"flex",[`${t}-item-label`]:{display:"inline-flex",alignItems:"baseline"},[`${t}-item-content`]:{display:"inline-flex",alignItems:"baseline"}}},"&-middle":{[`${t}-row`]:{"> th, > td":{paddingBottom:e.paddingSM}}},"&-small":{[`${t}-row`]:{"> th, > td":{paddingBottom:e.paddingXS}}}})}},mde=tt("Descriptions",e=>{const t=e.colorFillAlter,n=e.fontSizeSM*e.lineHeightSM,r=e.colorText,o=`${e.paddingXS}px ${e.padding}px`,i=`${e.padding}px ${e.paddingLG}px`,c=`${e.paddingSM}px ${e.paddingLG}px`,l=e.padding,u=e.marginXS,a=e.marginXXS/2,s=Ve(e,{descriptionsBg:t,descriptionsTitleMarginBottom:n,descriptionsExtraColor:r,descriptionItemPaddingBottom:l,descriptionsSmallPadding:o,descriptionsDefaultPadding:i,descriptionsMiddlePadding:c,descriptionsItemLabelColonMarginRight:u,descriptionsItemLabelColonMarginLeft:a});return[fde(s)]});q.any;const gde=()=>({prefixCls:String,label:q.any,labelStyle:{type:Object,default:void 0},contentStyle:{type:Object,default:void 0},span:{type:Number,default:1}}),LB=ae({compatConfig:{MODE:3},name:"ADescriptionsItem",props:gde(),setup(e,t){let{slots:n}=t;return()=>{var r;return(r=n.default)===null||r===void 0?void 0:r.call(n)}}}),FB={xxxl:3,xxl:3,xl:3,lg:3,md:3,sm:2,xs:1};function hde(e,t){if(typeof e=="number")return e;if(typeof e=="object")for(let n=0;nt)&&(r=Nt(e,{span:t}),Jt()),r}function _de(e,t){const n=Lt(e),r=[];let o=[],i=t;return n.forEach((c,l)=>{var u;const a=(u=c.props)===null||u===void 0?void 0:u.span,s=a||1;if(l===n.length-1){o.push(yA(c,i,a)),r.push(o);return}s({prefixCls:String,bordered:{type:Boolean,default:void 0},size:{type:String,default:"default"},title:q.any,extra:q.any,column:{type:[Number,Object],default:()=>FB},layout:String,colon:{type:Boolean,default:void 0},labelStyle:{type:Object,default:void 0},contentStyle:{type:Object,default:void 0}}),BB=Symbol("descriptionsContext"),Zs=ae({compatConfig:{MODE:3},name:"ADescriptions",inheritAttrs:!1,props:vde(),slots:Object,Item:LB,setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o,direction:i}=Me("descriptions",e);let c;const l=ie({}),[u,a]=mde(o),s=YC();Op(()=>{c=s.value.subscribe(p=>{typeof e.column=="object"&&(l.value=p)})}),lt(()=>{s.value.unsubscribe(c)}),at(BB,{labelStyle:Xe(e,"labelStyle"),contentStyle:Xe(e,"contentStyle")});const d=L(()=>hde(e.column,l.value));return()=>{var p,f,m;const{size:g,bordered:h=!1,layout:_="horizontal",colon:v=!0,title:b=(p=n.title)===null||p===void 0?void 0:p.call(n),extra:S=(f=n.extra)===null||f===void 0?void 0:f.call(n)}=e,E=(m=n.default)===null||m===void 0?void 0:m.call(n),T=_de(E,d.value);return u(y("div",U(U({},r),{},{class:[o.value,{[`${o.value}-${g}`]:g!=="default",[`${o.value}-bordered`]:!!h,[`${o.value}-rtl`]:i.value==="rtl"},r.class,a.value]}),[(b||S)&&y("div",{class:`${o.value}-header`},[b&&y("div",{class:`${o.value}-title`},[b]),S&&y("div",{class:`${o.value}-extra`},[S])]),y("div",{class:`${o.value}-view`},[y("table",null,[y("tbody",null,[T.map((C,w)=>y(dde,{key:w,index:w,colon:v,prefixCls:o.value,vertical:_==="vertical",bordered:h,row:C},null))])])])]))}}});Zs.install=function(e){return e.component(Zs.name,Zs),e.component(Zs.Item.name,Zs.Item),e};const bde=Zs,Sde=e=>{const{componentCls:t,sizePaddingEdgeHorizontal:n,colorSplit:r,lineWidth:o}=e;return{[t]:x(x({},ot(e)),{borderBlockStart:`${o}px solid ${r}`,"&-vertical":{position:"relative",top:"-0.06em",display:"inline-block",height:"0.9em",margin:`0 ${e.dividerVerticalGutterMargin}px`,verticalAlign:"middle",borderTop:0,borderInlineStart:`${o}px solid ${r}`},"&-horizontal":{display:"flex",clear:"both",width:"100%",minWidth:"100%",margin:`${e.dividerHorizontalGutterMargin}px 0`},[`&-horizontal${t}-with-text`]:{display:"flex",alignItems:"center",margin:`${e.dividerHorizontalWithTextGutterMargin}px 0`,color:e.colorTextHeading,fontWeight:500,fontSize:e.fontSizeLG,whiteSpace:"nowrap",textAlign:"center",borderBlockStart:`0 ${r}`,"&::before, &::after":{position:"relative",width:"50%",borderBlockStart:`${o}px solid transparent`,borderBlockStartColor:"inherit",borderBlockEnd:0,transform:"translateY(50%)",content:"''"}},[`&-horizontal${t}-with-text-left`]:{"&::before":{width:"5%"},"&::after":{width:"95%"}},[`&-horizontal${t}-with-text-right`]:{"&::before":{width:"95%"},"&::after":{width:"5%"}},[`${t}-inner-text`]:{display:"inline-block",padding:"0 1em"},"&-dashed":{background:"none",borderColor:r,borderStyle:"dashed",borderWidth:`${o}px 0 0`},[`&-horizontal${t}-with-text${t}-dashed`]:{"&::before, &::after":{borderStyle:"dashed none none"}},[`&-vertical${t}-dashed`]:{borderInlineStartWidth:o,borderInlineEnd:0,borderBlockStart:0,borderBlockEnd:0},[`&-plain${t}-with-text`]:{color:e.colorText,fontWeight:"normal",fontSize:e.fontSize},[`&-horizontal${t}-with-text-left${t}-no-default-orientation-margin-left`]:{"&::before":{width:0},"&::after":{width:"100%"},[`${t}-inner-text`]:{paddingInlineStart:n}},[`&-horizontal${t}-with-text-right${t}-no-default-orientation-margin-right`]:{"&::before":{width:"100%"},"&::after":{width:0},[`${t}-inner-text`]:{paddingInlineEnd:n}}})}},yde=tt("Divider",e=>{const t=Ve(e,{dividerVerticalGutterMargin:e.marginXS,dividerHorizontalWithTextGutterMargin:e.margin,dividerHorizontalGutterMargin:e.marginLG});return[Sde(t)]},{sizePaddingEdgeHorizontal:0}),Ede=()=>({prefixCls:String,type:{type:String,default:"horizontal"},dashed:{type:Boolean,default:!1},orientation:{type:String,default:"center"},plain:{type:Boolean,default:!1},orientationMargin:[String,Number]}),Cde=ae({name:"ADivider",inheritAttrs:!1,compatConfig:{MODE:3},props:Ede(),setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o,direction:i}=Me("divider",e),[c,l]=yde(o),u=L(()=>e.orientation==="left"&&e.orientationMargin!=null),a=L(()=>e.orientation==="right"&&e.orientationMargin!=null),s=L(()=>{const{type:f,dashed:m,plain:g}=e,h=o.value;return{[h]:!0,[l.value]:!!l.value,[`${h}-${f}`]:!0,[`${h}-dashed`]:!!m,[`${h}-plain`]:!!g,[`${h}-rtl`]:i.value==="rtl",[`${h}-no-default-orientation-margin-left`]:u.value,[`${h}-no-default-orientation-margin-right`]:a.value}}),d=L(()=>{const f=typeof e.orientationMargin=="number"?`${e.orientationMargin}px`:e.orientationMargin;return x(x({},u.value&&{marginLeft:f}),a.value&&{marginRight:f})}),p=L(()=>e.orientation.length>0?"-"+e.orientation:e.orientation);return()=>{var f;const m=Lt((f=n.default)===null||f===void 0?void 0:f.call(n));return c(y("div",U(U({},r),{},{class:[s.value,m.length?`${o.value}-with-text ${o.value}-with-text${p.value}`:"",r.class],role:"separator"}),[m.length?y("span",{class:`${o.value}-inner-text`,style:d.value},[m]):null]))}}}),Tde=rn(Cde);ba.Button=rp;ba.install=function(e){return e.component(ba.name,ba),e.component(rp.name,rp),e};const HB=()=>({prefixCls:String,width:q.oneOfType([q.string,q.number]),height:q.oneOfType([q.string,q.number]),style:{type:Object,default:void 0},class:String,rootClassName:String,rootStyle:Fe(),placement:{type:String},wrapperClassName:String,level:{type:[String,Array]},levelMove:{type:[Number,Function,Array]},duration:String,ease:String,showMask:{type:Boolean,default:void 0},maskClosable:{type:Boolean,default:void 0},maskStyle:{type:Object,default:void 0},afterVisibleChange:Function,keyboard:{type:Boolean,default:void 0},contentWrapperStyle:Ct(),autofocus:{type:Boolean,default:void 0},open:{type:Boolean,default:void 0},motion:Se(),maskMotion:Fe()}),xde=()=>x(x({},HB()),{forceRender:{type:Boolean,default:void 0},getContainer:q.oneOfType([q.string,q.func,q.object,q.looseBool])}),wde=()=>x(x({},HB()),{getContainer:Function,getOpenCount:Function,scrollLocker:q.any,inline:Boolean});function Ode(e){return Array.isArray(e)?e:[e]}const Ide={transition:"transitionend",WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend"};Object.keys(Ide).filter(e=>{if(typeof document>"u")return!1;const t=document.getElementsByTagName("html")[0];return e in(t?t.style:{})})[0];const Rde=!(typeof window<"u"&&window.document&&window.document.createElement);var Ade=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{ft(()=>{var _;const{open:v,getContainer:b,showMask:S,autofocus:E}=e,T=b==null?void 0:b();m(e),v&&(T&&(T.parentNode,document.body),ft(()=>{E&&s()}),S&&((_=e.scrollLocker)===null||_===void 0||_.lock()))})}),Ee(()=>e.level,()=>{m(e)},{flush:"post"}),Ee(()=>e.open,()=>{const{open:_,getContainer:v,scrollLocker:b,showMask:S,autofocus:E}=e,T=v==null?void 0:v();T&&(T.parentNode,document.body),_?(E&&s(),S&&(b==null||b.lock())):b==null||b.unLock()},{flush:"post"}),cr(()=>{var _;const{open:v}=e;v&&(document.body.style.touchAction=""),(_=e.scrollLocker)===null||_===void 0||_.unLock()}),Ee(()=>e.placement,_=>{_&&(u.value=null)});const s=()=>{var _,v;(v=(_=i.value)===null||_===void 0?void 0:_.focus)===null||v===void 0||v.call(_)},d=_=>{n("close",_)},p=_=>{_.keyCode===Ae.ESC&&(_.stopPropagation(),d(_))},f=()=>{const{open:_,afterVisibleChange:v}=e;v&&v(!!_)},m=_=>{let{level:v,getContainer:b}=_;if(Rde)return;const S=b==null?void 0:b(),E=S?S.parentNode:null;a=[],v==="all"?(E?Array.prototype.slice.call(E.children):[]).forEach(C=>{C.nodeName!=="SCRIPT"&&C.nodeName!=="STYLE"&&C.nodeName!=="LINK"&&C!==S&&a.push(C)}):v&&Ode(v).forEach(T=>{document.querySelectorAll(T).forEach(C=>{a.push(C)})})},g=_=>{n("handleClick",_)},h=ce(!1);return Ee(i,()=>{ft(()=>{h.value=!0})}),()=>{var _,v;const{width:b,height:S,open:E,prefixCls:T,placement:C,level:w,levelMove:O,ease:R,duration:I,getContainer:$,onChange:N,afterVisibleChange:P,showMask:A,maskClosable:D,maskStyle:M,keyboard:k,getOpenCount:F,scrollLocker:B,contentWrapperStyle:H,style:z,class:G,rootClassName:V,rootStyle:j,maskMotion:K,motion:Q,inline:pe}=e,J=Ade(e,["width","height","open","prefixCls","placement","level","levelMove","ease","duration","getContainer","onChange","afterVisibleChange","showMask","maskClosable","maskStyle","keyboard","getOpenCount","scrollLocker","contentWrapperStyle","style","class","rootClassName","rootStyle","maskMotion","motion","inline"]),W=E&&h.value,Z=me(T,{[`${T}-${C}`]:!0,[`${T}-open`]:W,[`${T}-inline`]:pe,"no-mask":!A,[V]:!0}),he=typeof Q=="function"?Q(C):Q;return y("div",U(U({},gt(J,["autofocus"])),{},{tabindex:-1,class:Z,style:j,ref:i,onKeydown:W&&k?p:void 0}),[y(On,K,{default:()=>[A&&dn(y("div",{class:`${T}-mask`,onClick:D?d:void 0,style:M,ref:c},null),[[Vn,W]])]}),y(On,U(U({},he),{},{onAfterEnter:f,onAfterLeave:f}),{default:()=>[dn(y("div",{class:`${T}-content-wrapper`,style:[H],ref:o},[y("div",{class:[`${T}-content`,G],style:z,ref:u},[(_=r.default)===null||_===void 0?void 0:_.call(r)]),r.handler?y("div",{onClick:g,ref:l},[(v=r.handler)===null||v===void 0?void 0:v.call(r)]):null]),[[Vn,W]])]})])}}}),EA=Nde;var CA=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{},showMask:!0,maskClosable:!0,maskStyle:{},wrapperClassName:"",keyboard:!0,forceRender:!1,autofocus:!0}),emits:["handleClick","close"],setup(e,t){let{emit:n,slots:r}=t;const o=ie(null),i=l=>{n("handleClick",l)},c=l=>{n("close",l)};return()=>{const{getContainer:l,wrapperClassName:u,rootClassName:a,rootStyle:s,forceRender:d}=e,p=CA(e,["getContainer","wrapperClassName","rootClassName","rootStyle","forceRender"]);let f=null;if(!l)return y(EA,U(U({},p),{},{rootClassName:a,rootStyle:s,open:e.open,onClose:c,onHandleClick:i,inline:!0}),r);const m=!!r.handler||d;return(m||e.open||o.value)&&(f=y(kp,{autoLock:!0,visible:e.open,forceRender:m,getContainer:l,wrapperClassName:u},{default:g=>{var{visible:h,afterClose:_}=g,v=CA(g,["visible","afterClose"]);return y(EA,U(U(U({ref:o},p),v),{},{rootClassName:a,rootStyle:s,open:h!==void 0?h:e.open,afterVisibleChange:_!==void 0?_:e.afterVisibleChange,onClose:c,onHandleClick:i}),r)}})),f}}}),Dde=$de,Pde=e=>{const{componentCls:t,motionDurationSlow:n}=e,r={"&-enter, &-appear, &-leave":{"&-start":{transition:"none"},"&-active":{transition:`all ${n}`}}};return{[t]:{[`${t}-mask-motion`]:{"&-enter, &-appear, &-leave":{"&-active":{transition:`all ${n}`}},"&-enter, &-appear":{opacity:0,"&-active":{opacity:1}},"&-leave":{opacity:1,"&-active":{opacity:0}}},[`${t}-panel-motion`]:{"&-left":[r,{"&-enter, &-appear":{"&-start":{transform:"translateX(-100%) !important"},"&-active":{transform:"translateX(0)"}},"&-leave":{transform:"translateX(0)","&-active":{transform:"translateX(-100%)"}}}],"&-right":[r,{"&-enter, &-appear":{"&-start":{transform:"translateX(100%) !important"},"&-active":{transform:"translateX(0)"}},"&-leave":{transform:"translateX(0)","&-active":{transform:"translateX(100%)"}}}],"&-top":[r,{"&-enter, &-appear":{"&-start":{transform:"translateY(-100%) !important"},"&-active":{transform:"translateY(0)"}},"&-leave":{transform:"translateY(0)","&-active":{transform:"translateY(-100%)"}}}],"&-bottom":[r,{"&-enter, &-appear":{"&-start":{transform:"translateY(100%) !important"},"&-active":{transform:"translateY(0)"}},"&-leave":{transform:"translateY(0)","&-active":{transform:"translateY(100%)"}}}]}}}},Mde=Pde,kde=e=>{const{componentCls:t,zIndexPopup:n,colorBgMask:r,colorBgElevated:o,motionDurationSlow:i,motionDurationMid:c,padding:l,paddingLG:u,fontSizeLG:a,lineHeightLG:s,lineWidth:d,lineType:p,colorSplit:f,marginSM:m,colorIcon:g,colorIconHover:h,colorText:_,fontWeightStrong:v,drawerFooterPaddingVertical:b,drawerFooterPaddingHorizontal:S}=e,E=`${t}-content-wrapper`;return{[t]:{position:"fixed",inset:0,zIndex:n,pointerEvents:"none","&-pure":{position:"relative",background:o,[`&${t}-left`]:{boxShadow:e.boxShadowDrawerLeft},[`&${t}-right`]:{boxShadow:e.boxShadowDrawerRight},[`&${t}-top`]:{boxShadow:e.boxShadowDrawerUp},[`&${t}-bottom`]:{boxShadow:e.boxShadowDrawerDown}},"&-inline":{position:"absolute"},[`${t}-mask`]:{position:"absolute",inset:0,zIndex:n,background:r,pointerEvents:"auto"},[E]:{position:"absolute",zIndex:n,transition:`all ${i}`,"&-hidden":{display:"none"}},[`&-left > ${E}`]:{top:0,bottom:0,left:{_skip_check_:!0,value:0},boxShadow:e.boxShadowDrawerLeft},[`&-right > ${E}`]:{top:0,right:{_skip_check_:!0,value:0},bottom:0,boxShadow:e.boxShadowDrawerRight},[`&-top > ${E}`]:{top:0,insetInline:0,boxShadow:e.boxShadowDrawerUp},[`&-bottom > ${E}`]:{bottom:0,insetInline:0,boxShadow:e.boxShadowDrawerDown},[`${t}-content`]:{width:"100%",height:"100%",overflow:"auto",background:o,pointerEvents:"auto"},[`${t}-wrapper-body`]:{display:"flex",flexDirection:"column",width:"100%",height:"100%"},[`${t}-header`]:{display:"flex",flex:0,alignItems:"center",padding:`${l}px ${u}px`,fontSize:a,lineHeight:s,borderBottom:`${d}px ${p} ${f}`,"&-title":{display:"flex",flex:1,alignItems:"center",minWidth:0,minHeight:0}},[`${t}-extra`]:{flex:"none"},[`${t}-close`]:{display:"inline-block",marginInlineEnd:m,color:g,fontWeight:v,fontSize:a,fontStyle:"normal",lineHeight:1,textAlign:"center",textTransform:"none",textDecoration:"none",background:"transparent",border:0,outline:0,cursor:"pointer",transition:`color ${c}`,textRendering:"auto","&:focus, &:hover":{color:h,textDecoration:"none"}},[`${t}-title`]:{flex:1,margin:0,color:_,fontWeight:e.fontWeightStrong,fontSize:a,lineHeight:s},[`${t}-body`]:{flex:1,minWidth:0,minHeight:0,padding:u,overflow:"auto"},[`${t}-footer`]:{flexShrink:0,padding:`${b}px ${S}px`,borderTop:`${d}px ${p} ${f}`},"&-rtl":{direction:"rtl"}}}},Lde=tt("Drawer",e=>{const t=Ve(e,{drawerFooterPaddingVertical:e.paddingXS,drawerFooterPaddingHorizontal:e.padding});return[kde(t),Mde(t)]},e=>({zIndexPopup:e.zIndexPopupBase}));var Fde=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o({autofocus:{type:Boolean,default:void 0},closable:{type:Boolean,default:void 0},closeIcon:q.any,destroyOnClose:{type:Boolean,default:void 0},forceRender:{type:Boolean,default:void 0},getContainer:{type:[String,Function,Boolean,Object],default:void 0},maskClosable:{type:Boolean,default:void 0},mask:{type:Boolean,default:void 0},maskStyle:Fe(),rootClassName:String,rootStyle:Fe(),size:{type:String},drawerStyle:Fe(),headerStyle:Fe(),bodyStyle:Fe(),contentWrapperStyle:{type:Object,default:void 0},title:q.any,visible:{type:Boolean,default:void 0},open:{type:Boolean,default:void 0},width:q.oneOfType([q.string,q.number]),height:q.oneOfType([q.string,q.number]),zIndex:Number,prefixCls:String,push:q.oneOfType([q.looseBool,{type:Object}]),placement:q.oneOf(Bde),keyboard:{type:Boolean,default:void 0},extra:q.any,footer:q.any,footerStyle:Fe(),level:q.any,levelMove:{type:[Number,Array,Function]},handle:q.any,afterVisibleChange:Function,onAfterVisibleChange:Function,onAfterOpenChange:Function,"onUpdate:visible":Function,"onUpdate:open":Function,onClose:Function}),Ude=ae({compatConfig:{MODE:3},name:"ADrawer",inheritAttrs:!1,props:st(Hde(),{closable:!0,placement:"right",maskClosable:!0,mask:!0,level:null,keyboard:!0,push:TA}),slots:Object,setup(e,t){let{emit:n,slots:r,attrs:o}=t;const i=ce(!1),c=ce(!1),l=ce(null),u=ce(!1),a=ce(!1),s=L(()=>{var F;return(F=e.open)!==null&&F!==void 0?F:e.visible});Ee(s,()=>{s.value?u.value=!0:a.value=!1},{immediate:!0}),Ee([s,u],()=>{s.value&&u.value&&(a.value=!0)},{immediate:!0});const d=et("parentDrawerOpts",null),{prefixCls:p,getPopupContainer:f,direction:m}=Me("drawer",e),[g,h]=Lde(p),_=L(()=>e.getContainer===void 0&&(f!=null&&f.value)?()=>f.value(document.body):e.getContainer);Wt(!e.afterVisibleChange,"Drawer","`afterVisibleChange` prop is deprecated, please use `@afterVisibleChange` event instead"),at("parentDrawerOpts",{setPush:()=>{i.value=!0},setPull:()=>{i.value=!1,ft(()=>{S()})}}),Ke(()=>{s.value&&d&&d.setPush()}),cr(()=>{d&&d.setPull()}),Ee(a,()=>{d&&(a.value?d.setPush():d.setPull())},{flush:"post"});const S=()=>{var F,B;(B=(F=l.value)===null||F===void 0?void 0:F.domFocus)===null||B===void 0||B.call(F)},E=F=>{n("update:visible",!1),n("update:open",!1),n("close",F)},T=F=>{var B;F||(c.value===!1&&(c.value=!0),e.destroyOnClose&&(u.value=!1)),(B=e.afterVisibleChange)===null||B===void 0||B.call(e,F),n("afterVisibleChange",F),n("afterOpenChange",F)},C=L(()=>{const{push:F,placement:B}=e;let H;return typeof F=="boolean"?H=F?TA.distance:0:H=F.distance,H=parseFloat(String(H||0)),B==="left"||B==="right"?`translateX(${B==="left"?H:-H}px)`:B==="top"||B==="bottom"?`translateY(${B==="top"?H:-H}px)`:null}),w=L(()=>{var F;return(F=e.width)!==null&&F!==void 0?F:e.size==="large"?736:378}),O=L(()=>{var F;return(F=e.height)!==null&&F!==void 0?F:e.size==="large"?736:378}),R=L(()=>{const{mask:F,placement:B}=e;if(!a.value&&!F)return{};const H={};return B==="left"||B==="right"?H.width=Gg(w.value)?`${w.value}px`:w.value:H.height=Gg(O.value)?`${O.value}px`:O.value,H}),I=L(()=>{const{zIndex:F,contentWrapperStyle:B}=e,H=R.value;return[{zIndex:F,transform:i.value?C.value:void 0},x({},B),H]}),$=F=>{const{closable:B,headerStyle:H}=e,z=Mn(r,e,"extra"),G=Mn(r,e,"title");return!G&&!B?null:y("div",{class:me(`${F}-header`,{[`${F}-header-close-only`]:B&&!G&&!z}),style:H},[y("div",{class:`${F}-header-title`},[N(F),G&&y("div",{class:`${F}-title`},[G])]),z&&y("div",{class:`${F}-extra`},[z])])},N=F=>{var B;const{closable:H}=e,z=r.closeIcon?(B=r.closeIcon)===null||B===void 0?void 0:B.call(r):e.closeIcon;return H&&y("button",{key:"closer",onClick:E,"aria-label":"Close",class:`${F}-close`},[z===void 0?y(eo,null,null):z])},P=F=>{var B;if(c.value&&!e.forceRender&&!u.value)return null;const{bodyStyle:H,drawerStyle:z}=e;return y("div",{class:`${F}-wrapper-body`,style:z},[$(F),y("div",{key:"body",class:`${F}-body`,style:H},[(B=r.default)===null||B===void 0?void 0:B.call(r)]),A(F)])},A=F=>{const B=Mn(r,e,"footer");if(!B)return null;const H=`${F}-footer`;return y("div",{class:H,style:e.footerStyle},[B])},D=L(()=>me({"no-mask":!e.mask,[`${p.value}-rtl`]:m.value==="rtl"},e.rootClassName,h.value)),M=L(()=>Bo(Or(p.value,"mask-motion"))),k=F=>Bo(Or(p.value,`panel-motion-${F}`));return()=>{const{width:F,height:B,placement:H,mask:z,forceRender:G}=e,V=Fde(e,["width","height","placement","mask","forceRender"]),j=x(x(x({},o),gt(V,["size","closeIcon","closable","destroyOnClose","drawerStyle","headerStyle","bodyStyle","title","push","onAfterVisibleChange","onClose","onUpdate:visible","onUpdate:open","visible"])),{forceRender:G,onClose:E,afterVisibleChange:T,handler:!1,prefixCls:p.value,open:a.value,showMask:z,placement:H,ref:l});return g(y(np,null,{default:()=>[y(Dde,U(U({},j),{},{maskMotion:M.value,motion:k,width:w.value,height:O.value,getContainer:_.value,rootClassName:D.value,rootStyle:e.rootStyle,contentWrapperStyle:I.value}),{handler:e.handle?()=>e.handle:r.handle,default:()=>P(p.value)})]}))}}}),zde=rn(Ude);var Gde={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494zM504 618H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8z"}}]},name:"file-text",theme:"outlined"};const jde=Gde;function xA(e){for(var t=1;t({prefixCls:String,description:q.any,type:Ue("default"),shape:Ue("circle"),tooltip:q.any,href:String,target:Se(),badge:Fe(),onClick:Se()}),Yde=()=>({prefixCls:Ue()}),Wde=()=>x(x({},ox()),{trigger:Ue(),open:we(),onOpenChange:Se(),"onUpdate:open":Se()}),Kde=()=>x(x({},ox()),{prefixCls:String,duration:Number,target:Se(),visibilityHeight:Number,onClick:Se()}),qde=ae({compatConfig:{MODE:3},name:"AFloatButtonContent",inheritAttrs:!1,props:Yde(),setup(e,t){let{attrs:n,slots:r}=t;return()=>{var o;const{prefixCls:i}=e,c=an((o=r.description)===null||o===void 0?void 0:o.call(r));return y("div",U(U({},n),{},{class:[n.class,`${i}-content`]}),[r.icon||c.length?y(ze,null,[r.icon&&y("div",{class:`${i}-icon`},[r.icon()]),c.length?y("div",{class:`${i}-description`},[c]):null]):y("div",{class:`${i}-icon`},[y(UB,null,null)])])}}}),Xde=qde,zB=Symbol("floatButtonGroupContext"),Qde=e=>(at(zB,e),e),GB=()=>et(zB,{shape:ie()}),wA=e=>e===0?0:e-Math.sqrt(Math.pow(e,2)/2),Zde=e=>{const{componentCls:t,floatButtonSize:n,motionDurationSlow:r,motionEaseInOutCirc:o}=e,i=`${t}-group`,c=new vt("antFloatButtonMoveDownIn",{"0%":{transform:`translate3d(0, ${n}px, 0)`,transformOrigin:"0 0",opacity:0},"100%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1}}),l=new vt("antFloatButtonMoveDownOut",{"0%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1},"100%":{transform:`translate3d(0, ${n}px, 0)`,transformOrigin:"0 0",opacity:0}});return[{[`${i}-wrap`]:x({},Hp(`${i}-wrap`,c,l,r,!0))},{[`${i}-wrap`]:{[` + &${i}-wrap-enter, + &${i}-wrap-appear + `]:{opacity:0,animationTimingFunction:o},[`&${i}-wrap-leave`]:{animationTimingFunction:o}}}]},Jde=e=>{const{antCls:t,componentCls:n,floatButtonSize:r,margin:o,borderRadiusLG:i,borderRadiusSM:c,badgeOffset:l,floatButtonBodyPadding:u}=e,a=`${n}-group`;return{[a]:x(x({},ot(e)),{zIndex:99,display:"block",border:"none",position:"fixed",width:r,height:"auto",boxShadow:"none",minHeight:r,insetInlineEnd:e.floatButtonInsetInlineEnd,insetBlockEnd:e.floatButtonInsetBlockEnd,borderRadius:i,[`${a}-wrap`]:{zIndex:-1,display:"block",position:"relative",marginBottom:o},[`&${a}-rtl`]:{direction:"rtl"},[n]:{position:"static"}}),[`${a}-circle`]:{[`${n}-circle:not(:last-child)`]:{marginBottom:e.margin,[`${n}-body`]:{width:r,height:r,borderRadius:"50%"}}},[`${a}-square`]:{[`${n}-square`]:{borderRadius:0,padding:0,"&:first-child":{borderStartStartRadius:i,borderStartEndRadius:i},"&:last-child":{borderEndStartRadius:i,borderEndEndRadius:i},"&:not(:last-child)":{borderBottom:`${e.lineWidth}px ${e.lineType} ${e.colorSplit}`},[`${t}-badge`]:{[`${t}-badge-count`]:{top:-(u+l),insetInlineEnd:-(u+l)}}},[`${a}-wrap`]:{display:"block",borderRadius:i,boxShadow:e.boxShadowSecondary,[`${n}-square`]:{boxShadow:"none",marginTop:0,borderRadius:0,padding:u,"&:first-child":{borderStartStartRadius:i,borderStartEndRadius:i},"&:last-child":{borderEndStartRadius:i,borderEndEndRadius:i},"&:not(:last-child)":{borderBottom:`${e.lineWidth}px ${e.lineType} ${e.colorSplit}`},[`${n}-body`]:{width:e.floatButtonBodySize,height:e.floatButtonBodySize}}}},[`${a}-circle-shadow`]:{boxShadow:"none"},[`${a}-square-shadow`]:{boxShadow:e.boxShadowSecondary,[`${n}-square`]:{boxShadow:"none",padding:u,[`${n}-body`]:{width:e.floatButtonBodySize,height:e.floatButtonBodySize,borderRadius:c}}}}},epe=e=>{const{antCls:t,componentCls:n,floatButtonBodyPadding:r,floatButtonIconSize:o,floatButtonSize:i,borderRadiusLG:c,badgeOffset:l,dotOffsetInSquare:u,dotOffsetInCircle:a}=e;return{[n]:x(x({},ot(e)),{border:"none",position:"fixed",cursor:"pointer",zIndex:99,display:"block",justifyContent:"center",alignItems:"center",width:i,height:i,insetInlineEnd:e.floatButtonInsetInlineEnd,insetBlockEnd:e.floatButtonInsetBlockEnd,boxShadow:e.boxShadowSecondary,"&-pure":{position:"relative",inset:"auto"},"&:empty":{display:"none"},[`${t}-badge`]:{width:"100%",height:"100%",[`${t}-badge-count`]:{transform:"translate(0, 0)",transformOrigin:"center",top:-l,insetInlineEnd:-l}},[`${n}-body`]:{width:"100%",height:"100%",display:"flex",justifyContent:"center",alignItems:"center",transition:`all ${e.motionDurationMid}`,[`${n}-content`]:{overflow:"hidden",textAlign:"center",minHeight:i,display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",padding:`${r/2}px ${r}px`,[`${n}-icon`]:{textAlign:"center",margin:"auto",width:o,fontSize:o,lineHeight:1}}}}),[`${n}-rtl`]:{direction:"rtl"},[`${n}-circle`]:{height:i,borderRadius:"50%",[`${t}-badge`]:{[`${t}-badge-dot`]:{top:a,insetInlineEnd:a}},[`${n}-body`]:{borderRadius:"50%"}},[`${n}-square`]:{height:"auto",minHeight:i,borderRadius:c,[`${t}-badge`]:{[`${t}-badge-dot`]:{top:u,insetInlineEnd:u}},[`${n}-body`]:{height:"auto",borderRadius:c}},[`${n}-default`]:{backgroundColor:e.floatButtonBackgroundColor,transition:`background-color ${e.motionDurationMid}`,[`${n}-body`]:{backgroundColor:e.floatButtonBackgroundColor,transition:`background-color ${e.motionDurationMid}`,"&:hover":{backgroundColor:e.colorFillContent},[`${n}-content`]:{[`${n}-icon`]:{color:e.colorText},[`${n}-description`]:{display:"flex",alignItems:"center",lineHeight:`${e.fontSizeLG}px`,color:e.colorText,fontSize:e.fontSizeSM}}}},[`${n}-primary`]:{backgroundColor:e.colorPrimary,[`${n}-body`]:{backgroundColor:e.colorPrimary,transition:`background-color ${e.motionDurationMid}`,"&:hover":{backgroundColor:e.colorPrimaryHover},[`${n}-content`]:{[`${n}-icon`]:{color:e.colorTextLightSolid},[`${n}-description`]:{display:"flex",alignItems:"center",lineHeight:`${e.fontSizeLG}px`,color:e.colorTextLightSolid,fontSize:e.fontSizeSM}}}}}},ax=tt("FloatButton",e=>{const{colorTextLightSolid:t,colorBgElevated:n,controlHeightLG:r,marginXXL:o,marginLG:i,fontSize:c,fontSizeIcon:l,controlItemBgHover:u,paddingXXS:a,borderRadiusLG:s}=e,d=Ve(e,{floatButtonBackgroundColor:n,floatButtonColor:t,floatButtonHoverBackgroundColor:u,floatButtonFontSize:c,floatButtonIconSize:l*1.5,floatButtonSize:r,floatButtonInsetBlockEnd:o,floatButtonInsetInlineEnd:i,floatButtonBodySize:r-a*2,floatButtonBodyPadding:a,badgeOffset:a*1.5,dotOffsetInCircle:wA(r/2),dotOffsetInSquare:wA(s)});return[Jde(d),epe(d),PC(e),Zde(d)]});var tpe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o(u==null?void 0:u.value)||e.shape);return()=>{var d;const{prefixCls:p,type:f="default",shape:m="circle",description:g=(d=r.description)===null||d===void 0?void 0:d.call(r),tooltip:h,badge:_={}}=e,v=tpe(e,["prefixCls","type","shape","description","tooltip","badge"]),b=me(o.value,`${o.value}-${f}`,`${o.value}-${s.value}`,{[`${o.value}-rtl`]:i.value==="rtl"},n.class,l.value),S=y(Kr,{placement:"left"},{title:r.tooltip||h?()=>r.tooltip&&r.tooltip()||h:void 0,default:()=>y(hd,_,{default:()=>[y("div",{class:`${o.value}-body`},[y(Xde,{prefixCls:o.value},{icon:r.icon,description:()=>g})])]})});return c(e.href?y("a",U(U(U({ref:a},n),v),{},{class:b}),[S]):y("button",U(U(U({ref:a},n),v),{},{class:b,type:"button"}),[S]))}}}),Ui=npe,rpe=ae({compatConfig:{MODE:3},name:"AFloatButtonGroup",inheritAttrs:!1,props:st(Wde(),{type:"default",shape:"circle"}),setup(e,t){let{attrs:n,slots:r,emit:o}=t;const{prefixCls:i,direction:c}=Me(ix,e),[l,u]=ax(i),[a,s]=Zt(!1,{value:L(()=>e.open)}),d=ie(null),p=ie(null);Qde({shape:L(()=>e.shape)});const f={onMouseenter(){var _;s(!0),o("update:open",!0),(_=e.onOpenChange)===null||_===void 0||_.call(e,!0)},onMouseleave(){var _;s(!1),o("update:open",!1),(_=e.onOpenChange)===null||_===void 0||_.call(e,!1)}},m=L(()=>e.trigger==="hover"?f:{}),g=()=>{var _;const v=!a.value;o("update:open",v),(_=e.onOpenChange)===null||_===void 0||_.call(e,v),s(v)},h=_=>{var v,b,S;if(!((v=d.value)===null||v===void 0)&&v.contains(_.target)){!((b=Wr(p.value))===null||b===void 0)&&b.contains(_.target)&&g();return}s(!1),o("update:open",!1),(S=e.onOpenChange)===null||S===void 0||S.call(e,!1)};return Ee(L(()=>e.trigger),_=>{wr()&&(document.removeEventListener("click",h),_==="click"&&document.addEventListener("click",h))},{immediate:!0}),lt(()=>{document.removeEventListener("click",h)}),()=>{var _;const{shape:v="circle",type:b="default",tooltip:S,description:E,trigger:T}=e,C=`${i.value}-group`,w=me(C,u.value,n.class,{[`${C}-rtl`]:c.value==="rtl",[`${C}-${v}`]:v,[`${C}-${v}-shadow`]:!T}),O=me(u.value,`${C}-wrap`),R=Bo(`${C}-wrap`);return l(y("div",U(U({ref:d},n),{},{class:w},m.value),[T&&["click","hover"].includes(T)?y(ze,null,[y(On,R,{default:()=>[dn(y("div",{class:O},[r.default&&r.default()]),[[Vn,a.value]])]}),y(Ui,{ref:p,type:b,shape:v,tooltip:S,description:E},{icon:()=>{var I,$;return a.value?((I=r.closeIcon)===null||I===void 0?void 0:I.call(r))||y(eo,null,null):(($=r.icon)===null||$===void 0?void 0:$.call(r))||y(UB,null,null)},tooltip:r.tooltip,description:r.description})]):(_=r.default)===null||_===void 0?void 0:_.call(r)]))}}}),lh=rpe;var ope={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M859.9 168H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zM518.3 355a8 8 0 00-12.6 0l-112 141.7a7.98 7.98 0 006.3 12.9h73.9V848c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V509.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 355z"}}]},name:"vertical-align-top",theme:"outlined"};const ape=ope;function OA(e){for(var t=1;twindow,duration:450,type:"default",shape:"circle"}),setup(e,t){let{slots:n,attrs:r,emit:o}=t;const{prefixCls:i,direction:c}=Me(ix,e),[l]=ax(i),u=ie(),a=mt({visible:e.visibilityHeight===0,scrollEvent:null}),s=()=>u.value&&u.value.ownerDocument?u.value.ownerDocument:window,d=h=>{const{target:_=s,duration:v}=e;GE(0,{getContainer:_,duration:v}),o("click",h)},p=QS(h=>{const{visibilityHeight:_}=e,v=zE(h.target,!0);a.visible=v>=_}),f=()=>{const{target:h}=e,v=(h||s)();p({target:v}),v==null||v.addEventListener("scroll",p)},m=()=>{const{target:h}=e,v=(h||s)();p.cancel(),v==null||v.removeEventListener("scroll",p)};Ee(()=>e.target,()=>{m(),ft(()=>{f()})}),Ke(()=>{ft(()=>{f()})}),wp(()=>{ft(()=>{f()})}),vE(()=>{m()}),lt(()=>{m()});const g=GB();return()=>{const{description:h,type:_,shape:v,tooltip:b,badge:S}=e,E=x(x({},r),{shape:(g==null?void 0:g.shape.value)||v,onClick:d,class:{[`${i.value}`]:!0,[`${r.class}`]:r.class,[`${i.value}-rtl`]:c.value==="rtl"},description:h,type:_,tooltip:b,badge:S}),T=Bo("fade");return l(y(On,T,{default:()=>[dn(y(Ui,U(U({},E),{},{ref:u}),{icon:()=>{var C;return((C=n.icon)===null||C===void 0?void 0:C.call(n))||y(lpe,null,null)}}),[[Vn,a.visible]])]}))}}}),sh=spe;Ui.Group=lh;Ui.BackTop=sh;Ui.install=function(e){return e.component(Ui.name,Ui),e.component(lh.name,lh),e.component(sh.name,sh),e};const Cd=e=>e!=null&&(Array.isArray(e)?an(e).length:!0);function sx(e){return Cd(e.prefix)||Cd(e.suffix)||Cd(e.allowClear)}function Lm(e){return Cd(e.addonBefore)||Cd(e.addonAfter)}function n0(e){return typeof e>"u"||e===null?"":String(e)}function Td(e,t,n,r){if(!n)return;const o=t;if(t.type==="click"){Object.defineProperty(o,"target",{writable:!0}),Object.defineProperty(o,"currentTarget",{writable:!0});const i=e.cloneNode(!0);o.target=i,o.currentTarget=i,i.value="",n(o);return}if(r!==void 0){Object.defineProperty(o,"target",{writable:!0}),Object.defineProperty(o,"currentTarget",{writable:!0}),o.target=e,o.currentTarget=e,e.value=r,n(o);return}n(o)}function jB(e,t){if(!e)return;e.focus(t);const{cursor:n}=t||{};if(n){const r=e.value.length;switch(n){case"start":e.setSelectionRange(0,0);break;case"end":e.setSelectionRange(r,r);break;default:e.setSelectionRange(0,r)}}}const cpe=()=>({addonBefore:q.any,addonAfter:q.any,prefix:q.any,suffix:q.any,clearIcon:q.any,affixWrapperClassName:String,groupClassName:String,wrapperClassName:String,inputClassName:String,allowClear:{type:Boolean,default:void 0}}),VB=()=>x(x({},cpe()),{value:{type:[String,Number,Symbol],default:void 0},defaultValue:{type:[String,Number,Symbol],default:void 0},inputElement:q.any,prefixCls:String,disabled:{type:Boolean,default:void 0},focused:{type:Boolean,default:void 0},triggerFocus:Function,readonly:{type:Boolean,default:void 0},handleReset:Function,hidden:{type:Boolean,default:void 0}}),YB=()=>x(x({},VB()),{id:String,placeholder:{type:[String,Number]},autocomplete:String,type:Ue("text"),name:String,size:{type:String},autofocus:{type:Boolean,default:void 0},lazy:{type:Boolean,default:!0},maxlength:Number,loading:{type:Boolean,default:void 0},bordered:{type:Boolean,default:void 0},showCount:{type:[Boolean,Object]},htmlSize:Number,onPressEnter:Function,onKeydown:Function,onKeyup:Function,onFocus:Function,onBlur:Function,onChange:Function,onInput:Function,"onUpdate:value":Function,onCompositionstart:Function,onCompositionend:Function,valueModifiers:Object,hidden:{type:Boolean,default:void 0},status:String}),upe=ae({name:"BaseInput",inheritAttrs:!1,props:VB(),setup(e,t){let{slots:n,attrs:r}=t;const o=ie(),i=l=>{var u;if(!((u=o.value)===null||u===void 0)&&u.contains(l.target)){const{triggerFocus:a}=e;a==null||a()}},c=()=>{var l;const{allowClear:u,value:a,disabled:s,readonly:d,handleReset:p,suffix:f=n.suffix,prefixCls:m}=e;if(!u)return null;const g=!s&&!d&&a,h=`${m}-clear-icon`,_=((l=n.clearIcon)===null||l===void 0?void 0:l.call(n))||"*";return y("span",{onClick:p,onMousedown:v=>v.preventDefault(),class:me({[`${h}-hidden`]:!g,[`${h}-has-suffix`]:!!f},h),role:"button",tabindex:-1},[_])};return()=>{var l,u;const{focused:a,value:s,disabled:d,allowClear:p,readonly:f,hidden:m,prefixCls:g,prefix:h=(l=n.prefix)===null||l===void 0?void 0:l.call(n),suffix:_=(u=n.suffix)===null||u===void 0?void 0:u.call(n),addonAfter:v=n.addonAfter,addonBefore:b=n.addonBefore,inputElement:S,affixWrapperClassName:E,wrapperClassName:T,groupClassName:C}=e;let w=Nt(S,{value:s,hidden:m});if(sx({prefix:h,suffix:_,allowClear:p})){const O=`${g}-affix-wrapper`,R=me(O,{[`${O}-disabled`]:d,[`${O}-focused`]:a,[`${O}-readonly`]:f,[`${O}-input-with-clear-btn`]:_&&p&&s},!Lm({addonAfter:v,addonBefore:b})&&r.class,E),I=(_||p)&&y("span",{class:`${g}-suffix`},[c(),_]);w=y("span",{class:R,style:r.style,hidden:!Lm({addonAfter:v,addonBefore:b})&&m,onMousedown:i,ref:o},[h&&y("span",{class:`${g}-prefix`},[h]),Nt(S,{style:null,value:s,hidden:null}),I])}if(Lm({addonAfter:v,addonBefore:b})){const O=`${g}-group`,R=`${O}-addon`,I=me(`${g}-wrapper`,O,T),$=me(`${g}-group-wrapper`,r.class,C);return y("span",{class:$,style:r.style,hidden:m},[y("span",{class:I},[b&&y("span",{class:R},[b]),Nt(w,{style:null,hidden:null}),v&&y("span",{class:R},[v])])])}return w}}});var dpe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);oe.value,()=>{c.value=e.value}),Ee(()=>e.disabled,()=>{e.disabled&&(l.value=!1)});const s=C=>{u.value&&jB(u.value,C)};o({focus:s,blur:()=>{var C;(C=u.value)===null||C===void 0||C.blur()},input:u,stateValue:c,setSelectionRange:(C,w,O)=>{var R;(R=u.value)===null||R===void 0||R.setSelectionRange(C,w,O)},select:()=>{var C;(C=u.value)===null||C===void 0||C.select()}});const m=C=>{i("change",C)},g=(C,w)=>{c.value!==C&&(e.value===void 0?c.value=C:ft(()=>{var O;u.value.value!==c.value&&((O=a.value)===null||O===void 0||O.$forceUpdate())}),ft(()=>{w&&w()}))},h=C=>{const{value:w,composing:O}=C.target;if((C.isComposing||O)&&e.lazy||c.value===w)return;const R=C.target.value;Td(u.value,C,m),g(R)},_=C=>{C.keyCode===13&&i("pressEnter",C),i("keydown",C)},v=C=>{l.value=!0,i("focus",C)},b=C=>{l.value=!1,i("blur",C)},S=C=>{Td(u.value,C,m),g("",()=>{s()})},E=()=>{var C,w;const{addonBefore:O=n.addonBefore,addonAfter:R=n.addonAfter,disabled:I,valueModifiers:$={},htmlSize:N,autocomplete:P,prefixCls:A,inputClassName:D,prefix:M=(C=n.prefix)===null||C===void 0?void 0:C.call(n),suffix:k=(w=n.suffix)===null||w===void 0?void 0:w.call(n),allowClear:F,type:B="text"}=e,H=gt(e,["prefixCls","onPressEnter","addonBefore","addonAfter","prefix","suffix","allowClear","defaultValue","size","bordered","htmlSize","lazy","showCount","valueModifiers","showCount","affixWrapperClassName","groupClassName","inputClassName","wrapperClassName"]),z=x(x(x({},H),r),{autocomplete:P,onChange:h,onInput:h,onFocus:v,onBlur:b,onKeydown:_,class:me(A,{[`${A}-disabled`]:I},D,!Lm({addonAfter:R,addonBefore:O})&&!sx({prefix:M,suffix:k,allowClear:F})&&r.class),ref:u,key:"ant-input",size:N,type:B});$.lazy&&delete z.onInput,z.autofocus||delete z.autofocus;const G=y("input",gt(z,["size"]),null);return dn(G,[[iu]])},T=()=>{var C;const{maxlength:w,suffix:O=(C=n.suffix)===null||C===void 0?void 0:C.call(n),showCount:R,prefixCls:I}=e,$=Number(w)>0;if(O||R){const N=[...n0(c.value)].length,P=typeof R=="object"?R.formatter({count:N,maxlength:w}):`${N}${$?` / ${w}`:""}`;return y(ze,null,[!!R&&y("span",{class:me(`${I}-show-count-suffix`,{[`${I}-show-count-has-suffix`]:!!O})},[P]),O])}return null};return Ke(()=>{}),()=>{const{prefixCls:C,disabled:w}=e,O=dpe(e,["prefixCls","disabled"]);return y(upe,U(U(U({},O),r),{},{ref:a,prefixCls:C,inputElement:E(),handleReset:S,value:n0(c.value),focused:l.value,triggerFocus:s,suffix:T(),disabled:w}),n)}}}),X_=()=>gt(YB(),["wrapperClassName","groupClassName","inputClassName","affixWrapperClassName"]),WB=()=>x(x({},gt(X_(),["prefix","addonBefore","addonAfter","suffix"])),{rows:Number,autosize:{type:[Boolean,Object],default:void 0},autoSize:{type:[Boolean,Object],default:void 0},onResize:{type:Function},onCompositionstart:Wl(),onCompositionend:Wl(),valueModifiers:Object});var fpe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);ooa(u.status,e.status)),{direction:s,prefixCls:d,size:p,autocomplete:f}=Me("input",e),{compactSize:m,compactItemClassnames:g}=Ji(d,s),h=L(()=>m.value||p.value),[_,v]=$T(d),b=Zr();o({focus:N=>{var P;(P=c.value)===null||P===void 0||P.focus(N)},blur:()=>{var N;(N=c.value)===null||N===void 0||N.blur()},input:c,setSelectionRange:(N,P,A)=>{var D;(D=c.value)===null||D===void 0||D.setSelectionRange(N,P,A)},select:()=>{var N;(N=c.value)===null||N===void 0||N.select()}});const w=ie([]),O=()=>{w.value.push(setTimeout(()=>{var N,P,A,D;!((N=c.value)===null||N===void 0)&&N.input&&((P=c.value)===null||P===void 0?void 0:P.input.getAttribute("type"))==="password"&&(!((A=c.value)===null||A===void 0)&&A.input.hasAttribute("value"))&&((D=c.value)===null||D===void 0||D.input.removeAttribute("value"))}))};Ke(()=>{O()}),Ip(()=>{w.value.forEach(N=>clearTimeout(N))}),lt(()=>{w.value.forEach(N=>clearTimeout(N))});const R=N=>{O(),i("blur",N),l.onFieldBlur()},I=N=>{O(),i("focus",N)},$=N=>{i("update:value",N.target.value),i("change",N),i("input",N),l.onFieldChange()};return()=>{var N,P,A,D,M,k;const{hasFeedback:F,feedbackIcon:B}=u,{allowClear:H,bordered:z=!0,prefix:G=(N=n.prefix)===null||N===void 0?void 0:N.call(n),suffix:V=(P=n.suffix)===null||P===void 0?void 0:P.call(n),addonAfter:j=(A=n.addonAfter)===null||A===void 0?void 0:A.call(n),addonBefore:K=(D=n.addonBefore)===null||D===void 0?void 0:D.call(n),id:Q=(M=l.id)===null||M===void 0?void 0:M.value}=e,pe=fpe(e,["allowClear","bordered","prefix","suffix","addonAfter","addonBefore","id"]),J=(F||V)&&y(ze,null,[V,F&&B]),W=d.value,Z=sx({prefix:G,suffix:V})||!!F,he=n.clearIcon||(()=>y(to,null,null));return _(y(ppe,U(U(U({},r),gt(pe,["onUpdate:value","onChange","onInput"])),{},{onChange:$,id:Q,disabled:(k=e.disabled)!==null&&k!==void 0?k:b.value,ref:c,prefixCls:W,autocomplete:f.value,onBlur:R,onFocus:I,prefix:G,suffix:J,allowClear:H,addonAfter:j&&y(np,null,{default:()=>[y(Lg,null,{default:()=>[j]})]}),addonBefore:K&&y(np,null,{default:()=>[y(Lg,null,{default:()=>[K]})]}),class:[r.class,g.value],inputClassName:me({[`${W}-sm`]:h.value==="small",[`${W}-lg`]:h.value==="large",[`${W}-rtl`]:s.value==="rtl",[`${W}-borderless`]:!z},!Z&&xr(W,a.value),v.value),affixWrapperClassName:me({[`${W}-affix-wrapper-sm`]:h.value==="small",[`${W}-affix-wrapper-lg`]:h.value==="large",[`${W}-affix-wrapper-rtl`]:s.value==="rtl",[`${W}-affix-wrapper-borderless`]:!z},xr(`${W}-affix-wrapper`,a.value,F),v.value),wrapperClassName:me({[`${W}-group-rtl`]:s.value==="rtl"},v.value),groupClassName:me({[`${W}-group-wrapper-sm`]:h.value==="small",[`${W}-group-wrapper-lg`]:h.value==="large",[`${W}-group-wrapper-rtl`]:s.value==="rtl"},xr(`${W}-group-wrapper`,a.value,F),v.value)}),x(x({},n),{clearIcon:he})))}}}),KB=ae({compatConfig:{MODE:3},name:"AInputGroup",inheritAttrs:!1,props:{prefixCls:String,size:{type:String},compact:{type:Boolean,default:void 0}},setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o,direction:i,getPrefixCls:c}=Me("input-group",e),l=rr.useInject();rr.useProvide(l,{isFormItemInput:!1});const u=L(()=>c("input")),[a,s]=$T(u),d=L(()=>{const p=o.value;return{[`${p}`]:!0,[s.value]:!0,[`${p}-lg`]:e.size==="large",[`${p}-sm`]:e.size==="small",[`${p}-compact`]:e.compact,[`${p}-rtl`]:i.value==="rtl"}});return()=>{var p;return a(y("span",U(U({},r),{},{class:me(d.value,r.class)}),[(p=n.default)===null||p===void 0?void 0:p.call(n)]))}}});var mpe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{var E;(E=c.value)===null||E===void 0||E.focus()},blur:()=>{var E;(E=c.value)===null||E===void 0||E.blur()}});const s=E=>{i("update:value",E.target.value),E&&E.target&&E.type==="click"&&i("search",E.target.value,E),i("change",E)},d=E=>{var T;document.activeElement===((T=c.value)===null||T===void 0?void 0:T.input)&&E.preventDefault()},p=E=>{var T,C;i("search",(C=(T=c.value)===null||T===void 0?void 0:T.input)===null||C===void 0?void 0:C.stateValue,E)},f=E=>{l.value||e.loading||p(E)},m=E=>{l.value=!0,i("compositionstart",E)},g=E=>{l.value=!1,i("compositionend",E)},{prefixCls:h,getPrefixCls:_,direction:v,size:b}=Me("input-search",e),S=L(()=>_("input",e.inputPrefixCls));return()=>{var E,T,C,w;const{disabled:O,loading:R,addonAfter:I=(E=n.addonAfter)===null||E===void 0?void 0:E.call(n),suffix:$=(T=n.suffix)===null||T===void 0?void 0:T.call(n)}=e,N=mpe(e,["disabled","loading","addonAfter","suffix"]);let{enterButton:P=(w=(C=n.enterButton)===null||C===void 0?void 0:C.call(n))!==null&&w!==void 0?w:!1}=e;P=P||P==="";const A=typeof P=="boolean"?y(b_,null,null):null,D=`${h.value}-button`,M=Array.isArray(P)?P[0]:P;let k;const F=M.type&&C_(M.type)&&M.type.__ANT_BUTTON;if(F||M.tagName==="button")k=Nt(M,x({onMousedown:d,onClick:p,key:"enterButton"},F?{class:D,size:b.value}:{}),!1);else{const H=A&&!P;k=y(En,{class:D,type:P?"primary":void 0,size:b.value,disabled:O,key:"enterButton",onMousedown:d,onClick:p,loading:R,icon:H?A:null},{default:()=>[H?null:A||P]})}I&&(k=[k,I]);const B=me(h.value,{[`${h.value}-rtl`]:v.value==="rtl",[`${h.value}-${b.value}`]:!!b.value,[`${h.value}-with-button`]:!!P},r.class);return y(Fn,U(U(U({ref:c},gt(N,["onUpdate:value","onSearch","enterButton"])),r),{},{onPressEnter:f,onCompositionstart:m,onCompositionend:g,size:b.value,prefixCls:S.value,addonAfter:k,suffix:$,onChange:s,class:B,disabled:O}),n)}}}),IA=e=>e!=null&&(Array.isArray(e)?an(e).length:!0);function gpe(e){return IA(e.addonBefore)||IA(e.addonAfter)}const hpe=["text","input"],_pe=ae({compatConfig:{MODE:3},name:"ClearableLabeledInput",inheritAttrs:!1,props:{prefixCls:String,inputType:q.oneOf(vr("text","input")),value:Bt(),defaultValue:Bt(),allowClear:{type:Boolean,default:void 0},element:Bt(),handleReset:Function,disabled:{type:Boolean,default:void 0},direction:{type:String},size:{type:String},suffix:Bt(),prefix:Bt(),addonBefore:Bt(),addonAfter:Bt(),readonly:{type:Boolean,default:void 0},focused:{type:Boolean,default:void 0},bordered:{type:Boolean,default:!0},triggerFocus:{type:Function},hidden:Boolean,status:String,hashId:String},setup(e,t){let{slots:n,attrs:r}=t;const o=rr.useInject(),i=l=>{const{value:u,disabled:a,readonly:s,handleReset:d,suffix:p=n.suffix}=e,f=!a&&!s&&u,m=`${l}-clear-icon`;return y(to,{onClick:d,onMousedown:g=>g.preventDefault(),class:me({[`${m}-hidden`]:!f,[`${m}-has-suffix`]:!!p},m),role:"button"},null)},c=(l,u)=>{const{value:a,allowClear:s,direction:d,bordered:p,hidden:f,status:m,addonAfter:g=n.addonAfter,addonBefore:h=n.addonBefore,hashId:_}=e,{status:v,hasFeedback:b}=o;if(!s)return Nt(u,{value:a,disabled:e.disabled});const S=me(`${l}-affix-wrapper`,`${l}-affix-wrapper-textarea-with-clear-btn`,xr(`${l}-affix-wrapper`,oa(v,m),b),{[`${l}-affix-wrapper-rtl`]:d==="rtl",[`${l}-affix-wrapper-borderless`]:!p,[`${r.class}`]:!gpe({addonAfter:g,addonBefore:h})&&r.class},_);return y("span",{class:S,style:r.style,hidden:f},[Nt(u,{style:null,value:a,disabled:e.disabled}),i(l)])};return()=>{var l;const{prefixCls:u,inputType:a,element:s=(l=n.element)===null||l===void 0?void 0:l.call(n)}=e;return a===hpe[0]?c(u,s):null}}}),vpe=` + min-height:0 !important; + max-height:none !important; + height:0 !important; + visibility:hidden !important; + overflow:hidden !important; + position:absolute !important; + z-index:-1000 !important; + top:0 !important; + right:0 !important; + pointer-events: none !important; +`,bpe=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","font-variant","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing","word-break","white-space"],Nb={};let Oo;function Spe(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;const n=e.getAttribute("id")||e.getAttribute("data-reactid")||e.getAttribute("name");if(t&&Nb[n])return Nb[n];const r=window.getComputedStyle(e),o=r.getPropertyValue("box-sizing")||r.getPropertyValue("-moz-box-sizing")||r.getPropertyValue("-webkit-box-sizing"),i=parseFloat(r.getPropertyValue("padding-bottom"))+parseFloat(r.getPropertyValue("padding-top")),c=parseFloat(r.getPropertyValue("border-bottom-width"))+parseFloat(r.getPropertyValue("border-top-width")),u={sizingStyle:bpe.map(a=>`${a}:${r.getPropertyValue(a)}`).join(";"),paddingSize:i,borderSize:c,boxSizing:o};return t&&n&&(Nb[n]=u),u}function ype(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;Oo||(Oo=document.createElement("textarea"),Oo.setAttribute("tab-index","-1"),Oo.setAttribute("aria-hidden","true"),document.body.appendChild(Oo)),e.getAttribute("wrap")?Oo.setAttribute("wrap",e.getAttribute("wrap")):Oo.removeAttribute("wrap");const{paddingSize:o,borderSize:i,boxSizing:c,sizingStyle:l}=Spe(e,t);Oo.setAttribute("style",`${l};${vpe}`),Oo.value=e.value||e.placeholder||"";let u,a,s,d=Oo.scrollHeight;if(c==="border-box"?d+=i:c==="content-box"&&(d-=o),n!==null||r!==null){Oo.value=" ";const f=Oo.scrollHeight-o;n!==null&&(u=f*n,c==="border-box"&&(u=u+o+i),d=Math.max(u,d)),r!==null&&(a=f*r,c==="border-box"&&(a=a+o+i),s=d>a?"":"hidden",d=Math.min(a,d))}const p={height:`${d}px`,overflowY:s,resize:"none"};return u&&(p.minHeight=`${u}px`),a&&(p.maxHeight=`${a}px`),p}const $b=0,Db=1,Pb=2,Epe=ae({compatConfig:{MODE:3},name:"ResizableTextArea",inheritAttrs:!1,props:WB(),setup(e,t){let{attrs:n,emit:r,expose:o}=t,i,c;const l=ie(),u=ie({}),a=ie(Pb);lt(()=>{it.cancel(i),it.cancel(c)});const s=()=>{try{if(document.activeElement===l.value){const T=l.value.selectionStart,C=l.value.selectionEnd,w=l.value.scrollTop;l.value.setSelectionRange(T,C),l.value.scrollTop=w}}catch{}},d=ie(),p=ie();Qe(()=>{const T=e.autoSize||e.autosize;T?(d.value=T.minRows,p.value=T.maxRows):(d.value=void 0,p.value=void 0)});const f=L(()=>!!(e.autoSize||e.autosize)),m=()=>{a.value=$b};Ee([()=>e.value,d,p,f],()=>{f.value&&m()},{immediate:!0,flush:"post"});const g=ie();Ee([a,l],()=>{if(l.value)if(a.value===$b)a.value=Db;else if(a.value===Db){const T=ype(l.value,!1,d.value,p.value);a.value=Pb,g.value=T}else s()},{immediate:!0,flush:"post"});const h=mn(),_=ie(),v=()=>{it.cancel(_.value)},b=T=>{a.value===Pb&&(r("resize",T),f.value&&(v(),_.value=it(()=>{m()})))};lt(()=>{v()}),o({resizeTextarea:()=>{m()},textArea:l,instance:h}),Jt(e.autosize===void 0);const E=()=>{const{prefixCls:T,disabled:C}=e,w=gt(e,["prefixCls","onPressEnter","autoSize","autosize","defaultValue","allowClear","type","lazy","maxlength","valueModifiers"]),O=me(T,n.class,{[`${T}-disabled`]:C}),R=f.value?g.value:null,I=[n.style,u.value,R],$=x(x(x({},w),n),{style:I,class:O});return(a.value===$b||a.value===Db)&&I.push({overflowX:"hidden",overflowY:"hidden"}),$.autofocus||delete $.autofocus,$.rows===0&&delete $.rows,y(ko,{onResize:b,disabled:!f.value},{default:()=>[dn(y("textarea",U(U({},$),{},{ref:l}),null),[[iu]])]})};return()=>E()}}),Cpe=Epe;function XB(e,t){return[...e||""].slice(0,t).join("")}function RA(e,t,n,r){let o=n;return e?o=XB(n,r):[...t||""].lengthr&&(o=t),o}const cx=ae({compatConfig:{MODE:3},name:"ATextarea",inheritAttrs:!1,props:WB(),setup(e,t){let{attrs:n,expose:r,emit:o}=t;const i=kn(),c=rr.useInject(),l=L(()=>oa(c.status,e.status)),u=ce(e.value===void 0?e.defaultValue:e.value),a=ce(),s=ce(""),{prefixCls:d,size:p,direction:f}=Me("input",e),[m,g]=$T(d),h=Zr(),_=L(()=>e.showCount===""||e.showCount||!1),v=L(()=>Number(e.maxlength)>0),b=ce(!1),S=ce(),E=ce(0),T=k=>{b.value=!0,S.value=s.value,E.value=k.currentTarget.selectionStart,o("compositionstart",k)},C=k=>{var F;b.value=!1;let B=k.currentTarget.value;if(v.value){const H=E.value>=e.maxlength+1||E.value===((F=S.value)===null||F===void 0?void 0:F.length);B=RA(H,S.value,B,e.maxlength)}B!==s.value&&(I(B),Td(k.currentTarget,k,P,B)),o("compositionend",k)},w=mn();Ee(()=>e.value,()=>{var k;"value"in w.vnode.props,u.value=(k=e.value)!==null&&k!==void 0?k:""});const O=k=>{var F;jB((F=a.value)===null||F===void 0?void 0:F.textArea,k)},R=()=>{var k,F;(F=(k=a.value)===null||k===void 0?void 0:k.textArea)===null||F===void 0||F.blur()},I=(k,F)=>{u.value!==k&&(e.value===void 0?u.value=k:ft(()=>{var B,H,z;a.value.textArea.value!==s.value&&((z=(B=a.value)===null||B===void 0?void 0:(H=B.instance).update)===null||z===void 0||z.call(H))}),ft(()=>{F&&F()}))},$=k=>{k.keyCode===13&&o("pressEnter",k),o("keydown",k)},N=k=>{const{onBlur:F}=e;F==null||F(k),i.onFieldBlur()},P=k=>{o("update:value",k.target.value),o("change",k),o("input",k),i.onFieldChange()},A=k=>{Td(a.value.textArea,k,P),I("",()=>{O()})},D=k=>{const{composing:F}=k.target;let B=k.target.value;if(b.value=!!(k.isComposing||F),!(b.value&&e.lazy||u.value===B)){if(v.value){const H=k.target,z=H.selectionStart>=e.maxlength+1||H.selectionStart===B.length||!H.selectionStart;B=RA(z,s.value,B,e.maxlength)}Td(k.currentTarget,k,P,B),I(B)}},M=()=>{var k,F;const{class:B}=n,{bordered:H=!0}=e,z=x(x(x({},gt(e,["allowClear"])),n),{class:[{[`${d.value}-borderless`]:!H,[`${B}`]:B&&!_.value,[`${d.value}-sm`]:p.value==="small",[`${d.value}-lg`]:p.value==="large"},xr(d.value,l.value),g.value],disabled:h.value,showCount:null,prefixCls:d.value,onInput:D,onChange:D,onBlur:N,onKeydown:$,onCompositionstart:T,onCompositionend:C});return!((k=e.valueModifiers)===null||k===void 0)&&k.lazy&&delete z.onInput,y(Cpe,U(U({},z),{},{id:(F=z==null?void 0:z.id)!==null&&F!==void 0?F:i.id.value,ref:a,maxlength:e.maxlength}),null)};return r({focus:O,blur:R,resizableTextArea:a}),Qe(()=>{let k=n0(u.value);!b.value&&v.value&&(e.value===null||e.value===void 0)&&(k=XB(k,e.maxlength)),s.value=k}),()=>{var k;const{maxlength:F,bordered:B=!0,hidden:H}=e,{style:z,class:G}=n,V=x(x(x({},e),n),{prefixCls:d.value,inputType:"text",handleReset:A,direction:f.value,bordered:B,style:_.value?void 0:z,hashId:g.value,disabled:(k=e.disabled)!==null&&k!==void 0?k:h.value});let j=y(_pe,U(U({},V),{},{value:s.value,status:e.status}),{element:M});if(_.value||c.hasFeedback){const K=[...s.value].length;let Q="";typeof _.value=="object"?Q=_.value.formatter({value:s.value,count:K,maxlength:F}):Q=`${K}${v.value?` / ${F}`:""}`,j=y("div",{hidden:H,class:me(`${d.value}-textarea`,{[`${d.value}-textarea-rtl`]:f.value==="rtl",[`${d.value}-textarea-show-count`]:_.value,[`${d.value}-textarea-in-form-item`]:c.isFormItemInput},`${d.value}-textarea-show-count`,G,g.value),style:z,"data-count":typeof Q!="object"?Q:void 0},[j,c.hasFeedback&&y("span",{class:`${d.value}-textarea-suffix`},[c.feedbackIcon])])}return m(j)}}});var Tpe={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z"}}]},name:"eye",theme:"outlined"};const xpe=Tpe;function AA(e){for(var t=1;ty(e?dx:Ape,null,null),QB=ae({compatConfig:{MODE:3},name:"AInputPassword",inheritAttrs:!1,props:x(x({},X_()),{prefixCls:String,inputPrefixCls:String,action:{type:String,default:"click"},visibilityToggle:{type:Boolean,default:!0},visible:{type:Boolean,default:void 0},"onUpdate:visible":Function,iconRender:Function}),setup(e,t){let{slots:n,attrs:r,expose:o,emit:i}=t;const c=ce(!1),l=()=>{const{disabled:h}=e;h||(c.value=!c.value,i("update:visible",c.value))};Qe(()=>{e.visible!==void 0&&(c.value=!!e.visible)});const u=ce();o({focus:()=>{var h;(h=u.value)===null||h===void 0||h.focus()},blur:()=>{var h;(h=u.value)===null||h===void 0||h.blur()}});const d=h=>{const{action:_,iconRender:v=n.iconRender||Dpe}=e,b=$pe[_]||"",S=v(c.value),E={[b]:l,class:`${h}-icon`,key:"passwordIcon",onMousedown:T=>{T.preventDefault()},onMouseup:T=>{T.preventDefault()}};return Nt(In(S)?S:y("span",null,[S]),E)},{prefixCls:p,getPrefixCls:f}=Me("input-password",e),m=L(()=>f("input",e.inputPrefixCls)),g=()=>{const{size:h,visibilityToggle:_}=e,v=Npe(e,["size","visibilityToggle"]),b=_&&d(p.value),S=me(p.value,r.class,{[`${p.value}-${h}`]:!!h}),E=x(x(x({},gt(v,["suffix","iconRender","action"])),r),{type:c.value?"text":"password",class:S,prefixCls:m.value,suffix:b});return h&&(E.size=h),y(Fn,U({ref:u},E),n)};return()=>g()}});Fn.Group=KB;Fn.Search=qB;Fn.TextArea=cx;Fn.Password=QB;Fn.install=function(e){return e.component(Fn.name,Fn),e.component(Fn.Group.name,Fn.Group),e.component(Fn.Search.name,Fn.Search),e.component(Fn.TextArea.name,Fn.TextArea),e.component(Fn.Password.name,Fn.Password),e};function Ppe(){const e=document.documentElement.clientWidth,t=window.innerHeight||document.documentElement.clientHeight;return{width:e,height:t}}function ch(e){const t=e.getBoundingClientRect(),n=document.documentElement;return{left:t.left+(window.pageXOffset||n.scrollLeft)-(n.clientLeft||document.body.clientLeft||0),top:t.top+(window.pageYOffset||n.scrollTop)-(n.clientTop||document.body.clientTop||0)}}function Q_(){return{keyboard:{type:Boolean,default:void 0},mask:{type:Boolean,default:void 0},afterClose:Function,closable:{type:Boolean,default:void 0},maskClosable:{type:Boolean,default:void 0},visible:{type:Boolean,default:void 0},destroyOnClose:{type:Boolean,default:void 0},mousePosition:q.shape({x:Number,y:Number}).loose,title:q.any,footer:q.any,transitionName:String,maskTransitionName:String,animation:q.any,maskAnimation:q.any,wrapStyle:{type:Object,default:void 0},bodyStyle:{type:Object,default:void 0},maskStyle:{type:Object,default:void 0},prefixCls:String,wrapClassName:String,rootClassName:String,width:[String,Number],height:[String,Number],zIndex:Number,bodyProps:q.any,maskProps:q.any,wrapProps:q.any,getContainer:q.any,dialogStyle:{type:Object,default:void 0},dialogClass:String,closeIcon:q.any,forceRender:{type:Boolean,default:void 0},getOpenCount:Function,focusTriggerAfterClose:{type:Boolean,default:void 0},onClose:Function,modalRender:Function}}function $A(e,t,n){let r=t;return!r&&n&&(r=`${e}-${n}`),r}let DA=-1;function Mpe(){return DA+=1,DA}function PA(e,t){let n=e[`page${t?"Y":"X"}Offset`];const r=`scroll${t?"Top":"Left"}`;if(typeof n!="number"){const o=e.document;n=o.documentElement[r],typeof n!="number"&&(n=o.body[r])}return n}function kpe(e){const t=e.getBoundingClientRect(),n={left:t.left,top:t.top},r=e.ownerDocument,o=r.defaultView||r.parentWindow;return n.left+=PA(o),n.top+=PA(o,!0),n}const MA={width:0,height:0,overflow:"hidden",outline:"none"},Lpe=ae({compatConfig:{MODE:3},name:"DialogContent",inheritAttrs:!1,props:x(x({},Q_()),{motionName:String,ariaId:String,onVisibleChanged:Function,onMousedown:Function,onMouseup:Function}),setup(e,t){let{expose:n,slots:r,attrs:o}=t;const i=ie(),c=ie(),l=ie();n({focus:()=>{var p;(p=i.value)===null||p===void 0||p.focus()},changeActive:p=>{const{activeElement:f}=document;p&&f===c.value?i.value.focus():!p&&f===i.value&&c.value.focus()}});const u=ie(),a=L(()=>{const{width:p,height:f}=e,m={};return p!==void 0&&(m.width=typeof p=="number"?`${p}px`:p),f!==void 0&&(m.height=typeof f=="number"?`${f}px`:f),u.value&&(m.transformOrigin=u.value),m}),s=()=>{ft(()=>{if(l.value){const p=kpe(l.value);u.value=e.mousePosition?`${e.mousePosition.x-p.left}px ${e.mousePosition.y-p.top}px`:""}})},d=p=>{e.onVisibleChanged(p)};return()=>{var p,f,m,g;const{prefixCls:h,footer:_=(p=r.footer)===null||p===void 0?void 0:p.call(r),title:v=(f=r.title)===null||f===void 0?void 0:f.call(r),ariaId:b,closable:S,closeIcon:E=(m=r.closeIcon)===null||m===void 0?void 0:m.call(r),onClose:T,bodyStyle:C,bodyProps:w,onMousedown:O,onMouseup:R,visible:I,modalRender:$=r.modalRender,destroyOnClose:N,motionName:P}=e;let A;_&&(A=y("div",{class:`${h}-footer`},[_]));let D;v&&(D=y("div",{class:`${h}-header`},[y("div",{class:`${h}-title`,id:b},[v])]));let M;S&&(M=y("button",{type:"button",onClick:T,"aria-label":"Close",class:`${h}-close`},[E||y("span",{class:`${h}-close-x`},null)]));const k=y("div",{class:`${h}-content`},[M,D,y("div",U({class:`${h}-body`,style:C},w),[(g=r.default)===null||g===void 0?void 0:g.call(r)]),A]),F=Bo(P);return y(On,U(U({},F),{},{onBeforeEnter:s,onAfterEnter:()=>d(!0),onAfterLeave:()=>d(!1)}),{default:()=>[I||!N?dn(y("div",U(U({},o),{},{ref:l,key:"dialog-element",role:"document",style:[a.value,o.style],class:[h,o.class],onMousedown:O,onMouseup:R}),[y("div",{tabindex:0,ref:i,style:MA,"aria-hidden":"true"},null),$?$({originVNode:k}):k,y("div",{tabindex:0,ref:c,style:MA,"aria-hidden":"true"},null)]),[[Vn,I]]):null]})}}}),Fpe=ae({compatConfig:{MODE:3},name:"DialogMask",props:{prefixCls:String,visible:Boolean,motionName:String,maskProps:Object},setup(e,t){return()=>{const{prefixCls:n,visible:r,maskProps:o,motionName:i}=e,c=Bo(i);return y(On,c,{default:()=>[dn(y("div",U({class:`${n}-mask`},o),null),[[Vn,r]])]})}}}),kA=ae({compatConfig:{MODE:3},name:"VcDialog",inheritAttrs:!1,props:st(x(x({},Q_()),{getOpenCount:Function,scrollLocker:Object}),{mask:!0,visible:!1,keyboard:!0,closable:!0,maskClosable:!0,destroyOnClose:!1,prefixCls:"rc-dialog",getOpenCount:()=>null,focusTriggerAfterClose:!0}),setup(e,t){let{attrs:n,slots:r}=t;const o=ce(),i=ce(),c=ce(),l=ce(e.visible),u=ce(`vcDialogTitle${Mpe()}`),a=_=>{var v,b;if(_)Ni(i.value,document.activeElement)||(o.value=document.activeElement,(v=c.value)===null||v===void 0||v.focus());else{const S=l.value;if(l.value=!1,e.mask&&o.value&&e.focusTriggerAfterClose){try{o.value.focus({preventScroll:!0})}catch{}o.value=null}S&&((b=e.afterClose)===null||b===void 0||b.call(e))}},s=_=>{var v;(v=e.onClose)===null||v===void 0||v.call(e,_)},d=ce(!1),p=ce(),f=()=>{clearTimeout(p.value),d.value=!0},m=()=>{p.value=setTimeout(()=>{d.value=!1})},g=_=>{if(!e.maskClosable)return null;d.value?d.value=!1:i.value===_.target&&s(_)},h=_=>{if(e.keyboard&&_.keyCode===Ae.ESC){_.stopPropagation(),s(_);return}e.visible&&_.keyCode===Ae.TAB&&c.value.changeActive(!_.shiftKey)};return Ee(()=>e.visible,()=>{e.visible&&(l.value=!0)},{flush:"post"}),lt(()=>{var _;clearTimeout(p.value),(_=e.scrollLocker)===null||_===void 0||_.unLock()}),Qe(()=>{var _,v;(_=e.scrollLocker)===null||_===void 0||_.unLock(),l.value&&((v=e.scrollLocker)===null||v===void 0||v.lock())}),()=>{const{prefixCls:_,mask:v,visible:b,maskTransitionName:S,maskAnimation:E,zIndex:T,wrapClassName:C,rootClassName:w,wrapStyle:O,closable:R,maskProps:I,maskStyle:$,transitionName:N,animation:P,wrapProps:A,title:D=r.title}=e,{style:M,class:k}=n;return y("div",U({class:[`${_}-root`,w]},Zi(e,{data:!0})),[y(Fpe,{prefixCls:_,visible:v&&b,motionName:$A(_,S,E),style:x({zIndex:T},$),maskProps:I},null),y("div",U({tabIndex:-1,onKeydown:h,class:me(`${_}-wrap`,C),ref:i,onClick:g,role:"dialog","aria-labelledby":D?u.value:null,style:x(x({zIndex:T},O),{display:l.value?null:"none"})},A),[y(Lpe,U(U({},gt(e,["scrollLocker"])),{},{style:M,class:k,onMousedown:f,onMouseup:m,ref:c,closable:R,ariaId:u.value,prefixCls:_,visible:b,onClose:s,onVisibleChanged:a,motionName:$A(_,N,P)}),r)])])}}}),Bpe=Q_(),Hpe=ae({compatConfig:{MODE:3},name:"DialogWrap",inheritAttrs:!1,props:st(Bpe,{visible:!1}),setup(e,t){let{attrs:n,slots:r}=t;const o=ie(e.visible);return iC({},{inTriggerContext:!1}),Ee(()=>e.visible,()=>{e.visible&&(o.value=!0)},{flush:"post"}),()=>{const{visible:i,getContainer:c,forceRender:l,destroyOnClose:u=!1,afterClose:a}=e;let s=x(x(x({},e),n),{ref:"_component",key:"dialog"});return c===!1?y(kA,U(U({},s),{},{getOpenCount:()=>2}),r):!l&&u&&!o.value?null:y(kp,{autoLock:!0,visible:i,forceRender:l,getContainer:c},{default:d=>(s=x(x(x({},s),d),{afterClose:()=>{a==null||a(),o.value=!1}}),y(kA,s,r))})}}}),ZB=Hpe;function Upe(e){const t=ie(null),n=mt(x({},e)),r=ie([]),o=i=>{t.value===null&&(r.value=[],t.value=it(()=>{let c;r.value.forEach(l=>{c=x(x({},c),l)}),x(n,c),t.value=null})),r.value.push(i)};return Ke(()=>{t.value&&it.cancel(t.value)}),[n,o]}function LA(e,t,n,r){const o=t+n,i=(n-r)/2;if(n>r){if(t>0)return{[e]:i};if(t<0&&or)return{[e]:t<0?i:-i};return{}}function zpe(e,t,n,r){const{width:o,height:i}=Ppe();let c=null;return e<=o&&t<=i?c={x:0,y:0}:(e>o||t>i)&&(c=x(x({},LA("x",n,e,o)),LA("y",r,t,i))),c}var Gpe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{at(FA,e)},inject:()=>et(FA,{isPreviewGroup:ce(!1),previewUrls:L(()=>new Map),setPreviewUrls:()=>{},current:ie(null),setCurrent:()=>{},setShowPreview:()=>{},setMousePosition:()=>{},registerImage:null,rootClassName:""})},jpe=()=>({previewPrefixCls:String,preview:{type:[Boolean,Object],default:!0},icons:{type:Object,default:()=>({})}}),Vpe=ae({compatConfig:{MODE:3},name:"PreviewGroup",inheritAttrs:!1,props:jpe(),setup(e,t){let{slots:n}=t;const r=L(()=>{const E={visible:void 0,onVisibleChange:()=>{},getContainer:void 0,current:0};return typeof e.preview=="object"?n4(e.preview,E):E}),o=mt(new Map),i=ie(),c=L(()=>r.value.visible),l=L(()=>r.value.getContainer),u=(E,T)=>{var C,w;(w=(C=r.value).onVisibleChange)===null||w===void 0||w.call(C,E,T)},[a,s]=Zt(!!c.value,{value:c,onChange:u}),d=ie(null),p=L(()=>c.value!==void 0),f=L(()=>Array.from(o.keys())),m=L(()=>f.value[r.value.current]),g=L(()=>new Map(Array.from(o).filter(E=>{let[,{canPreview:T}]=E;return!!T}).map(E=>{let[T,{url:C}]=E;return[T,C]}))),h=function(E,T){let C=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;o.set(E,{url:T,canPreview:C})},_=E=>{i.value=E},v=E=>{d.value=E},b=function(E,T){let C=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;const w=()=>{o.delete(E)};return o.set(E,{url:T,canPreview:C}),w},S=E=>{E==null||E.stopPropagation(),s(!1),v(null)};return Ee(m,E=>{_(E)},{immediate:!0,flush:"post"}),Qe(()=>{a.value&&p.value&&_(m.value)},{flush:"post"}),fx.provide({isPreviewGroup:ce(!0),previewUrls:g,setPreviewUrls:h,current:i,setCurrent:_,setShowPreview:s,setMousePosition:v,registerImage:b}),()=>{const E=Gpe(r.value,[]);return y(ze,null,[n.default&&n.default(),y(e4,U(U({},E),{},{"ria-hidden":!a.value,visible:a.value,prefixCls:e.previewPrefixCls,onClose:S,mousePosition:d.value,src:g.value.get(i.value),icons:e.icons,getContainer:l.value}),null)])}}}),JB=Vpe,dl={x:0,y:0},Ype=x(x({},Q_()),{src:String,alt:String,rootClassName:String,icons:{type:Object,default:()=>({})}}),Wpe=ae({compatConfig:{MODE:3},name:"Preview",inheritAttrs:!1,props:Ype,emits:["close","afterClose"],setup(e,t){let{emit:n,attrs:r}=t;const{rotateLeft:o,rotateRight:i,zoomIn:c,zoomOut:l,close:u,left:a,right:s,flipX:d,flipY:p}=mt(e.icons),f=ce(1),m=ce(0),g=mt({x:1,y:1}),[h,_]=Upe(dl),v=()=>n("close"),b=ce(),S=mt({originX:0,originY:0,deltaX:0,deltaY:0}),E=ce(!1),T=fx.inject(),{previewUrls:C,current:w,isPreviewGroup:O,setCurrent:R}=T,I=L(()=>C.value.size),$=L(()=>Array.from(C.value.keys())),N=L(()=>$.value.indexOf(w.value)),P=L(()=>O.value?C.value.get(w.value):e.src),A=L(()=>O.value&&I.value>1),D=ce({wheelDirection:0}),M=()=>{f.value=1,m.value=0,g.x=1,g.y=1,_(dl),n("afterClose")},k=te=>{te?f.value+=.5:f.value++,_(dl)},F=te=>{f.value>1&&(te?f.value-=.5:f.value--),_(dl)},B=()=>{m.value+=90},H=()=>{m.value-=90},z=()=>{g.x=-g.x},G=()=>{g.y=-g.y},V=te=>{te.preventDefault(),te.stopPropagation(),N.value>0&&R($.value[N.value-1])},j=te=>{te.preventDefault(),te.stopPropagation(),N.valuek(),type:"zoomIn"},{icon:l,onClick:()=>F(),type:"zoomOut",disabled:L(()=>f.value===1)},{icon:i,onClick:B,type:"rotateRight"},{icon:o,onClick:H,type:"rotateLeft"},{icon:d,onClick:z,type:"flipX"},{icon:p,onClick:G,type:"flipY"}],W=()=>{if(e.visible&&E.value){const te=b.value.offsetWidth*f.value,ue=b.value.offsetHeight*f.value,{left:ge,top:se}=ch(b.value),de=m.value%180!==0;E.value=!1;const fe=zpe(de?ue:te,de?te:ue,ge,se);fe&&_(x({},fe))}},Z=te=>{te.button===0&&(te.preventDefault(),te.stopPropagation(),S.deltaX=te.pageX-h.x,S.deltaY=te.pageY-h.y,S.originX=h.x,S.originY=h.y,E.value=!0)},he=te=>{e.visible&&E.value&&_({x:te.pageX-S.deltaX,y:te.pageY-S.deltaY})},Y=te=>{if(!e.visible)return;te.preventDefault();const ue=te.deltaY;D.value={wheelDirection:ue}},X=te=>{!e.visible||!A.value||(te.preventDefault(),te.keyCode===Ae.LEFT?N.value>0&&R($.value[N.value-1]):te.keyCode===Ae.RIGHT&&N.value{e.visible&&(f.value!==1&&(f.value=1),(h.x!==dl.x||h.y!==dl.y)&&_(dl))};let re=()=>{};return Ke(()=>{Ee([()=>e.visible,E],()=>{re();let te,ue;const ge=on(window,"mouseup",W,!1),se=on(window,"mousemove",he,!1),de=on(window,"wheel",Y,{passive:!1}),fe=on(window,"keydown",X,!1);try{window.top!==window.self&&(te=on(window.top,"mouseup",W,!1),ue=on(window.top,"mousemove",he,!1))}catch{}re=()=>{ge.remove(),se.remove(),de.remove(),fe.remove(),te&&te.remove(),ue&&ue.remove()}},{flush:"post",immediate:!0}),Ee([D],()=>{const{wheelDirection:te}=D.value;te>0?F(!0):te<0&&k(!0)})}),cr(()=>{re()}),()=>{const{visible:te,prefixCls:ue,rootClassName:ge}=e;return y(ZB,U(U({},r),{},{transitionName:e.transitionName,maskTransitionName:e.maskTransitionName,closable:!1,keyboard:!0,prefixCls:ue,onClose:v,afterClose:M,visible:te,wrapClassName:K,rootClassName:ge,getContainer:e.getContainer}),{default:()=>[y("div",{class:[`${e.prefixCls}-operations-wrapper`,ge]},[y("ul",{class:`${e.prefixCls}-operations`},[J.map(se=>{let{icon:de,onClick:fe,type:_e,disabled:be}=se;return y("li",{class:me(Q,{[`${e.prefixCls}-operations-operation-disabled`]:be&&(be==null?void 0:be.value)}),onClick:fe,key:_e},[jn(de,{class:pe})])})])]),y("div",{class:`${e.prefixCls}-img-wrapper`,style:{transform:`translate3d(${h.x}px, ${h.y}px, 0)`}},[y("img",{onMousedown:Z,onDblclick:ne,ref:b,class:`${e.prefixCls}-img`,src:P.value,alt:e.alt,style:{transform:`scale3d(${g.x*f.value}, ${g.y*f.value}, 1) rotate(${m.value}deg)`}},null)]),A.value&&y("div",{class:me(`${e.prefixCls}-switch-left`,{[`${e.prefixCls}-switch-left-disabled`]:N.value<=0}),onClick:V},[a]),A.value&&y("div",{class:me(`${e.prefixCls}-switch-right`,{[`${e.prefixCls}-switch-right-disabled`]:N.value>=I.value-1}),onClick:j},[s])]})}}}),e4=Wpe;var Kpe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o({src:String,wrapperClassName:String,wrapperStyle:{type:Object,default:void 0},rootClassName:String,prefixCls:String,previewPrefixCls:String,previewMask:{type:[Boolean,Function],default:void 0},placeholder:q.any,fallback:String,preview:{type:[Boolean,Object],default:!0},onClick:{type:Function},onError:{type:Function}}),n4=(e,t)=>{const n=x({},e);return Object.keys(t).forEach(r=>{e[r]===void 0&&(n[r]=t[r])}),n};let qpe=0;const r4=ae({compatConfig:{MODE:3},name:"VcImage",inheritAttrs:!1,props:t4(),emits:["click","error"],setup(e,t){let{attrs:n,slots:r,emit:o}=t;const i=L(()=>e.prefixCls),c=L(()=>`${i.value}-preview`),l=L(()=>{const k={visible:void 0,onVisibleChange:()=>{},getContainer:void 0};return typeof e.preview=="object"?n4(e.preview,k):k}),u=L(()=>{var k;return(k=l.value.src)!==null&&k!==void 0?k:e.src}),a=L(()=>e.placeholder&&e.placeholder!==!0||r.placeholder),s=L(()=>l.value.visible),d=L(()=>l.value.getContainer),p=L(()=>s.value!==void 0),f=(k,F)=>{var B,H;(H=(B=l.value).onVisibleChange)===null||H===void 0||H.call(B,k,F)},[m,g]=Zt(!!s.value,{value:s,onChange:f}),h=ie(a.value?"loading":"normal");Ee(()=>e.src,()=>{h.value=a.value?"loading":"normal"});const _=ie(null),v=L(()=>h.value==="error"),b=fx.inject(),{isPreviewGroup:S,setCurrent:E,setShowPreview:T,setMousePosition:C,registerImage:w}=b,O=ie(qpe++),R=L(()=>e.preview&&!v.value),I=()=>{h.value="normal"},$=k=>{h.value="error",o("error",k)},N=k=>{if(!p.value){const{left:F,top:B}=ch(k.target);S.value?(E(O.value),C({x:F,y:B})):_.value={x:F,y:B}}S.value?T(!0):g(!0),o("click",k)},P=()=>{g(!1),p.value||(_.value=null)},A=ie(null);Ee(()=>A,()=>{h.value==="loading"&&A.value.complete&&(A.value.naturalWidth||A.value.naturalHeight)&&I()});let D=()=>{};Ke(()=>{Ee([u,R],()=>{if(D(),!S.value)return()=>{};D=w(O.value,u.value,R.value),R.value||D()},{flush:"post",immediate:!0})}),cr(()=>{D()});const M=k=>_J(k)?k+"px":k;return()=>{const{prefixCls:k,wrapperClassName:F,fallback:B,src:H,placeholder:z,wrapperStyle:G,rootClassName:V}=e,{width:j,height:K,crossorigin:Q,decoding:pe,alt:J,sizes:W,srcset:Z,usemap:he,class:Y,style:X}=n,ne=l.value,{icons:re,maskClassName:te}=ne,ue=Kpe(ne,["icons","maskClassName"]),ge=me(k,F,V,{[`${k}-error`]:v.value}),se=v.value&&B?B:u.value,de={crossorigin:Q,decoding:pe,alt:J,sizes:W,srcset:Z,usemap:he,width:j,height:K,class:me(`${k}-img`,{[`${k}-img-placeholder`]:z===!0},Y),style:x({height:M(K)},X)};return y(ze,null,[y("div",{class:ge,onClick:R.value?N:fe=>{o("click",fe)},style:x({width:M(j),height:M(K)},G)},[y("img",U(U(U({},de),v.value&&B?{src:B}:{onLoad:I,onError:$,src:H}),{},{ref:A}),null),h.value==="loading"&&y("div",{"aria-hidden":"true",class:`${k}-placeholder`},[z||r.placeholder&&r.placeholder()]),r.previewMask&&R.value&&y("div",{class:[`${k}-mask`,te]},[r.previewMask()])]),!S.value&&R.value&&y(e4,U(U({},ue),{},{"aria-hidden":!m.value,visible:m.value,prefixCls:c.value,onClose:P,mousePosition:_.value,src:se,alt:J,getContainer:d.value,icons:re,rootClassName:V}),null)])}}});r4.PreviewGroup=JB;const Xpe=r4;var Qpe={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"defs",attrs:{},children:[{tag:"style",attrs:{}}]},{tag:"path",attrs:{d:"M672 418H144c-17.7 0-32 14.3-32 32v414c0 17.7 14.3 32 32 32h528c17.7 0 32-14.3 32-32V450c0-17.7-14.3-32-32-32zm-44 402H188V494h440v326z"}},{tag:"path",attrs:{d:"M819.3 328.5c-78.8-100.7-196-153.6-314.6-154.2l-.2-64c0-6.5-7.6-10.1-12.6-6.1l-128 101c-4 3.1-3.9 9.1 0 12.3L492 318.6c5.1 4 12.7.4 12.6-6.1v-63.9c12.9.1 25.9.9 38.8 2.5 42.1 5.2 82.1 18.2 119 38.7 38.1 21.2 71.2 49.7 98.4 84.3 27.1 34.7 46.7 73.7 58.1 115.8a325.95 325.95 0 016.5 140.9h74.9c14.8-103.6-11.3-213-81-302.3z"}}]},name:"rotate-left",theme:"outlined"};const Zpe=Qpe;function BA(e){for(var t=1;t{const{componentCls:t}=e;return[{[`${t}-root`]:{[`${t}${e.antCls}-zoom-enter, ${t}${e.antCls}-zoom-appear`]:{transform:"none",opacity:0,animationDuration:e.motionDurationSlow,userSelect:"none"},[`${t}${e.antCls}-zoom-leave ${t}-content`]:{pointerEvents:"none"},[`${t}-mask`]:x(x({},VA("fixed")),{zIndex:e.zIndexPopupBase,height:"100%",backgroundColor:e.colorBgMask,[`${t}-hidden`]:{display:"none"}}),[`${t}-wrap`]:x(x({},VA("fixed")),{overflow:"auto",outline:0,WebkitOverflowScrolling:"touch"})}},{[`${t}-root`]:PC(e)}]},hfe=e=>{const{componentCls:t}=e;return[{[`${t}-root`]:{[`${t}-wrap`]:{zIndex:e.zIndexPopupBase,position:"fixed",inset:0,overflow:"auto",outline:0,WebkitOverflowScrolling:"touch"},[`${t}-wrap-rtl`]:{direction:"rtl"},[`${t}-centered`]:{textAlign:"center","&::before":{display:"inline-block",width:0,height:"100%",verticalAlign:"middle",content:'""'},[t]:{top:0,display:"inline-block",paddingBottom:0,textAlign:"start",verticalAlign:"middle"}},[`@media (max-width: ${e.screenSMMax})`]:{[t]:{maxWidth:"calc(100vw - 16px)",margin:`${e.marginXS} auto`},[`${t}-centered`]:{[t]:{flex:1}}}}},{[t]:x(x({},ot(e)),{pointerEvents:"none",position:"relative",top:100,width:"auto",maxWidth:`calc(100vw - ${e.margin*2}px)`,margin:"0 auto",paddingBottom:e.paddingLG,[`${t}-title`]:{margin:0,color:e.modalHeadingColor,fontWeight:e.fontWeightStrong,fontSize:e.modalHeaderTitleFontSize,lineHeight:e.modalHeaderTitleLineHeight,wordWrap:"break-word"},[`${t}-content`]:{position:"relative",backgroundColor:e.modalContentBg,backgroundClip:"padding-box",border:0,borderRadius:e.borderRadiusLG,boxShadow:e.boxShadowSecondary,pointerEvents:"auto",padding:`${e.paddingMD}px ${e.paddingContentHorizontalLG}px`},[`${t}-close`]:x({position:"absolute",top:(e.modalHeaderCloseSize-e.modalCloseBtnSize)/2,insetInlineEnd:(e.modalHeaderCloseSize-e.modalCloseBtnSize)/2,zIndex:e.zIndexPopupBase+10,padding:0,color:e.modalCloseColor,fontWeight:e.fontWeightStrong,lineHeight:1,textDecoration:"none",background:"transparent",borderRadius:e.borderRadiusSM,width:e.modalConfirmIconSize,height:e.modalConfirmIconSize,border:0,outline:0,cursor:"pointer",transition:`color ${e.motionDurationMid}, background-color ${e.motionDurationMid}`,"&-x":{display:"block",fontSize:e.fontSizeLG,fontStyle:"normal",lineHeight:`${e.modalCloseBtnSize}px`,textAlign:"center",textTransform:"none",textRendering:"auto"},"&:hover":{color:e.modalIconHoverColor,backgroundColor:e.wireframe?"transparent":e.colorFillContent,textDecoration:"none"},"&:active":{backgroundColor:e.wireframe?"transparent":e.colorFillContentHover}},ni(e)),[`${t}-header`]:{color:e.colorText,background:e.modalHeaderBg,borderRadius:`${e.borderRadiusLG}px ${e.borderRadiusLG}px 0 0`,marginBottom:e.marginXS},[`${t}-body`]:{fontSize:e.fontSize,lineHeight:e.lineHeight,wordWrap:"break-word"},[`${t}-footer`]:{textAlign:"end",background:e.modalFooterBg,marginTop:e.marginSM,[`${e.antCls}-btn + ${e.antCls}-btn:not(${e.antCls}-dropdown-trigger)`]:{marginBottom:0,marginInlineStart:e.marginXS}},[`${t}-open`]:{overflow:"hidden"}})},{[`${t}-pure-panel`]:{top:"auto",padding:0,display:"flex",flexDirection:"column",[`${t}-content, + ${t}-body, + ${t}-confirm-body-wrapper`]:{display:"flex",flexDirection:"column",flex:"auto"},[`${t}-confirm-body`]:{marginBottom:"auto"}}}]},_fe=e=>{const{componentCls:t}=e,n=`${t}-confirm`;return{[n]:{"&-rtl":{direction:"rtl"},[`${e.antCls}-modal-header`]:{display:"none"},[`${n}-body-wrapper`]:x({},ea()),[`${n}-body`]:{display:"flex",flexWrap:"wrap",alignItems:"center",[`${n}-title`]:{flex:"0 0 100%",display:"block",overflow:"hidden",color:e.colorTextHeading,fontWeight:e.fontWeightStrong,fontSize:e.modalHeaderTitleFontSize,lineHeight:e.modalHeaderTitleLineHeight,[`+ ${n}-content`]:{marginBlockStart:e.marginXS,flexBasis:"100%",maxWidth:`calc(100% - ${e.modalConfirmIconSize+e.marginSM}px)`}},[`${n}-content`]:{color:e.colorText,fontSize:e.fontSize},[`> ${e.iconCls}`]:{flex:"none",marginInlineEnd:e.marginSM,fontSize:e.modalConfirmIconSize,[`+ ${n}-title`]:{flex:1},[`+ ${n}-title + ${n}-content`]:{marginInlineStart:e.modalConfirmIconSize+e.marginSM}}},[`${n}-btns`]:{textAlign:"end",marginTop:e.marginSM,[`${e.antCls}-btn + ${e.antCls}-btn`]:{marginBottom:0,marginInlineStart:e.marginXS}}},[`${n}-error ${n}-body > ${e.iconCls}`]:{color:e.colorError},[`${n}-warning ${n}-body > ${e.iconCls}, + ${n}-confirm ${n}-body > ${e.iconCls}`]:{color:e.colorWarning},[`${n}-info ${n}-body > ${e.iconCls}`]:{color:e.colorInfo},[`${n}-success ${n}-body > ${e.iconCls}`]:{color:e.colorSuccess},[`${t}-zoom-leave ${t}-btns`]:{pointerEvents:"none"}}},vfe=e=>{const{componentCls:t}=e;return{[`${t}-root`]:{[`${t}-wrap-rtl`]:{direction:"rtl",[`${t}-confirm-body`]:{direction:"rtl"}}}}},bfe=e=>{const{componentCls:t,antCls:n}=e,r=`${t}-confirm`;return{[t]:{[`${t}-content`]:{padding:0},[`${t}-header`]:{padding:e.modalHeaderPadding,borderBottom:`${e.modalHeaderBorderWidth}px ${e.modalHeaderBorderStyle} ${e.modalHeaderBorderColorSplit}`,marginBottom:0},[`${t}-body`]:{padding:e.modalBodyPadding},[`${t}-footer`]:{padding:`${e.modalFooterPaddingVertical}px ${e.modalFooterPaddingHorizontal}px`,borderTop:`${e.modalFooterBorderWidth}px ${e.modalFooterBorderStyle} ${e.modalFooterBorderColorSplit}`,borderRadius:`0 0 ${e.borderRadiusLG}px ${e.borderRadiusLG}px`,marginTop:0}},[r]:{[`${n}-modal-body`]:{padding:`${e.padding*2}px ${e.padding*2}px ${e.paddingLG}px`},[`${r}-body`]:{[`> ${e.iconCls}`]:{marginInlineEnd:e.margin,[`+ ${r}-title + ${r}-content`]:{marginInlineStart:e.modalConfirmIconSize+e.margin}}},[`${r}-btns`]:{marginTop:e.marginLG}}}},Sfe=tt("Modal",e=>{const t=e.padding,n=e.fontSizeHeading5,r=e.lineHeightHeading5,o=Ve(e,{modalBodyPadding:e.paddingLG,modalHeaderBg:e.colorBgElevated,modalHeaderPadding:`${t}px ${e.paddingLG}px`,modalHeaderBorderWidth:e.lineWidth,modalHeaderBorderStyle:e.lineType,modalHeaderTitleLineHeight:r,modalHeaderTitleFontSize:n,modalHeaderBorderColorSplit:e.colorSplit,modalHeaderCloseSize:r*n+t*2,modalContentBg:e.colorBgElevated,modalHeadingColor:e.colorTextHeading,modalCloseColor:e.colorTextDescription,modalFooterBg:"transparent",modalFooterBorderColorSplit:e.colorSplit,modalFooterBorderStyle:e.lineType,modalFooterPaddingVertical:e.paddingXS,modalFooterPaddingHorizontal:e.padding,modalFooterBorderWidth:e.lineWidth,modalConfirmTitleFontSize:e.fontSizeLG,modalIconHoverColor:e.colorIconHover,modalConfirmIconSize:e.fontSize*e.lineHeight,modalCloseBtnSize:e.controlHeightLG*.55});return[hfe(o),_fe(o),vfe(o),o4(o),e.wireframe&&bfe(o),pu(o,"zoom")]}),r0=e=>({position:e||"absolute",inset:0}),yfe=e=>{const{iconCls:t,motionDurationSlow:n,paddingXXS:r,marginXXS:o,prefixCls:i}=e;return{position:"absolute",inset:0,display:"flex",alignItems:"center",justifyContent:"center",color:"#fff",background:new Dt("#000").setAlpha(.5).toRgbString(),cursor:"pointer",opacity:0,transition:`opacity ${n}`,[`.${i}-mask-info`]:x(x({},Rn),{padding:`0 ${r}px`,[t]:{marginInlineEnd:o,svg:{verticalAlign:"baseline"}}})}},Efe=e=>{const{previewCls:t,modalMaskBg:n,paddingSM:r,previewOperationColorDisabled:o,motionDurationSlow:i}=e,c=new Dt(n).setAlpha(.1),l=c.clone().setAlpha(.2);return{[`${t}-operations`]:x(x({},ot(e)),{display:"flex",flexDirection:"row-reverse",alignItems:"center",color:e.previewOperationColor,listStyle:"none",background:c.toRgbString(),pointerEvents:"auto","&-operation":{marginInlineStart:r,padding:r,cursor:"pointer",transition:`all ${i}`,userSelect:"none","&:hover":{background:l.toRgbString()},"&-disabled":{color:o,pointerEvents:"none"},"&:last-of-type":{marginInlineStart:0}},"&-progress":{position:"absolute",left:{_skip_check_:!0,value:"50%"},transform:"translateX(-50%)"},"&-icon":{fontSize:e.previewOperationSize}})}},Cfe=e=>{const{modalMaskBg:t,iconCls:n,previewOperationColorDisabled:r,previewCls:o,zIndexPopup:i,motionDurationSlow:c}=e,l=new Dt(t).setAlpha(.1),u=l.clone().setAlpha(.2);return{[`${o}-switch-left, ${o}-switch-right`]:{position:"fixed",insetBlockStart:"50%",zIndex:i+1,display:"flex",alignItems:"center",justifyContent:"center",width:e.imagePreviewSwitchSize,height:e.imagePreviewSwitchSize,marginTop:-e.imagePreviewSwitchSize/2,color:e.previewOperationColor,background:l.toRgbString(),borderRadius:"50%",transform:"translateY(-50%)",cursor:"pointer",transition:`all ${c}`,pointerEvents:"auto",userSelect:"none","&:hover":{background:u.toRgbString()},"&-disabled":{"&, &:hover":{color:r,background:"transparent",cursor:"not-allowed",[`> ${n}`]:{cursor:"not-allowed"}}},[`> ${n}`]:{fontSize:e.previewOperationSize}},[`${o}-switch-left`]:{insetInlineStart:e.marginSM},[`${o}-switch-right`]:{insetInlineEnd:e.marginSM}}},Tfe=e=>{const{motionEaseOut:t,previewCls:n,motionDurationSlow:r,componentCls:o}=e;return[{[`${o}-preview-root`]:{[n]:{height:"100%",textAlign:"center",pointerEvents:"none"},[`${n}-body`]:x(x({},r0()),{overflow:"hidden"}),[`${n}-img`]:{maxWidth:"100%",maxHeight:"100%",verticalAlign:"middle",transform:"scale3d(1, 1, 1)",cursor:"grab",transition:`transform ${r} ${t} 0s`,userSelect:"none",pointerEvents:"auto","&-wrapper":x(x({},r0()),{transition:`transform ${r} ${t} 0s`,display:"flex",justifyContent:"center",alignItems:"center","&::before":{display:"inline-block",width:1,height:"50%",marginInlineEnd:-1,content:'""'}})},[`${n}-moving`]:{[`${n}-preview-img`]:{cursor:"grabbing","&-wrapper":{transitionDuration:"0s"}}}}},{[`${o}-preview-root`]:{[`${n}-wrap`]:{zIndex:e.zIndexPopup}}},{[`${o}-preview-operations-wrapper`]:{position:"fixed",insetBlockStart:0,insetInlineEnd:0,zIndex:e.zIndexPopup+1,width:"100%"},"&":[Efe(e),Cfe(e)]}]},xfe=e=>{const{componentCls:t}=e;return{[t]:{position:"relative",display:"inline-block",[`${t}-img`]:{width:"100%",height:"auto",verticalAlign:"middle"},[`${t}-img-placeholder`]:{backgroundColor:e.colorBgContainerDisabled,backgroundImage:"url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=')",backgroundRepeat:"no-repeat",backgroundPosition:"center center",backgroundSize:"30%"},[`${t}-mask`]:x({},yfe(e)),[`${t}-mask:hover`]:{opacity:1},[`${t}-placeholder`]:x({},r0())}}},wfe=e=>{const{previewCls:t}=e;return{[`${t}-root`]:pu(e,"zoom"),"&":PC(e,!0)}},a4=tt("Image",e=>{const t=`${e.componentCls}-preview`,n=Ve(e,{previewCls:t,modalMaskBg:new Dt("#000").setAlpha(.45).toRgbString(),imagePreviewSwitchSize:e.controlHeightLG});return[xfe(n),Tfe(n),o4(Ve(n,{componentCls:t})),wfe(n)]},e=>({zIndexPopup:e.zIndexPopupBase+80,previewOperationColor:new Dt(e.colorTextLightSolid).toRgbString(),previewOperationColorDisabled:new Dt(e.colorTextLightSolid).setAlpha(.25).toRgbString(),previewOperationSize:e.fontSizeIcon*1.5})),i4={rotateLeft:y(efe,null,null),rotateRight:y(ofe,null,null),zoomIn:y(sfe,null,null),zoomOut:y(pfe,null,null),close:y(eo,null,null),left:y(Vi,null,null),right:y(na,null,null),flipX:y(jA,null,null),flipY:y(jA,{rotate:90},null)},Ofe=()=>({previewPrefixCls:String,preview:Bt()}),Ife=ae({compatConfig:{MODE:3},name:"AImagePreviewGroup",inheritAttrs:!1,props:Ofe(),setup(e,t){let{attrs:n,slots:r}=t;const{prefixCls:o,rootPrefixCls:i}=Me("image",e),c=L(()=>`${o.value}-preview`),[l,u]=a4(o),a=L(()=>{const{preview:s}=e;if(s===!1)return s;const d=typeof s=="object"?s:{};return x(x({},d),{rootClassName:u.value,transitionName:Or(i.value,"zoom",d.transitionName),maskTransitionName:Or(i.value,"fade",d.maskTransitionName)})});return()=>l(y(JB,U(U({},x(x({},n),e)),{},{preview:a.value,icons:i4,previewPrefixCls:c.value}),r))}}),l4=Ife,El=ae({name:"AImage",inheritAttrs:!1,props:t4(),setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o,rootPrefixCls:i,configProvider:c}=Me("image",e),[l,u]=a4(o),a=L(()=>{const{preview:s}=e;if(s===!1)return s;const d=typeof s=="object"?s:{};return x(x({icons:i4},d),{transitionName:Or(i.value,"zoom",d.transitionName),maskTransitionName:Or(i.value,"fade",d.maskTransitionName)})});return()=>{var s,d;const p=((d=(s=c.locale)===null||s===void 0?void 0:s.value)===null||d===void 0?void 0:d.Image)||Br.Image,f=()=>y("div",{class:`${o.value}-mask-info`},[y(dx,null,null),p==null?void 0:p.preview]),{previewMask:m=n.previewMask||f}=e;return l(y(Xpe,U(U({},x(x(x({},r),e),{prefixCls:o.value})),{},{preview:a.value,rootClassName:me(e.rootClassName,u.value)}),x(x({},n),{previewMask:typeof m=="function"?m:null})))}}});El.PreviewGroup=l4;El.install=function(e){return e.component(El.name,El),e.component(El.PreviewGroup.name,El.PreviewGroup),e};const Rfe=El;var Afe={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M890.5 755.3L537.9 269.2c-12.8-17.6-39-17.6-51.7 0L133.5 755.3A8 8 0 00140 768h75c5.1 0 9.9-2.5 12.9-6.6L512 369.8l284.1 391.6c3 4.1 7.8 6.6 12.9 6.6h75c6.5 0 10.3-7.4 6.5-12.7z"}}]},name:"up",theme:"outlined"};const Nfe=Afe;function YA(e){for(var t=1;tNumber.MAX_SAFE_INTEGER)return String(o0()?BigInt(e).toString():Number.MAX_SAFE_INTEGER);if(eNumber.MAX_SAFE_INTEGER)return new Cl(Number.MAX_SAFE_INTEGER);if(r0&&arguments[0]!==void 0?arguments[0]:!0)?this.isInvalidate()?"":yx(this.number):this.origin}}class oc{constructor(t){if(this.origin="",s4(t)){this.empty=!0;return}if(this.origin=String(t),t==="-"||Number.isNaN(t)){this.nan=!0;return}let n=t;if(Sx(n)&&(n=Number(n)),n=typeof n=="string"?n:yx(n),Ex(n)){const r=xd(n);this.negative=r.negative;const o=r.trimStr.split(".");this.integer=BigInt(o[0]);const i=o[1]||"0";this.decimal=BigInt(i),this.decimalLen=i.length}else this.nan=!0}getMark(){return this.negative?"-":""}getIntegerStr(){return this.integer.toString()}getDecimalStr(){return this.decimal.toString().padStart(this.decimalLen,"0")}alignDecimal(t){const n=`${this.getMark()}${this.getIntegerStr()}${this.getDecimalStr().padEnd(t,"0")}`;return BigInt(n)}negate(){const t=new oc(this.toString());return t.negative=!t.negative,t}add(t){if(this.isInvalidate())return new oc(t);const n=new oc(t);if(n.isInvalidate())return this;const r=Math.max(this.getDecimalStr().length,n.getDecimalStr().length),o=this.alignDecimal(r),i=n.alignDecimal(r),c=(o+i).toString(),{negativeStr:l,trimStr:u}=xd(c),a=`${l}${u.padStart(r+1,"0")}`;return new oc(`${a.slice(0,-r)}.${a.slice(-r)}`)}isEmpty(){return this.empty}isNaN(){return this.nan}isInvalidate(){return this.isEmpty()||this.isNaN()}equals(t){return this.toString()===(t==null?void 0:t.toString())}lessEquals(t){return this.add(t.negate().toString()).toNumber()<=0}toNumber(){return this.isNaN()?NaN:Number(this.toString())}toString(){return(arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0)?this.isInvalidate()?"":xd(`${this.getMark()}${this.getIntegerStr()}.${this.getDecimalStr()}`).fullStr:this.origin}}function fa(e){return o0()?new oc(e):new Cl(e)}function a0(e,t,n){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;if(e==="")return"";const{negativeStr:o,integerStr:i,decimalStr:c}=xd(e),l=`${t}${c}`,u=`${o}${i}`;if(n>=0){const a=Number(c[n]);if(a>=5&&!r){const s=fa(e).add(`${o}0.${"0".repeat(n)}${10-a}`);return a0(s.toString(),t,n,r)}return n===0?u:`${u}${t}${c.padEnd(n,"0").slice(0,n)}`}return l===".0"?u:`${u}${l}`}const Pfe=200,Mfe=600,kfe=ae({compatConfig:{MODE:3},name:"StepHandler",inheritAttrs:!1,props:{prefixCls:String,upDisabled:Boolean,downDisabled:Boolean,onStep:Se()},slots:Object,setup(e,t){let{slots:n,emit:r}=t;const o=ie(),i=(l,u)=>{l.preventDefault(),r("step",u);function a(){r("step",u),o.value=setTimeout(a,Pfe)}o.value=setTimeout(a,Mfe)},c=()=>{clearTimeout(o.value)};return lt(()=>{c()}),()=>{if(sC())return null;const{prefixCls:l,upDisabled:u,downDisabled:a}=e,s=`${l}-handler`,d=me(s,`${s}-up`,{[`${s}-up-disabled`]:u}),p=me(s,`${s}-down`,{[`${s}-down-disabled`]:a}),f={unselectable:"on",role:"button",onMouseup:c,onMouseleave:c},{upNode:m,downNode:g}=n;return y("div",{class:`${s}-wrap`},[y("span",U(U({},f),{},{onMousedown:h=>{i(h,!0)},"aria-label":"Increase Value","aria-disabled":u,class:d}),[(m==null?void 0:m())||y("span",{unselectable:"on",class:`${l}-handler-up-inner`},null)]),y("span",U(U({},f),{},{onMousedown:h=>{i(h,!1)},"aria-label":"Decrease Value","aria-disabled":a,class:p}),[(g==null?void 0:g())||y("span",{unselectable:"on",class:`${l}-handler-down-inner`},null)])])}}});function Lfe(e,t){const n=ie(null);function r(){try{const{selectionStart:i,selectionEnd:c,value:l}=e.value,u=l.substring(0,i),a=l.substring(c);n.value={start:i,end:c,value:l,beforeTxt:u,afterTxt:a}}catch{}}function o(){if(e.value&&n.value&&t.value)try{const{value:i}=e.value,{beforeTxt:c,afterTxt:l,start:u}=n.value;let a=i.length;if(i.endsWith(l))a=i.length-n.value.afterTxt.length;else if(i.startsWith(c))a=c.length;else{const s=c[u-1],d=i.indexOf(s,u-1);d!==-1&&(a=d+1)}e.value.setSelectionRange(a,a)}catch(i){`${i.message}`}}return[r,o]}const Ffe=()=>{const e=ce(0),t=()=>{it.cancel(e.value)};return lt(()=>{t()}),n=>{t(),e.value=it(()=>{n()})}};var Bfe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);oe||t.isEmpty()?t.toString():t.toNumber(),KA=e=>{const t=fa(e);return t.isInvalidate()?null:t},c4=()=>({stringMode:we(),defaultValue:We([String,Number]),value:We([String,Number]),prefixCls:Ue(),min:We([String,Number]),max:We([String,Number]),step:We([String,Number],1),tabindex:Number,controls:we(!0),readonly:we(),disabled:we(),autofocus:we(),keyboard:we(!0),parser:Se(),formatter:Se(),precision:Number,decimalSeparator:String,onInput:Se(),onChange:Se(),onPressEnter:Se(),onStep:Se(),onBlur:Se(),onFocus:Se()}),Hfe=ae({compatConfig:{MODE:3},name:"InnerInputNumber",inheritAttrs:!1,props:x(x({},c4()),{lazy:Boolean}),slots:Object,setup(e,t){let{attrs:n,slots:r,emit:o,expose:i}=t;const c=ce(),l=ce(!1),u=ce(!1),a=ce(!1),s=ce(fa(e.value));function d(H){e.value===void 0&&(s.value=H)}const p=(H,z)=>{if(!z)return e.precision>=0?e.precision:Math.max(pp(H),pp(e.step))},f=H=>{const z=String(H);if(e.parser)return e.parser(z);let G=z;return e.decimalSeparator&&(G=G.replace(e.decimalSeparator,".")),G.replace(/[^\w.-]+/g,"")},m=ce(""),g=(H,z)=>{if(e.formatter)return e.formatter(H,{userTyping:z,input:String(m.value)});let G=typeof H=="number"?yx(H):H;if(!z){const V=p(G,z);if(Ex(G)&&(e.decimalSeparator||V>=0)){const j=e.decimalSeparator||".";G=a0(G,j,V)}}return G},h=(()=>{const H=e.value;return s.value.isInvalidate()&&["string","number"].includes(typeof H)?Number.isNaN(H)?"":H:g(s.value.toString(),!1)})();m.value=h;function _(H,z){m.value=g(H.isInvalidate()?H.toString(!1):H.toString(!z),z)}const v=L(()=>KA(e.max)),b=L(()=>KA(e.min)),S=L(()=>!v.value||!s.value||s.value.isInvalidate()?!1:v.value.lessEquals(s.value)),E=L(()=>!b.value||!s.value||s.value.isInvalidate()?!1:s.value.lessEquals(b.value)),[T,C]=Lfe(c,l),w=H=>v.value&&!H.lessEquals(v.value)?v.value:b.value&&!b.value.lessEquals(H)?b.value:null,O=H=>!w(H),R=(H,z)=>{var G;let V=H,j=O(V)||V.isEmpty();if(!V.isEmpty()&&!z&&(V=w(V)||V,j=!0),!e.readonly&&!e.disabled&&j){const K=V.toString(),Q=p(K,z);return Q>=0&&(V=fa(a0(K,".",Q))),V.equals(s.value)||(d(V),(G=e.onChange)===null||G===void 0||G.call(e,V.isEmpty()?null:WA(e.stringMode,V)),e.value===void 0&&_(V,z)),V}return s.value},I=Ffe(),$=H=>{var z;if(T(),m.value=H,!a.value){const G=f(H),V=fa(G);V.isNaN()||R(V,!0)}(z=e.onInput)===null||z===void 0||z.call(e,H),I(()=>{let G=H;e.parser||(G=H.replace(/。/g,".")),G!==H&&$(G)})},N=()=>{a.value=!0},P=()=>{a.value=!1,$(c.value.value)},A=H=>{$(H.target.value)},D=H=>{var z,G;if(H&&S.value||!H&&E.value)return;u.value=!1;let V=fa(e.step);H||(V=V.negate());const j=(s.value||fa(0)).add(V.toString()),K=R(j,!1);(z=e.onStep)===null||z===void 0||z.call(e,WA(e.stringMode,K),{offset:e.step,type:H?"up":"down"}),(G=c.value)===null||G===void 0||G.focus()},M=H=>{const z=fa(f(m.value));let G=z;z.isNaN()?G=s.value:G=R(z,H),e.value!==void 0?_(s.value,!1):G.isNaN()||_(G,!1)},k=H=>{var z;const{which:G}=H;u.value=!0,G===Ae.ENTER&&(a.value||(u.value=!1),M(!1),(z=e.onPressEnter)===null||z===void 0||z.call(e,H)),e.keyboard!==!1&&!a.value&&[Ae.UP,Ae.DOWN].includes(G)&&(D(Ae.UP===G),H.preventDefault())},F=()=>{u.value=!1},B=H=>{M(!1),l.value=!1,u.value=!1,o("blur",H)};return Ee(()=>e.precision,()=>{s.value.isInvalidate()||_(s.value,!1)},{flush:"post"}),Ee(()=>e.value,()=>{const H=fa(e.value);s.value=H;const z=fa(f(m.value));(!H.equals(z)||!u.value||e.formatter)&&_(H,u.value)},{flush:"post"}),Ee(m,()=>{e.formatter&&C()},{flush:"post"}),Ee(()=>e.disabled,H=>{H&&(l.value=!1)}),i({focus:()=>{var H;(H=c.value)===null||H===void 0||H.focus()},blur:()=>{var H;(H=c.value)===null||H===void 0||H.blur()}}),()=>{const H=x(x({},n),e),{prefixCls:z="rc-input-number",min:G,max:V,step:j=1,defaultValue:K,value:Q,disabled:pe,readonly:J,keyboard:W,controls:Z=!0,autofocus:he,stringMode:Y,parser:X,formatter:ne,precision:re,decimalSeparator:te,onChange:ue,onInput:ge,onPressEnter:se,onStep:de,lazy:fe,class:_e,style:be}=H,le=Bfe(H,["prefixCls","min","max","step","defaultValue","value","disabled","readonly","keyboard","controls","autofocus","stringMode","parser","formatter","precision","decimalSeparator","onChange","onInput","onPressEnter","onStep","lazy","class","style"]),{upHandler:oe,downHandler:ve}=r,Ce=`${z}-input`,Re={};return fe?Re.onChange=A:Re.onInput=A,y("div",{class:me(z,_e,{[`${z}-focused`]:l.value,[`${z}-disabled`]:pe,[`${z}-readonly`]:J,[`${z}-not-a-number`]:s.value.isNaN(),[`${z}-out-of-range`]:!s.value.isInvalidate()&&!O(s.value)}),style:be,onKeydown:k,onKeyup:F},[Z&&y(kfe,{prefixCls:z,upDisabled:S.value,downDisabled:E.value,onStep:D},{upNode:oe,downNode:ve}),y("div",{class:`${Ce}-wrap`},[y("input",U(U(U({autofocus:he,autocomplete:"off",role:"spinbutton","aria-valuemin":G,"aria-valuemax":V,"aria-valuenow":s.value.isInvalidate()?null:s.value.toString(),step:j},le),{},{ref:c,class:Ce,value:m.value,disabled:pe,readonly:J,onFocus:Ne=>{l.value=!0,o("focus",Ne)}},Re),{},{onBlur:B,onCompositionstart:N,onCompositionend:P}),null)])])}}});function Mb(e){return e!=null}const Ufe=e=>{const{componentCls:t,lineWidth:n,lineType:r,colorBorder:o,borderRadius:i,fontSizeLG:c,controlHeightLG:l,controlHeightSM:u,colorError:a,inputPaddingHorizontalSM:s,colorTextDescription:d,motionDurationMid:p,colorPrimary:f,controlHeight:m,inputPaddingHorizontal:g,colorBgContainer:h,colorTextDisabled:_,borderRadiusSM:v,borderRadiusLG:b,controlWidth:S,handleVisible:E}=e;return[{[t]:x(x(x(x({},ot(e)),ys(e)),Vp(e,t)),{display:"inline-block",width:S,margin:0,padding:0,border:`${n}px ${r} ${o}`,borderRadius:i,"&-rtl":{direction:"rtl",[`${t}-input`]:{direction:"rtl"}},"&-lg":{padding:0,fontSize:c,borderRadius:b,[`input${t}-input`]:{height:l-2*n}},"&-sm":{padding:0,borderRadius:v,[`input${t}-input`]:{height:u-2*n,padding:`0 ${s}px`}},"&:hover":x({},_u(e)),"&-focused":x({},ji(e)),"&-disabled":x(x({},AT(e)),{[`${t}-input`]:{cursor:"not-allowed"}}),"&-out-of-range":{input:{color:a}},"&-group":x(x(x({},ot(e)),lF(e)),{"&-wrapper":{display:"inline-block",textAlign:"start",verticalAlign:"top",[`${t}-affix-wrapper`]:{width:"100%"},"&-lg":{[`${t}-group-addon`]:{borderRadius:b}},"&-sm":{[`${t}-group-addon`]:{borderRadius:v}}}}),[t]:{"&-input":x(x({width:"100%",height:m-2*n,padding:`0 ${g}px`,textAlign:"start",backgroundColor:"transparent",border:0,borderRadius:i,outline:0,transition:`all ${p} linear`,appearance:"textfield",color:e.colorText,fontSize:"inherit",verticalAlign:"top"},RT(e.colorTextPlaceholder)),{'&[type="number"]::-webkit-inner-spin-button, &[type="number"]::-webkit-outer-spin-button':{margin:0,webkitAppearance:"none",appearance:"none"}})}})},{[t]:{[`&:hover ${t}-handler-wrap, &-focused ${t}-handler-wrap`]:{opacity:1},[`${t}-handler-wrap`]:{position:"absolute",insetBlockStart:0,insetInlineEnd:0,width:e.handleWidth,height:"100%",background:h,borderStartStartRadius:0,borderStartEndRadius:i,borderEndEndRadius:i,borderEndStartRadius:0,opacity:E===!0?1:0,display:"flex",flexDirection:"column",alignItems:"stretch",transition:`opacity ${p} linear ${p}`,[`${t}-handler`]:{display:"flex",alignItems:"center",justifyContent:"center",flex:"auto",height:"40%",[` + ${t}-handler-up-inner, + ${t}-handler-down-inner + `]:{marginInlineEnd:0,fontSize:e.handleFontSize}}},[`${t}-handler`]:{height:"50%",overflow:"hidden",color:d,fontWeight:"bold",lineHeight:0,textAlign:"center",cursor:"pointer",borderInlineStart:`${n}px ${r} ${o}`,transition:`all ${p} linear`,"&:active":{background:e.colorFillAlter},"&:hover":{height:"60%",[` + ${t}-handler-up-inner, + ${t}-handler-down-inner + `]:{color:f}},"&-up-inner, &-down-inner":x(x({},ps()),{color:d,transition:`all ${p} linear`,userSelect:"none"})},[`${t}-handler-up`]:{borderStartEndRadius:i},[`${t}-handler-down`]:{borderBlockStart:`${n}px ${r} ${o}`,borderEndEndRadius:i},"&-disabled, &-readonly":{[`${t}-handler-wrap`]:{display:"none"}},[` + ${t}-handler-up-disabled, + ${t}-handler-down-disabled + `]:{cursor:"not-allowed"},[` + ${t}-handler-up-disabled:hover &-handler-up-inner, + ${t}-handler-down-disabled:hover &-handler-down-inner + `]:{color:_}}},{[`${t}-borderless`]:{borderColor:"transparent",boxShadow:"none",[`${t}-handler-down`]:{borderBlockStartWidth:0}}}]},zfe=e=>{const{componentCls:t,inputPaddingHorizontal:n,inputAffixPadding:r,controlWidth:o,borderRadiusLG:i,borderRadiusSM:c}=e;return{[`${t}-affix-wrapper`]:x(x(x({},ys(e)),Vp(e,`${t}-affix-wrapper`)),{position:"relative",display:"inline-flex",width:o,padding:0,paddingInlineStart:n,"&-lg":{borderRadius:i},"&-sm":{borderRadius:c},[`&:not(${t}-affix-wrapper-disabled):hover`]:x(x({},_u(e)),{zIndex:1}),"&-focused, &:focus":{zIndex:1},"&-disabled":{[`${t}[disabled]`]:{background:"transparent"}},[`> div${t}`]:{width:"100%",border:"none",outline:"none",[`&${t}-focused`]:{boxShadow:"none !important"}},[`input${t}-input`]:{padding:0},"&::before":{width:0,visibility:"hidden",content:'"\\a0"'},[`${t}-handler-wrap`]:{zIndex:2},[t]:{"&-prefix, &-suffix":{display:"flex",flex:"none",alignItems:"center",pointerEvents:"none"},"&-prefix":{marginInlineEnd:r},"&-suffix":{position:"absolute",insetBlockStart:0,insetInlineEnd:0,zIndex:1,height:"100%",marginInlineEnd:n,marginInlineStart:r}}})}},Gfe=tt("InputNumber",e=>{const t=Es(e);return[Ufe(t),zfe(t),fu(t)]},e=>({controlWidth:90,handleWidth:e.controlHeightSM-e.lineWidth*2,handleFontSize:e.fontSize/2,handleVisible:"auto"}));var jfe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);ox(x({},qA),{size:Ue(),bordered:we(!0),placeholder:String,name:String,id:String,type:String,addonBefore:q.any,addonAfter:q.any,prefix:q.any,"onUpdate:value":qA.onChange,valueModifiers:Object,status:Ue()}),kb=ae({compatConfig:{MODE:3},name:"AInputNumber",inheritAttrs:!1,props:Vfe(),slots:Object,setup(e,t){let{emit:n,expose:r,attrs:o,slots:i}=t;const c=kn(),l=rr.useInject(),u=L(()=>oa(l.status,e.status)),{prefixCls:a,size:s,direction:d,disabled:p}=Me("input-number",e),{compactSize:f,compactItemClassnames:m}=Ji(a,d),g=Zr(),h=L(()=>{var $;return($=p.value)!==null&&$!==void 0?$:g.value}),[_,v]=Gfe(a),b=L(()=>f.value||s.value),S=ce(e.value===void 0?e.defaultValue:e.value),E=ce(!1);Ee(()=>e.value,()=>{S.value=e.value});const T=ce(null),C=()=>{var $;($=T.value)===null||$===void 0||$.focus()};r({focus:C,blur:()=>{var $;($=T.value)===null||$===void 0||$.blur()}});const O=$=>{e.value===void 0&&(S.value=$),n("update:value",$),n("change",$),c.onFieldChange()},R=$=>{E.value=!1,n("blur",$),c.onFieldBlur()},I=$=>{E.value=!0,n("focus",$)};return()=>{var $,N,P,A;const{hasFeedback:D,isFormItemInput:M,feedbackIcon:k}=l,F=($=e.id)!==null&&$!==void 0?$:c.id.value,B=x(x(x({},o),e),{id:F,disabled:h.value}),{class:H,bordered:z,readonly:G,style:V,addonBefore:j=(N=i.addonBefore)===null||N===void 0?void 0:N.call(i),addonAfter:K=(P=i.addonAfter)===null||P===void 0?void 0:P.call(i),prefix:Q=(A=i.prefix)===null||A===void 0?void 0:A.call(i),valueModifiers:pe={}}=B,J=jfe(B,["class","bordered","readonly","style","addonBefore","addonAfter","prefix","valueModifiers"]),W=a.value,Z=me({[`${W}-lg`]:b.value==="large",[`${W}-sm`]:b.value==="small",[`${W}-rtl`]:d.value==="rtl",[`${W}-readonly`]:G,[`${W}-borderless`]:!z,[`${W}-in-form-item`]:M},xr(W,u.value),H,m.value,v.value);let he=y(Hfe,U(U({},gt(J,["size","defaultValue"])),{},{ref:T,lazy:!!pe.lazy,value:S.value,class:Z,prefixCls:W,readonly:G,onChange:O,onBlur:R,onFocus:I}),{upHandler:i.upIcon?()=>y("span",{class:`${W}-handler-up-inner`},[i.upIcon()]):()=>y(Dfe,{class:`${W}-handler-up-inner`},null),downHandler:i.downIcon?()=>y("span",{class:`${W}-handler-down-inner`},[i.downIcon()]):()=>y(Fp,{class:`${W}-handler-down-inner`},null)});const Y=Mb(j)||Mb(K),X=Mb(Q);if(X||D){const ne=me(`${W}-affix-wrapper`,xr(`${W}-affix-wrapper`,u.value,D),{[`${W}-affix-wrapper-focused`]:E.value,[`${W}-affix-wrapper-disabled`]:h.value,[`${W}-affix-wrapper-sm`]:b.value==="small",[`${W}-affix-wrapper-lg`]:b.value==="large",[`${W}-affix-wrapper-rtl`]:d.value==="rtl",[`${W}-affix-wrapper-readonly`]:G,[`${W}-affix-wrapper-borderless`]:!z,[`${H}`]:!Y&&H},v.value);he=y("div",{class:ne,style:V,onClick:C},[X&&y("span",{class:`${W}-prefix`},[Q]),he,D&&y("span",{class:`${W}-suffix`},[k])])}if(Y){const ne=`${W}-group`,re=`${ne}-addon`,te=j?y("div",{class:re},[j]):null,ue=K?y("div",{class:re},[K]):null,ge=me(`${W}-wrapper`,ne,{[`${ne}-rtl`]:d.value==="rtl"},v.value),se=me(`${W}-group-wrapper`,{[`${W}-group-wrapper-sm`]:b.value==="small",[`${W}-group-wrapper-lg`]:b.value==="large",[`${W}-group-wrapper-rtl`]:d.value==="rtl"},xr(`${a}-group-wrapper`,u.value,D),H,v.value);he=y("div",{class:se,style:V},[y("div",{class:ge},[te&&y(np,null,{default:()=>[y(Lg,null,{default:()=>[te]})]}),he,ue&&y(np,null,{default:()=>[y(Lg,null,{default:()=>[ue]})]})])])}return _(Nt(he,{style:V}))}}}),Yfe=x(kb,{install:e=>(e.component(kb.name,kb),e)}),Wfe=e=>{const{componentCls:t,colorBgContainer:n,colorBgBody:r,colorText:o}=e;return{[`${t}-sider-light`]:{background:n,[`${t}-sider-trigger`]:{color:o,background:n},[`${t}-sider-zero-width-trigger`]:{color:o,background:n,border:`1px solid ${r}`,borderInlineStart:0}}}},Kfe=e=>{const{antCls:t,componentCls:n,colorText:r,colorTextLightSolid:o,colorBgHeader:i,colorBgBody:c,colorBgTrigger:l,layoutHeaderHeight:u,layoutHeaderPaddingInline:a,layoutHeaderColor:s,layoutFooterPadding:d,layoutTriggerHeight:p,layoutZeroTriggerSize:f,motionDurationMid:m,motionDurationSlow:g,fontSize:h,borderRadius:_}=e;return{[n]:x(x({display:"flex",flex:"auto",flexDirection:"column",minHeight:0,background:c,"&, *":{boxSizing:"border-box"},[`&${n}-has-sider`]:{flexDirection:"row",[`> ${n}, > ${n}-content`]:{width:0}},[`${n}-header, &${n}-footer`]:{flex:"0 0 auto"},[`${n}-header`]:{height:u,paddingInline:a,color:s,lineHeight:`${u}px`,background:i,[`${t}-menu`]:{lineHeight:"inherit"}},[`${n}-footer`]:{padding:d,color:r,fontSize:h,background:c},[`${n}-content`]:{flex:"auto",minHeight:0},[`${n}-sider`]:{position:"relative",minWidth:0,background:i,transition:`all ${m}, background 0s`,"&-children":{height:"100%",marginTop:-.1,paddingTop:.1,[`${t}-menu${t}-menu-inline-collapsed`]:{width:"auto"}},"&-has-trigger":{paddingBottom:p},"&-right":{order:1},"&-trigger":{position:"fixed",bottom:0,zIndex:1,height:p,color:o,lineHeight:`${p}px`,textAlign:"center",background:l,cursor:"pointer",transition:`all ${m}`},"&-zero-width":{"> *":{overflow:"hidden"},"&-trigger":{position:"absolute",top:u,insetInlineEnd:-f,zIndex:1,width:f,height:f,color:o,fontSize:e.fontSizeXL,display:"flex",alignItems:"center",justifyContent:"center",background:i,borderStartStartRadius:0,borderStartEndRadius:_,borderEndEndRadius:_,borderEndStartRadius:0,cursor:"pointer",transition:`background ${g} ease`,"&::after":{position:"absolute",inset:0,background:"transparent",transition:`all ${g}`,content:'""'},"&:hover::after":{background:"rgba(255, 255, 255, 0.2)"},"&-right":{insetInlineStart:-f,borderStartStartRadius:_,borderStartEndRadius:0,borderEndEndRadius:0,borderEndStartRadius:_}}}}},Wfe(e)),{"&-rtl":{direction:"rtl"}})}},qfe=tt("Layout",e=>{const{colorText:t,controlHeightSM:n,controlHeight:r,controlHeightLG:o,marginXXS:i}=e,c=o*1.25,l=Ve(e,{layoutHeaderHeight:r*2,layoutHeaderPaddingInline:c,layoutHeaderColor:t,layoutFooterPadding:`${n}px ${c}px`,layoutTriggerHeight:o+i*2,layoutZeroTriggerSize:o});return[Kfe(l)]},e=>{const{colorBgLayout:t}=e;return{colorBgHeader:"#001529",colorBgBody:t,colorBgTrigger:"#002140"}}),Cx=()=>({prefixCls:String,hasSider:{type:Boolean,default:void 0},tagName:String});function Z_(e){let{suffixCls:t,tagName:n,name:r}=e;return o=>ae({compatConfig:{MODE:3},name:r,props:Cx(),setup(c,l){let{slots:u}=l;const{prefixCls:a}=Me(t,c);return()=>{const s=x(x({},c),{prefixCls:a.value,tagName:n});return y(o,s,u)}}})}const Tx=ae({compatConfig:{MODE:3},props:Cx(),setup(e,t){let{slots:n}=t;return()=>y(e.tagName,{class:e.prefixCls},n)}}),Xfe=ae({compatConfig:{MODE:3},inheritAttrs:!1,props:Cx(),setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o,direction:i}=Me("",e),[c,l]=qfe(o),u=ie([]);at(g3,{addSider:d=>{u.value=[...u.value,d]},removeSider:d=>{u.value=u.value.filter(p=>p!==d)}});const s=L(()=>{const{prefixCls:d,hasSider:p}=e;return{[l.value]:!0,[`${d}`]:!0,[`${d}-has-sider`]:typeof p=="boolean"?p:u.value.length>0,[`${d}-rtl`]:i.value==="rtl"}});return()=>{const{tagName:d}=e;return c(y(d,x(x({},r),{class:[s.value,r.class]}),n))}}}),Qfe=Z_({suffixCls:"layout",tagName:"section",name:"ALayout"})(Xfe),Fm=Z_({suffixCls:"layout-header",tagName:"header",name:"ALayoutHeader"})(Tx),Bm=Z_({suffixCls:"layout-footer",tagName:"footer",name:"ALayoutFooter"})(Tx),Hm=Z_({suffixCls:"layout-content",tagName:"main",name:"ALayoutContent"})(Tx),Lb=Qfe;var Zfe={icon:{tag:"svg",attrs:{viewBox:"0 0 1024 1024",focusable:"false"},children:[{tag:"path",attrs:{d:"M912 192H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM104 228a56 56 0 10112 0 56 56 0 10-112 0zm0 284a56 56 0 10112 0 56 56 0 10-112 0zm0 284a56 56 0 10112 0 56 56 0 10-112 0z"}}]},name:"bars",theme:"outlined"};const Jfe=Zfe;function XA(e){for(var t=1;t({prefixCls:String,collapsible:{type:Boolean,default:void 0},collapsed:{type:Boolean,default:void 0},defaultCollapsed:{type:Boolean,default:void 0},reverseArrow:{type:Boolean,default:void 0},zeroWidthTriggerStyle:{type:Object,default:void 0},trigger:q.any,width:q.oneOfType([q.number,q.string]),collapsedWidth:q.oneOfType([q.number,q.string]),breakpoint:q.oneOf(vr("xs","sm","md","lg","xl","xxl","xxxl")),theme:q.oneOf(vr("light","dark")).def("dark"),onBreakpoint:Function,onCollapse:Function}),rme=(()=>{let e=0;return function(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return e+=1,`${t}${e}`}})(),Um=ae({compatConfig:{MODE:3},name:"ALayoutSider",inheritAttrs:!1,props:st(nme(),{collapsible:!1,defaultCollapsed:!1,reverseArrow:!1,width:200,collapsedWidth:80}),emits:["breakpoint","update:collapsed","collapse"],setup(e,t){let{emit:n,attrs:r,slots:o}=t;const{prefixCls:i}=Me("layout-sider",e),c=et(g3,void 0),l=ce(!!(e.collapsed!==void 0?e.collapsed:e.defaultCollapsed)),u=ce(!1);Ee(()=>e.collapsed,()=>{l.value=!!e.collapsed}),at(m3,l);const a=(g,h)=>{e.collapsed===void 0&&(l.value=g),n("update:collapsed",g),n("collapse",g,h)},s=ce(g=>{u.value=g.matches,n("breakpoint",g.matches),l.value!==g.matches&&a(g.matches,"responsive")});let d;function p(g){return s.value(g)}const f=rme("ant-sider-");c&&c.addSider(f),Ke(()=>{Ee(()=>e.breakpoint,()=>{try{d==null||d.removeEventListener("change",p)}catch{d==null||d.removeListener(p)}if(typeof window<"u"){const{matchMedia:g}=window;if(g&&e.breakpoint&&e.breakpoint in QA){d=g(`(max-width: ${QA[e.breakpoint]})`);try{d.addEventListener("change",p)}catch{d.addListener(p)}p(d)}}},{immediate:!0})}),lt(()=>{try{d==null||d.removeEventListener("change",p)}catch{d==null||d.removeListener(p)}c&&c.removeSider(f)});const m=()=>{a(!l.value,"clickTrigger")};return()=>{var g,h;const _=i.value,{collapsedWidth:v,width:b,reverseArrow:S,zeroWidthTriggerStyle:E,trigger:T=(g=o.trigger)===null||g===void 0?void 0:g.call(o),collapsible:C,theme:w}=e,O=l.value?v:b,R=Gg(O)?`${O}px`:String(O),I=parseFloat(String(v||0))===0?y("span",{onClick:m,class:me(`${_}-zero-width-trigger`,`${_}-zero-width-trigger-${S?"right":"left"}`),style:E},[T||y(tme,null,null)]):null,$={expanded:y(S?na:Vi,null,null),collapsed:y(S?Vi:na,null,null)},N=l.value?"collapsed":"expanded",P=$[N],A=T!==null?I||y("div",{class:`${_}-trigger`,onClick:m,style:{width:R}},[T||P]):null,D=[r.style,{flex:`0 0 ${R}`,maxWidth:R,minWidth:R,width:R}],M=me(_,`${_}-${w}`,{[`${_}-collapsed`]:!!l.value,[`${_}-has-trigger`]:C&&T!==null&&!I,[`${_}-below`]:!!u.value,[`${_}-zero-width`]:parseFloat(R)===0},r.class);return y("aside",U(U({},r),{},{class:M,style:D}),[y("div",{class:`${_}-children`},[(h=o.default)===null||h===void 0?void 0:h.call(o)]),C||u.value&&I?A:null])}}}),ome=Fm,ame=Bm,ime=Um,lme=Hm,sme=x(Lb,{Header:Fm,Footer:Bm,Content:Hm,Sider:Um,install:e=>(e.component(Lb.name,Lb),e.component(Fm.name,Fm),e.component(Bm.name,Bm),e.component(Um.name,Um),e.component(Hm.name,Hm),e)});function cme(e,t,n){var r=n||{},o=r.noTrailing,i=o===void 0?!1:o,c=r.noLeading,l=c===void 0?!1:c,u=r.debounceMode,a=u===void 0?void 0:u,s,d=!1,p=0;function f(){s&&clearTimeout(s)}function m(h){var _=h||{},v=_.upcomingOnly,b=v===void 0?!1:v;f(),d=!b}function g(){for(var h=arguments.length,_=new Array(h),v=0;ve?l?(p=Date.now(),i||(s=setTimeout(a?T:E,e))):E():i!==!0&&(s=setTimeout(a?T:E,a===void 0?e-S:e))}return g.cancel=m,g}function ume(e,t,n){var r=n||{},o=r.atBegin,i=o===void 0?!1:o;return cme(e,t,{debounceMode:i!==!1})}const dme=new vt("antSpinMove",{to:{opacity:1}}),pme=new vt("antRotate",{to:{transform:"rotate(405deg)"}}),fme=e=>({[`${e.componentCls}`]:x(x({},ot(e)),{position:"absolute",display:"none",color:e.colorPrimary,textAlign:"center",verticalAlign:"middle",opacity:0,transition:`transform ${e.motionDurationSlow} ${e.motionEaseInOutCirc}`,"&-spinning":{position:"static",display:"inline-block",opacity:1},"&-nested-loading":{position:"relative",[`> div > ${e.componentCls}`]:{position:"absolute",top:0,insetInlineStart:0,zIndex:4,display:"block",width:"100%",height:"100%",maxHeight:e.contentHeight,[`${e.componentCls}-dot`]:{position:"absolute",top:"50%",insetInlineStart:"50%",margin:-e.spinDotSize/2},[`${e.componentCls}-text`]:{position:"absolute",top:"50%",width:"100%",paddingTop:(e.spinDotSize-e.fontSize)/2+2,textShadow:`0 1px 2px ${e.colorBgContainer}`},[`&${e.componentCls}-show-text ${e.componentCls}-dot`]:{marginTop:-(e.spinDotSize/2)-10},"&-sm":{[`${e.componentCls}-dot`]:{margin:-e.spinDotSizeSM/2},[`${e.componentCls}-text`]:{paddingTop:(e.spinDotSizeSM-e.fontSize)/2+2},[`&${e.componentCls}-show-text ${e.componentCls}-dot`]:{marginTop:-(e.spinDotSizeSM/2)-10}},"&-lg":{[`${e.componentCls}-dot`]:{margin:-(e.spinDotSizeLG/2)},[`${e.componentCls}-text`]:{paddingTop:(e.spinDotSizeLG-e.fontSize)/2+2},[`&${e.componentCls}-show-text ${e.componentCls}-dot`]:{marginTop:-(e.spinDotSizeLG/2)-10}}},[`${e.componentCls}-container`]:{position:"relative",transition:`opacity ${e.motionDurationSlow}`,"&::after":{position:"absolute",top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,zIndex:10,width:"100%",height:"100%",background:e.colorBgContainer,opacity:0,transition:`all ${e.motionDurationSlow}`,content:'""',pointerEvents:"none"}},[`${e.componentCls}-blur`]:{clear:"both",opacity:.5,userSelect:"none",pointerEvents:"none","&::after":{opacity:.4,pointerEvents:"auto"}}},"&-tip":{color:e.spinDotDefault},[`${e.componentCls}-dot`]:{position:"relative",display:"inline-block",fontSize:e.spinDotSize,width:"1em",height:"1em","&-item":{position:"absolute",display:"block",width:(e.spinDotSize-e.marginXXS/2)/2,height:(e.spinDotSize-e.marginXXS/2)/2,backgroundColor:e.colorPrimary,borderRadius:"100%",transform:"scale(0.75)",transformOrigin:"50% 50%",opacity:.3,animationName:dme,animationDuration:"1s",animationIterationCount:"infinite",animationTimingFunction:"linear",animationDirection:"alternate","&:nth-child(1)":{top:0,insetInlineStart:0},"&:nth-child(2)":{top:0,insetInlineEnd:0,animationDelay:"0.4s"},"&:nth-child(3)":{insetInlineEnd:0,bottom:0,animationDelay:"0.8s"},"&:nth-child(4)":{bottom:0,insetInlineStart:0,animationDelay:"1.2s"}},"&-spin":{transform:"rotate(45deg)",animationName:pme,animationDuration:"1.2s",animationIterationCount:"infinite",animationTimingFunction:"linear"}},[`&-sm ${e.componentCls}-dot`]:{fontSize:e.spinDotSizeSM,i:{width:(e.spinDotSizeSM-e.marginXXS/2)/2,height:(e.spinDotSizeSM-e.marginXXS/2)/2}},[`&-lg ${e.componentCls}-dot`]:{fontSize:e.spinDotSizeLG,i:{width:(e.spinDotSizeLG-e.marginXXS)/2,height:(e.spinDotSizeLG-e.marginXXS)/2}},[`&${e.componentCls}-show-text ${e.componentCls}-text`]:{display:"block"}})}),mme=tt("Spin",e=>{const t=Ve(e,{spinDotDefault:e.colorTextDescription,spinDotSize:e.controlHeightLG/2,spinDotSizeSM:e.controlHeightLG*.35,spinDotSizeLG:e.controlHeight});return[fme(t)]},{contentHeight:400});var gme=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o({prefixCls:String,spinning:{type:Boolean,default:void 0},size:String,wrapperClassName:String,tip:q.any,delay:Number,indicator:q.any});let zm=null;function _me(e,t){return!!e&&!!t&&!isNaN(Number(t))}function vme(e){const t=e.indicator;zm=typeof t=="function"?t:()=>y(t,null,null)}const ya=ae({compatConfig:{MODE:3},name:"ASpin",inheritAttrs:!1,props:st(hme(),{size:"default",spinning:!0,wrapperClassName:""}),setup(e,t){let{attrs:n,slots:r}=t;const{prefixCls:o,size:i,direction:c}=Me("spin",e),[l,u]=mme(o),a=ce(e.spinning&&!_me(e.spinning,e.delay));let s;return Ee([()=>e.spinning,()=>e.delay],()=>{s==null||s.cancel(),s=ume(e.delay,()=>{a.value=e.spinning}),s==null||s()},{immediate:!0,flush:"post"}),lt(()=>{s==null||s.cancel()}),()=>{var d,p;const{class:f}=n,m=gme(n,["class"]),{tip:g=(d=r.tip)===null||d===void 0?void 0:d.call(r)}=e,h=(p=r.default)===null||p===void 0?void 0:p.call(r),_={[u.value]:!0,[o.value]:!0,[`${o.value}-sm`]:i.value==="small",[`${o.value}-lg`]:i.value==="large",[`${o.value}-spinning`]:a.value,[`${o.value}-show-text`]:!!g,[`${o.value}-rtl`]:c.value==="rtl",[f]:!!f};function v(S){const E=`${S}-dot`;let T=Mn(r,e,"indicator");return T===null?null:(Array.isArray(T)&&(T=T.length===1?T[0]:T),_n(T)?jn(T,{class:E}):zm&&_n(zm())?jn(zm(),{class:E}):y("span",{class:`${E} ${S}-dot-spin`},[y("i",{class:`${S}-dot-item`},null),y("i",{class:`${S}-dot-item`},null),y("i",{class:`${S}-dot-item`},null),y("i",{class:`${S}-dot-item`},null)]))}const b=y("div",U(U({},m),{},{class:_,"aria-live":"polite","aria-busy":a.value}),[v(o.value),g?y("div",{class:`${o.value}-text`},[g]):null]);if(h&&an(h).length){const S={[`${o.value}-container`]:!0,[`${o.value}-blur`]:a.value};return l(y("div",{class:[`${o.value}-nested-loading`,e.wrapperClassName,u.value]},[a.value&&y("div",{key:"loading"},[b]),y("div",{class:S,key:"container"},[h])]))}return l(b)}}});ya.setDefaultIndicator=vme;ya.install=function(e){return e.component(ya.name,ya),e};var bme={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M272.9 512l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L186.8 492.3a31.99 31.99 0 000 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H532c6.7 0 10.4-7.7 6.3-12.9L272.9 512zm304 0l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L490.8 492.3a31.99 31.99 0 000 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H836c6.7 0 10.4-7.7 6.3-12.9L576.9 512z"}}]},name:"double-left",theme:"outlined"};const Sme=bme;function ZA(e){for(var t=1;t{const o=x(x(x({},e),{size:"small"}),n);return y(ri,o,r)}}}),wme=ae({name:"MiddleSelect",inheritAttrs:!1,props:A_(),Option:ri.Option,setup(e,t){let{attrs:n,slots:r}=t;return()=>{const o=x(x(x({},e),{size:"middle"}),n);return y(ri,o,r)}}}),pl=ae({compatConfig:{MODE:3},name:"Pager",inheritAttrs:!1,props:{rootPrefixCls:String,page:Number,active:{type:Boolean,default:void 0},last:{type:Boolean,default:void 0},locale:q.object,showTitle:{type:Boolean,default:void 0},itemRender:{type:Function,default:()=>{}},onClick:{type:Function},onKeypress:{type:Function}},eimt:["click","keypress"],setup(e,t){let{emit:n,attrs:r}=t;const o=()=>{n("click",e.page)},i=c=>{n("keypress",c,o,e.page)};return()=>{const{showTitle:c,page:l,itemRender:u}=e,{class:a,style:s}=r,d=`${e.rootPrefixCls}-item`,p=me(d,`${d}-${e.page}`,{[`${d}-active`]:e.active,[`${d}-disabled`]:!e.page},a);return y("li",{onClick:o,onKeypress:i,title:c?String(l):null,tabindex:"0",class:p,style:s},[u({page:l,type:"page",originalElement:y("a",{rel:"nofollow"},[l])})])}}}),gl={ZERO:48,NINE:57,NUMPAD_ZERO:96,NUMPAD_NINE:105,BACKSPACE:8,DELETE:46,ENTER:13,ARROW_UP:38,ARROW_DOWN:40},Ome=ae({compatConfig:{MODE:3},props:{disabled:{type:Boolean,default:void 0},changeSize:Function,quickGo:Function,selectComponentClass:q.any,current:Number,pageSizeOptions:q.array.def(["10","20","50","100"]),pageSize:Number,buildOptionText:Function,locale:q.object,rootPrefixCls:String,selectPrefixCls:String,goButton:q.any},setup(e){const t=ie(""),n=L(()=>!t.value||isNaN(t.value)?void 0:Number(t.value)),r=u=>`${u.value} ${e.locale.items_per_page}`,o=u=>{const{value:a,composing:s}=u.target;u.isComposing||s||t.value===a||(t.value=a)},i=u=>{const{goButton:a,quickGo:s,rootPrefixCls:d}=e;if(!(a||t.value===""))if(u.relatedTarget&&(u.relatedTarget.className.indexOf(`${d}-item-link`)>=0||u.relatedTarget.className.indexOf(`${d}-item`)>=0)){t.value="";return}else s(n.value),t.value=""},c=u=>{t.value!==""&&(u.keyCode===gl.ENTER||u.type==="click")&&(e.quickGo(n.value),t.value="")},l=L(()=>{const{pageSize:u,pageSizeOptions:a}=e;return a.some(s=>s.toString()===u.toString())?a:a.concat([u.toString()]).sort((s,d)=>{const p=isNaN(Number(s))?0:Number(s),f=isNaN(Number(d))?0:Number(d);return p-f})});return()=>{const{rootPrefixCls:u,locale:a,changeSize:s,quickGo:d,goButton:p,selectComponentClass:f,selectPrefixCls:m,pageSize:g,disabled:h}=e,_=`${u}-options`;let v=null,b=null,S=null;if(!s&&!d)return null;if(s&&f){const E=e.buildOptionText||r,T=l.value.map((C,w)=>y(f.Option,{key:w,value:C},{default:()=>[E({value:C})]}));v=y(f,{disabled:h,prefixCls:m,showSearch:!1,class:`${_}-size-changer`,optionLabelProp:"children",value:(g||l.value[0]).toString(),onChange:C=>s(Number(C)),getPopupContainer:C=>C.parentNode},{default:()=>[T]})}return d&&(p&&(S=typeof p=="boolean"?y("button",{type:"button",onClick:c,onKeyup:c,disabled:h,class:`${_}-quick-jumper-button`},[a.jump_to_confirm]):y("span",{onClick:c,onKeyup:c},[p])),b=y("div",{class:`${_}-quick-jumper`},[a.jump_to,dn(y("input",{disabled:h,type:"text",value:t.value,onInput:o,onChange:o,onKeyup:c,onBlur:i},null),[[iu]]),a.page,S])),y("li",{class:`${_}`},[v,b])}}}),u4={items_per_page:"条/页",jump_to:"跳至",jump_to_confirm:"确定",page:"页",prev_page:"上一页",next_page:"下一页",prev_5:"向前 5 页",next_5:"向后 5 页",prev_3:"向前 3 页",next_3:"向后 3 页"};var Ime=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o"u"?t.statePageSize:e;return Math.floor((n.total-1)/r)+1}const Nme=ae({compatConfig:{MODE:3},name:"Pagination",mixins:[_s],inheritAttrs:!1,props:{disabled:{type:Boolean,default:void 0},prefixCls:q.string.def("rc-pagination"),selectPrefixCls:q.string.def("rc-select"),current:Number,defaultCurrent:q.number.def(1),total:q.number.def(0),pageSize:Number,defaultPageSize:q.number.def(10),hideOnSinglePage:{type:Boolean,default:!1},showSizeChanger:{type:Boolean,default:void 0},showLessItems:{type:Boolean,default:!1},selectComponentClass:q.any,showPrevNextJumpers:{type:Boolean,default:!0},showQuickJumper:q.oneOfType([q.looseBool,q.object]).def(!1),showTitle:{type:Boolean,default:!0},pageSizeOptions:q.arrayOf(q.oneOfType([q.number,q.string])),buildOptionText:Function,showTotal:Function,simple:{type:Boolean,default:void 0},locale:q.object.def(u4),itemRender:q.func.def(Ame),prevIcon:q.any,nextIcon:q.any,jumpPrevIcon:q.any,jumpNextIcon:q.any,totalBoundaryShowSizeChanger:q.number.def(50)},data(){const e=this.$props;let t=Hg([this.current,this.defaultCurrent]);const n=Hg([this.pageSize,this.defaultPageSize]);return t=Math.min(t,Ma(n,void 0,e)),{stateCurrent:t,stateCurrentInputValue:t,statePageSize:n}},watch:{current(e){this.setState({stateCurrent:e,stateCurrentInputValue:e})},pageSize(e){const t={};let n=this.stateCurrent;const r=Ma(e,this.$data,this.$props);n=n>r?r:n,ja(this,"current")||(t.stateCurrent=n,t.stateCurrentInputValue=n),t.statePageSize=e,this.setState(t)},stateCurrent(e,t){this.$nextTick(()=>{if(this.$refs.paginationNode){const n=this.$refs.paginationNode.querySelector(`.${this.prefixCls}-item-${t}`);n&&document.activeElement===n&&n.blur()}})},total(){const e={},t=Ma(this.pageSize,this.$data,this.$props);if(ja(this,"current")){const n=Math.min(this.current,t);e.stateCurrent=n,e.stateCurrentInputValue=n}else{let n=this.stateCurrent;n===0&&t>0?n=1:n=Math.min(this.stateCurrent,t),e.stateCurrent=n}this.setState(e)}},methods:{getJumpPrevPage(){return Math.max(1,this.stateCurrent-(this.showLessItems?3:5))},getJumpNextPage(){return Math.min(Ma(void 0,this.$data,this.$props),this.stateCurrent+(this.showLessItems?3:5))},getItemIcon(e,t){const{prefixCls:n}=this.$props;return c2(this,e,this.$props)||y("button",{type:"button","aria-label":t,class:`${n}-item-link`},null)},getValidValue(e){const t=e.target.value,n=Ma(void 0,this.$data,this.$props),{stateCurrentInputValue:r}=this.$data;let o;return t===""?o=t:isNaN(Number(t))?o=r:t>=n?o=n:o=Number(t),o},isValid(e){return Rme(e)&&e!==this.stateCurrent},shouldDisplayQuickJumper(){const{showQuickJumper:e,pageSize:t,total:n}=this.$props;return n<=t?!1:e},handleKeyDown(e){(e.keyCode===gl.ARROW_UP||e.keyCode===gl.ARROW_DOWN)&&e.preventDefault()},handleKeyUp(e){if(e.isComposing||e.target.composing)return;const t=this.getValidValue(e),n=this.stateCurrentInputValue;t!==n&&this.setState({stateCurrentInputValue:t}),e.keyCode===gl.ENTER?this.handleChange(t):e.keyCode===gl.ARROW_UP?this.handleChange(t-1):e.keyCode===gl.ARROW_DOWN&&this.handleChange(t+1)},changePageSize(e){let t=this.stateCurrent;const n=t,r=Ma(e,this.$data,this.$props);t=t>r?r:t,r===0&&(t=this.stateCurrent),typeof e=="number"&&(ja(this,"pageSize")||this.setState({statePageSize:e}),ja(this,"current")||this.setState({stateCurrent:t,stateCurrentInputValue:t})),this.__emit("update:pageSize",e),t!==n&&this.__emit("update:current",t),this.__emit("showSizeChange",t,e),this.__emit("change",t,e)},handleChange(e){const{disabled:t}=this.$props;let n=e;if(this.isValid(n)&&!t){const r=Ma(void 0,this.$data,this.$props);return n>r?n=r:n<1&&(n=1),ja(this,"current")||this.setState({stateCurrent:n,stateCurrentInputValue:n}),this.__emit("update:current",n),this.__emit("change",n,this.statePageSize),n}return this.stateCurrent},prev(){this.hasPrev()&&this.handleChange(this.stateCurrent-1)},next(){this.hasNext()&&this.handleChange(this.stateCurrent+1)},jumpPrev(){this.handleChange(this.getJumpPrevPage())},jumpNext(){this.handleChange(this.getJumpNextPage())},hasPrev(){return this.stateCurrent>1},hasNext(){return this.stateCurrentn},runIfEnter(e,t){if(e.key==="Enter"||e.charCode===13){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o0?_-1:0,D=_+1=P*2&&_!==3&&(C[0]=y(pl,{locale:o,rootPrefixCls:e,onClick:this.handleChange,onKeypress:this.runIfEnter,key:j,page:j,class:`${e}-item-after-jump-prev`,active:!1,showTitle:this.showTitle,itemRender:s},null),C.unshift(w)),T-_>=P*2&&_!==T-2&&(C[C.length-1]=y(pl,{locale:o,rootPrefixCls:e,onClick:this.handleChange,onKeypress:this.runIfEnter,key:K,page:K,class:`${e}-item-before-jump-next`,active:!1,showTitle:this.showTitle,itemRender:s},null),C.push(O)),j!==1&&C.unshift(R),K!==T&&C.push(I)}let F=null;u&&(F=y("li",{class:`${e}-total-text`},[u(r,[r===0?0:(_-1)*v+1,_*v>r?r:_*v])]));const B=!M||!T,H=!k||!T,z=this.buildOptionText||this.$slots.buildOptionText;return y("ul",U(U({unselectable:"on",ref:"paginationNode"},E),{},{class:me({[`${e}`]:!0,[`${e}-disabled`]:t},S)}),[F,y("li",{title:l?o.prev_page:null,onClick:this.prev,tabindex:B?null:0,onKeypress:this.runIfEnterPrev,class:me(`${e}-prev`,{[`${e}-disabled`]:B}),"aria-disabled":B},[this.renderPrev(A)]),C,y("li",{title:l?o.next_page:null,onClick:this.next,tabindex:H?null:0,onKeypress:this.runIfEnterNext,class:me(`${e}-next`,{[`${e}-disabled`]:H}),"aria-disabled":H},[this.renderNext(D)]),y(Ome,{disabled:t,locale:o,rootPrefixCls:e,selectComponentClass:m,selectPrefixCls:g,changeSize:this.getShowSizeChanger()?this.changePageSize:null,current:_,pageSize:v,pageSizeOptions:h,buildOptionText:z||null,quickGo:this.shouldDisplayQuickJumper()?this.handleChange:null,goButton:N},null)])}}),$me=e=>{const{componentCls:t}=e;return{[`${t}-disabled`]:{"&, &:hover":{cursor:"not-allowed",[`${t}-item-link`]:{color:e.colorTextDisabled,cursor:"not-allowed"}},"&:focus-visible":{cursor:"not-allowed",[`${t}-item-link`]:{color:e.colorTextDisabled,cursor:"not-allowed"}}},[`&${t}-disabled`]:{cursor:"not-allowed",[`&${t}-mini`]:{[` + &:hover ${t}-item:not(${t}-item-active), + &:active ${t}-item:not(${t}-item-active), + &:hover ${t}-item-link, + &:active ${t}-item-link + `]:{backgroundColor:"transparent"}},[`${t}-item`]:{cursor:"not-allowed","&:hover, &:active":{backgroundColor:"transparent"},a:{color:e.colorTextDisabled,backgroundColor:"transparent",border:"none",cursor:"not-allowed"},"&-active":{borderColor:e.colorBorder,backgroundColor:e.paginationItemDisabledBgActive,"&:hover, &:active":{backgroundColor:e.paginationItemDisabledBgActive},a:{color:e.paginationItemDisabledColorActive}}},[`${t}-item-link`]:{color:e.colorTextDisabled,cursor:"not-allowed","&:hover, &:active":{backgroundColor:"transparent"},[`${t}-simple&`]:{backgroundColor:"transparent","&:hover, &:active":{backgroundColor:"transparent"}}},[`${t}-simple-pager`]:{color:e.colorTextDisabled},[`${t}-jump-prev, ${t}-jump-next`]:{[`${t}-item-link-icon`]:{opacity:0},[`${t}-item-ellipsis`]:{opacity:1}}},[`&${t}-simple`]:{[`${t}-prev, ${t}-next`]:{[`&${t}-disabled ${t}-item-link`]:{"&:hover, &:active":{backgroundColor:"transparent"}}}}}},Dme=e=>{const{componentCls:t}=e;return{[`&${t}-mini ${t}-total-text, &${t}-mini ${t}-simple-pager`]:{height:e.paginationItemSizeSM,lineHeight:`${e.paginationItemSizeSM}px`},[`&${t}-mini ${t}-item`]:{minWidth:e.paginationItemSizeSM,height:e.paginationItemSizeSM,margin:0,lineHeight:`${e.paginationItemSizeSM-2}px`},[`&${t}-mini ${t}-item:not(${t}-item-active)`]:{backgroundColor:"transparent",borderColor:"transparent","&:hover":{backgroundColor:e.colorBgTextHover},"&:active":{backgroundColor:e.colorBgTextActive}},[`&${t}-mini ${t}-prev, &${t}-mini ${t}-next`]:{minWidth:e.paginationItemSizeSM,height:e.paginationItemSizeSM,margin:0,lineHeight:`${e.paginationItemSizeSM}px`,[`&:hover ${t}-item-link`]:{backgroundColor:e.colorBgTextHover},[`&:active ${t}-item-link`]:{backgroundColor:e.colorBgTextActive},[`&${t}-disabled:hover ${t}-item-link`]:{backgroundColor:"transparent"}},[` + &${t}-mini ${t}-prev ${t}-item-link, + &${t}-mini ${t}-next ${t}-item-link + `]:{backgroundColor:"transparent",borderColor:"transparent","&::after":{height:e.paginationItemSizeSM,lineHeight:`${e.paginationItemSizeSM}px`}},[`&${t}-mini ${t}-jump-prev, &${t}-mini ${t}-jump-next`]:{height:e.paginationItemSizeSM,marginInlineEnd:0,lineHeight:`${e.paginationItemSizeSM}px`},[`&${t}-mini ${t}-options`]:{marginInlineStart:e.paginationMiniOptionsMarginInlineStart,"&-size-changer":{top:e.paginationMiniOptionsSizeChangerTop},"&-quick-jumper":{height:e.paginationItemSizeSM,lineHeight:`${e.paginationItemSizeSM}px`,input:x(x({},NT(e)),{width:e.paginationMiniQuickJumperInputWidth,height:e.controlHeightSM})}}}},Pme=e=>{const{componentCls:t}=e;return{[` + &${t}-simple ${t}-prev, + &${t}-simple ${t}-next + `]:{height:e.paginationItemSizeSM,lineHeight:`${e.paginationItemSizeSM}px`,verticalAlign:"top",[`${t}-item-link`]:{height:e.paginationItemSizeSM,backgroundColor:"transparent",border:0,"&:hover":{backgroundColor:e.colorBgTextHover},"&:active":{backgroundColor:e.colorBgTextActive},"&::after":{height:e.paginationItemSizeSM,lineHeight:`${e.paginationItemSizeSM}px`}}},[`&${t}-simple ${t}-simple-pager`]:{display:"inline-block",height:e.paginationItemSizeSM,marginInlineEnd:e.marginXS,input:{boxSizing:"border-box",height:"100%",marginInlineEnd:e.marginXS,padding:`0 ${e.paginationItemPaddingInline}px`,textAlign:"center",backgroundColor:e.paginationItemInputBg,border:`${e.lineWidth}px ${e.lineType} ${e.colorBorder}`,borderRadius:e.borderRadius,outline:"none",transition:`border-color ${e.motionDurationMid}`,color:"inherit","&:hover":{borderColor:e.colorPrimary},"&:focus":{borderColor:e.colorPrimaryHover,boxShadow:`${e.inputOutlineOffset}px 0 ${e.controlOutlineWidth}px ${e.controlOutline}`},"&[disabled]":{color:e.colorTextDisabled,backgroundColor:e.colorBgContainerDisabled,borderColor:e.colorBorder,cursor:"not-allowed"}}}}},Mme=e=>{const{componentCls:t}=e;return{[`${t}-jump-prev, ${t}-jump-next`]:{outline:0,[`${t}-item-container`]:{position:"relative",[`${t}-item-link-icon`]:{color:e.colorPrimary,fontSize:e.fontSizeSM,opacity:0,transition:`all ${e.motionDurationMid}`,"&-svg":{top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,margin:"auto"}},[`${t}-item-ellipsis`]:{position:"absolute",top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,display:"block",margin:"auto",color:e.colorTextDisabled,fontFamily:"Arial, Helvetica, sans-serif",letterSpacing:e.paginationEllipsisLetterSpacing,textAlign:"center",textIndent:e.paginationEllipsisTextIndent,opacity:1,transition:`all ${e.motionDurationMid}`}},"&:hover":{[`${t}-item-link-icon`]:{opacity:1},[`${t}-item-ellipsis`]:{opacity:0}},"&:focus-visible":x({[`${t}-item-link-icon`]:{opacity:1},[`${t}-item-ellipsis`]:{opacity:0}},ti(e))},[` + ${t}-prev, + ${t}-jump-prev, + ${t}-jump-next + `]:{marginInlineEnd:e.marginXS},[` + ${t}-prev, + ${t}-next, + ${t}-jump-prev, + ${t}-jump-next + `]:{display:"inline-block",minWidth:e.paginationItemSize,height:e.paginationItemSize,color:e.colorText,fontFamily:e.paginationFontFamily,lineHeight:`${e.paginationItemSize}px`,textAlign:"center",verticalAlign:"middle",listStyle:"none",borderRadius:e.borderRadius,cursor:"pointer",transition:`all ${e.motionDurationMid}`},[`${t}-prev, ${t}-next`]:{fontFamily:"Arial, Helvetica, sans-serif",outline:0,button:{color:e.colorText,cursor:"pointer",userSelect:"none"},[`${t}-item-link`]:{display:"block",width:"100%",height:"100%",padding:0,fontSize:e.fontSizeSM,textAlign:"center",backgroundColor:"transparent",border:`${e.lineWidth}px ${e.lineType} transparent`,borderRadius:e.borderRadius,outline:"none",transition:`all ${e.motionDurationMid}`},[`&:focus-visible ${t}-item-link`]:x({},ti(e)),[`&:hover ${t}-item-link`]:{backgroundColor:e.colorBgTextHover},[`&:active ${t}-item-link`]:{backgroundColor:e.colorBgTextActive},[`&${t}-disabled:hover`]:{[`${t}-item-link`]:{backgroundColor:"transparent"}}},[`${t}-slash`]:{marginInlineEnd:e.paginationSlashMarginInlineEnd,marginInlineStart:e.paginationSlashMarginInlineStart},[`${t}-options`]:{display:"inline-block",marginInlineStart:e.margin,verticalAlign:"middle","&-size-changer.-select":{display:"inline-block",width:"auto"},"&-quick-jumper":{display:"inline-block",height:e.controlHeight,marginInlineStart:e.marginXS,lineHeight:`${e.controlHeight}px`,verticalAlign:"top",input:x(x({},ys(e)),{width:e.controlHeightLG*1.25,height:e.controlHeight,boxSizing:"border-box",margin:0,marginInlineStart:e.marginXS,marginInlineEnd:e.marginXS})}}}},kme=e=>{const{componentCls:t}=e;return{[`${t}-item`]:x(x({display:"inline-block",minWidth:e.paginationItemSize,height:e.paginationItemSize,marginInlineEnd:e.marginXS,fontFamily:e.paginationFontFamily,lineHeight:`${e.paginationItemSize-2}px`,textAlign:"center",verticalAlign:"middle",listStyle:"none",backgroundColor:"transparent",border:`${e.lineWidth}px ${e.lineType} transparent`,borderRadius:e.borderRadius,outline:0,cursor:"pointer",userSelect:"none",a:{display:"block",padding:`0 ${e.paginationItemPaddingInline}px`,color:e.colorText,transition:"none","&:hover":{textDecoration:"none"}},[`&:not(${t}-item-active)`]:{"&:hover":{transition:`all ${e.motionDurationMid}`,backgroundColor:e.colorBgTextHover},"&:active":{backgroundColor:e.colorBgTextActive}}},ni(e)),{"&-active":{fontWeight:e.paginationFontWeightActive,backgroundColor:e.paginationItemBgActive,borderColor:e.colorPrimary,a:{color:e.colorPrimary},"&:hover":{borderColor:e.colorPrimaryHover},"&:hover a":{color:e.colorPrimaryHover}}})}},Lme=e=>{const{componentCls:t}=e;return{[t]:x(x(x(x(x(x(x(x({},ot(e)),{"ul, ol":{margin:0,padding:0,listStyle:"none"},"&::after":{display:"block",clear:"both",height:0,overflow:"hidden",visibility:"hidden",content:'""'},[`${t}-total-text`]:{display:"inline-block",height:e.paginationItemSize,marginInlineEnd:e.marginXS,lineHeight:`${e.paginationItemSize-2}px`,verticalAlign:"middle"}}),kme(e)),Mme(e)),Pme(e)),Dme(e)),$me(e)),{[`@media only screen and (max-width: ${e.screenLG}px)`]:{[`${t}-item`]:{"&-after-jump-prev, &-before-jump-next":{display:"none"}}},[`@media only screen and (max-width: ${e.screenSM}px)`]:{[`${t}-options`]:{display:"none"}}}),[`&${e.componentCls}-rtl`]:{direction:"rtl"}}},Fme=e=>{const{componentCls:t}=e;return{[`${t}${t}-disabled`]:{"&, &:hover":{[`${t}-item-link`]:{borderColor:e.colorBorder}},"&:focus-visible":{[`${t}-item-link`]:{borderColor:e.colorBorder}},[`${t}-item, ${t}-item-link`]:{backgroundColor:e.colorBgContainerDisabled,borderColor:e.colorBorder,[`&:hover:not(${t}-item-active)`]:{backgroundColor:e.colorBgContainerDisabled,borderColor:e.colorBorder,a:{color:e.colorTextDisabled}},[`&${t}-item-active`]:{backgroundColor:e.paginationItemDisabledBgActive}},[`${t}-prev, ${t}-next`]:{"&:hover button":{backgroundColor:e.colorBgContainerDisabled,borderColor:e.colorBorder,color:e.colorTextDisabled},[`${t}-item-link`]:{backgroundColor:e.colorBgContainerDisabled,borderColor:e.colorBorder}}},[t]:{[`${t}-prev, ${t}-next`]:{"&:hover button":{borderColor:e.colorPrimaryHover,backgroundColor:e.paginationItemBg},[`${t}-item-link`]:{backgroundColor:e.paginationItemLinkBg,borderColor:e.colorBorder},[`&:hover ${t}-item-link`]:{borderColor:e.colorPrimary,backgroundColor:e.paginationItemBg,color:e.colorPrimary},[`&${t}-disabled`]:{[`${t}-item-link`]:{borderColor:e.colorBorder,color:e.colorTextDisabled}}},[`${t}-item`]:{backgroundColor:e.paginationItemBg,border:`${e.lineWidth}px ${e.lineType} ${e.colorBorder}`,[`&:hover:not(${t}-item-active)`]:{borderColor:e.colorPrimary,backgroundColor:e.paginationItemBg,a:{color:e.colorPrimary}},"&-active":{borderColor:e.colorPrimary}}}}},Bme=tt("Pagination",e=>{const t=Ve(e,{paginationItemSize:e.controlHeight,paginationFontFamily:e.fontFamily,paginationItemBg:e.colorBgContainer,paginationItemBgActive:e.colorBgContainer,paginationFontWeightActive:e.fontWeightStrong,paginationItemSizeSM:e.controlHeightSM,paginationItemInputBg:e.colorBgContainer,paginationMiniOptionsSizeChangerTop:0,paginationItemDisabledBgActive:e.controlItemBgActiveDisabled,paginationItemDisabledColorActive:e.colorTextDisabled,paginationItemLinkBg:e.colorBgContainer,inputOutlineOffset:"0 0",paginationMiniOptionsMarginInlineStart:e.marginXXS/2,paginationMiniQuickJumperInputWidth:e.controlHeightLG*1.1,paginationItemPaddingInline:e.marginXXS*1.5,paginationEllipsisLetterSpacing:e.marginXXS/2,paginationSlashMarginInlineStart:e.marginXXS,paginationSlashMarginInlineEnd:e.marginSM,paginationEllipsisTextIndent:"0.13em"},Es(e));return[Lme(t),e.wireframe&&Fme(t)]});var Hme=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o({total:Number,defaultCurrent:Number,disabled:we(),current:Number,defaultPageSize:Number,pageSize:Number,hideOnSinglePage:we(),showSizeChanger:we(),pageSizeOptions:Ct(),buildOptionText:Se(),showQuickJumper:We([Boolean,Object]),showTotal:Se(),size:Ue(),simple:we(),locale:Object,prefixCls:String,selectPrefixCls:String,totalBoundaryShowSizeChanger:Number,selectComponentClass:String,itemRender:Se(),role:String,responsive:Boolean,showLessItems:we(),onChange:Se(),onShowSizeChange:Se(),"onUpdate:current":Se(),"onUpdate:pageSize":Se()}),zme=ae({compatConfig:{MODE:3},name:"APagination",inheritAttrs:!1,props:Ume(),setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o,configProvider:i,direction:c,size:l}=Me("pagination",e),[u,a]=Bme(o),s=L(()=>i.getPrefixCls("select",e.selectPrefixCls)),d=gu(),[p]=zo("Pagination",S2,Xe(e,"locale")),f=m=>{const g=y("span",{class:`${m}-item-ellipsis`},[zn("•••")]),h=y("button",{class:`${m}-item-link`,type:"button",tabindex:-1},[c.value==="rtl"?y(na,null,null):y(Vi,null,null)]),_=y("button",{class:`${m}-item-link`,type:"button",tabindex:-1},[c.value==="rtl"?y(Vi,null,null):y(na,null,null)]),v=y("a",{rel:"nofollow",class:`${m}-item-link`},[y("div",{class:`${m}-item-container`},[c.value==="rtl"?y(tN,{class:`${m}-item-link-icon`},null):y(JA,{class:`${m}-item-link-icon`},null),g])]),b=y("a",{rel:"nofollow",class:`${m}-item-link`},[y("div",{class:`${m}-item-container`},[c.value==="rtl"?y(JA,{class:`${m}-item-link-icon`},null):y(tN,{class:`${m}-item-link-icon`},null),g])]);return{prevIcon:h,nextIcon:_,jumpPrevIcon:v,jumpNextIcon:b}};return()=>{var m;const{itemRender:g=n.itemRender,buildOptionText:h=n.buildOptionText,selectComponentClass:_,responsive:v}=e,b=Hme(e,["itemRender","buildOptionText","selectComponentClass","responsive"]),S=l.value==="small"||!!(!((m=d.value)===null||m===void 0)&&m.xs&&!l.value&&v),E=x(x(x(x(x({},b),f(o.value)),{prefixCls:o.value,selectPrefixCls:s.value,selectComponentClass:_||(S?xme:wme),locale:p.value,buildOptionText:h}),r),{class:me({[`${o.value}-mini`]:S,[`${o.value}-rtl`]:c.value==="rtl"},r.class,a.value),itemRender:g});return u(y(Nme,E,null))}}}),J_=rn(zme),Gme=()=>({avatar:q.any,description:q.any,prefixCls:String,title:q.any}),d4=ae({compatConfig:{MODE:3},name:"AListItemMeta",props:Gme(),displayName:"AListItemMeta",__ANT_LIST_ITEM_META:!0,slots:Object,setup(e,t){let{slots:n}=t;const{prefixCls:r}=Me("list",e);return()=>{var o,i,c,l,u,a;const s=`${r.value}-item-meta`,d=(o=e.title)!==null&&o!==void 0?o:(i=n.title)===null||i===void 0?void 0:i.call(n),p=(c=e.description)!==null&&c!==void 0?c:(l=n.description)===null||l===void 0?void 0:l.call(n),f=(u=e.avatar)!==null&&u!==void 0?u:(a=n.avatar)===null||a===void 0?void 0:a.call(n),m=y("div",{class:`${r.value}-item-meta-content`},[d&&y("h4",{class:`${r.value}-item-meta-title`},[d]),p&&y("div",{class:`${r.value}-item-meta-description`},[p])]);return y("div",{class:s},[f&&y("div",{class:`${r.value}-item-meta-avatar`},[f]),(d||p)&&m])}}}),p4=Symbol("ListContextKey");var jme=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o({prefixCls:String,extra:q.any,actions:q.array,grid:Object,colStyle:{type:Object,default:void 0}}),f4=ae({compatConfig:{MODE:3},name:"AListItem",inheritAttrs:!1,Meta:d4,props:Vme(),slots:Object,setup(e,t){let{slots:n,attrs:r}=t;const{itemLayout:o,grid:i}=et(p4,{grid:ie(),itemLayout:ie()}),{prefixCls:c}=Me("list",e),l=()=>{var a;const s=((a=n.default)===null||a===void 0?void 0:a.call(n))||[];let d;return s.forEach(p=>{$z(p)&&!$p(p)&&(d=!0)}),d&&s.length>1},u=()=>{var a,s;const d=(a=e.extra)!==null&&a!==void 0?a:(s=n.extra)===null||s===void 0?void 0:s.call(n);return o.value==="vertical"?!!d:!l()};return()=>{var a,s,d,p,f;const{class:m}=r,g=jme(r,["class"]),h=c.value,_=(a=e.extra)!==null&&a!==void 0?a:(s=n.extra)===null||s===void 0?void 0:s.call(n),v=(d=n.default)===null||d===void 0?void 0:d.call(n);let b=(p=e.actions)!==null&&p!==void 0?p:Lt((f=n.actions)===null||f===void 0?void 0:f.call(n));b=b&&!Array.isArray(b)?[b]:b;const S=b&&b.length>0&&y("ul",{class:`${h}-item-action`,key:"actions"},[b.map((C,w)=>y("li",{key:`${h}-item-action-${w}`},[C,w!==b.length-1&&y("em",{class:`${h}-item-action-split`},null)]))]),E=i.value?"div":"li",T=y(E,U(U({},g),{},{class:me(`${h}-item`,{[`${h}-item-no-flex`]:!u()},m)}),{default:()=>[o.value==="vertical"&&_?[y("div",{class:`${h}-item-main`,key:"content"},[v,S]),y("div",{class:`${h}-item-extra`,key:"extra"},[_])]:[v,S,Nt(_,{key:"extra"})]]});return i.value?y(K_,{flex:1,style:e.colStyle},{default:()=>[T]}):T}}}),Yme=e=>{const{listBorderedCls:t,componentCls:n,paddingLG:r,margin:o,padding:i,listItemPaddingSM:c,marginLG:l,borderRadiusLG:u}=e;return{[`${t}`]:{border:`${e.lineWidth}px ${e.lineType} ${e.colorBorder}`,borderRadius:u,[`${n}-header,${n}-footer,${n}-item`]:{paddingInline:r},[`${n}-pagination`]:{margin:`${o}px ${l}px`}},[`${t}${n}-sm`]:{[`${n}-item,${n}-header,${n}-footer`]:{padding:c}},[`${t}${n}-lg`]:{[`${n}-item,${n}-header,${n}-footer`]:{padding:`${i}px ${r}px`}}}},Wme=e=>{const{componentCls:t,screenSM:n,screenMD:r,marginLG:o,marginSM:i,margin:c}=e;return{[`@media screen and (max-width:${r})`]:{[`${t}`]:{[`${t}-item`]:{[`${t}-item-action`]:{marginInlineStart:o}}},[`${t}-vertical`]:{[`${t}-item`]:{[`${t}-item-extra`]:{marginInlineStart:o}}}},[`@media screen and (max-width: ${n})`]:{[`${t}`]:{[`${t}-item`]:{flexWrap:"wrap",[`${t}-action`]:{marginInlineStart:i}}},[`${t}-vertical`]:{[`${t}-item`]:{flexWrap:"wrap-reverse",[`${t}-item-main`]:{minWidth:e.contentWidth},[`${t}-item-extra`]:{margin:`auto auto ${c}px`}}}}}},Kme=e=>{const{componentCls:t,antCls:n,controlHeight:r,minHeight:o,paddingSM:i,marginLG:c,padding:l,listItemPadding:u,colorPrimary:a,listItemPaddingSM:s,listItemPaddingLG:d,paddingXS:p,margin:f,colorText:m,colorTextDescription:g,motionDurationSlow:h,lineWidth:_}=e;return{[`${t}`]:x(x({},ot(e)),{position:"relative","*":{outline:"none"},[`${t}-header, ${t}-footer`]:{background:"transparent",paddingBlock:i},[`${t}-pagination`]:{marginBlockStart:c,textAlign:"end",[`${n}-pagination-options`]:{textAlign:"start"}},[`${t}-spin`]:{minHeight:o,textAlign:"center"},[`${t}-items`]:{margin:0,padding:0,listStyle:"none"},[`${t}-item`]:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:u,color:m,[`${t}-item-meta`]:{display:"flex",flex:1,alignItems:"flex-start",maxWidth:"100%",[`${t}-item-meta-avatar`]:{marginInlineEnd:l},[`${t}-item-meta-content`]:{flex:"1 0",width:0,color:m},[`${t}-item-meta-title`]:{marginBottom:e.marginXXS,color:m,fontSize:e.fontSize,lineHeight:e.lineHeight,"> a":{color:m,transition:`all ${h}`,"&:hover":{color:a}}},[`${t}-item-meta-description`]:{color:g,fontSize:e.fontSize,lineHeight:e.lineHeight}},[`${t}-item-action`]:{flex:"0 0 auto",marginInlineStart:e.marginXXL,padding:0,fontSize:0,listStyle:"none","& > li":{position:"relative",display:"inline-block",padding:`0 ${p}px`,color:g,fontSize:e.fontSize,lineHeight:e.lineHeight,textAlign:"center","&:first-child":{paddingInlineStart:0}},[`${t}-item-action-split`]:{position:"absolute",insetBlockStart:"50%",insetInlineEnd:0,width:_,height:Math.ceil(e.fontSize*e.lineHeight)-e.marginXXS*2,transform:"translateY(-50%)",backgroundColor:e.colorSplit}}},[`${t}-empty`]:{padding:`${l}px 0`,color:g,fontSize:e.fontSizeSM,textAlign:"center"},[`${t}-empty-text`]:{padding:l,color:e.colorTextDisabled,fontSize:e.fontSize,textAlign:"center"},[`${t}-item-no-flex`]:{display:"block"}}),[`${t}-grid ${n}-col > ${t}-item`]:{display:"block",maxWidth:"100%",marginBlockEnd:f,paddingBlock:0,borderBlockEnd:"none"},[`${t}-vertical ${t}-item`]:{alignItems:"initial",[`${t}-item-main`]:{display:"block",flex:1},[`${t}-item-extra`]:{marginInlineStart:c},[`${t}-item-meta`]:{marginBlockEnd:l,[`${t}-item-meta-title`]:{marginBlockEnd:i,color:m,fontSize:e.fontSizeLG,lineHeight:e.lineHeightLG}},[`${t}-item-action`]:{marginBlockStart:l,marginInlineStart:"auto","> li":{padding:`0 ${l}px`,"&:first-child":{paddingInlineStart:0}}}},[`${t}-split ${t}-item`]:{borderBlockEnd:`${e.lineWidth}px ${e.lineType} ${e.colorSplit}`,"&:last-child":{borderBlockEnd:"none"}},[`${t}-split ${t}-header`]:{borderBlockEnd:`${e.lineWidth}px ${e.lineType} ${e.colorSplit}`},[`${t}-split${t}-empty ${t}-footer`]:{borderTop:`${e.lineWidth}px ${e.lineType} ${e.colorSplit}`},[`${t}-loading ${t}-spin-nested-loading`]:{minHeight:r},[`${t}-split${t}-something-after-last-item ${n}-spin-container > ${t}-items > ${t}-item:last-child`]:{borderBlockEnd:`${e.lineWidth}px ${e.lineType} ${e.colorSplit}`},[`${t}-lg ${t}-item`]:{padding:d},[`${t}-sm ${t}-item`]:{padding:s},[`${t}:not(${t}-vertical)`]:{[`${t}-item-no-flex`]:{[`${t}-item-action`]:{float:"right"}}}}},qme=tt("List",e=>{const t=Ve(e,{listBorderedCls:`${e.componentCls}-bordered`,minHeight:e.controlHeightLG,listItemPadding:`${e.paddingContentVertical}px ${e.paddingContentHorizontalLG}px`,listItemPaddingSM:`${e.paddingContentVerticalSM}px ${e.paddingContentHorizontal}px`,listItemPaddingLG:`${e.paddingContentVerticalLG}px ${e.paddingContentHorizontalLG}px`});return[Kme(t),Yme(t),Wme(t)]},{contentWidth:220}),Xme=()=>({bordered:we(),dataSource:Ct(),extra:yr(),grid:Fe(),itemLayout:String,loading:We([Boolean,Object]),loadMore:yr(),pagination:We([Boolean,Object]),prefixCls:String,rowKey:We([String,Number,Function]),renderItem:Se(),size:String,split:we(),header:yr(),footer:yr(),locale:Fe()}),xi=ae({compatConfig:{MODE:3},name:"AList",inheritAttrs:!1,Item:f4,props:st(Xme(),{dataSource:[],bordered:!1,split:!0,loading:!1,pagination:!1}),slots:Object,setup(e,t){let{slots:n,attrs:r}=t;var o,i;at(p4,{grid:Xe(e,"grid"),itemLayout:Xe(e,"itemLayout")});const c={current:1,total:0},{prefixCls:l,direction:u,renderEmpty:a}=Me("list",e),[s,d]=qme(l),p=L(()=>e.pagination&&typeof e.pagination=="object"?e.pagination:{}),f=ie((o=p.value.defaultCurrent)!==null&&o!==void 0?o:1),m=ie((i=p.value.defaultPageSize)!==null&&i!==void 0?i:10);Ee(p,()=>{"current"in p.value&&(f.value=p.value.current),"pageSize"in p.value&&(m.value=p.value.pageSize)});const g=[],h=N=>(P,A)=>{f.value=P,m.value=A,p.value[N]&&p.value[N](P,A)},_=h("onChange"),v=h("onShowSizeChange"),b=L(()=>typeof e.loading=="boolean"?{spinning:e.loading}:e.loading),S=L(()=>b.value&&b.value.spinning),E=L(()=>{let N="";switch(e.size){case"large":N="lg";break;case"small":N="sm";break}return N}),T=L(()=>({[`${l.value}`]:!0,[`${l.value}-vertical`]:e.itemLayout==="vertical",[`${l.value}-${E.value}`]:E.value,[`${l.value}-split`]:e.split,[`${l.value}-bordered`]:e.bordered,[`${l.value}-loading`]:S.value,[`${l.value}-grid`]:!!e.grid,[`${l.value}-rtl`]:u.value==="rtl"})),C=L(()=>{const N=x(x(x({},c),{total:e.dataSource.length,current:f.value,pageSize:m.value}),e.pagination||{}),P=Math.ceil(N.total/N.pageSize);return N.current>P&&(N.current=P),N}),w=L(()=>{let N=[...e.dataSource];return e.pagination&&e.dataSource.length>(C.value.current-1)*C.value.pageSize&&(N=[...e.dataSource].splice((C.value.current-1)*C.value.pageSize,C.value.pageSize)),N}),O=gu(),R=so(()=>{for(let N=0;N{if(!e.grid)return;const N=R.value&&e.grid[R.value]?e.grid[R.value]:e.grid.column;if(N)return{width:`${100/N}%`,maxWidth:`${100/N}%`}}),$=(N,P)=>{var A;const D=(A=e.renderItem)!==null&&A!==void 0?A:n.renderItem;if(!D)return null;let M;const k=typeof e.rowKey;return k==="function"?M=e.rowKey(N):k==="string"||k==="number"?M=N[e.rowKey]:M=N.key,M||(M=`list-item-${P}`),g[P]=M,D({item:N,index:P})};return()=>{var N,P,A,D,M,k,F,B;const H=(N=e.loadMore)!==null&&N!==void 0?N:(P=n.loadMore)===null||P===void 0?void 0:P.call(n),z=(A=e.footer)!==null&&A!==void 0?A:(D=n.footer)===null||D===void 0?void 0:D.call(n),G=(M=e.header)!==null&&M!==void 0?M:(k=n.header)===null||k===void 0?void 0:k.call(n),V=Lt((F=n.default)===null||F===void 0?void 0:F.call(n)),j=!!(H||e.pagination||z),K=me(x(x({},T.value),{[`${l.value}-something-after-last-item`]:j}),r.class,d.value),Q=e.pagination?y("div",{class:`${l.value}-pagination`},[y(J_,U(U({},C.value),{},{onChange:_,onShowSizeChange:v}),null)]):null;let pe=S.value&&y("div",{style:{minHeight:"53px"}},null);if(w.value.length>0){g.length=0;const W=w.value.map((he,Y)=>$(he,Y)),Z=W.map((he,Y)=>y("div",{key:g[Y],style:I.value},[he]));pe=e.grid?y(YT,{gutter:e.grid.gutter},{default:()=>[Z]}):y("ul",{class:`${l.value}-items`},[W])}else!V.length&&!S.value&&(pe=y("div",{class:`${l.value}-empty-text`},[((B=e.locale)===null||B===void 0?void 0:B.emptyText)||a("List")]));const J=C.value.position||"bottom";return s(y("div",U(U({},r),{},{class:K}),[(J==="top"||J==="both")&&Q,G&&y("div",{class:`${l.value}-header`},[G]),y(ya,b.value,{default:()=>[pe,V]}),z&&y("div",{class:`${l.value}-footer`},[z]),H||(J==="bottom"||J==="both")&&Q]))}}});xi.install=function(e){return e.component(xi.name,xi),e.component(xi.Item.name,xi.Item),e.component(xi.Item.Meta.name,xi.Item.Meta),e};const Qme=xi;function Zme(e){const{selectionStart:t}=e;return e.value.slice(0,t)}function Jme(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";return(Array.isArray(t)?t:[t]).reduce((r,o)=>{const i=e.lastIndexOf(o);return i>r.location?{location:i,prefix:o}:r},{location:-1,prefix:""})}function nN(e){return(e||"").toLowerCase()}function ege(e,t,n){const r=e[0];if(!r||r===n)return e;let o=e;const i=t.length;for(let c=0;c[]}},setup(e,t){let{slots:n}=t;const{activeIndex:r,setActiveIndex:o,selectOption:i,onFocus:c=ige,loading:l}=et(m4,{activeIndex:ce(),loading:ce(!1)});let u;const a=s=>{clearTimeout(u),u=setTimeout(()=>{c(s)})};return lt(()=>{clearTimeout(u)}),()=>{var s;const{prefixCls:d,options:p}=e,f=p[r.value]||{};return y(Tn,{prefixCls:`${d}-menu`,activeKey:f.value,onSelect:m=>{let{key:g}=m;const h=p.find(_=>{let{value:v}=_;return v===g});i(h)},onMousedown:a},{default:()=>[!l.value&&p.map((m,g)=>{var h,_;const{value:v,disabled:b,label:S=m.value,class:E,style:T}=m;return y(Sa,{key:v,disabled:b,onMouseenter:()=>{o(g)},class:E,style:T},{default:()=>[(_=(h=n.option)===null||h===void 0?void 0:h.call(n,m))!==null&&_!==void 0?_:typeof S=="function"?S(m):S]})}),!l.value&&p.length===0?y(Sa,{key:"notFoundContent",disabled:!0},{default:()=>[(s=n.notFoundContent)===null||s===void 0?void 0:s.call(n)]}):null,l.value&&y(Sa,{key:"loading",disabled:!0},{default:()=>[y(ya,{size:"small"},null)]})]})}}}),sge={bottomRight:{points:["tl","br"],offset:[0,4],overflow:{adjustX:0,adjustY:1}},bottomLeft:{points:["tr","bl"],offset:[0,4],overflow:{adjustX:0,adjustY:1}},topRight:{points:["bl","tr"],offset:[0,-4],overflow:{adjustX:0,adjustY:1}},topLeft:{points:["br","tl"],offset:[0,-4],overflow:{adjustX:0,adjustY:1}}},cge=ae({compatConfig:{MODE:3},name:"KeywordTrigger",props:{loading:{type:Boolean,default:void 0},options:{type:Array,default:()=>[]},prefixCls:String,placement:String,visible:{type:Boolean,default:void 0},transitionName:String,getPopupContainer:Function,direction:String,dropdownClassName:String},setup(e,t){let{slots:n}=t;const r=()=>`${e.prefixCls}-dropdown`,o=()=>{const{options:c}=e;return y(lge,{prefixCls:r(),options:c},{notFoundContent:n.notFoundContent,option:n.option})},i=L(()=>{const{placement:c,direction:l}=e;let u="topRight";return l==="rtl"?u=c==="top"?"topLeft":"bottomLeft":u=c==="top"?"topRight":"bottomRight",u});return()=>{const{visible:c,transitionName:l,getPopupContainer:u}=e;return y(vs,{prefixCls:r(),popupVisible:c,popup:o(),popupClassName:e.dropdownClassName,popupPlacement:i.value,popupTransitionName:l,builtinPlacements:sge,getPopupContainer:u},{default:n.default})}}}),uge=vr("top","bottom"),g4={autofocus:{type:Boolean,default:void 0},prefix:q.oneOfType([q.string,q.arrayOf(q.string)]),prefixCls:String,value:String,disabled:{type:Boolean,default:void 0},split:String,transitionName:String,placement:q.oneOf(uge),character:q.any,characterRender:Function,filterOption:{type:[Boolean,Function]},validateSearch:Function,getPopupContainer:{type:Function},options:Ct(),loading:{type:Boolean,default:void 0},rows:[Number,String],direction:{type:String}},h4=x(x({},g4),{dropdownClassName:String}),_4={prefix:"@",split:" ",rows:1,validateSearch:rge,filterOption:()=>oge};st(h4,_4);var rN=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{a.value=e.value});const s=I=>{n("change",I)},d=I=>{let{target:{value:$,composing:N},isComposing:P}=I;P||N||s($)},p=(I,$,N)=>{x(a,{measuring:!0,measureText:I,measurePrefix:$,measureLocation:N,activeIndex:0})},f=I=>{x(a,{measuring:!1,measureLocation:0,measureText:null}),I==null||I()},m=I=>{const{which:$}=I;if(a.measuring){if($===Ae.UP||$===Ae.DOWN){const N=w.value.length,P=$===Ae.UP?-1:1,A=(a.activeIndex+P+N)%N;a.activeIndex=A,I.preventDefault()}else if($===Ae.ESC)f();else if($===Ae.ENTER){if(I.preventDefault(),!w.value.length){f();return}const N=w.value[a.activeIndex];E(N)}}},g=I=>{const{key:$,which:N}=I,{measureText:P,measuring:A}=a,{prefix:D,validateSearch:M}=e,k=I.target;if(k.composing)return;const F=Zme(k),{location:B,prefix:H}=Jme(F,D);if([Ae.ESC,Ae.UP,Ae.DOWN,Ae.ENTER].indexOf(N)===-1)if(B!==-1){const z=F.slice(B+H.length),G=M(z,e),V=!!C(z).length;G?($===H||$==="Shift"||A||z!==P&&V)&&p(z,H,B):A&&f(),G&&n("search",z,H)}else A&&f()},h=I=>{a.measuring||n("pressenter",I)},_=I=>{b(I)},v=I=>{S(I)},b=I=>{clearTimeout(u.value);const{isFocus:$}=a;!$&&I&&n("focus",I),a.isFocus=!0},S=I=>{u.value=setTimeout(()=>{a.isFocus=!1,f(),n("blur",I)},100)},E=I=>{const{split:$}=e,{value:N=""}=I,{text:P,selectionLocation:A}=tge(a.value,{measureLocation:a.measureLocation,targetText:N,prefix:a.measurePrefix,selectionStart:l.value.selectionStart,split:$});s(P),f(()=>{nge(l.value,A)}),n("select",I,a.measurePrefix)},T=I=>{a.activeIndex=I},C=I=>{const $=I||a.measureText||"",{filterOption:N}=e;return e.options.filter(A=>N?N($,A):!0)},w=L(()=>C());return o({blur:()=>{l.value.blur()},focus:()=>{l.value.focus()}}),at(m4,{activeIndex:Xe(a,"activeIndex"),setActiveIndex:T,selectOption:E,onFocus:b,onBlur:S,loading:Xe(e,"loading")}),sr(()=>{ft(()=>{a.measuring&&(c.value.scrollTop=l.value.scrollTop)})}),()=>{const{measureLocation:I,measurePrefix:$,measuring:N}=a,{prefixCls:P,placement:A,transitionName:D,getPopupContainer:M,direction:k}=e,F=rN(e,["prefixCls","placement","transitionName","getPopupContainer","direction"]),{class:B,style:H}=r,z=rN(r,["class","style"]),G=gt(F,["value","prefix","split","validateSearch","filterOption","options","loading"]),V=x(x(x({},G),z),{onChange:oN,onSelect:oN,value:a.value,onInput:d,onBlur:v,onKeydown:m,onKeyup:g,onFocus:_,onPressenter:h});return y("div",{class:me(P,B),style:H},[dn(y("textarea",U({ref:l},V),null),[[iu]]),N&&y("div",{ref:c,class:`${P}-measure`},[a.value.slice(0,I),y(cge,{prefixCls:P,transitionName:D,dropdownClassName:e.dropdownClassName,placement:A,options:N?w.value:[],visible:!0,direction:k,getPopupContainer:M},{default:()=>[y("span",null,[$])],notFoundContent:i.notFoundContent,option:i.option}),a.value.slice(I+$.length)])])}}}),pge={value:String,disabled:Boolean,payload:Fe()},v4=x(x({},pge),{label:Bt([])}),b4={name:"Option",props:v4,render(e,t){let{slots:n}=t;var r;return(r=n.default)===null||r===void 0?void 0:r.call(n)}};x({compatConfig:{MODE:3}},b4);const fge=e=>{const{componentCls:t,colorTextDisabled:n,controlItemBgHover:r,controlPaddingHorizontal:o,colorText:i,motionDurationSlow:c,lineHeight:l,controlHeight:u,inputPaddingHorizontal:a,inputPaddingVertical:s,fontSize:d,colorBgElevated:p,borderRadiusLG:f,boxShadowSecondary:m}=e,g=Math.round((e.controlHeight-e.fontSize*e.lineHeight)/2);return{[t]:x(x(x(x(x({},ot(e)),ys(e)),{position:"relative",display:"inline-block",height:"auto",padding:0,overflow:"hidden",lineHeight:l,whiteSpace:"pre-wrap",verticalAlign:"bottom"}),Vp(e,t)),{"&-disabled":{"> textarea":x({},AT(e))},"&-focused":x({},ji(e)),[`&-affix-wrapper ${t}-suffix`]:{position:"absolute",top:0,insetInlineEnd:a,bottom:0,zIndex:1,display:"inline-flex",alignItems:"center",margin:"auto"},[`> textarea, ${t}-measure`]:{color:i,boxSizing:"border-box",minHeight:u-2,margin:0,padding:`${s}px ${a}px`,overflow:"inherit",overflowX:"hidden",overflowY:"auto",fontWeight:"inherit",fontSize:"inherit",fontFamily:"inherit",fontStyle:"inherit",fontVariant:"inherit",fontSizeAdjust:"inherit",fontStretch:"inherit",lineHeight:"inherit",direction:"inherit",letterSpacing:"inherit",whiteSpace:"inherit",textAlign:"inherit",verticalAlign:"top",wordWrap:"break-word",wordBreak:"inherit",tabSize:"inherit"},"> textarea":x({width:"100%",border:"none",outline:"none",resize:"none",backgroundColor:"inherit"},RT(e.colorTextPlaceholder)),[`${t}-measure`]:{position:"absolute",top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,zIndex:-1,color:"transparent",pointerEvents:"none","> span":{display:"inline-block",minHeight:"1em"}},"&-dropdown":x(x({},ot(e)),{position:"absolute",top:-9999,insetInlineStart:-9999,zIndex:e.zIndexPopup,boxSizing:"border-box",fontSize:d,fontVariant:"initial",backgroundColor:p,borderRadius:f,outline:"none",boxShadow:m,"&-hidden":{display:"none"},[`${t}-dropdown-menu`]:{maxHeight:e.dropdownHeight,marginBottom:0,paddingInlineStart:0,overflow:"auto",listStyle:"none",outline:"none","&-item":x(x({},Rn),{position:"relative",display:"block",minWidth:e.controlItemWidth,padding:`${g}px ${o}px`,color:i,fontWeight:"normal",lineHeight:l,cursor:"pointer",transition:`background ${c} ease`,"&:hover":{backgroundColor:r},"&:first-child":{borderStartStartRadius:f,borderStartEndRadius:f,borderEndStartRadius:0,borderEndEndRadius:0},"&:last-child":{borderStartStartRadius:0,borderStartEndRadius:0,borderEndStartRadius:f,borderEndEndRadius:f},"&-disabled":{color:n,cursor:"not-allowed","&:hover":{color:n,backgroundColor:r,cursor:"not-allowed"}},"&-selected":{color:i,fontWeight:e.fontWeightStrong,backgroundColor:r},"&-active":{backgroundColor:r}})}})})}},mge=tt("Mentions",e=>{const t=Es(e);return[fge(t)]},e=>({dropdownHeight:250,controlItemWidth:100,zIndexPopup:e.zIndexPopupBase+50}));var aN=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o0&&arguments[0]!==void 0?arguments[0]:"",t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{prefix:n="@",split:r=" "}=t,o=Array.isArray(n)?n:[n];return e.split(r).map(function(){let i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",c=null;return o.some(l=>i.slice(0,l.length)===l?(c=l,!0):!1),c!==null?{prefix:c,value:i.slice(c.length)}:null}).filter(i=>!!i&&!!i.value)},_ge=()=>x(x({},g4),{loading:{type:Boolean,default:void 0},onFocus:{type:Function},onBlur:{type:Function},onSelect:{type:Function},onChange:{type:Function},onPressenter:{type:Function},"onUpdate:value":{type:Function},notFoundContent:q.any,defaultValue:String,id:String,status:String}),Fb=ae({compatConfig:{MODE:3},name:"AMentions",inheritAttrs:!1,props:_ge(),slots:Object,setup(e,t){let{slots:n,emit:r,attrs:o,expose:i}=t;var c,l;const{prefixCls:u,renderEmpty:a,direction:s}=Me("mentions",e),[d,p]=mge(u),f=ce(!1),m=ce(null),g=ce((l=(c=e.value)!==null&&c!==void 0?c:e.defaultValue)!==null&&l!==void 0?l:""),h=kn(),_=rr.useInject(),v=L(()=>oa(_.status,e.status));oT({prefixCls:L(()=>`${u.value}-menu`),mode:L(()=>"vertical"),selectable:L(()=>!1),onClick:()=>{},validator:$=>{Jt()}}),Ee(()=>e.value,$=>{g.value=$});const b=$=>{f.value=!0,r("focus",$)},S=$=>{f.value=!1,r("blur",$),h.onFieldBlur()},E=function(){for(var $=arguments.length,N=new Array($),P=0;P<$;P++)N[P]=arguments[P];r("select",...N),f.value=!0},T=$=>{e.value===void 0&&(g.value=$),r("update:value",$),r("change",$),h.onFieldChange()},C=()=>{const $=e.notFoundContent;return $!==void 0?$:n.notFoundContent?n.notFoundContent():a("Select")},w=()=>{var $;return Lt((($=n.default)===null||$===void 0?void 0:$.call(n))||[]).map(N=>{var P,A;return x(x({},s2(N)),{label:(A=(P=N.children)===null||P===void 0?void 0:P.default)===null||A===void 0?void 0:A.call(P)})})};i({focus:()=>{m.value.focus()},blur:()=>{m.value.blur()}});const I=L(()=>e.loading?gge:e.filterOption);return()=>{const{disabled:$,getPopupContainer:N,rows:P=1,id:A=h.id.value}=e,D=aN(e,["disabled","getPopupContainer","rows","id"]),{hasFeedback:M,feedbackIcon:k}=_,{class:F}=o,B=aN(o,["class"]),H=gt(D,["defaultValue","onUpdate:value","prefixCls"]),z=me({[`${u.value}-disabled`]:$,[`${u.value}-focused`]:f.value,[`${u.value}-rtl`]:s.value==="rtl"},xr(u.value,v.value),!M&&F,p.value),G=x(x(x(x({prefixCls:u.value},H),{disabled:$,direction:s.value,filterOption:I.value,getPopupContainer:N,options:e.loading?[{value:"ANTDV_SEARCHING",disabled:!0,label:y(ya,{size:"small"},null)}]:e.options||w(),class:z}),B),{rows:P,onChange:T,onSelect:E,onFocus:b,onBlur:S,ref:m,value:g.value,id:A}),V=y(dge,U(U({},G),{},{dropdownClassName:p.value}),{notFoundContent:C,option:n.option});return d(M?y("div",{class:me(`${u.value}-affix-wrapper`,xr(`${u.value}-affix-wrapper`,v.value,M),F,p.value)},[V,y("span",{class:`${u.value}-suffix`},[k])]):V)}}}),Gm=ae(x(x({compatConfig:{MODE:3}},b4),{name:"AMentionsOption",props:v4})),vge=x(Fb,{Option:Gm,getMentions:hge,install:e=>(e.component(Fb.name,Fb),e.component(Gm.name,Gm),e)});var bge=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{i0={x:e.pageX,y:e.pageY},setTimeout(()=>i0=null,100)};HF()&&on(document.documentElement,"click",Sge,!0);const yge=()=>({prefixCls:String,visible:{type:Boolean,default:void 0},open:{type:Boolean,default:void 0},confirmLoading:{type:Boolean,default:void 0},title:q.any,closable:{type:Boolean,default:void 0},closeIcon:q.any,onOk:Function,onCancel:Function,"onUpdate:visible":Function,"onUpdate:open":Function,onChange:Function,afterClose:Function,centered:{type:Boolean,default:void 0},width:[String,Number],footer:q.any,okText:q.any,okType:String,cancelText:q.any,icon:q.any,maskClosable:{type:Boolean,default:void 0},forceRender:{type:Boolean,default:void 0},okButtonProps:Fe(),cancelButtonProps:Fe(),destroyOnClose:{type:Boolean,default:void 0},wrapClassName:String,maskTransitionName:String,transitionName:String,getContainer:{type:[String,Function,Boolean,Object],default:void 0},zIndex:Number,bodyStyle:Fe(),maskStyle:Fe(),mask:{type:Boolean,default:void 0},keyboard:{type:Boolean,default:void 0},wrapProps:Object,focusTriggerAfterClose:{type:Boolean,default:void 0},modalRender:Function,mousePosition:Fe()}),Jn=ae({compatConfig:{MODE:3},name:"AModal",inheritAttrs:!1,props:st(yge(),{width:520,confirmLoading:!1,okType:"primary"}),setup(e,t){let{emit:n,slots:r,attrs:o}=t;const[i]=zo("Modal"),{prefixCls:c,rootPrefixCls:l,direction:u,getPopupContainer:a}=Me("modal",e),[s,d]=Sfe(c);Jt(e.visible===void 0);const p=g=>{n("update:visible",!1),n("update:open",!1),n("cancel",g),n("change",!1)},f=g=>{n("ok",g)},m=()=>{var g,h;const{okText:_=(g=r.okText)===null||g===void 0?void 0:g.call(r),okType:v,cancelText:b=(h=r.cancelText)===null||h===void 0?void 0:h.call(r),confirmLoading:S}=e;return y(ze,null,[y(En,U({onClick:p},e.cancelButtonProps),{default:()=>[b||i.value.cancelText]}),y(En,U(U({},jg(v)),{},{loading:S,onClick:f},e.okButtonProps),{default:()=>[_||i.value.okText]})])};return()=>{var g,h;const{prefixCls:_,visible:v,open:b,wrapClassName:S,centered:E,getContainer:T,closeIcon:C=(g=r.closeIcon)===null||g===void 0?void 0:g.call(r),focusTriggerAfterClose:w=!0}=e,O=bge(e,["prefixCls","visible","open","wrapClassName","centered","getContainer","closeIcon","focusTriggerAfterClose"]),R=me(S,{[`${c.value}-centered`]:!!E,[`${c.value}-wrap-rtl`]:u.value==="rtl"});return s(y(ZB,U(U(U({},O),o),{},{rootClassName:d.value,class:me(d.value,o.class),getContainer:T||(a==null?void 0:a.value),prefixCls:c.value,wrapClassName:R,visible:b??v,onClose:p,focusTriggerAfterClose:w,transitionName:Or(l.value,"zoom",e.transitionName),maskTransitionName:Or(l.value,"fade",e.maskTransitionName),mousePosition:(h=O.mousePosition)!==null&&h!==void 0?h:i0}),x(x({},r),{footer:r.footer||m,closeIcon:()=>y("span",{class:`${c.value}-close-x`},[C||y(eo,{class:`${c.value}-close-icon`},null)])})))}}}),S4=()=>{const e=ce(!1);return lt(()=>{e.value=!0}),e},Ege={type:{type:String},actionFn:Function,close:Function,autofocus:Boolean,prefixCls:String,buttonProps:Fe(),emitEvent:Boolean,quitOnNullishReturnValue:Boolean};function iN(e){return!!(e&&e.then)}const l0=ae({compatConfig:{MODE:3},name:"ActionButton",props:Ege,setup(e,t){let{slots:n}=t;const r=ce(!1),o=ce(),i=ce(!1);let c;const l=S4();Ke(()=>{e.autofocus&&(c=setTimeout(()=>{var d,p;return(p=(d=Wr(o.value))===null||d===void 0?void 0:d.focus)===null||p===void 0?void 0:p.call(d)}))}),lt(()=>{clearTimeout(c)});const u=function(){for(var d,p=arguments.length,f=new Array(p),m=0;m{iN(d)&&(i.value=!0,d.then(function(){l.value||(i.value=!1),u(...arguments),r.value=!1},p=>(l.value||(i.value=!1),r.value=!1,Promise.reject(p))))},s=d=>{const{actionFn:p}=e;if(r.value)return;if(r.value=!0,!p){u();return}let f;if(e.emitEvent){if(f=p(d),e.quitOnNullishReturnValue&&!iN(f)){r.value=!1,u(d);return}}else if(p.length)f=p(e.close),r.value=!1;else if(f=p(),!f){u();return}a(f)};return()=>{const{type:d,prefixCls:p,buttonProps:f}=e;return y(En,U(U(U({},jg(d)),{},{onClick:s,loading:i.value,prefixCls:p},f),{},{ref:o}),n)}}});function Hs(e){return typeof e=="function"?e():e}const y4=ae({name:"ConfirmDialog",inheritAttrs:!1,props:["icon","onCancel","onOk","close","closable","zIndex","afterClose","visible","open","keyboard","centered","getContainer","maskStyle","okButtonProps","cancelButtonProps","okType","prefixCls","okCancel","width","mask","maskClosable","okText","cancelText","autoFocusButton","transitionName","maskTransitionName","type","title","content","direction","rootPrefixCls","bodyStyle","closeIcon","modalRender","focusTriggerAfterClose","wrapClassName","confirmPrefixCls","footer"],setup(e,t){let{attrs:n}=t;const[r]=zo("Modal");return()=>{const{icon:o,onCancel:i,onOk:c,close:l,okText:u,closable:a=!1,zIndex:s,afterClose:d,keyboard:p,centered:f,getContainer:m,maskStyle:g,okButtonProps:h,cancelButtonProps:_,okCancel:v,width:b=416,mask:S=!0,maskClosable:E=!1,type:T,open:C,title:w,content:O,direction:R,closeIcon:I,modalRender:$,focusTriggerAfterClose:N,rootPrefixCls:P,bodyStyle:A,wrapClassName:D,footer:M}=e;let k=o;if(!o&&o!==null)switch(T){case"info":k=y(mu,null,null);break;case"success":k=y(ui,null,null);break;case"error":k=y(to,null,null);break;default:k=y(di,null,null)}const F=e.okType||"primary",B=e.prefixCls||"ant-modal",H=`${B}-confirm`,z=n.style||{},G=v??T==="confirm",V=e.autoFocusButton===null?!1:e.autoFocusButton||"ok",j=`${B}-confirm`,K=me(j,`${j}-${e.type}`,{[`${j}-rtl`]:R==="rtl"},n.class),Q=r.value,pe=G&&y(l0,{actionFn:i,close:l,autofocus:V==="cancel",buttonProps:_,prefixCls:`${P}-btn`},{default:()=>[Hs(e.cancelText)||Q.cancelText]});return y(Jn,{prefixCls:B,class:K,wrapClassName:me({[`${j}-centered`]:!!f},D),onCancel:J=>l==null?void 0:l({triggerCancel:!0},J),open:C,title:"",footer:"",transitionName:Or(P,"zoom",e.transitionName),maskTransitionName:Or(P,"fade",e.maskTransitionName),mask:S,maskClosable:E,maskStyle:g,style:z,bodyStyle:A,width:b,zIndex:s,afterClose:d,keyboard:p,centered:f,getContainer:m,closable:a,closeIcon:I,modalRender:$,focusTriggerAfterClose:N},{default:()=>[y("div",{class:`${H}-body-wrapper`},[y("div",{class:`${H}-body`},[Hs(k),w===void 0?null:y("span",{class:`${H}-title`},[Hs(w)]),y("div",{class:`${H}-content`},[Hs(O)])]),M!==void 0?Hs(M):y("div",{class:`${H}-btns`},[pe,y(l0,{type:F,actionFn:c,close:l,autofocus:V==="ok",buttonProps:h,prefixCls:`${P}-btn`},{default:()=>[Hs(u)||(G?Q.okText:Q.justOkText)]})])])]})}}}),Ol=[],Qp=e=>{const t=document.createDocumentFragment();let n=x(x({},gt(e,["parentContext","appContext"])),{close:i,open:!0}),r=null;function o(){r&&(Ta(null,t),r=null);for(var a=arguments.length,s=new Array(a),d=0;df&&f.triggerCancel);e.onCancel&&p&&e.onCancel(()=>{},...s.slice(1));for(let f=0;f{typeof e.afterClose=="function"&&e.afterClose(),o.apply(this,s)}}),n.visible&&delete n.visible,c(n)}function c(a){typeof a=="function"?n=a(n):n=x(x({},n),a),r&&fV(r,n,t)}const l=a=>{const s=gr,d=s.prefixCls,p=a.prefixCls||`${d}-modal`,f=s.iconPrefixCls,m=Hce();return y(JT,U(U({},s),{},{prefixCls:d}),{default:()=>[y(y4,U(U({},a),{},{rootPrefixCls:d,prefixCls:p,iconPrefixCls:f,locale:m,cancelText:a.cancelText||m.cancelText}),null)]})};function u(a){const s=y(l,x({},a));return s.appContext=e.parentContext||e.appContext||s.appContext,Ta(s,t),s}return r=u(n),Ol.push(i),{destroy:i,update:c}};function E4(e){return x(x({},e),{type:"warning"})}function C4(e){return x(x({},e),{type:"info"})}function T4(e){return x(x({},e),{type:"success"})}function x4(e){return x(x({},e),{type:"error"})}function w4(e){return x(x({},e),{type:"confirm"})}const Cge=()=>({config:Object,afterClose:Function,destroyAction:Function,open:Boolean}),Tge=ae({name:"HookModal",inheritAttrs:!1,props:st(Cge(),{config:{width:520,okType:"primary"}}),setup(e,t){let{expose:n}=t;var r;const o=L(()=>e.open),i=L(()=>e.config),{direction:c,getPrefixCls:l}=Kh(),u=l("modal"),a=l(),s=()=>{var m,g;e==null||e.afterClose(),(g=(m=i.value).afterClose)===null||g===void 0||g.call(m)},d=function(){e.destroyAction(...arguments)};n({destroy:d});const p=(r=i.value.okCancel)!==null&&r!==void 0?r:i.value.type==="confirm",[f]=zo("Modal",Br.Modal);return()=>y(y4,U(U({prefixCls:u,rootPrefixCls:a},i.value),{},{close:d,open:o.value,afterClose:s,okText:i.value.okText||(p?f==null?void 0:f.value.okText:f==null?void 0:f.value.justOkText),direction:i.value.direction||c.value,cancelText:i.value.cancelText||(f==null?void 0:f.value.cancelText)}),null)}});let lN=0;const xge=ae({name:"ElementsHolder",inheritAttrs:!1,setup(e,t){let{expose:n}=t;const r=ce([]);return n({addModal:i=>(r.value.push(i),r.value=r.value.slice(),()=>{r.value=r.value.filter(c=>c!==i)})}),()=>r.value.map(i=>i())}});function O4(){const e=ce(null),t=ce([]);Ee(t,()=>{t.value.length&&([...t.value].forEach(c=>{c()}),t.value=[])},{immediate:!0});const n=i=>function(l){var u;lN+=1;const a=ce(!0),s=ce(null),d=ce(qt(l)),p=ce({});Ee(()=>l,b=>{h(x(x({},nr(b)?b.value:b),p.value))});const f=function(){a.value=!1;for(var b=arguments.length,S=new Array(b),E=0;EC&&C.triggerCancel);d.value.onCancel&&T&&d.value.onCancel(()=>{},...S.slice(1))};let m;const g=()=>y(Tge,{key:`modal-${lN}`,config:i(d.value),ref:s,open:a.value,destroyAction:f,afterClose:()=>{m==null||m()}},null);m=(u=e.value)===null||u===void 0?void 0:u.addModal(g),m&&Ol.push(m);const h=b=>{d.value=x(x({},d.value),b)};return{destroy:()=>{s.value?f():t.value=[...t.value,f]},update:b=>{p.value=b,s.value?h(b):t.value=[...t.value,()=>h(b)]}}},r=L(()=>({info:n(C4),success:n(T4),error:n(x4),warning:n(E4),confirm:n(w4)})),o=Symbol("modalHolderKey");return[r.value,()=>y(xge,{key:o,ref:e},null)]}function I4(e){return Qp(E4(e))}Jn.useModal=O4;Jn.info=function(t){return Qp(C4(t))};Jn.success=function(t){return Qp(T4(t))};Jn.error=function(t){return Qp(x4(t))};Jn.warning=I4;Jn.warn=I4;Jn.confirm=function(t){return Qp(w4(t))};Jn.destroyAll=function(){for(;Ol.length;){const t=Ol.pop();t&&t()}};Jn.install=function(e){return e.component(Jn.name,Jn),e};const R4=e=>{const{value:t,formatter:n,precision:r,decimalSeparator:o,groupSeparator:i="",prefixCls:c}=e;let l;if(typeof n=="function")l=n({value:t});else{const u=String(t),a=u.match(/^(-?)(\d*)(\.(\d+))?$/);if(!a)l=u;else{const s=a[1];let d=a[2]||"0",p=a[4]||"";d=d.replace(/\B(?=(\d{3})+(?!\d))/g,i),typeof r=="number"&&(p=p.padEnd(r,"0").slice(0,r>0?r:0)),p&&(p=`${o}${p}`),l=[y("span",{key:"int",class:`${c}-content-value-int`},[s,d]),p&&y("span",{key:"decimal",class:`${c}-content-value-decimal`},[p])]}}return y("span",{class:`${c}-content-value`},[l])};R4.displayName="StatisticNumber";const wge=R4,Oge=e=>{const{componentCls:t,marginXXS:n,padding:r,colorTextDescription:o,statisticTitleFontSize:i,colorTextHeading:c,statisticContentFontSize:l,statisticFontFamily:u}=e;return{[`${t}`]:x(x({},ot(e)),{[`${t}-title`]:{marginBottom:n,color:o,fontSize:i},[`${t}-skeleton`]:{paddingTop:r},[`${t}-content`]:{color:c,fontSize:l,fontFamily:u,[`${t}-content-value`]:{display:"inline-block",direction:"ltr"},[`${t}-content-prefix, ${t}-content-suffix`]:{display:"inline-block"},[`${t}-content-prefix`]:{marginInlineEnd:n},[`${t}-content-suffix`]:{marginInlineStart:n}}})}},Ige=tt("Statistic",e=>{const{fontSizeHeading3:t,fontSize:n,fontFamily:r}=e,o=Ve(e,{statisticTitleFontSize:n,statisticContentFontSize:t,statisticFontFamily:r});return[Oge(o)]}),A4=()=>({prefixCls:String,decimalSeparator:String,groupSeparator:String,format:String,value:We([Number,String,Object]),valueStyle:{type:Object,default:void 0},valueRender:Se(),formatter:Bt(),precision:Number,prefix:yr(),suffix:yr(),title:yr(),loading:we()}),Va=ae({compatConfig:{MODE:3},name:"AStatistic",inheritAttrs:!1,props:st(A4(),{decimalSeparator:".",groupSeparator:",",loading:!1}),slots:Object,setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o,direction:i}=Me("statistic",e),[c,l]=Ige(o);return()=>{var u,a,s,d,p,f,m;const{value:g=0,valueStyle:h,valueRender:_}=e,v=o.value,b=(u=e.title)!==null&&u!==void 0?u:(a=n.title)===null||a===void 0?void 0:a.call(n),S=(s=e.prefix)!==null&&s!==void 0?s:(d=n.prefix)===null||d===void 0?void 0:d.call(n),E=(p=e.suffix)!==null&&p!==void 0?p:(f=n.suffix)===null||f===void 0?void 0:f.call(n),T=(m=e.formatter)!==null&&m!==void 0?m:n.formatter;let C=y(wge,U({"data-for-update":Date.now()},x(x({},e),{prefixCls:v,value:g,formatter:T})),null);return _&&(C=_(C)),c(y("div",U(U({},r),{},{class:[v,{[`${v}-rtl`]:i.value==="rtl"},r.class,l.value]}),[b&&y("div",{class:`${v}-title`},[b]),y(Sr,{paragraph:!1,loading:e.loading},{default:()=>[y("div",{style:h,class:`${v}-content`},[S&&y("span",{class:`${v}-content-prefix`},[S]),C,E&&y("span",{class:`${v}-content-suffix`},[E])])]})]))}}}),Rge=[["Y",1e3*60*60*24*365],["M",1e3*60*60*24*30],["D",1e3*60*60*24],["H",1e3*60*60],["m",1e3*60],["s",1e3],["S",1]];function Age(e,t){let n=e;const r=/\[[^\]]*]/g,o=(t.match(r)||[]).map(u=>u.slice(1,-1)),i=t.replace(r,"[]"),c=Rge.reduce((u,a)=>{let[s,d]=a;if(u.includes(s)){const p=Math.floor(n/d);return n-=p*d,u.replace(new RegExp(`${s}+`,"g"),f=>{const m=f.length;return p.toString().padStart(m,"0")})}return u},i);let l=0;return c.replace(r,()=>{const u=o[l];return l+=1,u})}function Nge(e,t){const{format:n=""}=t,r=new Date(e).getTime(),o=Date.now(),i=Math.max(r-o,0);return Age(i,n)}const $ge=1e3/30;function Bb(e){return new Date(e).getTime()}const Dge=()=>x(x({},A4()),{value:We([Number,String,Object]),format:String,onFinish:Function,onChange:Function}),Pge=ae({compatConfig:{MODE:3},name:"AStatisticCountdown",props:st(Dge(),{format:"HH:mm:ss"}),setup(e,t){let{emit:n,slots:r}=t;const o=ie(),i=ie(),c=()=>{const{value:d}=e;Bb(d)>=Date.now()?l():u()},l=()=>{if(o.value)return;const d=Bb(e.value);o.value=setInterval(()=>{i.value.$forceUpdate(),d>Date.now()&&n("change",d-Date.now()),c()},$ge)},u=()=>{const{value:d}=e;o.value&&(clearInterval(o.value),o.value=void 0,Bb(d){let{value:p,config:f}=d;const{format:m}=e;return Nge(p,x(x({},f),{format:m}))},s=d=>d;return Ke(()=>{c()}),sr(()=>{c()}),lt(()=>{u()}),()=>{const d=e.value;return y(Va,U({ref:i},x(x({},gt(e,["onFinish","onChange"])),{value:d,valueRender:s,formatter:a})),r)}}});Va.Countdown=Pge;Va.install=function(e){return e.component(Va.name,Va),e.component(Va.Countdown.name,Va.Countdown),e};const Mge=Va.Countdown;var kge={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M872 474H286.9l350.2-304c5.6-4.9 2.2-14-5.2-14h-88.5c-3.9 0-7.6 1.4-10.5 3.9L155 487.8a31.96 31.96 0 000 48.3L535.1 866c1.5 1.3 3.3 2 5.2 2h91.5c7.4 0 10.8-9.2 5.2-14L286.9 550H872c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z"}}]},name:"arrow-left",theme:"outlined"};const Lge=kge;function sN(e){for(var t=1;t{const{keyCode:f}=p;f===Ae.ENTER&&p.preventDefault()},u=p=>{const{keyCode:f}=p;f===Ae.ENTER&&r("click",p)},a=p=>{r("click",p)},s=()=>{c.value&&c.value.focus()},d=()=>{c.value&&c.value.blur()};return Ke(()=>{e.autofocus&&s()}),i({focus:s,blur:d}),()=>{var p;const{noStyle:f,disabled:m}=e,g=jge(e,["noStyle","disabled"]);let h={};return f||(h=x({},Vge)),m&&(h.pointerEvents="none"),y("div",U(U(U({role:"button",tabindex:0,ref:c},g),o),{},{onClick:a,onKeydown:l,onKeyup:u,style:x(x({},h),o.style||{})}),[(p=n.default)===null||p===void 0?void 0:p.call(n)])}}}),uh=Yge,Wge={small:8,middle:16,large:24},Kge=()=>({prefixCls:String,size:{type:[String,Number,Array]},direction:q.oneOf(vr("horizontal","vertical")).def("horizontal"),align:q.oneOf(vr("start","end","center","baseline")),wrap:we()});function qge(e){return typeof e=="string"?Wge[e]:e||0}const wd=ae({compatConfig:{MODE:3},name:"ASpace",inheritAttrs:!1,props:Kge(),slots:Object,setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o,space:i,direction:c}=Me("space",e),[l,u]=dL(o),a=zF(),s=L(()=>{var _,v,b;return(b=(_=e.size)!==null&&_!==void 0?_:(v=i==null?void 0:i.value)===null||v===void 0?void 0:v.size)!==null&&b!==void 0?b:"small"}),d=ie(),p=ie();Ee(s,()=>{[d.value,p.value]=(Array.isArray(s.value)?s.value:[s.value,s.value]).map(_=>qge(_))},{immediate:!0});const f=L(()=>e.align===void 0&&e.direction==="horizontal"?"center":e.align),m=L(()=>me(o.value,u.value,`${o.value}-${e.direction}`,{[`${o.value}-rtl`]:c.value==="rtl",[`${o.value}-align-${f.value}`]:f.value})),g=L(()=>c.value==="rtl"?"marginLeft":"marginRight"),h=L(()=>{const _={};return a.value&&(_.columnGap=`${d.value}px`,_.rowGap=`${p.value}px`),x(x({},_),e.wrap&&{flexWrap:"wrap",marginBottom:`${-p.value}px`})});return()=>{var _,v;const{wrap:b,direction:S="horizontal"}=e,E=(_=n.default)===null||_===void 0?void 0:_.call(n),T=an(E),C=T.length;if(C===0)return null;const w=(v=n.split)===null||v===void 0?void 0:v.call(n),O=`${o.value}-item`,R=d.value,I=C-1;return y("div",U(U({},r),{},{class:[m.value,r.class],style:[h.value,r.style]}),[T.map(($,N)=>{let P=E.indexOf($);P===-1&&(P=`$$space-${N}`);let A={};return a.value||(S==="vertical"?N{const{componentCls:t,antCls:n}=e;return{[t]:x(x({},ot(e)),{position:"relative",padding:`${e.pageHeaderPaddingVertical}px ${e.pageHeaderPadding}px`,backgroundColor:e.colorBgContainer,[`&${t}-ghost`]:{backgroundColor:e.pageHeaderGhostBg},"&.has-footer":{paddingBottom:0},[`${t}-back`]:{marginRight:e.marginMD,fontSize:e.fontSizeLG,lineHeight:1,"&-button":x(x({},e_(e)),{color:e.pageHeaderBackColor,cursor:"pointer"})},[`${n}-divider-vertical`]:{height:"14px",margin:`0 ${e.marginSM}`,verticalAlign:"middle"},[`${n}-breadcrumb + &-heading`]:{marginTop:e.marginXS},[`${t}-heading`]:{display:"flex",justifyContent:"space-between","&-left":{display:"flex",alignItems:"center",margin:`${e.marginXS/2}px 0`,overflow:"hidden"},"&-title":x({marginRight:e.marginSM,marginBottom:0,color:e.colorTextHeading,fontWeight:600,fontSize:e.pageHeaderHeadingTitle,lineHeight:`${e.controlHeight}px`},Rn),[`${n}-avatar`]:{marginRight:e.marginSM},"&-sub-title":x({marginRight:e.marginSM,color:e.colorTextDescription,fontSize:e.pageHeaderHeadingSubTitle,lineHeight:e.lineHeight},Rn),"&-extra":{margin:`${e.marginXS/2}px 0`,whiteSpace:"nowrap","> *":{marginLeft:e.marginSM,whiteSpace:"unset"},"> *:first-child":{marginLeft:0}}},[`${t}-content`]:{paddingTop:e.pageHeaderContentPaddingVertical},[`${t}-footer`]:{marginTop:e.marginMD,[`${n}-tabs`]:{[`> ${n}-tabs-nav`]:{margin:0,"&::before":{border:"none"}},[`${n}-tabs-tab`]:{paddingTop:e.paddingXS,paddingBottom:e.paddingXS,fontSize:e.pageHeaderTabFontSize}}},[`${t}-compact ${t}-heading`]:{flexWrap:"wrap"},[`&${e.componentCls}-rtl`]:{direction:"rtl"}})}},Qge=tt("PageHeader",e=>{const t=Ve(e,{pageHeaderPadding:e.paddingLG,pageHeaderPaddingVertical:e.paddingMD,pageHeaderPaddingBreadcrumb:e.paddingSM,pageHeaderContentPaddingVertical:e.paddingSM,pageHeaderBackColor:e.colorTextBase,pageHeaderGhostBg:"transparent",pageHeaderHeadingTitle:e.fontSizeHeading4,pageHeaderHeadingSubTitle:e.fontSize,pageHeaderTabFontSize:e.fontSizeLG});return[Xge(t)]}),Zge=()=>({backIcon:yr(),prefixCls:String,title:yr(),subTitle:yr(),breadcrumb:q.object,tags:yr(),footer:yr(),extra:yr(),avatar:Fe(),ghost:{type:Boolean,default:void 0},onBack:Function}),Jge=ae({compatConfig:{MODE:3},name:"APageHeader",inheritAttrs:!1,props:Zge(),slots:Object,setup(e,t){let{emit:n,slots:r,attrs:o}=t;const{prefixCls:i,direction:c,pageHeader:l}=Me("page-header",e),[u,a]=Qge(i),s=ce(!1),d=S4(),p=S=>{let{width:E}=S;d.value||(s.value=E<768)},f=L(()=>{var S,E,T;return(T=(S=e.ghost)!==null&&S!==void 0?S:(E=l==null?void 0:l.value)===null||E===void 0?void 0:E.ghost)!==null&&T!==void 0?T:!0}),m=()=>{var S,E,T;return(T=(S=e.backIcon)!==null&&S!==void 0?S:(E=r.backIcon)===null||E===void 0?void 0:E.call(r))!==null&&T!==void 0?T:c.value==="rtl"?y(Gge,null,null):y(Bge,null,null)},g=S=>!S||!e.onBack?null:y(ds,{componentName:"PageHeader",children:E=>{let{back:T}=E;return y("div",{class:`${i.value}-back`},[y(uh,{onClick:C=>{n("back",C)},class:`${i.value}-back-button`,"aria-label":T},{default:()=>[S]})])}},null),h=()=>{var S;return e.breadcrumb?y(kl,e.breadcrumb,null):(S=r.breadcrumb)===null||S===void 0?void 0:S.call(r)},_=()=>{var S,E,T,C,w,O,R,I,$;const{avatar:N}=e,P=(S=e.title)!==null&&S!==void 0?S:(E=r.title)===null||E===void 0?void 0:E.call(r),A=(T=e.subTitle)!==null&&T!==void 0?T:(C=r.subTitle)===null||C===void 0?void 0:C.call(r),D=(w=e.tags)!==null&&w!==void 0?w:(O=r.tags)===null||O===void 0?void 0:O.call(r),M=(R=e.extra)!==null&&R!==void 0?R:(I=r.extra)===null||I===void 0?void 0:I.call(r),k=`${i.value}-heading`,F=P||A||D||M;if(!F)return null;const B=m(),H=g(B);return y("div",{class:k},[(H||N||F)&&y("div",{class:`${k}-left`},[H,N?y(Ml,N,null):($=r.avatar)===null||$===void 0?void 0:$.call(r),P&&y("span",{class:`${k}-title`,title:typeof P=="string"?P:void 0},[P]),A&&y("span",{class:`${k}-sub-title`,title:typeof A=="string"?A:void 0},[A]),D&&y("span",{class:`${k}-tags`},[D])]),M&&y("span",{class:`${k}-extra`},[y(N4,null,{default:()=>[M]})])])},v=()=>{var S,E;const T=(S=e.footer)!==null&&S!==void 0?S:an((E=r.footer)===null||E===void 0?void 0:E.call(r));return Nz(T)?null:y("div",{class:`${i.value}-footer`},[T])},b=S=>y("div",{class:`${i.value}-content`},[S]);return()=>{var S,E;const T=((S=e.breadcrumb)===null||S===void 0?void 0:S.routes)||r.breadcrumb,C=e.footer||r.footer,w=Lt((E=r.default)===null||E===void 0?void 0:E.call(r)),O=me(i.value,{"has-breadcrumb":T,"has-footer":C,[`${i.value}-ghost`]:f.value,[`${i.value}-rtl`]:c.value==="rtl",[`${i.value}-compact`]:s.value},o.class,a.value);return u(y(ko,{onResize:p},{default:()=>[y("div",U(U({},o),{},{class:O}),[h(),_(),w.length?b(w):null,v()])]}))}}}),ehe=rn(Jge),the=e=>{const{componentCls:t,iconCls:n,zIndexPopup:r,colorText:o,colorWarning:i,marginXS:c,fontSize:l,fontWeightStrong:u,lineHeight:a}=e;return{[t]:{zIndex:r,[`${t}-inner-content`]:{color:o},[`${t}-message`]:{position:"relative",marginBottom:c,color:o,fontSize:l,display:"flex",flexWrap:"nowrap",alignItems:"start",[`> ${t}-message-icon ${n}`]:{color:i,fontSize:l,flex:"none",lineHeight:1,paddingTop:(Math.round(l*a)-l)/2},"&-title":{flex:"auto",marginInlineStart:c},"&-title-only":{fontWeight:u}},[`${t}-description`]:{position:"relative",marginInlineStart:l+c,marginBottom:c,color:o,fontSize:l},[`${t}-buttons`]:{textAlign:"end",button:{marginInlineStart:c}}}}},nhe=tt("Popconfirm",e=>the(e),e=>{const{zIndexPopupBase:t}=e;return{zIndexPopup:t+60}});var rhe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);ox(x({},WC()),{prefixCls:String,content:Bt(),title:Bt(),description:Bt(),okType:Ue("primary"),disabled:{type:Boolean,default:!1},okText:Bt(),cancelText:Bt(),icon:Bt(),okButtonProps:Fe(),cancelButtonProps:Fe(),showCancel:{type:Boolean,default:!0},onConfirm:Function,onCancel:Function}),ahe=ae({compatConfig:{MODE:3},name:"APopconfirm",inheritAttrs:!1,props:st(ohe(),x(x({},XL()),{trigger:"click",placement:"top",mouseEnterDelay:.1,mouseLeaveDelay:.1,arrowPointAtCenter:!1,autoAdjustOverflow:!0,okType:"primary",disabled:!1})),slots:Object,setup(e,t){let{slots:n,emit:r,expose:o,attrs:i}=t;const c=ie();Jt(e.visible===void 0),o({getPopupDomNode:()=>{var T,C;return(C=(T=c.value)===null||T===void 0?void 0:T.getPopupDomNode)===null||C===void 0?void 0:C.call(T)}});const[l,u]=Zt(!1,{value:Xe(e,"open")}),a=(T,C)=>{e.open===void 0&&u(T),r("update:open",T),r("openChange",T,C)},s=T=>{a(!1,T)},d=T=>{var C;return(C=e.onConfirm)===null||C===void 0?void 0:C.call(e,T)},p=T=>{var C;a(!1,T),(C=e.onCancel)===null||C===void 0||C.call(e,T)},f=T=>{T.keyCode===Ae.ESC&&l&&a(!1,T)},m=T=>{const{disabled:C}=e;C||a(T)},{prefixCls:g,getPrefixCls:h}=Me("popconfirm",e),_=L(()=>h()),v=L(()=>h("btn")),[b]=nhe(g),[S]=zo("Popconfirm",Br.Popconfirm),E=()=>{var T,C,w,O,R;const{okButtonProps:I,cancelButtonProps:$,title:N=(T=n.title)===null||T===void 0?void 0:T.call(n),description:P=(C=n.description)===null||C===void 0?void 0:C.call(n),cancelText:A=(w=n.cancel)===null||w===void 0?void 0:w.call(n),okText:D=(O=n.okText)===null||O===void 0?void 0:O.call(n),okType:M,icon:k=((R=n.icon)===null||R===void 0?void 0:R.call(n))||y(di,null,null),showCancel:F=!0}=e,{cancelButton:B,okButton:H}=n,z=x({onClick:p,size:"small"},$),G=x(x(x({onClick:d},jg(M)),{size:"small"}),I);return y("div",{class:`${g.value}-inner-content`},[y("div",{class:`${g.value}-message`},[k&&y("span",{class:`${g.value}-message-icon`},[k]),y("div",{class:[`${g.value}-message-title`,{[`${g.value}-message-title-only`]:!!P}]},[N])]),P&&y("div",{class:`${g.value}-description`},[P]),y("div",{class:`${g.value}-buttons`},[F?B?B(z):y(En,z,{default:()=>[A||S.value.cancelText]}):null,H?H(G):y(l0,{buttonProps:x(x({size:"small"},jg(M)),I),actionFn:d,close:s,prefixCls:v.value,quitOnNullishReturnValue:!0,emitEvent:!0},{default:()=>[D||S.value.okText]})])])};return()=>{var T;const{placement:C,overlayClassName:w,trigger:O="click"}=e,R=rhe(e,["placement","overlayClassName","trigger"]),I=gt(R,["title","content","cancelText","okText","onUpdate:open","onConfirm","onCancel","prefixCls"]),$=me(g.value,w);return b(y(QC,U(U(U({},I),i),{},{trigger:O,placement:C,onOpenChange:m,open:l.value,overlayClassName:$,transitionName:Or(_.value,"zoom-big",e.transitionName),ref:c,"data-popover-inject":!0}),{default:()=>[pV(((T=n.default)===null||T===void 0?void 0:T.call(n))||[],{onKeydown:N=>{f(N)}},!1)],content:E}))}}}),ihe=rn(ahe),lhe=["normal","exception","active","success"],ev=()=>({prefixCls:String,type:Ue(),percent:Number,format:Se(),status:Ue(),showInfo:we(),strokeWidth:Number,strokeLinecap:Ue(),strokeColor:Bt(),trailColor:String,width:Number,success:Fe(),gapDegree:Number,gapPosition:Ue(),size:We([String,Number,Array]),steps:Number,successPercent:Number,title:String,progressStatus:Ue()});function Fl(e){return!e||e<0?0:e>100?100:e}function dh(e){let{success:t,successPercent:n}=e,r=n;return t&&"progress"in t&&(Wt(!1,"Progress","`success.progress` is deprecated. Please use `success.percent` instead."),r=t.progress),t&&"percent"in t&&(r=t.percent),r}function she(e){let{percent:t,success:n,successPercent:r}=e;const o=Fl(dh({success:n,successPercent:r}));return[o,Fl(Fl(t)-o)]}function che(e){let{success:t={},strokeColor:n}=e;const{strokeColor:r}=t;return[r||fc.green,n||null]}const tv=(e,t,n)=>{var r,o,i,c;let l=-1,u=-1;if(t==="step"){const a=n.steps,s=n.strokeWidth;typeof e=="string"||typeof e>"u"?(l=e==="small"?2:14,u=s??8):typeof e=="number"?[l,u]=[e,e]:[l=14,u=8]=e,l*=a}else if(t==="line"){const a=n==null?void 0:n.strokeWidth;typeof e=="string"||typeof e>"u"?u=a||(e==="small"?6:8):typeof e=="number"?[l,u]=[e,e]:[l=-1,u=8]=e}else(t==="circle"||t==="dashboard")&&(typeof e=="string"||typeof e>"u"?[l,u]=e==="small"?[60,60]:[120,120]:typeof e=="number"?[l,u]=[e,e]:(l=(o=(r=e[0])!==null&&r!==void 0?r:e[1])!==null&&o!==void 0?o:120,u=(c=(i=e[0])!==null&&i!==void 0?i:e[1])!==null&&c!==void 0?c:120));return{width:l,height:u}};var uhe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);ox(x({},ev()),{strokeColor:Bt(),direction:Ue()}),phe=e=>{let t=[];return Object.keys(e).forEach(n=>{const r=parseFloat(n.replace(/%/g,""));isNaN(r)||t.push({key:r,value:e[n]})}),t=t.sort((n,r)=>n.key-r.key),t.map(n=>{let{key:r,value:o}=n;return`${o} ${r}%`}).join(", ")},fhe=(e,t)=>{const{from:n=fc.blue,to:r=fc.blue,direction:o=t==="rtl"?"to left":"to right"}=e,i=uhe(e,["from","to","direction"]);if(Object.keys(i).length!==0){const c=phe(i);return{backgroundImage:`linear-gradient(${o}, ${c})`}}return{backgroundImage:`linear-gradient(${o}, ${n}, ${r})`}},mhe=ae({compatConfig:{MODE:3},name:"ProgressLine",inheritAttrs:!1,props:dhe(),setup(e,t){let{slots:n,attrs:r}=t;const o=L(()=>{const{strokeColor:f,direction:m}=e;return f&&typeof f!="string"?fhe(f,m):{backgroundColor:f}}),i=L(()=>e.strokeLinecap==="square"||e.strokeLinecap==="butt"?0:void 0),c=L(()=>e.trailColor?{backgroundColor:e.trailColor}:void 0),l=L(()=>{var f;return(f=e.size)!==null&&f!==void 0?f:[-1,e.strokeWidth||(e.size==="small"?6:8)]}),u=L(()=>tv(l.value,"line",{strokeWidth:e.strokeWidth})),a=L(()=>{const{percent:f}=e;return x({width:`${Fl(f)}%`,height:`${u.value.height}px`,borderRadius:i.value},o.value)}),s=L(()=>dh(e)),d=L(()=>{const{success:f}=e;return{width:`${Fl(s.value)}%`,height:`${u.value.height}px`,borderRadius:i.value,backgroundColor:f==null?void 0:f.strokeColor}}),p={width:u.value.width<0?"100%":u.value.width,height:`${u.value.height}px`};return()=>{var f;return y(ze,null,[y("div",U(U({},r),{},{class:[`${e.prefixCls}-outer`,r.class],style:[r.style,p]}),[y("div",{class:`${e.prefixCls}-inner`,style:c.value},[y("div",{class:`${e.prefixCls}-bg`,style:a.value},null),s.value!==void 0?y("div",{class:`${e.prefixCls}-success-bg`,style:d.value},null):null])]),(f=n.default)===null||f===void 0?void 0:f.call(n)])}}}),ghe={percent:0,prefixCls:"vc-progress",strokeColor:"#2db7f5",strokeLinecap:"round",strokeWidth:1,trailColor:"#D9D9D9",trailWidth:1},hhe=e=>{const t=ie(null);return sr(()=>{const n=Date.now();let r=!1;e.value.forEach(o=>{const i=(o==null?void 0:o.$el)||o;if(!i)return;r=!0;const c=i.style;c.transitionDuration=".3s, .3s, .3s, .06s",t.value&&n-t.value<100&&(c.transitionDuration="0s, 0s")}),r&&(t.value=Date.now())}),e},_he={gapDegree:Number,gapPosition:{type:String},percent:{type:[Array,Number]},prefixCls:String,strokeColor:{type:[Object,String,Array]},strokeLinecap:{type:String},strokeWidth:Number,trailColor:String,trailWidth:Number,transition:String};var vhe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o4&&arguments[4]!==void 0?arguments[4]:0,i=arguments.length>5?arguments[5]:void 0;const c=50-r/2;let l=0,u=-c,a=0,s=-2*c;switch(i){case"left":l=-c,u=0,a=2*c,s=0;break;case"right":l=c,u=0,a=-2*c,s=0;break;case"bottom":u=c,s=2*c;break}const d=`M 50,50 m ${l},${u} + a ${c},${c} 0 1 1 ${a},${-s} + a ${c},${c} 0 1 1 ${-a},${s}`,p=Math.PI*2*c,f={stroke:n,strokeDasharray:`${t/100*(p-o)}px ${p}px`,strokeDashoffset:`-${o/2+e/100*(p-o)}px`,transition:"stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s"};return{pathString:d,pathStyle:f}}const bhe=ae({compatConfig:{MODE:3},name:"VCCircle",props:st(_he,ghe),setup(e){uN+=1;const t=ie(uN),n=L(()=>pN(e.percent)),r=L(()=>pN(e.strokeColor)),[o,i]=DT();hhe(i);const c=()=>{const{prefixCls:l,strokeWidth:u,strokeLinecap:a,gapDegree:s,gapPosition:d}=e;let p=0;return n.value.map((f,m)=>{const g=r.value[m]||r.value[r.value.length-1],h=Object.prototype.toString.call(g)==="[object Object]"?`url(#${l}-gradient-${t.value})`:"",{pathString:_,pathStyle:v}=fN(p,f,g,u,s,d);p+=f;const b={key:m,d:_,stroke:h,"stroke-linecap":a,"stroke-width":u,opacity:f===0?0:1,"fill-opacity":"0",class:`${l}-circle-path`,style:v};return y("path",U({ref:o(m)},b),null)})};return()=>{const{prefixCls:l,strokeWidth:u,trailWidth:a,gapDegree:s,gapPosition:d,trailColor:p,strokeLinecap:f,strokeColor:m}=e,g=vhe(e,["prefixCls","strokeWidth","trailWidth","gapDegree","gapPosition","trailColor","strokeLinecap","strokeColor"]),{pathString:h,pathStyle:_}=fN(0,100,p,u,s,d);delete g.percent;const v=r.value.find(S=>Object.prototype.toString.call(S)==="[object Object]"),b={d:h,stroke:p,"stroke-linecap":f,"stroke-width":a||u,"fill-opacity":"0",class:`${l}-circle-trail`,style:_};return y("svg",U({class:`${l}-circle`,viewBox:"0 0 100 100"},g),[v&&y("defs",null,[y("linearGradient",{id:`${l}-gradient-${t.value}`,x1:"100%",y1:"0%",x2:"0%",y2:"0%"},[Object.keys(v).sort((S,E)=>dN(S)-dN(E)).map((S,E)=>y("stop",{key:E,offset:S,"stop-color":v[S]},null))])]),y("path",b,null),c().reverse()])}}}),She=()=>x(x({},ev()),{strokeColor:Bt()}),yhe=3,Ehe=e=>yhe/e*100,Che=ae({compatConfig:{MODE:3},name:"ProgressCircle",inheritAttrs:!1,props:st(She(),{trailColor:null}),setup(e,t){let{slots:n,attrs:r}=t;const o=L(()=>{var g;return(g=e.width)!==null&&g!==void 0?g:120}),i=L(()=>{var g;return(g=e.size)!==null&&g!==void 0?g:[o.value,o.value]}),c=L(()=>tv(i.value,"circle")),l=L(()=>{if(e.gapDegree||e.gapDegree===0)return e.gapDegree;if(e.type==="dashboard")return 75}),u=L(()=>({width:`${c.value.width}px`,height:`${c.value.height}px`,fontSize:`${c.value.width*.15+6}px`})),a=L(()=>{var g;return(g=e.strokeWidth)!==null&&g!==void 0?g:Math.max(Ehe(c.value.width),6)}),s=L(()=>e.gapPosition||e.type==="dashboard"&&"bottom"||void 0),d=L(()=>she(e)),p=L(()=>Object.prototype.toString.call(e.strokeColor)==="[object Object]"),f=L(()=>che({success:e.success,strokeColor:e.strokeColor})),m=L(()=>({[`${e.prefixCls}-inner`]:!0,[`${e.prefixCls}-circle-gradient`]:p.value}));return()=>{var g;const h=y(bhe,{percent:d.value,strokeWidth:a.value,trailWidth:a.value,strokeColor:f.value,strokeLinecap:e.strokeLinecap,trailColor:e.trailColor,prefixCls:e.prefixCls,gapDegree:l.value,gapPosition:s.value},null);return y("div",U(U({},r),{},{class:[m.value,r.class],style:[r.style,u.value]}),[c.value.width<=20?y(Kr,null,{default:()=>[y("span",null,[h])],title:n.default}):y(ze,null,[h,(g=n.default)===null||g===void 0?void 0:g.call(n)])])}}}),The=()=>x(x({},ev()),{steps:Number,strokeColor:We(),trailColor:String}),xhe=ae({compatConfig:{MODE:3},name:"Steps",props:The(),setup(e,t){let{slots:n}=t;const r=L(()=>Math.round(e.steps*((e.percent||0)/100))),o=L(()=>{var l;return(l=e.size)!==null&&l!==void 0?l:[e.size==="small"?2:14,e.strokeWidth||8]}),i=L(()=>tv(o.value,"step",{steps:e.steps,strokeWidth:e.strokeWidth||8})),c=L(()=>{const{steps:l,strokeColor:u,trailColor:a,prefixCls:s}=e,d=[];for(let p=0;p{var l;return y("div",{class:`${e.prefixCls}-steps-outer`},[c.value,(l=n.default)===null||l===void 0?void 0:l.call(n)])}}}),whe=new vt("antProgressActive",{"0%":{transform:"translateX(-100%) scaleX(0)",opacity:.1},"20%":{transform:"translateX(-100%) scaleX(0)",opacity:.5},to:{transform:"translateX(0) scaleX(1)",opacity:0}}),Ohe=e=>{const{componentCls:t,iconCls:n}=e;return{[t]:x(x({},ot(e)),{display:"inline-block","&-rtl":{direction:"rtl"},"&-line":{position:"relative",width:"100%",fontSize:e.fontSize,marginInlineEnd:e.marginXS,marginBottom:e.marginXS},[`${t}-outer`]:{display:"inline-block",width:"100%"},[`&${t}-show-info`]:{[`${t}-outer`]:{marginInlineEnd:`calc(-2em - ${e.marginXS}px)`,paddingInlineEnd:`calc(2em + ${e.paddingXS}px)`}},[`${t}-inner`]:{position:"relative",display:"inline-block",width:"100%",overflow:"hidden",verticalAlign:"middle",backgroundColor:e.progressRemainingColor,borderRadius:e.progressLineRadius},[`${t}-inner:not(${t}-circle-gradient)`]:{[`${t}-circle-path`]:{stroke:e.colorInfo}},[`${t}-success-bg, ${t}-bg`]:{position:"relative",backgroundColor:e.colorInfo,borderRadius:e.progressLineRadius,transition:`all ${e.motionDurationSlow} ${e.motionEaseInOutCirc}`},[`${t}-success-bg`]:{position:"absolute",insetBlockStart:0,insetInlineStart:0,backgroundColor:e.colorSuccess},[`${t}-text`]:{display:"inline-block",width:"2em",marginInlineStart:e.marginXS,color:e.progressInfoTextColor,lineHeight:1,whiteSpace:"nowrap",textAlign:"start",verticalAlign:"middle",wordBreak:"normal",[n]:{fontSize:e.fontSize}},[`&${t}-status-active`]:{[`${t}-bg::before`]:{position:"absolute",inset:0,backgroundColor:e.colorBgContainer,borderRadius:e.progressLineRadius,opacity:0,animationName:whe,animationDuration:e.progressActiveMotionDuration,animationTimingFunction:e.motionEaseOutQuint,animationIterationCount:"infinite",content:'""'}},[`&${t}-status-exception`]:{[`${t}-bg`]:{backgroundColor:e.colorError},[`${t}-text`]:{color:e.colorError}},[`&${t}-status-exception ${t}-inner:not(${t}-circle-gradient)`]:{[`${t}-circle-path`]:{stroke:e.colorError}},[`&${t}-status-success`]:{[`${t}-bg`]:{backgroundColor:e.colorSuccess},[`${t}-text`]:{color:e.colorSuccess}},[`&${t}-status-success ${t}-inner:not(${t}-circle-gradient)`]:{[`${t}-circle-path`]:{stroke:e.colorSuccess}}})}},Ihe=e=>{const{componentCls:t,iconCls:n}=e;return{[t]:{[`${t}-circle-trail`]:{stroke:e.progressRemainingColor},[`&${t}-circle ${t}-inner`]:{position:"relative",lineHeight:1,backgroundColor:"transparent"},[`&${t}-circle ${t}-text`]:{position:"absolute",insetBlockStart:"50%",insetInlineStart:0,width:"100%",margin:0,padding:0,color:e.colorText,lineHeight:1,whiteSpace:"normal",textAlign:"center",transform:"translateY(-50%)",[n]:{fontSize:`${e.fontSize/e.fontSizeSM}em`}},[`${t}-circle&-status-exception`]:{[`${t}-text`]:{color:e.colorError}},[`${t}-circle&-status-success`]:{[`${t}-text`]:{color:e.colorSuccess}}},[`${t}-inline-circle`]:{lineHeight:1,[`${t}-inner`]:{verticalAlign:"bottom"}}}},Rhe=e=>{const{componentCls:t}=e;return{[t]:{[`${t}-steps`]:{display:"inline-block","&-outer":{display:"flex",flexDirection:"row",alignItems:"center"},"&-item":{flexShrink:0,minWidth:e.progressStepMinWidth,marginInlineEnd:e.progressStepMarginInlineEnd,backgroundColor:e.progressRemainingColor,transition:`all ${e.motionDurationSlow}`,"&-active":{backgroundColor:e.colorInfo}}}}}},Ahe=e=>{const{componentCls:t,iconCls:n}=e;return{[t]:{[`${t}-small&-line, ${t}-small&-line ${t}-text ${n}`]:{fontSize:e.fontSizeSM}}}},Nhe=tt("Progress",e=>{const t=e.marginXXS/2,n=Ve(e,{progressLineRadius:100,progressInfoTextColor:e.colorText,progressDefaultColor:e.colorInfo,progressRemainingColor:e.colorFillSecondary,progressStepMarginInlineEnd:t,progressStepMinWidth:t,progressActiveMotionDuration:"2.4s"});return[Ohe(n),Ihe(n),Rhe(n),Ahe(n)]});var $he=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);oArray.isArray(e.strokeColor)?e.strokeColor[0]:e.strokeColor),a=L(()=>{const{percent:m=0}=e,g=dh(e);return parseInt(g!==void 0?g.toString():m.toString(),10)}),s=L(()=>{const{status:m}=e;return!lhe.includes(m)&&a.value>=100?"success":m||"normal"}),d=L(()=>{const{type:m,showInfo:g,size:h}=e,_=o.value;return{[_]:!0,[`${_}-inline-circle`]:m==="circle"&&tv(h,"circle").width<=20,[`${_}-${m==="dashboard"&&"circle"||m}`]:!0,[`${_}-status-${s.value}`]:!0,[`${_}-show-info`]:g,[`${_}-${h}`]:h,[`${_}-rtl`]:i.value==="rtl",[l.value]:!0}}),p=L(()=>typeof e.strokeColor=="string"||Array.isArray(e.strokeColor)?e.strokeColor:void 0),f=()=>{const{showInfo:m,format:g,type:h,percent:_,title:v}=e,b=dh(e);if(!m)return null;let S;const E=g||(n==null?void 0:n.format)||(C=>`${C}%`),T=h==="line";return g||n!=null&&n.format||s.value!=="exception"&&s.value!=="success"?S=E(Fl(_),Fl(b)):s.value==="exception"?S=y(T?to:eo,null,null):s.value==="success"&&(S=y(T?ui:v_,null,null)),y("span",{class:`${o.value}-text`,title:v===void 0&&typeof S=="string"?S:void 0},[S])};return()=>{const{type:m,steps:g,title:h}=e,{class:_}=r,v=$he(r,["class"]),b=f();let S;return m==="line"?S=g?y(xhe,U(U({},e),{},{strokeColor:p.value,prefixCls:o.value,steps:g}),{default:()=>[b]}):y(mhe,U(U({},e),{},{strokeColor:u.value,prefixCls:o.value,direction:i.value}),{default:()=>[b]}):(m==="circle"||m==="dashboard")&&(S=y(Che,U(U({},e),{},{prefixCls:o.value,strokeColor:u.value,progressStatus:s.value}),{default:()=>[b]})),c(y("div",U(U({role:"progressbar"},v),{},{class:[d.value,_],title:h}),[S]))}}}),Ax=rn(Dhe);function Phe(e){let t=e.pageXOffset;const n="scrollLeft";if(typeof t!="number"){const r=e.document;t=r.documentElement[n],typeof t!="number"&&(t=r.body[n])}return t}function Mhe(e){let t,n;const r=e.ownerDocument,{body:o}=r,i=r&&r.documentElement,c=e.getBoundingClientRect();return t=c.left,n=c.top,t-=i.clientLeft||o.clientLeft||0,n-=i.clientTop||o.clientTop||0,{left:t,top:n}}function khe(e){const t=Mhe(e),n=e.ownerDocument,r=n.defaultView||n.parentWindow;return t.left+=Phe(r),t.left}var Lhe={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 00.6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0046.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z"}}]},name:"star",theme:"filled"};const Fhe=Lhe;function mN(e){for(var t=1;t{const{index:u}=e;n("hover",l,u)},o=l=>{const{index:u}=e;n("click",l,u)},i=l=>{const{index:u}=e;l.keyCode===13&&n("click",l,u)},c=L(()=>{const{prefixCls:l,index:u,value:a,allowHalf:s,focused:d}=e,p=u+1;let f=l;return a===0&&u===0&&d?f+=` ${l}-focused`:s&&a+.5>=p&&a{const{disabled:l,prefixCls:u,characterRender:a,character:s,index:d,count:p,value:f}=e,m=typeof s=="function"?s({disabled:l,prefixCls:u,index:d,count:p,value:f}):s;let g=y("li",{class:c.value},[y("div",{onClick:l?null:o,onKeydown:l?null:i,onMousemove:l?null:r,role:"radio","aria-checked":f>d?"true":"false","aria-posinset":d+1,"aria-setsize":p,tabindex:l?-1:0},[y("div",{class:`${u}-first`},[m]),y("div",{class:`${u}-second`},[m])])]);return a&&(g=a(g,e)),g}}}),Ghe=e=>{const{componentCls:t}=e;return{[`${t}-star`]:{position:"relative",display:"inline-block",color:"inherit",cursor:"pointer","&:not(:last-child)":{marginInlineEnd:e.marginXS},"> div":{transition:`all ${e.motionDurationMid}, outline 0s`,"&:hover":{transform:e.rateStarHoverScale},"&:focus":{outline:0},"&:focus-visible":{outline:`${e.lineWidth}px dashed ${e.rateStarColor}`,transform:e.rateStarHoverScale}},"&-first, &-second":{color:e.defaultColor,transition:`all ${e.motionDurationMid}`,userSelect:"none",[e.iconCls]:{verticalAlign:"middle"}},"&-first":{position:"absolute",top:0,insetInlineStart:0,width:"50%",height:"100%",overflow:"hidden",opacity:0},[`&-half ${t}-star-first, &-half ${t}-star-second`]:{opacity:1},[`&-half ${t}-star-first, &-full ${t}-star-second`]:{color:"inherit"}}}},jhe=e=>({[`&-rtl${e.componentCls}`]:{direction:"rtl"}}),Vhe=e=>{const{componentCls:t}=e;return{[t]:x(x(x(x(x({},ot(e)),{display:"inline-block",margin:0,padding:0,color:e.rateStarColor,fontSize:e.rateStarSize,lineHeight:"unset",listStyle:"none",outline:"none",[`&-disabled${t} ${t}-star`]:{cursor:"default","&:hover":{transform:"scale(1)"}}}),Ghe(e)),{[`+ ${t}-text`]:{display:"inline-block",marginInlineStart:e.marginXS,fontSize:e.fontSize}}),jhe(e))}},Yhe=tt("Rate",e=>{const{colorFillContent:t}=e,n=Ve(e,{rateStarColor:e["yellow-6"],rateStarSize:e.controlHeightLG*.5,rateStarHoverScale:"scale(1.1)",defaultColor:t});return[Vhe(n)]}),Whe=()=>({prefixCls:String,count:Number,value:Number,allowHalf:{type:Boolean,default:void 0},allowClear:{type:Boolean,default:void 0},tooltips:Array,disabled:{type:Boolean,default:void 0},character:q.any,autofocus:{type:Boolean,default:void 0},tabindex:q.oneOfType([q.number,q.string]),direction:String,id:String,onChange:Function,onHoverChange:Function,"onUpdate:value":Function,onFocus:Function,onBlur:Function,onKeydown:Function}),Khe=ae({compatConfig:{MODE:3},name:"ARate",inheritAttrs:!1,props:st(Whe(),{value:0,count:5,allowHalf:!1,allowClear:!0,tabindex:0,direction:"ltr"}),setup(e,t){let{slots:n,attrs:r,emit:o,expose:i}=t;const{prefixCls:c,direction:l}=Me("rate",e),[u,a]=Yhe(c),s=kn(),d=ie(),[p,f]=DT(),m=mt({value:e.value,focused:!1,cleanedValue:null,hoverValue:void 0});Ee(()=>e.value,()=>{m.value=e.value});const g=I=>Wr(f.value.get(I)),h=(I,$)=>{const N=l.value==="rtl";let P=I+1;if(e.allowHalf){const A=g(I),D=khe(A),M=A.clientWidth;(N&&$-D>M/2||!N&&$-D{e.value===void 0&&(m.value=I),o("update:value",I),o("change",I),s.onFieldChange()},v=(I,$)=>{const N=h($,I.pageX);N!==m.cleanedValue&&(m.hoverValue=N,m.cleanedValue=null),o("hoverChange",N)},b=()=>{m.hoverValue=void 0,m.cleanedValue=null,o("hoverChange",void 0)},S=(I,$)=>{const{allowClear:N}=e,P=h($,I.pageX);let A=!1;N&&(A=P===m.value),b(),_(A?0:P),m.cleanedValue=A?P:null},E=I=>{m.focused=!0,o("focus",I)},T=I=>{m.focused=!1,o("blur",I),s.onFieldBlur()},C=I=>{const{keyCode:$}=I,{count:N,allowHalf:P}=e,A=l.value==="rtl";$===Ae.RIGHT&&m.value0&&!A||$===Ae.RIGHT&&m.value>0&&A?(P?m.value-=.5:m.value-=1,_(m.value),I.preventDefault()):$===Ae.LEFT&&m.value{e.disabled||d.value.focus()};i({focus:w,blur:()=>{e.disabled||d.value.blur()}}),Ke(()=>{const{autofocus:I,disabled:$}=e;I&&!$&&w()});const R=(I,$)=>{let{index:N}=$;const{tooltips:P}=e;return P?y(Kr,{title:P[N]},{default:()=>[I]}):I};return()=>{const{count:I,allowHalf:$,disabled:N,tabindex:P,id:A=s.id.value}=e,{class:D,style:M}=r,k=[],F=N?`${c.value}-disabled`:"",B=e.character||n.character||(()=>y(Hhe,null,null));for(let z=0;zy("svg",{width:"252",height:"294"},[y("defs",null,[y("path",{d:"M0 .387h251.772v251.772H0z"},null)]),y("g",{fill:"none","fill-rule":"evenodd"},[y("g",{transform:"translate(0 .012)"},[y("mask",{fill:"#fff"},null),y("path",{d:"M0 127.32v-2.095C0 56.279 55.892.387 124.838.387h2.096c68.946 0 124.838 55.892 124.838 124.838v2.096c0 68.946-55.892 124.838-124.838 124.838h-2.096C55.892 252.16 0 196.267 0 127.321",fill:"#E4EBF7",mask:"url(#b)"},null)]),y("path",{d:"M39.755 130.84a8.276 8.276 0 1 1-16.468-1.66 8.276 8.276 0 0 1 16.468 1.66",fill:"#FFF"},null),y("path",{d:"M36.975 134.297l10.482 5.943M48.373 146.508l-12.648 10.788",stroke:"#FFF","stroke-width":"2"},null),y("path",{d:"M39.875 159.352a5.667 5.667 0 1 1-11.277-1.136 5.667 5.667 0 0 1 11.277 1.136M57.588 143.247a5.708 5.708 0 1 1-11.358-1.145 5.708 5.708 0 0 1 11.358 1.145M99.018 26.875l29.82-.014a4.587 4.587 0 1 0-.003-9.175l-29.82.013a4.587 4.587 0 1 0 .003 9.176M110.424 45.211l29.82-.013a4.588 4.588 0 0 0-.004-9.175l-29.82.013a4.587 4.587 0 1 0 .004 9.175",fill:"#FFF"},null),y("path",{d:"M112.798 26.861v-.002l15.784-.006a4.588 4.588 0 1 0 .003 9.175l-15.783.007v-.002a4.586 4.586 0 0 0-.004-9.172M184.523 135.668c-.553 5.485-5.447 9.483-10.931 8.93-5.485-.553-9.483-5.448-8.93-10.932.552-5.485 5.447-9.483 10.932-8.93 5.485.553 9.483 5.447 8.93 10.932",fill:"#FFF"},null),y("path",{d:"M179.26 141.75l12.64 7.167M193.006 156.477l-15.255 13.011",stroke:"#FFF","stroke-width":"2"},null),y("path",{d:"M184.668 170.057a6.835 6.835 0 1 1-13.6-1.372 6.835 6.835 0 0 1 13.6 1.372M203.34 153.325a6.885 6.885 0 1 1-13.7-1.382 6.885 6.885 0 0 1 13.7 1.382",fill:"#FFF"},null),y("path",{d:"M151.931 192.324a2.222 2.222 0 1 1-4.444 0 2.222 2.222 0 0 1 4.444 0zM225.27 116.056a2.222 2.222 0 1 1-4.445 0 2.222 2.222 0 0 1 4.444 0zM216.38 151.08a2.223 2.223 0 1 1-4.446-.001 2.223 2.223 0 0 1 4.446 0zM176.917 107.636a2.223 2.223 0 1 1-4.445 0 2.223 2.223 0 0 1 4.445 0zM195.291 92.165a2.223 2.223 0 1 1-4.445 0 2.223 2.223 0 0 1 4.445 0zM202.058 180.711a2.223 2.223 0 1 1-4.446 0 2.223 2.223 0 0 1 4.446 0z",stroke:"#FFF","stroke-width":"2"},null),y("path",{stroke:"#FFF","stroke-width":"2",d:"M214.404 153.302l-1.912 20.184-10.928 5.99M173.661 174.792l-6.356 9.814h-11.36l-4.508 6.484M174.941 125.168v-15.804M220.824 117.25l-12.84 7.901-15.31-7.902V94.39"},null),y("path",{d:"M166.588 65.936h-3.951a4.756 4.756 0 0 1-4.743-4.742 4.756 4.756 0 0 1 4.743-4.743h3.951a4.756 4.756 0 0 1 4.743 4.743 4.756 4.756 0 0 1-4.743 4.742",fill:"#FFF"},null),y("path",{d:"M174.823 30.03c0-16.281 13.198-29.48 29.48-29.48 16.28 0 29.48 13.199 29.48 29.48 0 16.28-13.2 29.48-29.48 29.48-16.282 0-29.48-13.2-29.48-29.48",fill:"#1890FF"},null),y("path",{d:"M205.952 38.387c.5.5.785 1.142.785 1.928s-.286 1.465-.785 1.964c-.572.5-1.214.75-2 .75-.785 0-1.429-.285-1.929-.785-.572-.5-.82-1.143-.82-1.929s.248-1.428.82-1.928c.5-.5 1.144-.75 1.93-.75.785 0 1.462.25 1.999.75m4.285-19.463c1.428 1.249 2.143 2.963 2.143 5.142 0 1.712-.427 3.13-1.219 4.25-.067.096-.137.18-.218.265-.416.429-1.41 1.346-2.956 2.699a5.07 5.07 0 0 0-1.428 1.75 5.207 5.207 0 0 0-.536 2.357v.5h-4.107v-.5c0-1.357.215-2.536.714-3.5.464-.964 1.857-2.464 4.178-4.536l.43-.5c.643-.785.964-1.643.964-2.535 0-1.18-.358-2.108-1-2.785-.678-.68-1.643-1.001-2.858-1.001-1.536 0-2.642.464-3.357 1.43-.37.5-.621 1.135-.76 1.904a1.999 1.999 0 0 1-1.971 1.63h-.004c-1.277 0-2.257-1.183-1.98-2.43.337-1.518 1.02-2.78 2.073-3.784 1.536-1.5 3.607-2.25 6.25-2.25 2.32 0 4.214.607 5.642 1.894",fill:"#FFF"},null),y("path",{d:"M52.04 76.131s21.81 5.36 27.307 15.945c5.575 10.74-6.352 9.26-15.73 4.935-10.86-5.008-24.7-11.822-11.577-20.88",fill:"#FFB594"},null),y("path",{d:"M90.483 67.504l-.449 2.893c-.753.49-4.748-2.663-4.748-2.663l-1.645.748-1.346-5.684s6.815-4.589 8.917-5.018c2.452-.501 9.884.94 10.7 2.278 0 0 1.32.486-2.227.69-3.548.203-5.043.447-6.79 3.132-1.747 2.686-2.412 3.624-2.412 3.624",fill:"#FFC6A0"},null),y("path",{d:"M128.055 111.367c-2.627-7.724-6.15-13.18-8.917-15.478-3.5-2.906-9.34-2.225-11.366-4.187-1.27-1.231-3.215-1.197-3.215-1.197s-14.98-3.158-16.828-3.479c-2.37-.41-2.124-.714-6.054-1.405-1.57-1.907-2.917-1.122-2.917-1.122l-7.11-1.383c-.853-1.472-2.423-1.023-2.423-1.023l-2.468-.897c-1.645 9.976-7.74 13.796-7.74 13.796 1.795 1.122 15.703 8.3 15.703 8.3l5.107 37.11s-3.321 5.694 1.346 9.109c0 0 19.883-3.743 34.921-.329 0 0 3.047-2.546.972-8.806.523-3.01 1.394-8.263 1.736-11.622.385.772 2.019 1.918 3.14 3.477 0 0 9.407-7.365 11.052-14.012-.832-.723-1.598-1.585-2.267-2.453-.567-.736-.358-2.056-.765-2.717-.669-1.084-1.804-1.378-1.907-1.682",fill:"#FFF"},null),y("path",{d:"M101.09 289.998s4.295 2.041 7.354 1.021c2.821-.94 4.53.668 7.08 1.178 2.55.51 6.874 1.1 11.686-1.26-.103-5.51-6.889-3.98-11.96-6.713-2.563-1.38-3.784-4.722-3.598-8.799h-9.402s-1.392 10.52-1.16 14.573",fill:"#CBD1D1"},null),y("path",{d:"M101.067 289.826s2.428 1.271 6.759.653c3.058-.437 3.712.481 7.423 1.031 3.712.55 10.724-.069 11.823-.894.413 1.1-.343 2.063-.343 2.063s-1.512.603-4.812.824c-2.03.136-5.8.291-7.607-.503-1.787-1.375-5.247-1.903-5.728-.241-3.918.95-7.355-.286-7.355-.286l-.16-2.647z",fill:"#2B0849"},null),y("path",{d:"M108.341 276.044h3.094s-.103 6.702 4.536 8.558c-4.64.618-8.558-2.303-7.63-8.558",fill:"#A4AABA"},null),y("path",{d:"M57.542 272.401s-2.107 7.416-4.485 12.306c-1.798 3.695-4.225 7.492 5.465 7.492 6.648 0 8.953-.48 7.423-6.599-1.53-6.12.266-13.199.266-13.199h-8.669z",fill:"#CBD1D1"},null),y("path",{d:"M51.476 289.793s2.097 1.169 6.633 1.169c6.083 0 8.249-1.65 8.249-1.65s.602 1.114-.619 2.165c-.993.855-3.597 1.591-7.39 1.546-4.145-.048-5.832-.566-6.736-1.168-.825-.55-.687-1.58-.137-2.062",fill:"#2B0849"},null),y("path",{d:"M58.419 274.304s.033 1.519-.314 2.93c-.349 1.42-1.078 3.104-1.13 4.139-.058 1.151 4.537 1.58 5.155.034.62-1.547 1.294-6.427 1.913-7.252.619-.825-4.903-2.119-5.624.15",fill:"#A4AABA"},null),y("path",{d:"M99.66 278.514l13.378.092s1.298-54.52 1.853-64.403c.554-9.882 3.776-43.364 1.002-63.128l-12.547-.644-22.849.78s-.434 3.966-1.195 9.976c-.063.496-.682.843-.749 1.365-.075.585.423 1.354.32 1.966-2.364 14.08-6.377 33.104-8.744 46.677-.116.666-1.234 1.009-1.458 2.691-.04.302.211 1.525.112 1.795-6.873 18.744-10.949 47.842-14.277 61.885l14.607-.014s2.197-8.57 4.03-16.97c2.811-12.886 23.111-85.01 23.111-85.01l3.016-.521 1.043 46.35s-.224 1.234.337 2.02c.56.785-.56 1.123-.392 2.244l.392 1.794s-.449 7.178-.898 11.89c-.448 4.71-.092 39.165-.092 39.165",fill:"#7BB2F9"},null),y("path",{d:"M76.085 221.626c1.153.094 4.038-2.019 6.955-4.935M106.36 225.142s2.774-1.11 6.103-3.883",stroke:"#648BD8","stroke-width":"1.051","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M107.275 222.1s2.773-1.11 6.102-3.884",stroke:"#648BD8","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M74.74 224.767s2.622-.591 6.505-3.365M86.03 151.634c-.27 3.106.3 8.525-4.336 9.123M103.625 149.88s.11 14.012-1.293 15.065c-2.219 1.664-2.99 1.944-2.99 1.944M99.79 150.438s.035 12.88-1.196 24.377M93.673 175.911s7.212-1.664 9.431-1.664M74.31 205.861a212.013 212.013 0 0 1-.979 4.56s-1.458 1.832-1.009 3.776c.449 1.944-.947 2.045-4.985 15.355-1.696 5.59-4.49 18.591-6.348 27.597l-.231 1.12M75.689 197.807a320.934 320.934 0 0 1-.882 4.754M82.591 152.233L81.395 162.7s-1.097.15-.5 2.244c.113 1.346-2.674 15.775-5.18 30.43M56.12 274.418h13.31",stroke:"#648BD8","stroke-width":"1.051","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M116.241 148.22s-17.047-3.104-35.893.2c.158 2.514-.003 4.15-.003 4.15s14.687-2.818 35.67-.312c.252-2.355.226-4.038.226-4.038",fill:"#192064"},null),y("path",{d:"M106.322 151.165l.003-4.911a.81.81 0 0 0-.778-.815c-2.44-.091-5.066-.108-7.836-.014a.818.818 0 0 0-.789.815l-.003 4.906a.81.81 0 0 0 .831.813c2.385-.06 4.973-.064 7.73.017a.815.815 0 0 0 .842-.81",fill:"#FFF"},null),y("path",{d:"M105.207 150.233l.002-3.076a.642.642 0 0 0-.619-.646 94.321 94.321 0 0 0-5.866-.01.65.65 0 0 0-.63.647v3.072a.64.64 0 0 0 .654.644 121.12 121.12 0 0 1 5.794.011c.362.01.665-.28.665-.642",fill:"#192064"},null),y("path",{d:"M100.263 275.415h12.338M101.436 270.53c.006 3.387.042 5.79.111 6.506M101.451 264.548a915.75 915.75 0 0 0-.015 4.337M100.986 174.965l.898 44.642s.673 1.57-.225 2.692c-.897 1.122 2.468.673.898 2.243-1.57 1.57.897 1.122 0 3.365-.596 1.489-.994 21.1-1.096 35.146",stroke:"#648BD8","stroke-width":"1.051","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M46.876 83.427s-.516 6.045 7.223 5.552c11.2-.712 9.218-9.345 31.54-21.655-.786-2.708-2.447-4.744-2.447-4.744s-11.068 3.11-22.584 8.046c-6.766 2.9-13.395 6.352-13.732 12.801M104.46 91.057l.941-5.372-8.884-11.43-5.037 5.372-1.74 7.834a.321.321 0 0 0 .108.32c.965.8 6.5 5.013 14.347 3.544a.332.332 0 0 0 .264-.268",fill:"#FFC6A0"},null),y("path",{d:"M93.942 79.387s-4.533-2.853-2.432-6.855c1.623-3.09 4.513 1.133 4.513 1.133s.52-3.642 3.121-3.642c.52-1.04 1.561-4.162 1.561-4.162s11.445 2.601 13.526 3.121c0 5.203-2.304 19.424-7.84 19.861-8.892.703-12.449-9.456-12.449-9.456",fill:"#FFC6A0"},null),y("path",{d:"M113.874 73.446c2.601-2.081 3.47-9.722 3.47-9.722s-2.479-.49-6.64-2.05c-4.683-2.081-12.798-4.747-17.48.976-9.668 3.223-2.05 19.823-2.05 19.823l2.713-3.021s-3.935-3.287-2.08-6.243c2.17-3.462 3.92 1.073 3.92 1.073s.637-2.387 3.581-3.342c.355-.71 1.036-2.674 1.432-3.85a1.073 1.073 0 0 1 1.263-.704c2.4.558 8.677 2.019 11.356 2.662.522.125.871.615.82 1.15l-.305 3.248z",fill:"#520038"},null),y("path",{d:"M104.977 76.064c-.103.61-.582 1.038-1.07.956-.489-.083-.801-.644-.698-1.254.103-.61.582-1.038 1.07-.956.488.082.8.644.698 1.254M112.132 77.694c-.103.61-.582 1.038-1.07.956-.488-.083-.8-.644-.698-1.254.103-.61.582-1.038 1.07-.956.488.082.8.643.698 1.254",fill:"#552950"},null),y("path",{stroke:"#DB836E","stroke-width":"1.118","stroke-linecap":"round","stroke-linejoin":"round",d:"M110.13 74.84l-.896 1.61-.298 4.357h-2.228"},null),y("path",{d:"M110.846 74.481s1.79-.716 2.506.537",stroke:"#5C2552","stroke-width":"1.118","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M92.386 74.282s.477-1.114 1.113-.716c.637.398 1.274 1.433.558 1.99-.717.556.159 1.67.159 1.67",stroke:"#DB836E","stroke-width":"1.118","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M103.287 72.93s1.83 1.113 4.137.954",stroke:"#5C2552","stroke-width":"1.118","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M103.685 81.762s2.227 1.193 4.376 1.193M104.64 84.308s.954.398 1.511.318M94.693 81.205s2.308 7.4 10.424 7.639",stroke:"#DB836E","stroke-width":"1.118","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M81.45 89.384s.45 5.647-4.935 12.787M69 82.654s-.726 9.282-8.204 14.206",stroke:"#E4EBF7","stroke-width":"1.101","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M129.405 122.865s-5.272 7.403-9.422 10.768",stroke:"#E4EBF7","stroke-width":"1.051","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M119.306 107.329s.452 4.366-2.127 32.062",stroke:"#E4EBF7","stroke-width":"1.101","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M150.028 151.232h-49.837a1.01 1.01 0 0 1-1.01-1.01v-31.688c0-.557.452-1.01 1.01-1.01h49.837c.558 0 1.01.453 1.01 1.01v31.688a1.01 1.01 0 0 1-1.01 1.01",fill:"#F2D7AD"},null),y("path",{d:"M150.29 151.232h-19.863v-33.707h20.784v32.786a.92.92 0 0 1-.92.92",fill:"#F4D19D"},null),y("path",{d:"M123.554 127.896H92.917a.518.518 0 0 1-.425-.816l6.38-9.113c.193-.277.51-.442.85-.442h31.092l-7.26 10.371z",fill:"#F2D7AD"},null),y("path",{fill:"#CC9B6E",d:"M123.689 128.447H99.25v-.519h24.169l7.183-10.26.424.298z"},null),y("path",{d:"M158.298 127.896h-18.669a2.073 2.073 0 0 1-1.659-.83l-7.156-9.541h19.965c.49 0 .95.23 1.244.622l6.69 8.92a.519.519 0 0 1-.415.83",fill:"#F4D19D"},null),y("path",{fill:"#CC9B6E",d:"M157.847 128.479h-19.384l-7.857-10.475.415-.31 7.7 10.266h19.126zM130.554 150.685l-.032-8.177.519-.002.032 8.177z"},null),y("path",{fill:"#CC9B6E",d:"M130.511 139.783l-.08-21.414.519-.002.08 21.414zM111.876 140.932l-.498-.143 1.479-5.167.498.143zM108.437 141.06l-2.679-2.935 2.665-3.434.41.318-2.397 3.089 2.384 2.612zM116.607 141.06l-.383-.35 2.383-2.612-2.397-3.089.41-.318 2.665 3.434z"},null),y("path",{d:"M154.316 131.892l-3.114-1.96.038 3.514-1.043.092c-1.682.115-3.634.23-4.789.23-1.902 0-2.693 2.258 2.23 2.648l-2.645-.596s-2.168 1.317.504 2.3c0 0-1.58 1.217.561 2.58-.584 3.504 5.247 4.058 7.122 3.59 1.876-.47 4.233-2.359 4.487-5.16.28-3.085-.89-5.432-3.35-7.238",fill:"#FFC6A0"},null),y("path",{d:"M153.686 133.577s-6.522.47-8.36.372c-1.836-.098-1.904 2.19 2.359 2.264 3.739.15 5.451-.044 5.451-.044",stroke:"#DB836E","stroke-width":"1.051","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M145.16 135.877c-1.85 1.346.561 2.355.561 2.355s3.478.898 6.73.617",stroke:"#DB836E","stroke-width":"1.051","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M151.89 141.71s-6.28.111-6.73-2.132c-.223-1.346.45-1.402.45-1.402M146.114 140.868s-1.103 3.16 5.44 3.533M151.202 129.932v3.477M52.838 89.286c3.533-.337 8.423-1.248 13.582-7.754",stroke:"#DB836E","stroke-width":"1.051","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M168.567 248.318a6.647 6.647 0 0 1-6.647-6.647v-66.466a6.647 6.647 0 1 1 13.294 0v66.466a6.647 6.647 0 0 1-6.647 6.647",fill:"#5BA02E"},null),y("path",{d:"M176.543 247.653a6.647 6.647 0 0 1-6.646-6.647v-33.232a6.647 6.647 0 1 1 13.293 0v33.232a6.647 6.647 0 0 1-6.647 6.647",fill:"#92C110"},null),y("path",{d:"M186.443 293.613H158.92a3.187 3.187 0 0 1-3.187-3.187v-46.134a3.187 3.187 0 0 1 3.187-3.187h27.524a3.187 3.187 0 0 1 3.187 3.187v46.134a3.187 3.187 0 0 1-3.187 3.187",fill:"#F2D7AD"},null),y("path",{d:"M88.979 89.48s7.776 5.384 16.6 2.842",stroke:"#E4EBF7","stroke-width":"1.101","stroke-linecap":"round","stroke-linejoin":"round"},null)])]),t_e=e_e,n_e=()=>y("svg",{width:"254",height:"294"},[y("defs",null,[y("path",{d:"M0 .335h253.49v253.49H0z"},null),y("path",{d:"M0 293.665h253.49V.401H0z"},null)]),y("g",{fill:"none","fill-rule":"evenodd"},[y("g",{transform:"translate(0 .067)"},[y("mask",{fill:"#fff"},null),y("path",{d:"M0 128.134v-2.11C0 56.608 56.273.334 125.69.334h2.11c69.416 0 125.69 56.274 125.69 125.69v2.11c0 69.417-56.274 125.69-125.69 125.69h-2.11C56.273 253.824 0 197.551 0 128.134",fill:"#E4EBF7",mask:"url(#b)"},null)]),y("path",{d:"M39.989 132.108a8.332 8.332 0 1 1-16.581-1.671 8.332 8.332 0 0 1 16.58 1.671",fill:"#FFF"},null),y("path",{d:"M37.19 135.59l10.553 5.983M48.665 147.884l-12.734 10.861",stroke:"#FFF","stroke-width":"2"},null),y("path",{d:"M40.11 160.816a5.706 5.706 0 1 1-11.354-1.145 5.706 5.706 0 0 1 11.354 1.145M57.943 144.6a5.747 5.747 0 1 1-11.436-1.152 5.747 5.747 0 0 1 11.436 1.153M99.656 27.434l30.024-.013a4.619 4.619 0 1 0-.004-9.238l-30.024.013a4.62 4.62 0 0 0 .004 9.238M111.14 45.896l30.023-.013a4.62 4.62 0 1 0-.004-9.238l-30.024.013a4.619 4.619 0 1 0 .004 9.238",fill:"#FFF"},null),y("path",{d:"M113.53 27.421v-.002l15.89-.007a4.619 4.619 0 1 0 .005 9.238l-15.892.007v-.002a4.618 4.618 0 0 0-.004-9.234M150.167 70.091h-3.979a4.789 4.789 0 0 1-4.774-4.775 4.788 4.788 0 0 1 4.774-4.774h3.979a4.789 4.789 0 0 1 4.775 4.774 4.789 4.789 0 0 1-4.775 4.775",fill:"#FFF"},null),y("path",{d:"M171.687 30.234c0-16.392 13.289-29.68 29.681-29.68 16.392 0 29.68 13.288 29.68 29.68 0 16.393-13.288 29.681-29.68 29.681s-29.68-13.288-29.68-29.68",fill:"#FF603B"},null),y("path",{d:"M203.557 19.435l-.676 15.035a1.514 1.514 0 0 1-3.026 0l-.675-15.035a2.19 2.19 0 1 1 4.377 0m-.264 19.378c.513.477.77 1.1.77 1.87s-.257 1.393-.77 1.907c-.55.476-1.21.733-1.943.733a2.545 2.545 0 0 1-1.87-.77c-.55-.514-.806-1.136-.806-1.87 0-.77.256-1.393.806-1.87.513-.513 1.137-.733 1.87-.733.77 0 1.43.22 1.943.733",fill:"#FFF"},null),y("path",{d:"M119.3 133.275c4.426-.598 3.612-1.204 4.079-4.778.675-5.18-3.108-16.935-8.262-25.118-1.088-10.72-12.598-11.24-12.598-11.24s4.312 4.895 4.196 16.199c1.398 5.243.804 14.45.804 14.45s5.255 11.369 11.78 10.487",fill:"#FFB594"},null),y("path",{d:"M100.944 91.61s1.463-.583 3.211.582c8.08 1.398 10.368 6.706 11.3 11.368 1.864 1.282 1.864 2.33 1.864 3.496.365.777 1.515 3.03 1.515 3.03s-7.225 1.748-10.954 6.758c-1.399-6.41-6.936-25.235-6.936-25.235",fill:"#FFF"},null),y("path",{d:"M94.008 90.5l1.019-5.815-9.23-11.874-5.233 5.581-2.593 9.863s8.39 5.128 16.037 2.246",fill:"#FFB594"},null),y("path",{d:"M82.931 78.216s-4.557-2.868-2.445-6.892c1.632-3.107 4.537 1.139 4.537 1.139s.524-3.662 3.139-3.662c.523-1.046 1.569-4.184 1.569-4.184s11.507 2.615 13.6 3.138c-.001 5.23-2.317 19.529-7.884 19.969-8.94.706-12.516-9.508-12.516-9.508",fill:"#FFC6A0"},null),y("path",{d:"M102.971 72.243c2.616-2.093 3.489-9.775 3.489-9.775s-2.492-.492-6.676-2.062c-4.708-2.092-12.867-4.771-17.575.982-9.54 4.41-2.062 19.93-2.062 19.93l2.729-3.037s-3.956-3.304-2.092-6.277c2.183-3.48 3.943 1.08 3.943 1.08s.64-2.4 3.6-3.36c.356-.714 1.04-2.69 1.44-3.872a1.08 1.08 0 0 1 1.27-.707c2.41.56 8.723 2.03 11.417 2.676.524.126.876.619.825 1.156l-.308 3.266z",fill:"#520038"},null),y("path",{d:"M101.22 76.514c-.104.613-.585 1.044-1.076.96-.49-.082-.805-.646-.702-1.26.104-.613.585-1.044 1.076-.961.491.083.805.647.702 1.26M94.26 75.074c-.104.613-.585 1.044-1.076.96-.49-.082-.805-.646-.702-1.26.104-.613.585-1.044 1.076-.96.491.082.805.646.702 1.26",fill:"#552950"},null),y("path",{stroke:"#DB836E","stroke-width":"1.063","stroke-linecap":"round","stroke-linejoin":"round",d:"M99.206 73.644l-.9 1.62-.3 4.38h-2.24"},null),y("path",{d:"M99.926 73.284s1.8-.72 2.52.54",stroke:"#5C2552","stroke-width":"1.117","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M81.367 73.084s.48-1.12 1.12-.72c.64.4 1.28 1.44.56 2s.16 1.68.16 1.68",stroke:"#DB836E","stroke-width":"1.117","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M92.326 71.724s1.84 1.12 4.16.96",stroke:"#5C2552","stroke-width":"1.117","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M92.726 80.604s2.24 1.2 4.4 1.2M93.686 83.164s.96.4 1.52.32M83.687 80.044s1.786 6.547 9.262 7.954",stroke:"#DB836E","stroke-width":"1.063","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M95.548 91.663s-1.068 2.821-8.298 2.105c-7.23-.717-10.29-5.044-10.29-5.044",stroke:"#E4EBF7","stroke-width":"1.136","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M78.126 87.478s6.526 4.972 16.47 2.486c0 0 9.577 1.02 11.536 5.322 5.36 11.77.543 36.835 0 39.962 3.496 4.055-.466 8.483-.466 8.483-15.624-3.548-35.81-.6-35.81-.6-4.849-3.546-1.223-9.044-1.223-9.044L62.38 110.32c-2.485-15.227.833-19.803 3.549-20.743 3.03-1.049 8.04-1.282 8.04-1.282.496-.058 1.08-.076 1.37-.233 2.36-1.282 2.787-.583 2.787-.583",fill:"#FFF"},null),y("path",{d:"M65.828 89.81s-6.875.465-7.59 8.156c-.466 8.857 3.03 10.954 3.03 10.954s6.075 22.102 16.796 22.957c8.39-2.176 4.758-6.702 4.661-11.42-.233-11.304-7.108-16.897-7.108-16.897s-4.212-13.75-9.789-13.75",fill:"#FFC6A0"},null),y("path",{d:"M71.716 124.225s.855 11.264 9.828 6.486c4.765-2.536 7.581-13.828 9.789-22.568 1.456-5.768 2.58-12.197 2.58-12.197l-4.973-1.709s-2.408 5.516-7.769 12.275c-4.335 5.467-9.144 11.11-9.455 17.713",fill:"#FFC6A0"},null),y("path",{d:"M108.463 105.191s1.747 2.724-2.331 30.535c2.376 2.216 1.053 6.012-.233 7.51",stroke:"#E4EBF7","stroke-width":"1.085","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M123.262 131.527s-.427 2.732-11.77 1.981c-15.187-1.006-25.326-3.25-25.326-3.25l.933-5.8s.723.215 9.71-.068c11.887-.373 18.714-6.07 24.964-1.022 4.039 3.263 1.489 8.16 1.489 8.16",fill:"#FFC6A0"},null),y("path",{d:"M70.24 90.974s-5.593-4.739-11.054 2.68c-3.318 7.223.517 15.284 2.664 19.578-.31 3.729 2.33 4.311 2.33 4.311s.108.895 1.516 2.68c4.078-7.03 6.72-9.166 13.711-12.546-.328-.656-1.877-3.265-1.825-3.767.175-1.69-1.282-2.623-1.282-2.623s-.286-.156-1.165-2.738c-.788-2.313-2.036-5.177-4.895-7.575",fill:"#FFF"},null),y("path",{d:"M90.232 288.027s4.855 2.308 8.313 1.155c3.188-1.063 5.12.755 8.002 1.331 2.881.577 7.769 1.243 13.207-1.424-.117-6.228-7.786-4.499-13.518-7.588-2.895-1.56-4.276-5.336-4.066-9.944H91.544s-1.573 11.89-1.312 16.47",fill:"#CBD1D1"},null),y("path",{d:"M90.207 287.833s2.745 1.437 7.639.738c3.456-.494 3.223.66 7.418 1.282 4.195.621 13.092-.194 14.334-1.126.466 1.242-.388 2.33-.388 2.33s-1.709.682-5.438.932c-2.295.154-8.098.276-10.14-.621-2.02-1.554-4.894-1.515-6.06-.234-4.427 1.075-7.184-.31-7.184-.31l-.181-2.991z",fill:"#2B0849"},null),y("path",{d:"M98.429 272.257h3.496s-.117 7.574 5.127 9.671c-5.244.7-9.672-2.602-8.623-9.671",fill:"#A4AABA"},null),y("path",{d:"M44.425 272.046s-2.208 7.774-4.702 12.899c-1.884 3.874-4.428 7.854 5.729 7.854 6.97 0 9.385-.503 7.782-6.917-1.604-6.415.279-13.836.279-13.836h-9.088z",fill:"#CBD1D1"},null),y("path",{d:"M38.066 290.277s2.198 1.225 6.954 1.225c6.376 0 8.646-1.73 8.646-1.73s.63 1.168-.649 2.27c-1.04.897-3.77 1.668-7.745 1.621-4.347-.05-6.115-.593-7.062-1.224-.864-.577-.72-1.657-.144-2.162",fill:"#2B0849"},null),y("path",{d:"M45.344 274.041s.035 1.592-.329 3.07c-.365 1.49-1.13 3.255-1.184 4.34-.061 1.206 4.755 1.657 5.403.036.65-1.622 1.357-6.737 2.006-7.602.648-.865-5.14-2.222-5.896.156",fill:"#A4AABA"},null),y("path",{d:"M89.476 277.57l13.899.095s1.349-56.643 1.925-66.909c.576-10.267 3.923-45.052 1.042-65.585l-13.037-.669-23.737.81s-.452 4.12-1.243 10.365c-.065.515-.708.874-.777 1.417-.078.608.439 1.407.332 2.044-2.455 14.627-5.797 32.736-8.256 46.837-.121.693-1.282 1.048-1.515 2.796-.042.314.22 1.584.116 1.865-7.14 19.473-12.202 52.601-15.66 67.19l15.176-.015s2.282-10.145 4.185-18.871c2.922-13.389 24.012-88.32 24.012-88.32l3.133-.954-.158 48.568s-.233 1.282.35 2.098c.583.815-.581 1.167-.408 2.331l.408 1.864s-.466 7.458-.932 12.352c-.467 4.895 1.145 40.69 1.145 40.69",fill:"#7BB2F9"},null),y("path",{d:"M64.57 218.881c1.197.099 4.195-2.097 7.225-5.127M96.024 222.534s2.881-1.152 6.34-4.034",stroke:"#648BD8","stroke-width":"1.085","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M96.973 219.373s2.882-1.153 6.34-4.034",stroke:"#648BD8","stroke-width":"1.032","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M63.172 222.144s2.724-.614 6.759-3.496M74.903 146.166c-.281 3.226.31 8.856-4.506 9.478M93.182 144.344s.115 14.557-1.344 15.65c-2.305 1.73-3.107 2.02-3.107 2.02M89.197 144.923s.269 13.144-1.01 25.088M83.525 170.71s6.81-1.051 9.116-1.051M46.026 270.045l-.892 4.538M46.937 263.289l-.815 4.157M62.725 202.503c-.33 1.618-.102 1.904-.449 3.438 0 0-2.756 1.903-2.29 3.923.466 2.02-.31 3.424-4.505 17.252-1.762 5.807-4.233 18.922-6.165 28.278-.03.144-.521 2.646-1.14 5.8M64.158 194.136c-.295 1.658-.6 3.31-.917 4.938M71.33 146.787l-1.244 10.877s-1.14.155-.519 2.33c.117 1.399-2.778 16.39-5.382 31.615M44.242 273.727H58.07",stroke:"#648BD8","stroke-width":"1.085","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M106.18 142.117c-3.028-.489-18.825-2.744-36.219.2a.625.625 0 0 0-.518.644c.063 1.307.044 2.343.015 2.995a.617.617 0 0 0 .716.636c3.303-.534 17.037-2.412 35.664-.266.347.04.66-.214.692-.56.124-1.347.16-2.425.17-3.029a.616.616 0 0 0-.52-.62",fill:"#192064"},null),y("path",{d:"M96.398 145.264l.003-5.102a.843.843 0 0 0-.809-.847 114.104 114.104 0 0 0-8.141-.014.85.85 0 0 0-.82.847l-.003 5.097c0 .476.388.857.864.845 2.478-.064 5.166-.067 8.03.017a.848.848 0 0 0 .876-.843",fill:"#FFF"},null),y("path",{d:"M95.239 144.296l.002-3.195a.667.667 0 0 0-.643-.672c-1.9-.061-3.941-.073-6.094-.01a.675.675 0 0 0-.654.672l-.002 3.192c0 .376.305.677.68.669 1.859-.042 3.874-.043 6.02.012.376.01.69-.291.691-.668",fill:"#192064"},null),y("path",{d:"M90.102 273.522h12.819M91.216 269.761c.006 3.519-.072 5.55 0 6.292M90.923 263.474c-.009 1.599-.016 2.558-.016 4.505M90.44 170.404l.932 46.38s.7 1.631-.233 2.796c-.932 1.166 2.564.7.932 2.33-1.63 1.633.933 1.166 0 3.497-.618 1.546-1.031 21.921-1.138 36.513",stroke:"#648BD8","stroke-width":"1.085","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M73.736 98.665l2.214 4.312s2.098.816 1.865 2.68l.816 2.214M64.297 116.611c.233-.932 2.176-7.147 12.585-10.488M77.598 90.042s7.691 6.137 16.547 2.72",stroke:"#E4EBF7","stroke-width":"1.085","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M91.974 86.954s5.476-.816 7.574-4.545c1.297-.345.72 2.212-.33 3.671-.7.971-1.01 1.554-1.01 1.554s.194.31.155.816c-.053.697-.175.653-.272 1.048-.081.335.108.657 0 1.049-.046.17-.198.5-.382.878-.12.249-.072.687-.2.948-.231.469-1.562 1.87-2.622 2.855-3.826 3.554-5.018 1.644-6.001-.408-.894-1.865-.661-5.127-.874-6.875-.35-2.914-2.622-3.03-1.923-4.429.343-.685 2.87.69 3.263 1.748.757 2.04 2.952 1.807 2.622 1.69",fill:"#FFC6A0"},null),y("path",{d:"M99.8 82.429c-.465.077-.35.272-.97 1.243-.622.971-4.817 2.932-6.39 3.224-2.589.48-2.278-1.56-4.254-2.855-1.69-1.107-3.562-.638-1.398 1.398.99.932.932 1.107 1.398 3.205.335 1.506-.64 3.67.7 5.593",stroke:"#DB836E","stroke-width":".774","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M79.543 108.673c-2.1 2.926-4.266 6.175-5.557 8.762",stroke:"#E59788","stroke-width":".774","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M87.72 124.768s-2.098-1.942-5.127-2.719c-3.03-.777-3.574-.155-5.516.078-1.942.233-3.885-.932-3.652.7.233 1.63 5.05 1.01 5.206 2.097.155 1.087-6.37 2.796-8.313 2.175-.777.777.466 1.864 2.02 2.175.233 1.554 2.253 1.554 2.253 1.554s.699 1.01 2.641 1.088c2.486 1.32 8.934-.7 10.954-1.554 2.02-.855-.466-5.594-.466-5.594",fill:"#FFC6A0"},null),y("path",{d:"M73.425 122.826s.66 1.127 3.167 1.418c2.315.27 2.563.583 2.563.583s-2.545 2.894-9.07 2.272M72.416 129.274s3.826.097 4.933-.718M74.98 130.75s1.961.136 3.36-.505M77.232 131.916s1.748.019 2.914-.505M73.328 122.321s-.595-1.032 1.262-.427c1.671.544 2.833.055 5.128.155 1.389.061 3.067-.297 3.982.15 1.606.784 3.632 2.181 3.632 2.181s10.526 1.204 19.033-1.127M78.864 108.104s-8.39 2.758-13.168 12.12",stroke:"#E59788","stroke-width":".774","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M109.278 112.533s3.38-3.613 7.575-4.662",stroke:"#E4EBF7","stroke-width":"1.085","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M107.375 123.006s9.697-2.745 11.445-.88",stroke:"#E59788","stroke-width":".774","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M194.605 83.656l3.971-3.886M187.166 90.933l3.736-3.655M191.752 84.207l-4.462-4.56M198.453 91.057l-4.133-4.225M129.256 163.074l3.718-3.718M122.291 170.039l3.498-3.498M126.561 163.626l-4.27-4.27M132.975 170.039l-3.955-3.955",stroke:"#BFCDDD","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M190.156 211.779h-1.604a4.023 4.023 0 0 1-4.011-4.011V175.68a4.023 4.023 0 0 1 4.01-4.01h1.605a4.023 4.023 0 0 1 4.011 4.01v32.088a4.023 4.023 0 0 1-4.01 4.01",fill:"#A3B4C6"},null),y("path",{d:"M237.824 212.977a4.813 4.813 0 0 1-4.813 4.813h-86.636a4.813 4.813 0 0 1 0-9.626h86.636a4.813 4.813 0 0 1 4.813 4.813",fill:"#A3B4C6"},null),y("mask",{fill:"#fff"},null),y("path",{fill:"#A3B4C6",mask:"url(#d)",d:"M154.098 190.096h70.513v-84.617h-70.513z"},null),y("path",{d:"M224.928 190.096H153.78a3.219 3.219 0 0 1-3.208-3.209V167.92a3.219 3.219 0 0 1 3.208-3.21h71.148a3.219 3.219 0 0 1 3.209 3.21v18.967a3.219 3.219 0 0 1-3.21 3.209M224.928 130.832H153.78a3.218 3.218 0 0 1-3.208-3.208v-18.968a3.219 3.219 0 0 1 3.208-3.209h71.148a3.219 3.219 0 0 1 3.209 3.21v18.967a3.218 3.218 0 0 1-3.21 3.208",fill:"#BFCDDD",mask:"url(#d)"},null),y("path",{d:"M159.563 120.546a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M166.98 120.546a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M174.397 120.546a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M222.539 120.546h-22.461a.802.802 0 0 1-.802-.802v-3.208c0-.443.359-.803.802-.803h22.46c.444 0 .803.36.803.803v3.208c0 .443-.36.802-.802.802",fill:"#FFF",mask:"url(#d)"},null),y("path",{d:"M224.928 160.464H153.78a3.218 3.218 0 0 1-3.208-3.209v-18.967a3.219 3.219 0 0 1 3.208-3.209h71.148a3.219 3.219 0 0 1 3.209 3.209v18.967a3.218 3.218 0 0 1-3.21 3.209",fill:"#BFCDDD",mask:"url(#d)"},null),y("path",{d:"M173.455 130.832h49.301M164.984 130.832h6.089M155.952 130.832h6.75M173.837 160.613h49.3M165.365 160.613h6.089M155.57 160.613h6.751",stroke:"#7C90A5","stroke-width":"1.124","stroke-linecap":"round","stroke-linejoin":"round",mask:"url(#d)"},null),y("path",{d:"M159.563 151.038a2.407 2.407 0 1 1 0-4.814 2.407 2.407 0 0 1 0 4.814M166.98 151.038a2.407 2.407 0 1 1 0-4.814 2.407 2.407 0 0 1 0 4.814M174.397 151.038a2.407 2.407 0 1 1 .001-4.814 2.407 2.407 0 0 1 0 4.814M222.539 151.038h-22.461a.802.802 0 0 1-.802-.802v-3.209c0-.443.359-.802.802-.802h22.46c.444 0 .803.36.803.802v3.209c0 .443-.36.802-.802.802M159.563 179.987a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M166.98 179.987a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M174.397 179.987a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M222.539 179.987h-22.461a.802.802 0 0 1-.802-.802v-3.209c0-.443.359-.802.802-.802h22.46c.444 0 .803.36.803.802v3.209c0 .443-.36.802-.802.802",fill:"#FFF",mask:"url(#d)"},null),y("path",{d:"M203.04 221.108h-27.372a2.413 2.413 0 0 1-2.406-2.407v-11.448a2.414 2.414 0 0 1 2.406-2.407h27.372a2.414 2.414 0 0 1 2.407 2.407V218.7a2.413 2.413 0 0 1-2.407 2.407",fill:"#BFCDDD",mask:"url(#d)"},null),y("path",{d:"M177.259 207.217v11.52M201.05 207.217v11.52",stroke:"#A3B4C6","stroke-width":"1.124","stroke-linecap":"round","stroke-linejoin":"round",mask:"url(#d)"},null),y("path",{d:"M162.873 267.894a9.422 9.422 0 0 1-9.422-9.422v-14.82a9.423 9.423 0 0 1 18.845 0v14.82a9.423 9.423 0 0 1-9.423 9.422",fill:"#5BA02E",mask:"url(#d)"},null),y("path",{d:"M171.22 267.83a9.422 9.422 0 0 1-9.422-9.423v-3.438a9.423 9.423 0 0 1 18.845 0v3.438a9.423 9.423 0 0 1-9.422 9.423",fill:"#92C110",mask:"url(#d)"},null),y("path",{d:"M181.31 293.666h-27.712a3.209 3.209 0 0 1-3.209-3.21V269.79a3.209 3.209 0 0 1 3.209-3.21h27.711a3.209 3.209 0 0 1 3.209 3.21v20.668a3.209 3.209 0 0 1-3.209 3.209",fill:"#F2D7AD",mask:"url(#d)"},null)])]),r_e=n_e,o_e=()=>y("svg",{width:"251",height:"294"},[y("g",{fill:"none","fill-rule":"evenodd"},[y("path",{d:"M0 129.023v-2.084C0 58.364 55.591 2.774 124.165 2.774h2.085c68.574 0 124.165 55.59 124.165 124.165v2.084c0 68.575-55.59 124.166-124.165 124.166h-2.085C55.591 253.189 0 197.598 0 129.023",fill:"#E4EBF7"},null),y("path",{d:"M41.417 132.92a8.231 8.231 0 1 1-16.38-1.65 8.231 8.231 0 0 1 16.38 1.65",fill:"#FFF"},null),y("path",{d:"M38.652 136.36l10.425 5.91M49.989 148.505l-12.58 10.73",stroke:"#FFF","stroke-width":"2"},null),y("path",{d:"M41.536 161.28a5.636 5.636 0 1 1-11.216-1.13 5.636 5.636 0 0 1 11.216 1.13M59.154 145.261a5.677 5.677 0 1 1-11.297-1.138 5.677 5.677 0 0 1 11.297 1.138M100.36 29.516l29.66-.013a4.562 4.562 0 1 0-.004-9.126l-29.66.013a4.563 4.563 0 0 0 .005 9.126M111.705 47.754l29.659-.013a4.563 4.563 0 1 0-.004-9.126l-29.66.013a4.563 4.563 0 1 0 .005 9.126",fill:"#FFF"},null),y("path",{d:"M114.066 29.503V29.5l15.698-.007a4.563 4.563 0 1 0 .004 9.126l-15.698.007v-.002a4.562 4.562 0 0 0-.004-9.122M185.405 137.723c-.55 5.455-5.418 9.432-10.873 8.882-5.456-.55-9.432-5.418-8.882-10.873.55-5.455 5.418-9.432 10.873-8.882 5.455.55 9.432 5.418 8.882 10.873",fill:"#FFF"},null),y("path",{d:"M180.17 143.772l12.572 7.129M193.841 158.42L178.67 171.36",stroke:"#FFF","stroke-width":"2"},null),y("path",{d:"M185.55 171.926a6.798 6.798 0 1 1-13.528-1.363 6.798 6.798 0 0 1 13.527 1.363M204.12 155.285a6.848 6.848 0 1 1-13.627-1.375 6.848 6.848 0 0 1 13.626 1.375",fill:"#FFF"},null),y("path",{d:"M152.988 194.074a2.21 2.21 0 1 1-4.42 0 2.21 2.21 0 0 1 4.42 0zM225.931 118.217a2.21 2.21 0 1 1-4.421 0 2.21 2.21 0 0 1 4.421 0zM217.09 153.051a2.21 2.21 0 1 1-4.421 0 2.21 2.21 0 0 1 4.42 0zM177.84 109.842a2.21 2.21 0 1 1-4.422 0 2.21 2.21 0 0 1 4.421 0zM196.114 94.454a2.21 2.21 0 1 1-4.421 0 2.21 2.21 0 0 1 4.421 0zM202.844 182.523a2.21 2.21 0 1 1-4.42 0 2.21 2.21 0 0 1 4.42 0z",stroke:"#FFF","stroke-width":"2"},null),y("path",{stroke:"#FFF","stroke-width":"2",d:"M215.125 155.262l-1.902 20.075-10.87 5.958M174.601 176.636l-6.322 9.761H156.98l-4.484 6.449M175.874 127.28V111.56M221.51 119.404l-12.77 7.859-15.228-7.86V96.668"},null),y("path",{d:"M180.68 29.32C180.68 13.128 193.806 0 210 0c16.193 0 29.32 13.127 29.32 29.32 0 16.194-13.127 29.322-29.32 29.322-16.193 0-29.32-13.128-29.32-29.321",fill:"#A26EF4"},null),y("path",{d:"M221.45 41.706l-21.563-.125a1.744 1.744 0 0 1-1.734-1.754l.071-12.23a1.744 1.744 0 0 1 1.754-1.734l21.562.125c.964.006 1.74.791 1.735 1.755l-.071 12.229a1.744 1.744 0 0 1-1.754 1.734",fill:"#FFF"},null),y("path",{d:"M215.106 29.192c-.015 2.577-2.049 4.654-4.543 4.64-2.494-.014-4.504-2.115-4.489-4.693l.04-6.925c.016-2.577 2.05-4.654 4.543-4.64 2.494.015 4.504 2.116 4.49 4.693l-.04 6.925zm-4.53-14.074a6.877 6.877 0 0 0-6.916 6.837l-.043 7.368a6.877 6.877 0 0 0 13.754.08l.042-7.368a6.878 6.878 0 0 0-6.837-6.917zM167.566 68.367h-3.93a4.73 4.73 0 0 1-4.717-4.717 4.73 4.73 0 0 1 4.717-4.717h3.93a4.73 4.73 0 0 1 4.717 4.717 4.73 4.73 0 0 1-4.717 4.717",fill:"#FFF"},null),y("path",{d:"M168.214 248.838a6.611 6.611 0 0 1-6.61-6.611v-66.108a6.611 6.611 0 0 1 13.221 0v66.108a6.611 6.611 0 0 1-6.61 6.61",fill:"#5BA02E"},null),y("path",{d:"M176.147 248.176a6.611 6.611 0 0 1-6.61-6.61v-33.054a6.611 6.611 0 1 1 13.221 0v33.053a6.611 6.611 0 0 1-6.61 6.611",fill:"#92C110"},null),y("path",{d:"M185.994 293.89h-27.376a3.17 3.17 0 0 1-3.17-3.17v-45.887a3.17 3.17 0 0 1 3.17-3.17h27.376a3.17 3.17 0 0 1 3.17 3.17v45.886a3.17 3.17 0 0 1-3.17 3.17",fill:"#F2D7AD"},null),y("path",{d:"M81.972 147.673s6.377-.927 17.566-1.28c11.729-.371 17.57 1.086 17.57 1.086s3.697-3.855.968-8.424c1.278-12.077 5.982-32.827.335-48.273-1.116-1.339-3.743-1.512-7.536-.62-1.337.315-7.147-.149-7.983-.1l-15.311-.347s-3.487-.17-8.035-.508c-1.512-.113-4.227-1.683-5.458-.338-.406.443-2.425 5.669-1.97 16.077l8.635 35.642s-3.141 3.61 1.219 7.085",fill:"#FFF"},null),y("path",{d:"M75.768 73.325l-.9-6.397 11.982-6.52s7.302-.118 8.038 1.205c.737 1.324-5.616.993-5.616.993s-1.836 1.388-2.615 2.5c-1.654 2.363-.986 6.471-8.318 5.986-1.708.284-2.57 2.233-2.57 2.233",fill:"#FFC6A0"},null),y("path",{d:"M52.44 77.672s14.217 9.406 24.973 14.444c1.061.497-2.094 16.183-11.892 11.811-7.436-3.318-20.162-8.44-21.482-14.496-.71-3.258 2.543-7.643 8.401-11.76M141.862 80.113s-6.693 2.999-13.844 6.876c-3.894 2.11-10.137 4.704-12.33 7.988-6.224 9.314 3.536 11.22 12.947 7.503 6.71-2.651 28.999-12.127 13.227-22.367",fill:"#FFB594"},null),y("path",{d:"M76.166 66.36l3.06 3.881s-2.783 2.67-6.31 5.747c-7.103 6.195-12.803 14.296-15.995 16.44-3.966 2.662-9.754 3.314-12.177-.118-3.553-5.032.464-14.628 31.422-25.95",fill:"#FFC6A0"},null),y("path",{d:"M64.674 85.116s-2.34 8.413-8.912 14.447c.652.548 18.586 10.51 22.144 10.056 5.238-.669 6.417-18.968 1.145-20.531-.702-.208-5.901-1.286-8.853-2.167-.87-.26-1.611-1.71-3.545-.936l-1.98-.869zM128.362 85.826s5.318 1.956 7.325 13.734c-.546.274-17.55 12.35-21.829 7.805-6.534-6.94-.766-17.393 4.275-18.61 4.646-1.121 5.03-1.37 10.23-2.929",fill:"#FFF"},null),y("path",{d:"M78.18 94.656s.911 7.41-4.914 13.078",stroke:"#E4EBF7","stroke-width":"1.051","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M87.397 94.68s3.124 2.572 10.263 2.572c7.14 0 9.074-3.437 9.074-3.437",stroke:"#E4EBF7","stroke-width":".932","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M117.184 68.639l-6.781-6.177s-5.355-4.314-9.223-.893c-3.867 3.422 4.463 2.083 5.653 4.165 1.19 2.082.848 1.143-2.083.446-5.603-1.331-2.082.893 2.975 5.355 2.091 1.845 6.992.955 6.992.955l2.467-3.851z",fill:"#FFC6A0"},null),y("path",{d:"M105.282 91.315l-.297-10.937-15.918-.027-.53 10.45c-.026.403.17.788.515.999 2.049 1.251 9.387 5.093 15.799.424.287-.21.443-.554.431-.91",fill:"#FFB594"},null),y("path",{d:"M107.573 74.24c.817-1.147.982-9.118 1.015-11.928a1.046 1.046 0 0 0-.965-1.055l-4.62-.365c-7.71-1.044-17.071.624-18.253 6.346-5.482 5.813-.421 13.244-.421 13.244s1.963 3.566 4.305 6.791c.756 1.041.398-3.731 3.04-5.929 5.524-4.594 15.899-7.103 15.899-7.103",fill:"#5C2552"},null),y("path",{d:"M88.426 83.206s2.685 6.202 11.602 6.522c7.82.28 8.973-7.008 7.434-17.505l-.909-5.483c-6.118-2.897-15.478.54-15.478.54s-.576 2.044-.19 5.504c-2.276 2.066-1.824 5.618-1.824 5.618s-.905-1.922-1.98-2.321c-.86-.32-1.897.089-2.322 1.98-1.04 4.632 3.667 5.145 3.667 5.145",fill:"#FFC6A0"},null),y("path",{stroke:"#DB836E","stroke-width":"1.145","stroke-linecap":"round","stroke-linejoin":"round",d:"M100.843 77.099l1.701-.928-1.015-4.324.674-1.406"},null),y("path",{d:"M105.546 74.092c-.022.713-.452 1.279-.96 1.263-.51-.016-.904-.607-.882-1.32.021-.713.452-1.278.96-1.263.51.016.904.607.882 1.32M97.592 74.349c-.022.713-.452 1.278-.961 1.263-.509-.016-.904-.607-.882-1.32.022-.713.452-1.279.961-1.263.51.016.904.606.882 1.32",fill:"#552950"},null),y("path",{d:"M91.132 86.786s5.269 4.957 12.679 2.327",stroke:"#DB836E","stroke-width":"1.145","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M99.776 81.903s-3.592.232-1.44-2.79c1.59-1.496 4.897-.46 4.897-.46s1.156 3.906-3.457 3.25",fill:"#DB836E"},null),y("path",{d:"M102.88 70.6s2.483.84 3.402.715M93.883 71.975s2.492-1.144 4.778-1.073",stroke:"#5C2552","stroke-width":"1.526","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M86.32 77.374s.961.879 1.458 2.106c-.377.48-1.033 1.152-.236 1.809M99.337 83.719s1.911.151 2.509-.254",stroke:"#DB836E","stroke-width":"1.145","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M87.782 115.821l15.73-3.012M100.165 115.821l10.04-2.008",stroke:"#E4EBF7","stroke-width":"1.051","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M66.508 86.763s-1.598 8.83-6.697 14.078",stroke:"#E4EBF7","stroke-width":"1.114","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M128.31 87.934s3.013 4.121 4.06 11.785",stroke:"#E4EBF7","stroke-width":"1.051","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M64.09 84.816s-6.03 9.912-13.607 9.903",stroke:"#DB836E","stroke-width":".795","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M112.366 65.909l-.142 5.32s5.993 4.472 11.945 9.202c4.482 3.562 8.888 7.455 10.985 8.662 4.804 2.766 8.9 3.355 11.076 1.808 4.071-2.894 4.373-9.878-8.136-15.263-4.271-1.838-16.144-6.36-25.728-9.73",fill:"#FFC6A0"},null),y("path",{d:"M130.532 85.488s4.588 5.757 11.619 6.214",stroke:"#DB836E","stroke-width":".75","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M121.708 105.73s-.393 8.564-1.34 13.612",stroke:"#E4EBF7","stroke-width":"1.051","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M115.784 161.512s-3.57-1.488-2.678-7.14",stroke:"#648BD8","stroke-width":"1.051","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M101.52 290.246s4.326 2.057 7.408 1.03c2.842-.948 4.564.673 7.132 1.186 2.57.514 6.925 1.108 11.772-1.269-.104-5.551-6.939-4.01-12.048-6.763-2.582-1.39-3.812-4.757-3.625-8.863h-9.471s-1.402 10.596-1.169 14.68",fill:"#CBD1D1"},null),y("path",{d:"M101.496 290.073s2.447 1.281 6.809.658c3.081-.44 3.74.485 7.479 1.039 3.739.554 10.802-.07 11.91-.9.415 1.108-.347 2.077-.347 2.077s-1.523.608-4.847.831c-2.045.137-5.843.293-7.663-.507-1.8-1.385-5.286-1.917-5.77-.243-3.947.958-7.41-.288-7.41-.288l-.16-2.667z",fill:"#2B0849"},null),y("path",{d:"M108.824 276.19h3.116s-.103 6.751 4.57 8.62c-4.673.624-8.62-2.32-7.686-8.62",fill:"#A4AABA"},null),y("path",{d:"M57.65 272.52s-2.122 7.47-4.518 12.396c-1.811 3.724-4.255 7.548 5.505 7.548 6.698 0 9.02-.483 7.479-6.648-1.541-6.164.268-13.296.268-13.296H57.65z",fill:"#CBD1D1"},null),y("path",{d:"M51.54 290.04s2.111 1.178 6.682 1.178c6.128 0 8.31-1.662 8.31-1.662s.605 1.122-.624 2.18c-1 .862-3.624 1.603-7.444 1.559-4.177-.049-5.876-.57-6.786-1.177-.831-.554-.692-1.593-.138-2.078",fill:"#2B0849"},null),y("path",{d:"M58.533 274.438s.034 1.529-.315 2.95c-.352 1.431-1.087 3.127-1.139 4.17-.058 1.16 4.57 1.592 5.194.035.623-1.559 1.303-6.475 1.927-7.306.622-.831-4.94-2.135-5.667.15",fill:"#A4AABA"},null),y("path",{d:"M100.885 277.015l13.306.092s1.291-54.228 1.843-64.056c.552-9.828 3.756-43.13.997-62.788l-12.48-.64-22.725.776s-.433 3.944-1.19 9.921c-.062.493-.677.838-.744 1.358-.075.582.42 1.347.318 1.956-2.35 14.003-6.343 32.926-8.697 46.425-.116.663-1.227 1.004-1.45 2.677-.04.3.21 1.516.112 1.785-6.836 18.643-10.89 47.584-14.2 61.551l14.528-.014s2.185-8.524 4.008-16.878c2.796-12.817 22.987-84.553 22.987-84.553l3-.517 1.037 46.1s-.223 1.228.334 2.008c.558.782-.556 1.117-.39 2.233l.39 1.784s-.446 7.14-.892 11.826c-.446 4.685-.092 38.954-.092 38.954",fill:"#7BB2F9"},null),y("path",{d:"M77.438 220.434c1.146.094 4.016-2.008 6.916-4.91M107.55 223.931s2.758-1.103 6.069-3.862",stroke:"#648BD8","stroke-width":"1.051","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M108.459 220.905s2.759-1.104 6.07-3.863",stroke:"#648BD8","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M76.099 223.557s2.608-.587 6.47-3.346M87.33 150.82c-.27 3.088.297 8.478-4.315 9.073M104.829 149.075s.11 13.936-1.286 14.983c-2.207 1.655-2.975 1.934-2.975 1.934M101.014 149.63s.035 12.81-1.19 24.245M94.93 174.965s7.174-1.655 9.38-1.655M75.671 204.754c-.316 1.55-.64 3.067-.973 4.535 0 0-1.45 1.822-1.003 3.756.446 1.934-.943 2.034-4.96 15.273-1.686 5.559-4.464 18.49-6.313 27.447-.078.38-4.018 18.06-4.093 18.423M77.043 196.743a313.269 313.269 0 0 1-.877 4.729M83.908 151.414l-1.19 10.413s-1.091.148-.496 2.23c.111 1.34-2.66 15.692-5.153 30.267M57.58 272.94h13.238",stroke:"#648BD8","stroke-width":"1.051","stroke-linecap":"round","stroke-linejoin":"round"},null),y("path",{d:"M117.377 147.423s-16.955-3.087-35.7.199c.157 2.501-.002 4.128-.002 4.128s14.607-2.802 35.476-.31c.251-2.342.226-4.017.226-4.017",fill:"#192064"},null),y("path",{d:"M107.511 150.353l.004-4.885a.807.807 0 0 0-.774-.81c-2.428-.092-5.04-.108-7.795-.014a.814.814 0 0 0-.784.81l-.003 4.88c0 .456.371.82.827.808a140.76 140.76 0 0 1 7.688.017.81.81 0 0 0 .837-.806",fill:"#FFF"},null),y("path",{d:"M106.402 149.426l.002-3.06a.64.64 0 0 0-.616-.643 94.135 94.135 0 0 0-5.834-.009.647.647 0 0 0-.626.643l-.001 3.056c0 .36.291.648.651.64 1.78-.04 3.708-.041 5.762.012.36.009.662-.279.662-.64",fill:"#192064"},null),y("path",{d:"M101.485 273.933h12.272M102.652 269.075c.006 3.368.04 5.759.11 6.47M102.667 263.125c-.009 1.53-.015 2.98-.016 4.313M102.204 174.024l.893 44.402s.669 1.561-.224 2.677c-.892 1.116 2.455.67.893 2.231-1.562 1.562.893 1.116 0 3.347-.592 1.48-.988 20.987-1.09 34.956",stroke:"#648BD8","stroke-width":"1.051","stroke-linecap":"round","stroke-linejoin":"round"},null)])]),a_e=o_e,i_e=e=>{const{componentCls:t,lineHeightHeading3:n,iconCls:r,padding:o,paddingXL:i,paddingXS:c,paddingLG:l,marginXS:u,lineHeight:a}=e;return{[t]:{padding:`${l*2}px ${i}px`,"&-rtl":{direction:"rtl"}},[`${t} ${t}-image`]:{width:e.imageWidth,height:e.imageHeight,margin:"auto"},[`${t} ${t}-icon`]:{marginBottom:l,textAlign:"center",[`& > ${r}`]:{fontSize:e.resultIconFontSize}},[`${t} ${t}-title`]:{color:e.colorTextHeading,fontSize:e.resultTitleFontSize,lineHeight:n,marginBlock:u,textAlign:"center"},[`${t} ${t}-subtitle`]:{color:e.colorTextDescription,fontSize:e.resultSubtitleFontSize,lineHeight:a,textAlign:"center"},[`${t} ${t}-content`]:{marginTop:l,padding:`${l}px ${o*2.5}px`,backgroundColor:e.colorFillAlter},[`${t} ${t}-extra`]:{margin:e.resultExtraMargin,textAlign:"center","& > *":{marginInlineEnd:c,"&:last-child":{marginInlineEnd:0}}}}},l_e=e=>{const{componentCls:t,iconCls:n}=e;return{[`${t}-success ${t}-icon > ${n}`]:{color:e.resultSuccessIconColor},[`${t}-error ${t}-icon > ${n}`]:{color:e.resultErrorIconColor},[`${t}-info ${t}-icon > ${n}`]:{color:e.resultInfoIconColor},[`${t}-warning ${t}-icon > ${n}`]:{color:e.resultWarningIconColor}}},s_e=e=>[i_e(e),l_e(e)],c_e=e=>s_e(e),u_e=tt("Result",e=>{const{paddingLG:t,fontSizeHeading3:n}=e,r=e.fontSize,o=`${t}px 0 0 0`,i=e.colorInfo,c=e.colorError,l=e.colorSuccess,u=e.colorWarning,a=Ve(e,{resultTitleFontSize:n,resultSubtitleFontSize:r,resultIconFontSize:n*3,resultExtraMargin:o,resultInfoIconColor:i,resultErrorIconColor:c,resultSuccessIconColor:l,resultWarningIconColor:u});return[c_e(a)]},{imageWidth:250,imageHeight:295}),d_e={success:ui,error:to,info:di,warning:Jhe},Zp={404:t_e,500:r_e,403:a_e},p_e=Object.keys(Zp),f_e=()=>({prefixCls:String,icon:q.any,status:{type:[Number,String],default:"info"},title:q.any,subTitle:q.any,extra:q.any}),m_e=(e,t)=>{let{status:n,icon:r}=t;if(p_e.includes(`${n}`)){const c=Zp[n];return y("div",{class:`${e}-icon ${e}-image`},[y(c,null,null)])}const o=d_e[n],i=r||y(o,null,null);return y("div",{class:`${e}-icon`},[i])},g_e=(e,t)=>t&&y("div",{class:`${e}-extra`},[t]),Bl=ae({compatConfig:{MODE:3},name:"AResult",inheritAttrs:!1,props:f_e(),slots:Object,setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o,direction:i}=Me("result",e),[c,l]=u_e(o),u=L(()=>me(o.value,l.value,`${o.value}-${e.status}`,{[`${o.value}-rtl`]:i.value==="rtl"}));return()=>{var a,s,d,p,f,m,g,h;const _=(a=e.title)!==null&&a!==void 0?a:(s=n.title)===null||s===void 0?void 0:s.call(n),v=(d=e.subTitle)!==null&&d!==void 0?d:(p=n.subTitle)===null||p===void 0?void 0:p.call(n),b=(f=e.icon)!==null&&f!==void 0?f:(m=n.icon)===null||m===void 0?void 0:m.call(n),S=(g=e.extra)!==null&&g!==void 0?g:(h=n.extra)===null||h===void 0?void 0:h.call(n),E=o.value;return c(y("div",U(U({},r),{},{class:[u.value,r.class]}),[m_e(E,{status:e.status,icon:b}),y("div",{class:`${E}-title`},[_]),v&&y("div",{class:`${E}-subtitle`},[v]),g_e(E,S),n.default&&y("div",{class:`${E}-content`},[n.default()])]))}}});Bl.PRESENTED_IMAGE_403=Zp[403];Bl.PRESENTED_IMAGE_404=Zp[404];Bl.PRESENTED_IMAGE_500=Zp[500];Bl.install=function(e){return e.component(Bl.name,Bl),e};const h_e=Bl,__e=rn(YT),$4=(e,t)=>{let{attrs:n}=t;const{included:r,vertical:o,style:i,class:c}=n;let{length:l,offset:u,reverse:a}=n;l<0&&(a=!a,l=Math.abs(l),u=100-u);const s=o?{[a?"top":"bottom"]:`${u}%`,[a?"bottom":"top"]:"auto",height:`${l}%`}:{[a?"right":"left"]:`${u}%`,[a?"left":"right"]:"auto",width:`${l}%`},d=x(x({},i),s);return r?y("div",{class:c,style:d},null):null};$4.inheritAttrs=!1;const D4=$4,v_e=(e,t,n,r,o,i)=>{Jt();const c=Object.keys(t).map(parseFloat).sort((l,u)=>l-u);if(n&&r)for(let l=o;l<=i;l+=r)c.indexOf(l)===-1&&c.push(l);return c},P4=(e,t)=>{let{attrs:n}=t;const{prefixCls:r,vertical:o,reverse:i,marks:c,dots:l,step:u,included:a,lowerBound:s,upperBound:d,max:p,min:f,dotStyle:m,activeDotStyle:g}=n,h=p-f,_=v_e(o,c,l,u,f,p).map(v=>{const b=`${Math.abs(v-f)/h*100}%`,S=!a&&v===d||a&&v<=d&&v>=s;let E=o?x(x({},m),{[i?"top":"bottom"]:b}):x(x({},m),{[i?"right":"left"]:b});S&&(E=x(x({},E),g));const T=me({[`${r}-dot`]:!0,[`${r}-dot-active`]:S,[`${r}-dot-reverse`]:i});return y("span",{class:T,style:E,key:v},null)});return y("div",{class:`${r}-step`},[_])};P4.inheritAttrs=!1;const b_e=P4,M4=(e,t)=>{let{attrs:n,slots:r}=t;const{class:o,vertical:i,reverse:c,marks:l,included:u,upperBound:a,lowerBound:s,max:d,min:p,onClickLabel:f}=n,m=Object.keys(l),g=r.mark,h=d-p,_=m.map(parseFloat).sort((v,b)=>v-b).map(v=>{const b=typeof l[v]=="function"?l[v]():l[v],S=typeof b=="object"&&!In(b);let E=S?b.label:b;if(!E&&E!==0)return null;g&&(E=g({point:v,label:E}));const T=!u&&v===a||u&&v<=a&&v>=s,C=me({[`${o}-text`]:!0,[`${o}-text-active`]:T}),w={marginBottom:"-50%",[c?"top":"bottom"]:`${(v-p)/h*100}%`},O={transform:`translateX(${c?"50%":"-50%"})`,msTransform:`translateX(${c?"50%":"-50%"})`,[c?"right":"left"]:`${(v-p)/h*100}%`},R=i?w:O,I=S?x(x({},R),b.style):R,$={[Bn?"onTouchstartPassive":"onTouchstart"]:N=>f(N,v)};return y("span",U({class:C,style:I,key:v,onMousedown:N=>f(N,v)},$),[E])});return y("div",{class:o},[_])};M4.inheritAttrs=!1;const S_e=M4,k4=ae({compatConfig:{MODE:3},name:"Handle",inheritAttrs:!1,props:{prefixCls:String,vertical:{type:Boolean,default:void 0},offset:Number,disabled:{type:Boolean,default:void 0},min:Number,max:Number,value:Number,tabindex:q.oneOfType([q.number,q.string]),reverse:{type:Boolean,default:void 0},ariaLabel:String,ariaLabelledBy:String,ariaValueTextFormatter:Function,onMouseenter:{type:Function},onMouseleave:{type:Function},onMousedown:{type:Function}},setup(e,t){let{attrs:n,emit:r,expose:o}=t;const i=ce(!1),c=ce(),l=()=>{document.activeElement===c.value&&(i.value=!0)},u=h=>{i.value=!1,r("blur",h)},a=()=>{i.value=!1},s=()=>{var h;(h=c.value)===null||h===void 0||h.focus()},d=()=>{var h;(h=c.value)===null||h===void 0||h.blur()},p=()=>{i.value=!0,s()},f=h=>{h.preventDefault(),s(),r("mousedown",h)};o({focus:s,blur:d,clickFocus:p,ref:c});let m=null;Ke(()=>{m=on(document,"mouseup",l)}),lt(()=>{m==null||m.remove()});const g=L(()=>{const{vertical:h,offset:_,reverse:v}=e;return h?{[v?"top":"bottom"]:`${_}%`,[v?"bottom":"top"]:"auto",transform:v?null:"translateY(+50%)"}:{[v?"right":"left"]:`${_}%`,[v?"left":"right"]:"auto",transform:`translateX(${v?"+":"-"}50%)`}});return()=>{const{prefixCls:h,disabled:_,min:v,max:b,value:S,tabindex:E,ariaLabel:T,ariaLabelledBy:C,ariaValueTextFormatter:w,onMouseenter:O,onMouseleave:R}=e,I=me(n.class,{[`${h}-handle-click-focused`]:i.value}),$={"aria-valuemin":v,"aria-valuemax":b,"aria-valuenow":S,"aria-disabled":!!_},N=[n.style,g.value];let P=E||0;(_||E===null)&&(P=null);let A;w&&(A=w(S));const D=x(x(x(x({},n),{role:"slider",tabindex:P}),$),{class:I,onBlur:u,onKeydown:a,onMousedown:f,onMouseenter:O,onMouseleave:R,ref:c,style:N});return y("div",U(U({},D),{},{"aria-label":T,"aria-labelledby":C,"aria-valuetext":A}),null)}}});function Hb(e,t){try{return Object.keys(t).some(n=>e.target===t[n].ref)}catch{return!1}}function L4(e,t){let{min:n,max:r}=t;return er}function hN(e){return e.touches.length>1||e.type.toLowerCase()==="touchend"&&e.touches.length>0}function _N(e,t){let{marks:n,step:r,min:o,max:i}=t;const c=Object.keys(n).map(parseFloat);if(r!==null){const u=Math.pow(10,F4(r)),a=Math.floor((i*u-o*u)/(r*u)),s=Math.min((e-o)/r,a),d=Math.round(s)*r+o;c.push(d)}const l=c.map(u=>Math.abs(e-u));return c[l.indexOf(Math.min(...l))]}function F4(e){const t=e.toString();let n=0;return t.indexOf(".")>=0&&(n=t.length-t.indexOf(".")-1),n}function vN(e,t){let n=1;return window.visualViewport&&(n=+(window.visualViewport.width/document.body.getBoundingClientRect().width).toFixed(2)),(e?t.clientY:t.pageX)/n}function bN(e,t){let n=1;return window.visualViewport&&(n=+(window.visualViewport.width/document.body.getBoundingClientRect().width).toFixed(2)),(e?t.touches[0].clientY:t.touches[0].pageX)/n}function SN(e,t){const n=t.getBoundingClientRect();return e?n.top+n.height*.5:window.pageXOffset+n.left+n.width*.5}function Dx(e,t){let{max:n,min:r}=t;return e<=r?r:e>=n?n:e}function B4(e,t){const{step:n}=t,r=isFinite(_N(e,t))?_N(e,t):0;return n===null?r:parseFloat(r.toFixed(F4(n)))}function jc(e){e.stopPropagation(),e.preventDefault()}function y_e(e,t,n){const r={increase:(c,l)=>c+l,decrease:(c,l)=>c-l},o=r[e](Object.keys(n.marks).indexOf(JSON.stringify(t)),1),i=Object.keys(n.marks)[o];return n.step?r[e](t,n.step):Object.keys(n.marks).length&&n.marks[i]?n.marks[i]:t}function H4(e,t,n){const r="increase",o="decrease";let i=r;switch(e.keyCode){case Ae.UP:i=t&&n?o:r;break;case Ae.RIGHT:i=!t&&n?o:r;break;case Ae.DOWN:i=t&&n?r:o;break;case Ae.LEFT:i=!t&&n?r:o;break;case Ae.END:return(c,l)=>l.max;case Ae.HOME:return(c,l)=>l.min;case Ae.PAGE_UP:return(c,l)=>c+l.step*2;case Ae.PAGE_DOWN:return(c,l)=>c-l.step*2;default:return}return(c,l)=>y_e(i,c,l)}var E_e=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{this.document=this.sliderRef&&this.sliderRef.ownerDocument;const{autofocus:n,disabled:r}=this;n&&!r&&this.focus()})},beforeUnmount(){this.$nextTick(()=>{this.removeDocumentEvents()})},methods:{defaultHandle(n){var{index:r,directives:o,className:i,style:c}=n,l=E_e(n,["index","directives","className","style"]);if(delete l.dragging,l.value===null)return null;const u=x(x({},l),{class:i,style:c,key:r});return y(k4,u,null)},onDown(n,r){let o=r;const{draggableTrack:i,vertical:c}=this.$props,{bounds:l}=this.$data,u=i&&this.positionGetValue?this.positionGetValue(o)||[]:[],a=Hb(n,this.handlesRefs);if(this.dragTrack=i&&l.length>=2&&!a&&!u.map((s,d)=>{const p=d?!0:s>=l[d];return d===u.length-1?s<=l[d]:p}).some(s=>!s),this.dragTrack)this.dragOffset=o,this.startBounds=[...l];else{if(!a)this.dragOffset=0;else{const s=SN(c,n.target);this.dragOffset=o-s,o=s}this.onStart(o)}},onMouseDown(n){if(n.button!==0)return;this.removeDocumentEvents();const r=this.$props.vertical,o=vN(r,n);this.onDown(n,o),this.addDocumentMouseEvents()},onTouchStart(n){if(hN(n))return;const r=this.vertical,o=bN(r,n);this.onDown(n,o),this.addDocumentTouchEvents(),jc(n)},onFocus(n){const{vertical:r}=this;if(Hb(n,this.handlesRefs)&&!this.dragTrack){const o=SN(r,n.target);this.dragOffset=0,this.onStart(o),jc(n),this.$emit("focus",n)}},onBlur(n){this.dragTrack||this.onEnd(),this.$emit("blur",n)},onMouseUp(){this.handlesRefs[this.prevMovedHandleIndex]&&this.handlesRefs[this.prevMovedHandleIndex].clickFocus()},onMouseMove(n){if(!this.sliderRef){this.onEnd();return}const r=vN(this.vertical,n);this.onMove(n,r-this.dragOffset,this.dragTrack,this.startBounds)},onTouchMove(n){if(hN(n)||!this.sliderRef){this.onEnd();return}const r=bN(this.vertical,n);this.onMove(n,r-this.dragOffset,this.dragTrack,this.startBounds)},onKeyDown(n){this.sliderRef&&Hb(n,this.handlesRefs)&&this.onKeyboard(n)},onClickMarkLabel(n,r){n.stopPropagation(),this.onChange({sValue:r}),this.setState({sValue:r},()=>this.onEnd(!0))},getSliderStart(){const n=this.sliderRef,{vertical:r,reverse:o}=this,i=n.getBoundingClientRect();return r?o?i.bottom:i.top:window.pageXOffset+(o?i.right:i.left)},getSliderLength(){const n=this.sliderRef;if(!n)return 0;const r=n.getBoundingClientRect();return this.vertical?r.height:r.width},addDocumentTouchEvents(){this.onTouchMoveListener=on(this.document,"touchmove",this.onTouchMove),this.onTouchUpListener=on(this.document,"touchend",this.onEnd)},addDocumentMouseEvents(){this.onMouseMoveListener=on(this.document,"mousemove",this.onMouseMove),this.onMouseUpListener=on(this.document,"mouseup",this.onEnd)},removeDocumentEvents(){this.onTouchMoveListener&&this.onTouchMoveListener.remove(),this.onTouchUpListener&&this.onTouchUpListener.remove(),this.onMouseMoveListener&&this.onMouseMoveListener.remove(),this.onMouseUpListener&&this.onMouseUpListener.remove()},focus(){var n;this.$props.disabled||(n=this.handlesRefs[0])===null||n===void 0||n.focus()},blur(){this.$props.disabled||Object.keys(this.handlesRefs).forEach(n=>{var r,o;(o=(r=this.handlesRefs[n])===null||r===void 0?void 0:r.blur)===null||o===void 0||o.call(r)})},calcValue(n){const{vertical:r,min:o,max:i}=this,c=Math.abs(Math.max(n,0)/this.getSliderLength());return r?(1-c)*(i-o)+o:c*(i-o)+o},calcValueByPos(n){const o=(this.reverse?-1:1)*(n-this.getSliderStart());return this.trimAlignValue(this.calcValue(o))},calcOffset(n){const{min:r,max:o}=this,i=(n-r)/(o-r);return Math.max(0,i*100)},saveSlider(n){this.sliderRef=n},saveHandle(n,r){this.handlesRefs[n]=r}},render(){const{prefixCls:n,marks:r,dots:o,step:i,included:c,disabled:l,vertical:u,reverse:a,min:s,max:d,maximumTrackStyle:p,railStyle:f,dotStyle:m,activeDotStyle:g,id:h}=this,{class:_,style:v}=this.$attrs,{tracks:b,handles:S}=this.renderSlider(),E=me(n,_,{[`${n}-with-marks`]:Object.keys(r).length,[`${n}-disabled`]:l,[`${n}-vertical`]:u,[`${n}-horizontal`]:!u}),T={vertical:u,marks:r,included:c,lowerBound:this.getLowerBound(),upperBound:this.getUpperBound(),max:d,min:s,reverse:a,class:`${n}-mark`,onClickLabel:l?fl:this.onClickMarkLabel},C={[Bn?"onTouchstartPassive":"onTouchstart"]:l?fl:this.onTouchStart};return y("div",U(U({id:h,ref:this.saveSlider,tabindex:"-1",class:E},C),{},{onMousedown:l?fl:this.onMouseDown,onMouseup:l?fl:this.onMouseUp,onKeydown:l?fl:this.onKeyDown,onFocus:l?fl:this.onFocus,onBlur:l?fl:this.onBlur,style:v}),[y("div",{class:`${n}-rail`,style:x(x({},p),f)},null),b,y(b_e,{prefixCls:n,vertical:u,reverse:a,marks:r,dots:o,step:i,included:c,lowerBound:this.getLowerBound(),upperBound:this.getUpperBound(),max:d,min:s,dotStyle:m,activeDotStyle:g},null),S,y(S_e,T,{mark:this.$slots.mark}),Wh(this)])}})}const C_e=ae({compatConfig:{MODE:3},name:"Slider",mixins:[_s],inheritAttrs:!1,props:{defaultValue:Number,value:Number,disabled:{type:Boolean,default:void 0},autofocus:{type:Boolean,default:void 0},tabindex:q.oneOfType([q.number,q.string]),reverse:{type:Boolean,default:void 0},min:Number,max:Number,ariaLabelForHandle:String,ariaLabelledByForHandle:String,ariaValueTextFormatterForHandle:String,startPoint:Number},emits:["beforeChange","afterChange","change"],data(){const e=this.defaultValue!==void 0?this.defaultValue:this.min,t=this.value!==void 0?this.value:e;return{sValue:this.trimAlignValue(t),dragging:!1}},watch:{value:{handler(e){this.setChangeValue(e)},deep:!0},min(){const{sValue:e}=this;this.setChangeValue(e)},max(){const{sValue:e}=this;this.setChangeValue(e)}},methods:{setChangeValue(e){const t=e!==void 0?e:this.sValue,n=this.trimAlignValue(t,this.$props);n!==this.sValue&&(this.setState({sValue:n}),L4(t,this.$props)&&this.$emit("change",n))},onChange(e){const t=!ja(this,"value"),n=e.sValue>this.max?x(x({},e),{sValue:this.max}):e;t&&this.setState(n);const r=n.sValue;this.$emit("change",r)},onStart(e){this.setState({dragging:!0});const{sValue:t}=this;this.$emit("beforeChange",t);const n=this.calcValueByPos(e);this.startValue=n,this.startPosition=e,n!==t&&(this.prevMovedHandleIndex=0,this.onChange({sValue:n}))},onEnd(e){const{dragging:t}=this;this.removeDocumentEvents(),(t||e)&&this.$emit("afterChange",this.sValue),this.setState({dragging:!1})},onMove(e,t){jc(e);const{sValue:n}=this,r=this.calcValueByPos(t);r!==n&&this.onChange({sValue:r})},onKeyboard(e){const{reverse:t,vertical:n}=this.$props,r=H4(e,n,t);if(r){jc(e);const{sValue:o}=this,i=r(o,this.$props),c=this.trimAlignValue(i);if(c===o)return;this.onChange({sValue:c}),this.$emit("afterChange",c),this.onEnd()}},getLowerBound(){const e=this.$props.startPoint||this.$props.min;return this.$data.sValue>e?e:this.$data.sValue},getUpperBound(){return this.$data.sValue1&&arguments[1]!==void 0?arguments[1]:{};if(e===null)return null;const n=x(x({},this.$props),t),r=Dx(e,n);return B4(r,n)},getTrack(e){let{prefixCls:t,reverse:n,vertical:r,included:o,minimumTrackStyle:i,mergedTrackStyle:c,length:l,offset:u}=e;return y(D4,{class:`${t}-track`,vertical:r,included:o,offset:u,reverse:n,length:l,style:x(x({},i),c)},null)},renderSlider(){const{prefixCls:e,vertical:t,included:n,disabled:r,minimumTrackStyle:o,trackStyle:i,handleStyle:c,tabindex:l,ariaLabelForHandle:u,ariaLabelledByForHandle:a,ariaValueTextFormatterForHandle:s,min:d,max:p,startPoint:f,reverse:m,handle:g,defaultHandle:h}=this,_=g||h,{sValue:v,dragging:b}=this,S=this.calcOffset(v),E=_({class:`${e}-handle`,prefixCls:e,vertical:t,offset:S,value:v,dragging:b,disabled:r,min:d,max:p,reverse:m,index:0,tabindex:l,ariaLabel:u,ariaLabelledBy:a,ariaValueTextFormatter:s,style:c[0]||c,ref:w=>this.saveHandle(0,w),onFocus:this.onFocus,onBlur:this.onBlur}),T=f!==void 0?this.calcOffset(f):0,C=i[0]||i;return{tracks:this.getTrack({prefixCls:e,reverse:m,vertical:t,included:n,offset:T,minimumTrackStyle:o,mergedTrackStyle:C,length:S-T}),handles:E}}}}),T_e=U4(C_e),Bu=e=>{let{value:t,handle:n,bounds:r,props:o}=e;const{allowCross:i,pushable:c}=o,l=Number(c),u=Dx(t,o);let a=u;return!i&&n!=null&&r!==void 0&&(n>0&&u<=r[n-1]+l&&(a=r[n-1]+l),n=r[n+1]-l&&(a=r[n+1]-l)),B4(a,o)},x_e={defaultValue:q.arrayOf(q.number),value:q.arrayOf(q.number),count:Number,pushable:gk(q.oneOfType([q.looseBool,q.number])),allowCross:{type:Boolean,default:void 0},disabled:{type:Boolean,default:void 0},reverse:{type:Boolean,default:void 0},tabindex:q.arrayOf(q.number),prefixCls:String,min:Number,max:Number,autofocus:{type:Boolean,default:void 0},ariaLabelGroupForHandles:Array,ariaLabelledByGroupForHandles:Array,ariaValueTextFormatterGroupForHandles:Array,draggableTrack:{type:Boolean,default:void 0}},w_e=ae({compatConfig:{MODE:3},name:"Range",mixins:[_s],inheritAttrs:!1,props:st(x_e,{count:1,allowCross:!0,pushable:!1,tabindex:[],draggableTrack:!1,ariaLabelGroupForHandles:[],ariaLabelledByGroupForHandles:[],ariaValueTextFormatterGroupForHandles:[]}),emits:["beforeChange","afterChange","change"],displayName:"Range",data(){const{count:e,min:t,max:n}=this,r=Array(...Array(e+1)).map(()=>t),o=ja(this,"defaultValue")?this.defaultValue:r;let{value:i}=this;i===void 0&&(i=o);const c=i.map((u,a)=>Bu({value:u,handle:a,props:this.$props}));return{sHandle:null,recent:c[0]===n?0:c.length-1,bounds:c}},watch:{value:{handler(e){const{bounds:t}=this;this.setChangeValue(e||t)},deep:!0},min(){const{value:e}=this;this.setChangeValue(e||this.bounds)},max(){const{value:e}=this;this.setChangeValue(e||this.bounds)}},methods:{setChangeValue(e){const{bounds:t}=this;let n=e.map((r,o)=>Bu({value:r,handle:o,bounds:t,props:this.$props}));if(t.length===n.length){if(n.every((r,o)=>r===t[o]))return null}else n=e.map((r,o)=>Bu({value:r,handle:o,props:this.$props}));if(this.setState({bounds:n}),e.some(r=>L4(r,this.$props))){const r=e.map(o=>Dx(o,this.$props));this.$emit("change",r)}},onChange(e){if(!ja(this,"value"))this.setState(e);else{const o={};["sHandle","recent"].forEach(i=>{e[i]!==void 0&&(o[i]=e[i])}),Object.keys(o).length&&this.setState(o)}const r=x(x({},this.$data),e).bounds;this.$emit("change",r)},positionGetValue(e){const t=this.getValue(),n=this.calcValueByPos(e),r=this.getClosestBound(n),o=this.getBoundNeedMoving(n,r),i=t[o];if(n===i)return null;const c=[...t];return c[o]=n,c},onStart(e){const{bounds:t}=this;this.$emit("beforeChange",t);const n=this.calcValueByPos(e);this.startValue=n,this.startPosition=e;const r=this.getClosestBound(n);this.prevMovedHandleIndex=this.getBoundNeedMoving(n,r),this.setState({sHandle:this.prevMovedHandleIndex,recent:this.prevMovedHandleIndex});const o=t[this.prevMovedHandleIndex];if(n===o)return;const i=[...t];i[this.prevMovedHandleIndex]=n,this.onChange({bounds:i})},onEnd(e){const{sHandle:t}=this;this.removeDocumentEvents(),t||(this.dragTrack=!1),(t!==null||e)&&this.$emit("afterChange",this.bounds),this.setState({sHandle:null})},onMove(e,t,n,r){jc(e);const{$data:o,$props:i}=this,c=i.max||100,l=i.min||0;if(n){let p=i.vertical?-t:t;p=i.reverse?-p:p;const f=c-Math.max(...r),m=l-Math.min(...r),g=Math.min(Math.max(p/(this.getSliderLength()/100),m),f),h=r.map(_=>Math.floor(Math.max(Math.min(_+g,c),l)));o.bounds.map((_,v)=>_===h[v]).some(_=>!_)&&this.onChange({bounds:h});return}const{bounds:u,sHandle:a}=this,s=this.calcValueByPos(t),d=u[a];s!==d&&this.moveTo(s)},onKeyboard(e){const{reverse:t,vertical:n}=this.$props,r=H4(e,n,t);if(r){jc(e);const{bounds:o,sHandle:i}=this,c=o[i===null?this.recent:i],l=r(c,this.$props),u=Bu({value:l,handle:i,bounds:o,props:this.$props});if(u===c)return;this.moveTo(u,!0)}},getClosestBound(e){const{bounds:t}=this;let n=0;for(let r=1;r=t[r]&&(n=r);return Math.abs(t[n+1]-e)l-u),this.internalPointsCache={marks:e,step:t,points:c}}return this.internalPointsCache.points},moveTo(e,t){const n=[...this.bounds],{sHandle:r,recent:o}=this,i=r===null?o:r;n[i]=e;let c=i;this.$props.pushable!==!1?this.pushSurroundingHandles(n,c):this.$props.allowCross&&(n.sort((l,u)=>l-u),c=n.indexOf(e)),this.onChange({recent:c,sHandle:c,bounds:n}),t&&(this.$emit("afterChange",n),this.setState({},()=>{this.handlesRefs[c].focus()}),this.onEnd())},pushSurroundingHandles(e,t){const n=e[t],{pushable:r}=this,o=Number(r);let i=0;if(e[t+1]-n=r.length||i<0)return!1;const c=t+n,l=r[i],{pushable:u}=this,a=Number(u),s=n*(e[c]-l);return this.pushHandle(e,c,n,a-s)?(e[t]=l,!0):!1},trimAlignValue(e){const{sHandle:t,bounds:n}=this;return Bu({value:e,handle:t,bounds:n,props:this.$props})},ensureValueNotConflict(e,t,n){let{allowCross:r,pushable:o}=n;const i=this.$data||{},{bounds:c}=i;if(e=e===void 0?i.sHandle:e,o=Number(o),!r&&e!=null&&c!==void 0){if(e>0&&t<=c[e-1]+o)return c[e-1]+o;if(e=c[e+1]-o)return c[e+1]-o}return t},getTrack(e){let{bounds:t,prefixCls:n,reverse:r,vertical:o,included:i,offsets:c,trackStyle:l}=e;return t.slice(0,-1).map((u,a)=>{const s=a+1,d=me({[`${n}-track`]:!0,[`${n}-track-${s}`]:!0});return y(D4,{class:d,vertical:o,reverse:r,included:i,offset:c[s-1],length:c[s]-c[s-1],style:l[a],key:s},null)})},renderSlider(){const{sHandle:e,bounds:t,prefixCls:n,vertical:r,included:o,disabled:i,min:c,max:l,reverse:u,handle:a,defaultHandle:s,trackStyle:d,handleStyle:p,tabindex:f,ariaLabelGroupForHandles:m,ariaLabelledByGroupForHandles:g,ariaValueTextFormatterGroupForHandles:h}=this,_=a||s,v=t.map(E=>this.calcOffset(E)),b=`${n}-handle`,S=t.map((E,T)=>{let C=f[T]||0;(i||f[T]===null)&&(C=null);const w=e===T;return _({class:me({[b]:!0,[`${b}-${T+1}`]:!0,[`${b}-dragging`]:w}),prefixCls:n,vertical:r,dragging:w,offset:v[T],value:E,index:T,tabindex:C,min:c,max:l,reverse:u,disabled:i,style:p[T],ref:O=>this.saveHandle(T,O),onFocus:this.onFocus,onBlur:this.onBlur,ariaLabel:m[T],ariaLabelledBy:g[T],ariaValueTextFormatter:h[T]})});return{tracks:this.getTrack({bounds:t,prefixCls:n,reverse:u,vertical:r,included:o,offsets:v,trackStyle:d}),handles:S}}}}),O_e=U4(w_e),I_e=ae({compatConfig:{MODE:3},name:"SliderTooltip",inheritAttrs:!1,props:qL(),setup(e,t){let{attrs:n,slots:r}=t;const o=ie(null),i=ie(null);function c(){it.cancel(i.value),i.value=null}function l(){i.value=it(()=>{var a;(a=o.value)===null||a===void 0||a.forcePopupAlign(),i.value=null})}const u=()=>{c(),e.open&&l()};return Ee([()=>e.open,()=>e.title],()=>{u()},{flush:"post",immediate:!0}),wp(()=>{u()}),lt(()=>{c()}),()=>y(Kr,U(U({ref:o},e),n),r)}}),R_e=e=>{const{componentCls:t,controlSize:n,dotSize:r,marginFull:o,marginPart:i,colorFillContentHover:c}=e;return{[t]:x(x({},ot(e)),{position:"relative",height:n,margin:`${i}px ${o}px`,padding:0,cursor:"pointer",touchAction:"none","&-vertical":{margin:`${o}px ${i}px`},[`${t}-rail`]:{position:"absolute",backgroundColor:e.colorFillTertiary,borderRadius:e.borderRadiusXS,transition:`background-color ${e.motionDurationMid}`},[`${t}-track`]:{position:"absolute",backgroundColor:e.colorPrimaryBorder,borderRadius:e.borderRadiusXS,transition:`background-color ${e.motionDurationMid}`},"&:hover":{[`${t}-rail`]:{backgroundColor:e.colorFillSecondary},[`${t}-track`]:{backgroundColor:e.colorPrimaryBorderHover},[`${t}-dot`]:{borderColor:c},[`${t}-handle::after`]:{boxShadow:`0 0 0 ${e.handleLineWidth}px ${e.colorPrimaryBorderHover}`},[`${t}-dot-active`]:{borderColor:e.colorPrimary}},[`${t}-handle`]:{position:"absolute",width:e.handleSize,height:e.handleSize,outline:"none",[`${t}-dragging`]:{zIndex:1},"&::before":{content:'""',position:"absolute",insetInlineStart:-e.handleLineWidth,insetBlockStart:-e.handleLineWidth,width:e.handleSize+e.handleLineWidth*2,height:e.handleSize+e.handleLineWidth*2,backgroundColor:"transparent"},"&::after":{content:'""',position:"absolute",insetBlockStart:0,insetInlineStart:0,width:e.handleSize,height:e.handleSize,backgroundColor:e.colorBgElevated,boxShadow:`0 0 0 ${e.handleLineWidth}px ${e.colorPrimaryBorder}`,borderRadius:"50%",cursor:"pointer",transition:` + inset-inline-start ${e.motionDurationMid}, + inset-block-start ${e.motionDurationMid}, + width ${e.motionDurationMid}, + height ${e.motionDurationMid}, + box-shadow ${e.motionDurationMid} + `},"&:hover, &:active, &:focus":{"&::before":{insetInlineStart:-((e.handleSizeHover-e.handleSize)/2+e.handleLineWidthHover),insetBlockStart:-((e.handleSizeHover-e.handleSize)/2+e.handleLineWidthHover),width:e.handleSizeHover+e.handleLineWidthHover*2,height:e.handleSizeHover+e.handleLineWidthHover*2},"&::after":{boxShadow:`0 0 0 ${e.handleLineWidthHover}px ${e.colorPrimary}`,width:e.handleSizeHover,height:e.handleSizeHover,insetInlineStart:(e.handleSize-e.handleSizeHover)/2,insetBlockStart:(e.handleSize-e.handleSizeHover)/2}}},[`${t}-mark`]:{position:"absolute",fontSize:e.fontSize},[`${t}-mark-text`]:{position:"absolute",display:"inline-block",color:e.colorTextDescription,textAlign:"center",wordBreak:"keep-all",cursor:"pointer",userSelect:"none","&-active":{color:e.colorText}},[`${t}-step`]:{position:"absolute",background:"transparent",pointerEvents:"none"},[`${t}-dot`]:{position:"absolute",width:r,height:r,backgroundColor:e.colorBgElevated,border:`${e.handleLineWidth}px solid ${e.colorBorderSecondary}`,borderRadius:"50%",cursor:"pointer",transition:`border-color ${e.motionDurationSlow}`,"&-active":{borderColor:e.colorPrimaryBorder}},[`&${t}-disabled`]:{cursor:"not-allowed",[`${t}-rail`]:{backgroundColor:`${e.colorFillSecondary} !important`},[`${t}-track`]:{backgroundColor:`${e.colorTextDisabled} !important`},[` + ${t}-dot + `]:{backgroundColor:e.colorBgElevated,borderColor:e.colorTextDisabled,boxShadow:"none",cursor:"not-allowed"},[`${t}-handle::after`]:{backgroundColor:e.colorBgElevated,cursor:"not-allowed",width:e.handleSize,height:e.handleSize,boxShadow:`0 0 0 ${e.handleLineWidth}px ${new Dt(e.colorTextDisabled).onBackground(e.colorBgContainer).toHexString()}`,insetInlineStart:0,insetBlockStart:0},[` + ${t}-mark-text, + ${t}-dot + `]:{cursor:"not-allowed !important"}}})}},z4=(e,t)=>{const{componentCls:n,railSize:r,handleSize:o,dotSize:i}=e,c=t?"paddingBlock":"paddingInline",l=t?"width":"height",u=t?"height":"width",a=t?"insetBlockStart":"insetInlineStart",s=t?"top":"insetInlineStart";return{[c]:r,[u]:r*3,[`${n}-rail`]:{[l]:"100%",[u]:r},[`${n}-track`]:{[u]:r},[`${n}-handle`]:{[a]:(r*3-o)/2},[`${n}-mark`]:{insetInlineStart:0,top:0,[s]:o,[l]:"100%"},[`${n}-step`]:{insetInlineStart:0,top:0,[s]:r,[l]:"100%",[u]:r},[`${n}-dot`]:{position:"absolute",[a]:(r-i)/2}}},A_e=e=>{const{componentCls:t,marginPartWithMark:n}=e;return{[`${t}-horizontal`]:x(x({},z4(e,!0)),{[`&${t}-with-marks`]:{marginBottom:n}})}},N_e=e=>{const{componentCls:t}=e;return{[`${t}-vertical`]:x(x({},z4(e,!1)),{height:"100%"})}},$_e=tt("Slider",e=>{const t=Ve(e,{marginPart:(e.controlHeight-e.controlSize)/2,marginFull:e.controlSize/2,marginPartWithMark:e.controlHeightLG-e.controlSize});return[R_e(t),A_e(t),N_e(t)]},e=>{const n=e.controlHeightLG/4,r=e.controlHeightSM/2,o=e.lineWidth+1,i=e.lineWidth+1*3;return{controlSize:n,railSize:4,handleSize:n,handleSizeHover:r,dotSize:8,handleLineWidth:o,handleLineWidthHover:i}});var yN=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);otypeof e=="number"?e.toString():"",P_e=()=>({id:String,prefixCls:String,tooltipPrefixCls:String,range:We([Boolean,Object]),reverse:we(),min:Number,max:Number,step:We([Object,Number]),marks:Fe(),dots:we(),value:We([Array,Number]),defaultValue:We([Array,Number]),included:we(),disabled:we(),vertical:we(),tipFormatter:We([Function,Object],()=>D_e),tooltipOpen:we(),tooltipVisible:we(),tooltipPlacement:Ue(),getTooltipPopupContainer:Se(),autofocus:we(),handleStyle:We([Array,Object]),trackStyle:We([Array,Object]),onChange:Se(),onAfterChange:Se(),onFocus:Se(),onBlur:Se(),"onUpdate:value":Se()}),M_e=ae({compatConfig:{MODE:3},name:"ASlider",inheritAttrs:!1,props:P_e(),slots:Object,setup(e,t){let{attrs:n,slots:r,emit:o,expose:i}=t;const{prefixCls:c,rootPrefixCls:l,direction:u,getPopupContainer:a,configProvider:s}=Me("slider",e),[d,p]=$_e(c),f=kn(),m=ie(),g=ie({}),h=(C,w)=>{g.value[C]=w},_=L(()=>e.tooltipPlacement?e.tooltipPlacement:e.vertical?u.value==="rtl"?"left":"right":"top"),v=()=>{var C;(C=m.value)===null||C===void 0||C.focus()},b=()=>{var C;(C=m.value)===null||C===void 0||C.blur()},S=C=>{o("update:value",C),o("change",C),f.onFieldChange()},E=C=>{o("blur",C)};i({focus:v,blur:b});const T=C=>{var{tooltipPrefixCls:w}=C,O=C.info,{value:R,dragging:I,index:$}=O,N=yN(O,["value","dragging","index"]);const{tipFormatter:P,tooltipOpen:A=e.tooltipVisible,getTooltipPopupContainer:D}=e,M=P?g.value[$]||I:!1,k=A||A===void 0&&M;return y(I_e,{prefixCls:w,title:P?P(R):"",open:k,placement:_.value,transitionName:`${l.value}-zoom-down`,key:$,overlayClassName:`${c.value}-tooltip`,getPopupContainer:D||(a==null?void 0:a.value)},{default:()=>[y(k4,U(U({},N),{},{value:R,onMouseenter:()=>h($,!0),onMouseleave:()=>h($,!1)}),null)]})};return()=>{const{tooltipPrefixCls:C,range:w,id:O=f.id.value}=e,R=yN(e,["tooltipPrefixCls","range","id"]),I=s.getPrefixCls("tooltip",C),$=me(n.class,{[`${c.value}-rtl`]:u.value==="rtl"},p.value);u.value==="rtl"&&!R.vertical&&(R.reverse=!R.reverse);let N;return typeof w=="object"&&(N=w.draggableTrack),d(w?y(O_e,U(U(U({},n),R),{},{step:R.step,draggableTrack:N,class:$,ref:m,handle:P=>T({tooltipPrefixCls:I,prefixCls:c.value,info:P}),prefixCls:c.value,onChange:S,onBlur:E}),{mark:r.mark}):y(T_e,U(U(U({},n),R),{},{id:O,step:R.step,class:$,ref:m,handle:P=>T({tooltipPrefixCls:I,prefixCls:c.value,info:P}),prefixCls:c.value,onChange:S,onBlur:E}),{mark:r.mark}))}}}),k_e=rn(M_e);function EN(e){return typeof e=="string"}function L_e(){}const G4=()=>({prefixCls:String,itemWidth:String,active:{type:Boolean,default:void 0},disabled:{type:Boolean,default:void 0},status:Ue(),iconPrefix:String,icon:q.any,adjustMarginRight:String,stepNumber:Number,stepIndex:Number,description:q.any,title:q.any,subTitle:q.any,progressDot:gk(q.oneOfType([q.looseBool,q.func])),tailContent:q.any,icons:q.shape({finish:q.any,error:q.any}).loose,onClick:Se(),onStepClick:Se(),stepIcon:Se(),itemRender:Se(),__legacy:we()}),j4=ae({compatConfig:{MODE:3},name:"Step",inheritAttrs:!1,props:G4(),setup(e,t){let{slots:n,emit:r,attrs:o}=t;const i=l=>{r("click",l),r("stepClick",e.stepIndex)},c=l=>{let{icon:u,title:a,description:s}=l;const{prefixCls:d,stepNumber:p,status:f,iconPrefix:m,icons:g,progressDot:h=n.progressDot,stepIcon:_=n.stepIcon}=e;let v;const b=me(`${d}-icon`,`${m}icon`,{[`${m}icon-${u}`]:u&&EN(u),[`${m}icon-check`]:!u&&f==="finish"&&(g&&!g.finish||!g),[`${m}icon-cross`]:!u&&f==="error"&&(g&&!g.error||!g)}),S=y("span",{class:`${d}-icon-dot`},null);return h?typeof h=="function"?v=y("span",{class:`${d}-icon`},[h({iconDot:S,index:p-1,status:f,title:a,description:s,prefixCls:d})]):v=y("span",{class:`${d}-icon`},[S]):u&&!EN(u)?v=y("span",{class:`${d}-icon`},[u]):g&&g.finish&&f==="finish"?v=y("span",{class:`${d}-icon`},[g.finish]):g&&g.error&&f==="error"?v=y("span",{class:`${d}-icon`},[g.error]):u||f==="finish"||f==="error"?v=y("span",{class:b},null):v=y("span",{class:`${d}-icon`},[p]),_&&(v=_({index:p-1,status:f,title:a,description:s,node:v})),v};return()=>{var l,u,a,s;const{prefixCls:d,itemWidth:p,active:f,status:m="wait",tailContent:g,adjustMarginRight:h,disabled:_,title:v=(l=n.title)===null||l===void 0?void 0:l.call(n),description:b=(u=n.description)===null||u===void 0?void 0:u.call(n),subTitle:S=(a=n.subTitle)===null||a===void 0?void 0:a.call(n),icon:E=(s=n.icon)===null||s===void 0?void 0:s.call(n),onClick:T,onStepClick:C}=e,w=m||"wait",O=me(`${d}-item`,`${d}-item-${w}`,{[`${d}-item-custom`]:E,[`${d}-item-active`]:f,[`${d}-item-disabled`]:_===!0}),R={};p&&(R.width=p),h&&(R.marginRight=h);const I={onClick:T||L_e};C&&!_&&(I.role="button",I.tabindex=0,I.onClick=i);const $=y("div",U(U({},gt(o,["__legacy"])),{},{class:[O,o.class],style:[o.style,R]}),[y("div",U(U({},I),{},{class:`${d}-item-container`}),[y("div",{class:`${d}-item-tail`},[g]),y("div",{class:`${d}-item-icon`},[c({icon:E,title:v,description:b})]),y("div",{class:`${d}-item-content`},[y("div",{class:`${d}-item-title`},[v,S&&y("div",{title:typeof S=="string"?S:void 0,class:`${d}-item-subtitle`},[S])]),b&&y("div",{class:`${d}-item-description`},[b])])])]);return e.itemRender?e.itemRender($):$}}});var F_e=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o[]),icons:q.shape({finish:q.any,error:q.any}).loose,stepIcon:Se(),isInline:q.looseBool,itemRender:Se()},emits:["change"],setup(e,t){let{slots:n,emit:r}=t;const o=l=>{const{current:u}=e;u!==l&&r("change",l)},i=(l,u,a)=>{const{prefixCls:s,iconPrefix:d,status:p,current:f,initial:m,icons:g,stepIcon:h=n.stepIcon,isInline:_,itemRender:v,progressDot:b=n.progressDot}=e,S=_||b,E=x(x({},l),{class:""}),T=m+u,C={active:T===f,stepNumber:T+1,stepIndex:T,key:T,prefixCls:s,iconPrefix:d,progressDot:S,stepIcon:h,icons:g,onStepClick:o};return p==="error"&&u===f-1&&(E.class=`${s}-next-error`),E.status||(T===f?E.status=p:Tv(E,w)),y(j4,U(U(U({},E),C),{},{__legacy:!1}),null))},c=(l,u)=>i(x({},l.props),u,a=>Nt(l,a));return()=>{var l;const{prefixCls:u,direction:a,type:s,labelPlacement:d,iconPrefix:p,status:f,size:m,current:g,progressDot:h=n.progressDot,initial:_,icons:v,items:b,isInline:S,itemRender:E}=e,T=F_e(e,["prefixCls","direction","type","labelPlacement","iconPrefix","status","size","current","progressDot","initial","icons","items","isInline","itemRender"]),C=s==="navigation",w=S||h,O=S?"horizontal":a,R=S?void 0:m,I=w?"vertical":d,$=me(u,`${u}-${a}`,{[`${u}-${R}`]:R,[`${u}-label-${I}`]:O==="horizontal",[`${u}-dot`]:!!w,[`${u}-navigation`]:C,[`${u}-inline`]:S});return y("div",U({class:$},T),[b.filter(N=>N).map((N,P)=>i(N,P)),an((l=n.default)===null||l===void 0?void 0:l.call(n)).map(c)])}}}),H_e=e=>{const{componentCls:t,stepsIconCustomTop:n,stepsIconCustomSize:r,stepsIconCustomFontSize:o}=e;return{[`${t}-item-custom`]:{[`> ${t}-item-container > ${t}-item-icon`]:{height:"auto",background:"none",border:0,[`> ${t}-icon`]:{top:n,width:r,height:r,fontSize:o,lineHeight:`${r}px`}}},[`&:not(${t}-vertical)`]:{[`${t}-item-custom`]:{[`${t}-item-icon`]:{width:"auto",background:"none"}}}}},U_e=e=>{const{componentCls:t,stepsIconSize:n,lineHeight:r,stepsSmallIconSize:o}=e;return{[`&${t}-label-vertical`]:{[`${t}-item`]:{overflow:"visible","&-tail":{marginInlineStart:n/2+e.controlHeightLG,padding:`${e.paddingXXS}px ${e.paddingLG}px`},"&-content":{display:"block",width:(n/2+e.controlHeightLG)*2,marginTop:e.marginSM,textAlign:"center"},"&-icon":{display:"inline-block",marginInlineStart:e.controlHeightLG},"&-title":{paddingInlineEnd:0,paddingInlineStart:0,"&::after":{display:"none"}},"&-subtitle":{display:"block",marginBottom:e.marginXXS,marginInlineStart:0,lineHeight:r}},[`&${t}-small:not(${t}-dot)`]:{[`${t}-item`]:{"&-icon":{marginInlineStart:e.controlHeightLG+(n-o)/2}}}}}},z_e=e=>{const{componentCls:t,stepsNavContentMaxWidth:n,stepsNavArrowColor:r,stepsNavActiveColor:o,motionDurationSlow:i}=e;return{[`&${t}-navigation`]:{paddingTop:e.paddingSM,[`&${t}-small`]:{[`${t}-item`]:{"&-container":{marginInlineStart:-e.marginSM}}},[`${t}-item`]:{overflow:"visible",textAlign:"center","&-container":{display:"inline-block",height:"100%",marginInlineStart:-e.margin,paddingBottom:e.paddingSM,textAlign:"start",transition:`opacity ${i}`,[`${t}-item-content`]:{maxWidth:n},[`${t}-item-title`]:x(x({maxWidth:"100%",paddingInlineEnd:0},Rn),{"&::after":{display:"none"}})},[`&:not(${t}-item-active)`]:{[`${t}-item-container[role='button']`]:{cursor:"pointer","&:hover":{opacity:.85}}},"&:last-child":{flex:1,"&::after":{display:"none"}},"&::after":{position:"absolute",top:`calc(50% - ${e.paddingSM/2}px)`,insetInlineStart:"100%",display:"inline-block",width:e.fontSizeIcon,height:e.fontSizeIcon,borderTop:`${e.lineWidth}px ${e.lineType} ${r}`,borderBottom:"none",borderInlineStart:"none",borderInlineEnd:`${e.lineWidth}px ${e.lineType} ${r}`,transform:"translateY(-50%) translateX(-50%) rotate(45deg)",content:'""'},"&::before":{position:"absolute",bottom:0,insetInlineStart:"50%",display:"inline-block",width:0,height:e.lineWidthBold,backgroundColor:o,transition:`width ${i}, inset-inline-start ${i}`,transitionTimingFunction:"ease-out",content:'""'}},[`${t}-item${t}-item-active::before`]:{insetInlineStart:0,width:"100%"}},[`&${t}-navigation${t}-vertical`]:{[`> ${t}-item`]:{marginInlineEnd:0,"&::before":{display:"none"},[`&${t}-item-active::before`]:{top:0,insetInlineEnd:0,insetInlineStart:"unset",display:"block",width:e.lineWidth*3,height:`calc(100% - ${e.marginLG}px)`},"&::after":{position:"relative",insetInlineStart:"50%",display:"block",width:e.controlHeight*.25,height:e.controlHeight*.25,marginBottom:e.marginXS,textAlign:"center",transform:"translateY(-50%) translateX(-50%) rotate(135deg)"},[`> ${t}-item-container > ${t}-item-tail`]:{visibility:"hidden"}}},[`&${t}-navigation${t}-horizontal`]:{[`> ${t}-item > ${t}-item-container > ${t}-item-tail`]:{visibility:"hidden"}}}},G_e=e=>{const{antCls:t,componentCls:n}=e;return{[`&${n}-with-progress`]:{[`${n}-item`]:{paddingTop:e.paddingXXS,[`&-process ${n}-item-container ${n}-item-icon ${n}-icon`]:{color:e.processIconColor}},[`&${n}-vertical > ${n}-item `]:{paddingInlineStart:e.paddingXXS,[`> ${n}-item-container > ${n}-item-tail`]:{top:e.marginXXS,insetInlineStart:e.stepsIconSize/2-e.lineWidth+e.paddingXXS}},[`&, &${n}-small`]:{[`&${n}-horizontal ${n}-item:first-child`]:{paddingBottom:e.paddingXXS,paddingInlineStart:e.paddingXXS}},[`&${n}-small${n}-vertical > ${n}-item > ${n}-item-container > ${n}-item-tail`]:{insetInlineStart:e.stepsSmallIconSize/2-e.lineWidth+e.paddingXXS},[`&${n}-label-vertical`]:{[`${n}-item ${n}-item-tail`]:{top:e.margin-2*e.lineWidth}},[`${n}-item-icon`]:{position:"relative",[`${t}-progress`]:{position:"absolute",insetBlockStart:(e.stepsIconSize-e.stepsProgressSize-e.lineWidth*2)/2,insetInlineStart:(e.stepsIconSize-e.stepsProgressSize-e.lineWidth*2)/2}}}}},j_e=e=>{const{componentCls:t,descriptionWidth:n,lineHeight:r,stepsCurrentDotSize:o,stepsDotSize:i,motionDurationSlow:c}=e;return{[`&${t}-dot, &${t}-dot${t}-small`]:{[`${t}-item`]:{"&-title":{lineHeight:r},"&-tail":{top:Math.floor((e.stepsDotSize-e.lineWidth*3)/2),width:"100%",marginTop:0,marginBottom:0,marginInline:`${n/2}px 0`,padding:0,"&::after":{width:`calc(100% - ${e.marginSM*2}px)`,height:e.lineWidth*3,marginInlineStart:e.marginSM}},"&-icon":{width:i,height:i,marginInlineStart:(e.descriptionWidth-i)/2,paddingInlineEnd:0,lineHeight:`${i}px`,background:"transparent",border:0,[`${t}-icon-dot`]:{position:"relative",float:"left",width:"100%",height:"100%",borderRadius:100,transition:`all ${c}`,"&::after":{position:"absolute",top:-e.marginSM,insetInlineStart:(i-e.controlHeightLG*1.5)/2,width:e.controlHeightLG*1.5,height:e.controlHeight,background:"transparent",content:'""'}}},"&-content":{width:n},[`&-process ${t}-item-icon`]:{position:"relative",top:(i-o)/2,width:o,height:o,lineHeight:`${o}px`,background:"none",marginInlineStart:(e.descriptionWidth-o)/2},[`&-process ${t}-icon`]:{[`&:first-child ${t}-icon-dot`]:{insetInlineStart:0}}}},[`&${t}-vertical${t}-dot`]:{[`${t}-item-icon`]:{marginTop:(e.controlHeight-i)/2,marginInlineStart:0,background:"none"},[`${t}-item-process ${t}-item-icon`]:{marginTop:(e.controlHeight-o)/2,top:0,insetInlineStart:(i-o)/2,marginInlineStart:0},[`${t}-item > ${t}-item-container > ${t}-item-tail`]:{top:(e.controlHeight-i)/2,insetInlineStart:0,margin:0,padding:`${i+e.paddingXS}px 0 ${e.paddingXS}px`,"&::after":{marginInlineStart:(i-e.lineWidth)/2}},[`&${t}-small`]:{[`${t}-item-icon`]:{marginTop:(e.controlHeightSM-i)/2},[`${t}-item-process ${t}-item-icon`]:{marginTop:(e.controlHeightSM-o)/2},[`${t}-item > ${t}-item-container > ${t}-item-tail`]:{top:(e.controlHeightSM-i)/2}},[`${t}-item:first-child ${t}-icon-dot`]:{insetInlineStart:0},[`${t}-item-content`]:{width:"inherit"}}}},V_e=e=>{const{componentCls:t}=e;return{[`&${t}-rtl`]:{direction:"rtl",[`${t}-item`]:{"&-subtitle":{float:"left"}},[`&${t}-navigation`]:{[`${t}-item::after`]:{transform:"rotate(-45deg)"}},[`&${t}-vertical`]:{[`> ${t}-item`]:{"&::after":{transform:"rotate(225deg)"},[`${t}-item-icon`]:{float:"right"}}},[`&${t}-dot`]:{[`${t}-item-icon ${t}-icon-dot, &${t}-small ${t}-item-icon ${t}-icon-dot`]:{float:"right"}}}}},Y_e=e=>{const{componentCls:t,stepsSmallIconSize:n,fontSizeSM:r,fontSize:o,colorTextDescription:i}=e;return{[`&${t}-small`]:{[`&${t}-horizontal:not(${t}-label-vertical) ${t}-item`]:{paddingInlineStart:e.paddingSM,"&:first-child":{paddingInlineStart:0}},[`${t}-item-icon`]:{width:n,height:n,marginTop:0,marginBottom:0,marginInline:`0 ${e.marginXS}px`,fontSize:r,lineHeight:`${n}px`,textAlign:"center",borderRadius:n},[`${t}-item-title`]:{paddingInlineEnd:e.paddingSM,fontSize:o,lineHeight:`${n}px`,"&::after":{top:n/2}},[`${t}-item-description`]:{color:i,fontSize:o},[`${t}-item-tail`]:{top:n/2-e.paddingXXS},[`${t}-item-custom ${t}-item-icon`]:{width:"inherit",height:"inherit",lineHeight:"inherit",background:"none",border:0,borderRadius:0,[`> ${t}-icon`]:{fontSize:n,lineHeight:`${n}px`,transform:"none"}}}}},W_e=e=>{const{componentCls:t,stepsSmallIconSize:n,stepsIconSize:r}=e;return{[`&${t}-vertical`]:{display:"flex",flexDirection:"column",[`> ${t}-item`]:{display:"block",flex:"1 0 auto",paddingInlineStart:0,overflow:"visible",[`${t}-item-icon`]:{float:"left",marginInlineEnd:e.margin},[`${t}-item-content`]:{display:"block",minHeight:e.controlHeight*1.5,overflow:"hidden"},[`${t}-item-title`]:{lineHeight:`${r}px`},[`${t}-item-description`]:{paddingBottom:e.paddingSM}},[`> ${t}-item > ${t}-item-container > ${t}-item-tail`]:{position:"absolute",top:0,insetInlineStart:e.stepsIconSize/2-e.lineWidth,width:e.lineWidth,height:"100%",padding:`${r+e.marginXXS*1.5}px 0 ${e.marginXXS*1.5}px`,"&::after":{width:e.lineWidth,height:"100%"}},[`> ${t}-item:not(:last-child) > ${t}-item-container > ${t}-item-tail`]:{display:"block"},[` > ${t}-item > ${t}-item-container > ${t}-item-content > ${t}-item-title`]:{"&::after":{display:"none"}},[`&${t}-small ${t}-item-container`]:{[`${t}-item-tail`]:{position:"absolute",top:0,insetInlineStart:e.stepsSmallIconSize/2-e.lineWidth,padding:`${n+e.marginXXS*1.5}px 0 ${e.marginXXS*1.5}px`},[`${t}-item-title`]:{lineHeight:`${n}px`}}}}},K_e=e=>{const{componentCls:t,inlineDotSize:n,inlineTitleColor:r,inlineTailColor:o}=e,i=e.paddingXS+e.lineWidth,c={[`${t}-item-container ${t}-item-content ${t}-item-title`]:{color:r}};return{[`&${t}-inline`]:{width:"auto",display:"inline-flex",[`${t}-item`]:{flex:"none","&-container":{padding:`${i}px ${e.paddingXXS}px 0`,margin:`0 ${e.marginXXS/2}px`,borderRadius:e.borderRadiusSM,cursor:"pointer",transition:`background-color ${e.motionDurationMid}`,"&:hover":{background:e.controlItemBgHover},"&[role='button']:hover":{opacity:1}},"&-icon":{width:n,height:n,marginInlineStart:`calc(50% - ${n/2}px)`,[`> ${t}-icon`]:{top:0},[`${t}-icon-dot`]:{borderRadius:e.fontSizeSM/4}},"&-content":{width:"auto",marginTop:e.marginXS-e.lineWidth},"&-title":{color:r,fontSize:e.fontSizeSM,lineHeight:e.lineHeightSM,fontWeight:"normal",marginBottom:e.marginXXS/2},"&-description":{display:"none"},"&-tail":{marginInlineStart:0,top:i+n/2,transform:"translateY(-50%)","&:after":{width:"100%",height:e.lineWidth,borderRadius:0,marginInlineStart:0,background:o}},[`&:first-child ${t}-item-tail`]:{width:"50%",marginInlineStart:"50%"},[`&:last-child ${t}-item-tail`]:{display:"block",width:"50%"},"&-wait":x({[`${t}-item-icon ${t}-icon ${t}-icon-dot`]:{backgroundColor:e.colorBorderBg,border:`${e.lineWidth}px ${e.lineType} ${o}`}},c),"&-finish":x({[`${t}-item-tail::after`]:{backgroundColor:o},[`${t}-item-icon ${t}-icon ${t}-icon-dot`]:{backgroundColor:o,border:`${e.lineWidth}px ${e.lineType} ${o}`}},c),"&-error":c,"&-active, &-process":x({[`${t}-item-icon`]:{width:n,height:n,marginInlineStart:`calc(50% - ${n/2}px)`,top:0}},c),[`&:not(${t}-item-active) > ${t}-item-container[role='button']:hover`]:{[`${t}-item-title`]:{color:r}}}}}};var ac;(function(e){e.wait="wait",e.process="process",e.finish="finish",e.error="error"})(ac||(ac={}));const Qf=(e,t)=>{const n=`${t.componentCls}-item`,r=`${e}IconColor`,o=`${e}TitleColor`,i=`${e}DescriptionColor`,c=`${e}TailColor`,l=`${e}IconBgColor`,u=`${e}IconBorderColor`,a=`${e}DotColor`;return{[`${n}-${e} ${n}-icon`]:{backgroundColor:t[l],borderColor:t[u],[`> ${t.componentCls}-icon`]:{color:t[r],[`${t.componentCls}-icon-dot`]:{background:t[a]}}},[`${n}-${e}${n}-custom ${n}-icon`]:{[`> ${t.componentCls}-icon`]:{color:t[a]}},[`${n}-${e} > ${n}-container > ${n}-content > ${n}-title`]:{color:t[o],"&::after":{backgroundColor:t[c]}},[`${n}-${e} > ${n}-container > ${n}-content > ${n}-description`]:{color:t[i]},[`${n}-${e} > ${n}-container > ${n}-tail::after`]:{backgroundColor:t[c]}}},q_e=e=>{const{componentCls:t,motionDurationSlow:n}=e,r=`${t}-item`;return x(x(x(x(x(x({[r]:{position:"relative",display:"inline-block",flex:1,overflow:"hidden",verticalAlign:"top","&:last-child":{flex:"none",[`> ${r}-container > ${r}-tail, > ${r}-container > ${r}-content > ${r}-title::after`]:{display:"none"}}},[`${r}-container`]:{outline:"none"},[`${r}-icon, ${r}-content`]:{display:"inline-block",verticalAlign:"top"},[`${r}-icon`]:{width:e.stepsIconSize,height:e.stepsIconSize,marginTop:0,marginBottom:0,marginInlineStart:0,marginInlineEnd:e.marginXS,fontSize:e.stepsIconFontSize,fontFamily:e.fontFamily,lineHeight:`${e.stepsIconSize}px`,textAlign:"center",borderRadius:e.stepsIconSize,border:`${e.lineWidth}px ${e.lineType} transparent`,transition:`background-color ${n}, border-color ${n}`,[`${t}-icon`]:{position:"relative",top:e.stepsIconTop,color:e.colorPrimary,lineHeight:1}},[`${r}-tail`]:{position:"absolute",top:e.stepsIconSize/2-e.paddingXXS,insetInlineStart:0,width:"100%","&::after":{display:"inline-block",width:"100%",height:e.lineWidth,background:e.colorSplit,borderRadius:e.lineWidth,transition:`background ${n}`,content:'""'}},[`${r}-title`]:{position:"relative",display:"inline-block",paddingInlineEnd:e.padding,color:e.colorText,fontSize:e.fontSizeLG,lineHeight:`${e.stepsTitleLineHeight}px`,"&::after":{position:"absolute",top:e.stepsTitleLineHeight/2,insetInlineStart:"100%",display:"block",width:9999,height:e.lineWidth,background:e.processTailColor,content:'""'}},[`${r}-subtitle`]:{display:"inline",marginInlineStart:e.marginXS,color:e.colorTextDescription,fontWeight:"normal",fontSize:e.fontSize},[`${r}-description`]:{color:e.colorTextDescription,fontSize:e.fontSize}},Qf(ac.wait,e)),Qf(ac.process,e)),{[`${r}-process > ${r}-container > ${r}-title`]:{fontWeight:e.fontWeightStrong}}),Qf(ac.finish,e)),Qf(ac.error,e)),{[`${r}${t}-next-error > ${t}-item-title::after`]:{background:e.colorError},[`${r}-disabled`]:{cursor:"not-allowed"}})},X_e=e=>{const{componentCls:t,motionDurationSlow:n}=e;return{[`& ${t}-item`]:{[`&:not(${t}-item-active)`]:{[`& > ${t}-item-container[role='button']`]:{cursor:"pointer",[`${t}-item`]:{[`&-title, &-subtitle, &-description, &-icon ${t}-icon`]:{transition:`color ${n}`}},"&:hover":{[`${t}-item`]:{"&-title, &-subtitle, &-description":{color:e.colorPrimary}}}},[`&:not(${t}-item-process)`]:{[`& > ${t}-item-container[role='button']:hover`]:{[`${t}-item`]:{"&-icon":{borderColor:e.colorPrimary,[`${t}-icon`]:{color:e.colorPrimary}}}}}}},[`&${t}-horizontal:not(${t}-label-vertical)`]:{[`${t}-item`]:{paddingInlineStart:e.padding,whiteSpace:"nowrap","&:first-child":{paddingInlineStart:0},[`&:last-child ${t}-item-title`]:{paddingInlineEnd:0},"&-tail":{display:"none"},"&-description":{maxWidth:e.descriptionWidth,whiteSpace:"normal"}}}}},Q_e=e=>{const{componentCls:t}=e;return{[t]:x(x(x(x(x(x(x(x(x(x(x(x(x({},ot(e)),{display:"flex",width:"100%",fontSize:0,textAlign:"initial"}),q_e(e)),X_e(e)),H_e(e)),Y_e(e)),W_e(e)),U_e(e)),j_e(e)),z_e(e)),V_e(e)),G_e(e)),K_e(e))}},Z_e=tt("Steps",e=>{const{wireframe:t,colorTextDisabled:n,fontSizeHeading3:r,fontSize:o,controlHeight:i,controlHeightLG:c,colorTextLightSolid:l,colorText:u,colorPrimary:a,colorTextLabel:s,colorTextDescription:d,colorTextQuaternary:p,colorFillContent:f,controlItemBgActive:m,colorError:g,colorBgContainer:h,colorBorderSecondary:_}=e,v=e.controlHeight,b=e.colorSplit,S=Ve(e,{processTailColor:b,stepsNavArrowColor:n,stepsIconSize:v,stepsIconCustomSize:v,stepsIconCustomTop:0,stepsIconCustomFontSize:c/2,stepsIconTop:-.5,stepsIconFontSize:o,stepsTitleLineHeight:i,stepsSmallIconSize:r,stepsDotSize:i/4,stepsCurrentDotSize:c/4,stepsNavContentMaxWidth:"auto",processIconColor:l,processTitleColor:u,processDescriptionColor:u,processIconBgColor:a,processIconBorderColor:a,processDotColor:a,waitIconColor:t?n:s,waitTitleColor:d,waitDescriptionColor:d,waitTailColor:b,waitIconBgColor:t?h:f,waitIconBorderColor:t?n:"transparent",waitDotColor:n,finishIconColor:a,finishTitleColor:u,finishDescriptionColor:d,finishTailColor:a,finishIconBgColor:t?h:m,finishIconBorderColor:t?a:m,finishDotColor:a,errorIconColor:l,errorTitleColor:g,errorDescriptionColor:g,errorTailColor:b,errorIconBgColor:g,errorIconBorderColor:g,errorDotColor:g,stepsNavActiveColor:a,stepsProgressSize:c,inlineDotSize:6,inlineTitleColor:p,inlineTailColor:_});return[Q_e(S)]},{descriptionWidth:140}),J_e=()=>({prefixCls:String,iconPrefix:String,current:Number,initial:Number,percent:Number,responsive:we(),items:Ct(),labelPlacement:Ue(),status:Ue(),size:Ue(),direction:Ue(),progressDot:We([Boolean,Function]),type:Ue(),onChange:Se(),"onUpdate:current":Se()}),Ub=ae({compatConfig:{MODE:3},name:"ASteps",inheritAttrs:!1,props:st(J_e(),{current:0,responsive:!0,labelPlacement:"horizontal"}),slots:Object,setup(e,t){let{attrs:n,slots:r,emit:o}=t;const{prefixCls:i,direction:c,configProvider:l}=Me("steps",e),[u,a]=Z_e(i),[,s]=li(),d=gu(),p=L(()=>e.responsive&&d.value.xs?"vertical":e.direction),f=L(()=>l.getPrefixCls("",e.iconPrefix)),m=b=>{o("update:current",b),o("change",b)},g=L(()=>e.type==="inline"),h=L(()=>g.value?void 0:e.percent),_=b=>{let{node:S,status:E}=b;if(E==="process"&&e.percent!==void 0){const T=e.size==="small"?s.value.controlHeight:s.value.controlHeightLG;return y("div",{class:`${i.value}-progress-icon`},[y(Ax,{type:"circle",percent:h.value,size:T,strokeWidth:4,format:()=>null},null),S])}return S},v=L(()=>({finish:y(v_,{class:`${i.value}-finish-icon`},null),error:y(eo,{class:`${i.value}-error-icon`},null)}));return()=>{const b=me({[`${i.value}-rtl`]:c.value==="rtl",[`${i.value}-with-progress`]:h.value!==void 0},n.class,a.value),S=(E,T)=>E.description?y(Kr,{title:E.description},{default:()=>[T]}):T;return u(y(B_e,U(U(U({icons:v.value},n),gt(e,["percent","responsive"])),{},{items:e.items,direction:p.value,prefixCls:i.value,iconPrefix:f.value,class:b,onChange:m,isInline:g.value,itemRender:g.value?S:void 0}),x({stepIcon:_},r)))}}}),jm=ae(x(x({compatConfig:{MODE:3}},j4),{name:"AStep",props:G4()})),eve=x(Ub,{Step:jm,install:e=>(e.component(Ub.name,Ub),e.component(jm.name,jm),e)}),tve=e=>{const{componentCls:t}=e,n=`${t}-inner`;return{[t]:{[`&${t}-small`]:{minWidth:e.switchMinWidthSM,height:e.switchHeightSM,lineHeight:`${e.switchHeightSM}px`,[`${t}-inner`]:{paddingInlineStart:e.switchInnerMarginMaxSM,paddingInlineEnd:e.switchInnerMarginMinSM,[`${n}-checked`]:{marginInlineStart:`calc(-100% + ${e.switchPinSizeSM+e.switchPadding*2}px - ${e.switchInnerMarginMaxSM*2}px)`,marginInlineEnd:`calc(100% - ${e.switchPinSizeSM+e.switchPadding*2}px + ${e.switchInnerMarginMaxSM*2}px)`},[`${n}-unchecked`]:{marginTop:-e.switchHeightSM,marginInlineStart:0,marginInlineEnd:0}},[`${t}-handle`]:{width:e.switchPinSizeSM,height:e.switchPinSizeSM},[`${t}-loading-icon`]:{top:(e.switchPinSizeSM-e.switchLoadingIconSize)/2,fontSize:e.switchLoadingIconSize},[`&${t}-checked`]:{[`${t}-inner`]:{paddingInlineStart:e.switchInnerMarginMinSM,paddingInlineEnd:e.switchInnerMarginMaxSM,[`${n}-checked`]:{marginInlineStart:0,marginInlineEnd:0},[`${n}-unchecked`]:{marginInlineStart:`calc(100% - ${e.switchPinSizeSM+e.switchPadding*2}px + ${e.switchInnerMarginMaxSM*2}px)`,marginInlineEnd:`calc(-100% + ${e.switchPinSizeSM+e.switchPadding*2}px - ${e.switchInnerMarginMaxSM*2}px)`}},[`${t}-handle`]:{insetInlineStart:`calc(100% - ${e.switchPinSizeSM+e.switchPadding}px)`}},[`&:not(${t}-disabled):active`]:{[`&:not(${t}-checked) ${n}`]:{[`${n}-unchecked`]:{marginInlineStart:e.marginXXS/2,marginInlineEnd:-e.marginXXS/2}},[`&${t}-checked ${n}`]:{[`${n}-checked`]:{marginInlineStart:-e.marginXXS/2,marginInlineEnd:e.marginXXS/2}}}}}}},nve=e=>{const{componentCls:t}=e;return{[t]:{[`${t}-loading-icon${e.iconCls}`]:{position:"relative",top:(e.switchPinSize-e.fontSize)/2,color:e.switchLoadingIconColor,verticalAlign:"top"},[`&${t}-checked ${t}-loading-icon`]:{color:e.switchColor}}}},rve=e=>{const{componentCls:t}=e,n=`${t}-handle`;return{[t]:{[n]:{position:"absolute",top:e.switchPadding,insetInlineStart:e.switchPadding,width:e.switchPinSize,height:e.switchPinSize,transition:`all ${e.switchDuration} ease-in-out`,"&::before":{position:"absolute",top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,backgroundColor:e.colorWhite,borderRadius:e.switchPinSize/2,boxShadow:e.switchHandleShadow,transition:`all ${e.switchDuration} ease-in-out`,content:'""'}},[`&${t}-checked ${n}`]:{insetInlineStart:`calc(100% - ${e.switchPinSize+e.switchPadding}px)`},[`&:not(${t}-disabled):active`]:{[`${n}::before`]:{insetInlineEnd:e.switchHandleActiveInset,insetInlineStart:0},[`&${t}-checked ${n}::before`]:{insetInlineEnd:0,insetInlineStart:e.switchHandleActiveInset}}}}},ove=e=>{const{componentCls:t}=e,n=`${t}-inner`;return{[t]:{[n]:{display:"block",overflow:"hidden",borderRadius:100,height:"100%",paddingInlineStart:e.switchInnerMarginMax,paddingInlineEnd:e.switchInnerMarginMin,transition:`padding-inline-start ${e.switchDuration} ease-in-out, padding-inline-end ${e.switchDuration} ease-in-out`,[`${n}-checked, ${n}-unchecked`]:{display:"block",color:e.colorTextLightSolid,fontSize:e.fontSizeSM,transition:`margin-inline-start ${e.switchDuration} ease-in-out, margin-inline-end ${e.switchDuration} ease-in-out`,pointerEvents:"none"},[`${n}-checked`]:{marginInlineStart:`calc(-100% + ${e.switchPinSize+e.switchPadding*2}px - ${e.switchInnerMarginMax*2}px)`,marginInlineEnd:`calc(100% - ${e.switchPinSize+e.switchPadding*2}px + ${e.switchInnerMarginMax*2}px)`},[`${n}-unchecked`]:{marginTop:-e.switchHeight,marginInlineStart:0,marginInlineEnd:0}},[`&${t}-checked ${n}`]:{paddingInlineStart:e.switchInnerMarginMin,paddingInlineEnd:e.switchInnerMarginMax,[`${n}-checked`]:{marginInlineStart:0,marginInlineEnd:0},[`${n}-unchecked`]:{marginInlineStart:`calc(100% - ${e.switchPinSize+e.switchPadding*2}px + ${e.switchInnerMarginMax*2}px)`,marginInlineEnd:`calc(-100% + ${e.switchPinSize+e.switchPadding*2}px - ${e.switchInnerMarginMax*2}px)`}},[`&:not(${t}-disabled):active`]:{[`&:not(${t}-checked) ${n}`]:{[`${n}-unchecked`]:{marginInlineStart:e.switchPadding*2,marginInlineEnd:-e.switchPadding*2}},[`&${t}-checked ${n}`]:{[`${n}-checked`]:{marginInlineStart:-e.switchPadding*2,marginInlineEnd:e.switchPadding*2}}}}}},ave=e=>{const{componentCls:t}=e;return{[t]:x(x(x(x({},ot(e)),{position:"relative",display:"inline-block",boxSizing:"border-box",minWidth:e.switchMinWidth,height:e.switchHeight,lineHeight:`${e.switchHeight}px`,verticalAlign:"middle",background:e.colorTextQuaternary,border:"0",borderRadius:100,cursor:"pointer",transition:`all ${e.motionDurationMid}`,userSelect:"none",[`&:hover:not(${t}-disabled)`]:{background:e.colorTextTertiary}}),ni(e)),{[`&${t}-checked`]:{background:e.switchColor,[`&:hover:not(${t}-disabled)`]:{background:e.colorPrimaryHover}},[`&${t}-loading, &${t}-disabled`]:{cursor:"not-allowed",opacity:e.switchDisabledOpacity,"*":{boxShadow:"none",cursor:"not-allowed"}},[`&${t}-rtl`]:{direction:"rtl"}})}},ive=tt("Switch",e=>{const t=e.fontSize*e.lineHeight,n=e.controlHeight/2,r=2,o=t-r*2,i=n-r*2,c=Ve(e,{switchMinWidth:o*2+r*4,switchHeight:t,switchDuration:e.motionDurationMid,switchColor:e.colorPrimary,switchDisabledOpacity:e.opacityLoading,switchInnerMarginMin:o/2,switchInnerMarginMax:o+r+r*2,switchPadding:r,switchPinSize:o,switchBg:e.colorBgContainer,switchMinWidthSM:i*2+r*2,switchHeightSM:n,switchInnerMarginMinSM:i/2,switchInnerMarginMaxSM:i+r+r*2,switchPinSizeSM:i,switchHandleShadow:`0 2px 4px 0 ${new Dt("#00230b").setAlpha(.2).toRgbString()}`,switchLoadingIconSize:e.fontSizeIcon*.75,switchLoadingIconColor:`rgba(0, 0, 0, ${e.opacityLoading})`,switchHandleActiveInset:"-30%"});return[ave(c),ove(c),rve(c),nve(c),tve(c)]}),lve=vr("small","default"),sve=()=>({id:String,prefixCls:String,size:q.oneOf(lve),disabled:{type:Boolean,default:void 0},checkedChildren:q.any,unCheckedChildren:q.any,tabindex:q.oneOfType([q.string,q.number]),autofocus:{type:Boolean,default:void 0},loading:{type:Boolean,default:void 0},checked:q.oneOfType([q.string,q.number,q.looseBool]),checkedValue:q.oneOfType([q.string,q.number,q.looseBool]).def(!0),unCheckedValue:q.oneOfType([q.string,q.number,q.looseBool]).def(!1),onChange:{type:Function},onClick:{type:Function},onKeydown:{type:Function},onMouseup:{type:Function},"onUpdate:checked":{type:Function},onBlur:Function,onFocus:Function}),cve=ae({compatConfig:{MODE:3},name:"ASwitch",__ANT_SWITCH:!0,inheritAttrs:!1,props:sve(),slots:Object,setup(e,t){let{attrs:n,slots:r,expose:o,emit:i}=t;const c=kn(),l=Zr(),u=L(()=>{var O;return(O=e.disabled)!==null&&O!==void 0?O:l.value});Op(()=>{Jt(),Jt()});const a=ie(e.checked!==void 0?e.checked:n.defaultChecked),s=L(()=>a.value===e.checkedValue);Ee(()=>e.checked,()=>{a.value=e.checked});const{prefixCls:d,direction:p,size:f}=Me("switch",e),[m,g]=ive(d),h=ie(),_=()=>{var O;(O=h.value)===null||O===void 0||O.focus()};o({focus:_,blur:()=>{var O;(O=h.value)===null||O===void 0||O.blur()}}),Ke(()=>{ft(()=>{e.autofocus&&!u.value&&h.value.focus()})});const b=(O,R)=>{u.value||(i("update:checked",O),i("change",O,R),c.onFieldChange())},S=O=>{i("blur",O)},E=O=>{_();const R=s.value?e.unCheckedValue:e.checkedValue;b(R,O),i("click",R,O)},T=O=>{O.keyCode===Ae.LEFT?b(e.unCheckedValue,O):O.keyCode===Ae.RIGHT&&b(e.checkedValue,O),i("keydown",O)},C=O=>{var R;(R=h.value)===null||R===void 0||R.blur(),i("mouseup",O)},w=L(()=>({[`${d.value}-small`]:f.value==="small",[`${d.value}-loading`]:e.loading,[`${d.value}-checked`]:s.value,[`${d.value}-disabled`]:u.value,[d.value]:!0,[`${d.value}-rtl`]:p.value==="rtl",[g.value]:!0}));return()=>{var O;return m(y(ZC,null,{default:()=>[y("button",U(U(U({},gt(e,["prefixCls","checkedChildren","unCheckedChildren","checked","autofocus","checkedValue","unCheckedValue","id","onChange","onUpdate:checked"])),n),{},{id:(O=e.id)!==null&&O!==void 0?O:c.id.value,onKeydown:T,onClick:E,onBlur:S,onMouseup:C,type:"button",role:"switch","aria-checked":a.value,disabled:u.value||e.loading,class:[n.class,w.value],ref:h}),[y("div",{class:`${d.value}-handle`},[e.loading?y(bo,{class:`${d.value}-loading-icon`},null):null]),y("span",{class:`${d.value}-inner`},[y("span",{class:`${d.value}-inner-checked`},[Mn(r,e,"checkedChildren")]),y("span",{class:`${d.value}-inner-unchecked`},[Mn(r,e,"unCheckedChildren")])])])]}))}}}),uve=rn(cve),V4=Symbol("TableContextProps"),dve=e=>{at(V4,e)},Ra=()=>et(V4,{}),pve="RC_TABLE_KEY";function Y4(e){return e==null?[]:Array.isArray(e)?e:[e]}function W4(e,t){if(!t&&typeof t!="number")return e;const n=Y4(t);let r=e;for(let o=0;o{const{key:o,dataIndex:i}=r||{};let c=o||Y4(i).join("-")||pve;for(;n[c];)c=`${c}_next`;n[c]=!0,t.push(c)}),t}function fve(){const e={};function t(i,c){c&&Object.keys(c).forEach(l=>{const u=c[l];u&&typeof u=="object"?(i[l]=i[l]||{},t(i[l],u)):i[l]=u})}for(var n=arguments.length,r=new Array(n),o=0;o{t(e,i)}),e}function s0(e){return e!=null}const K4=Symbol("SlotsContextProps"),mve=e=>{at(K4,e)},Px=()=>et(K4,L(()=>({}))),q4=Symbol("ContextProps"),gve=e=>{at(q4,e)},hve=()=>et(q4,{onResizeColumn:()=>{}}),Cc="RC_TABLE_INTERNAL_COL_DEFINE",X4=Symbol("HoverContextProps"),_ve=e=>{at(X4,e)},vve=()=>et(X4,{startRow:ce(-1),endRow:ce(-1),onHover(){}}),c0=ce(!1),bve=()=>{Ke(()=>{c0.value=c0.value||VT("position","sticky")})},Sve=()=>c0;var yve=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o=n}function Cve(e){return e&&typeof e=="object"&&!Array.isArray(e)&&!_n(e)}const rv=ae({name:"Cell",props:["prefixCls","record","index","renderIndex","dataIndex","customRender","component","colSpan","rowSpan","fixLeft","fixRight","firstFixLeft","lastFixLeft","firstFixRight","lastFixRight","appendNode","additionalProps","ellipsis","align","rowType","isSticky","column","cellType","transformCellText"],setup(e,t){let{slots:n}=t;const r=Px(),{onHover:o,startRow:i,endRow:c}=vve(),l=L(()=>{var m,g,h,_;return(h=(m=e.colSpan)!==null&&m!==void 0?m:(g=e.additionalProps)===null||g===void 0?void 0:g.colSpan)!==null&&h!==void 0?h:(_=e.additionalProps)===null||_===void 0?void 0:_.colspan}),u=L(()=>{var m,g,h,_;return(h=(m=e.rowSpan)!==null&&m!==void 0?m:(g=e.additionalProps)===null||g===void 0?void 0:g.rowSpan)!==null&&h!==void 0?h:(_=e.additionalProps)===null||_===void 0?void 0:_.rowspan}),a=so(()=>{const{index:m}=e;return Eve(m,u.value||1,i.value,c.value)}),s=Sve(),d=(m,g)=>{var h;const{record:_,index:v,additionalProps:b}=e;_&&o(v,v+g-1),(h=b==null?void 0:b.onMouseenter)===null||h===void 0||h.call(b,m)},p=m=>{var g;const{record:h,additionalProps:_}=e;h&&o(-1,-1),(g=_==null?void 0:_.onMouseleave)===null||g===void 0||g.call(_,m)},f=m=>{const g=an(m)[0];return _n(g)?g.type===Jo?g.children:Array.isArray(g.children)?f(g.children):void 0:g};return()=>{var m,g,h,_,v,b;const{prefixCls:S,record:E,index:T,renderIndex:C,dataIndex:w,customRender:O,component:R="td",fixLeft:I,fixRight:$,firstFixLeft:N,lastFixLeft:P,firstFixRight:A,lastFixRight:D,appendNode:M=(m=n.appendNode)===null||m===void 0?void 0:m.call(n),additionalProps:k={},ellipsis:F,align:B,rowType:H,isSticky:z,column:G={},cellType:V}=e,j=`${S}-cell`;let K,Q;const pe=(g=n.default)===null||g===void 0?void 0:g.call(n);if(s0(pe)||V==="header")Q=pe;else{const be=W4(E,w);if(Q=be,O){const le=O({text:be,value:be,record:E,index:T,renderIndex:C,column:G.__originColumn__});Cve(le)?(Q=le.children,K=le.props):Q=le}if(!(Cc in G)&&V==="body"&&r.value.bodyCell&&!(!((h=G.slots)===null||h===void 0)&&h.customRender)){const le=r_(r.value,"bodyCell",{text:be,value:be,record:E,index:T,column:G.__originColumn__},()=>{const oe=Q===void 0?be:Q;return[typeof oe=="object"&&In(oe)||typeof oe!="object"?oe:null]});Q=Lt(le)}e.transformCellText&&(Q=e.transformCellText({text:Q,record:E,index:T,column:G.__originColumn__}))}typeof Q=="object"&&!Array.isArray(Q)&&!_n(Q)&&(Q=null),F&&(P||A)&&(Q=y("span",{class:`${j}-content`},[Q])),Array.isArray(Q)&&Q.length===1&&(Q=Q[0]);const J=K||{},{colSpan:W,rowSpan:Z,style:he,class:Y}=J,X=yve(J,["colSpan","rowSpan","style","class"]),ne=(_=W!==void 0?W:l.value)!==null&&_!==void 0?_:1,re=(v=Z!==void 0?Z:u.value)!==null&&v!==void 0?v:1;if(ne===0||re===0)return null;const te={},ue=typeof I=="number"&&s.value,ge=typeof $=="number"&&s.value;ue&&(te.position="sticky",te.left=`${I}px`),ge&&(te.position="sticky",te.right=`${$}px`);const se={};B&&(se.textAlign=B);let de;const fe=F===!0?{showTitle:!0}:F;fe&&(fe.showTitle||H==="header")&&(typeof Q=="string"||typeof Q=="number"?de=Q.toString():_n(Q)&&(de=f([Q])));const _e=x(x(x({title:de},X),k),{colSpan:ne!==1?ne:null,rowSpan:re!==1?re:null,class:me(j,{[`${j}-fix-left`]:ue&&s.value,[`${j}-fix-left-first`]:N&&s.value,[`${j}-fix-left-last`]:P&&s.value,[`${j}-fix-right`]:ge&&s.value,[`${j}-fix-right-first`]:A&&s.value,[`${j}-fix-right-last`]:D&&s.value,[`${j}-ellipsis`]:F,[`${j}-with-append`]:M,[`${j}-fix-sticky`]:(ue||ge)&&z&&s.value,[`${j}-row-hover`]:!K&&a.value},k.class,Y),onMouseenter:be=>{d(be,re)},onMouseleave:p,style:[k.style,se,te,he]});return y(R,_e,{default:()=>[M,Q,(b=n.dragHandle)===null||b===void 0?void 0:b.call(n)]})}}});function Mx(e,t,n,r,o){const i=n[e]||{},c=n[t]||{};let l,u;i.fixed==="left"?l=r.left[e]:c.fixed==="right"&&(u=r.right[t]);let a=!1,s=!1,d=!1,p=!1;const f=n[t+1],m=n[e-1];return o==="rtl"?l!==void 0?p=!(m&&m.fixed==="left"):u!==void 0&&(d=!(f&&f.fixed==="right")):l!==void 0?a=!(f&&f.fixed==="left"):u!==void 0&&(s=!(m&&m.fixed==="right")),{fixLeft:l,fixRight:u,lastFixLeft:a,firstFixRight:s,lastFixRight:d,firstFixLeft:p,isSticky:r.isSticky}}const CN={mouse:{start:"mousedown",move:"mousemove",stop:"mouseup"},touch:{start:"touchstart",move:"touchmove",stop:"touchend"}},TN=50,Tve=ae({compatConfig:{MODE:3},name:"DragHandle",props:{prefixCls:String,width:{type:Number,required:!0},minWidth:{type:Number,default:TN},maxWidth:{type:Number,default:1/0},column:{type:Object,default:void 0}},setup(e){let t=0,n={remove:()=>{}},r={remove:()=>{}};const o=()=>{n.remove(),r.remove()};cr(()=>{o()}),Qe(()=>{Wt(!isNaN(e.width),"Table","width must be a number when use resizable")});const{onResizeColumn:i}=hve(),c=L(()=>typeof e.minWidth=="number"&&!isNaN(e.minWidth)?e.minWidth:TN),l=L(()=>typeof e.maxWidth=="number"&&!isNaN(e.maxWidth)?e.maxWidth:1/0),u=mn();let a=0;const s=ce(!1);let d;const p=b=>{let S=0;b.touches?b.touches.length?S=b.touches[0].pageX:S=b.changedTouches[0].pageX:S=b.pageX;const E=t-S;let T=Math.max(a-E,c.value);T=Math.min(T,l.value),it.cancel(d),d=it(()=>{i(T,e.column.__originColumn__)})},f=b=>{p(b)},m=b=>{s.value=!1,p(b),o()},g=(b,S)=>{s.value=!0,o(),a=u.vnode.el.parentNode.getBoundingClientRect().width,!(b instanceof MouseEvent&&b.which!==1)&&(b.stopPropagation&&b.stopPropagation(),t=b.touches?b.touches[0].pageX:b.pageX,n=on(document.documentElement,S.move,f),r=on(document.documentElement,S.stop,m))},h=b=>{b.stopPropagation(),b.preventDefault(),g(b,CN.mouse)},_=b=>{b.stopPropagation(),b.preventDefault(),g(b,CN.touch)},v=b=>{b.stopPropagation(),b.preventDefault()};return()=>{const{prefixCls:b}=e,S={[Bn?"onTouchstartPassive":"onTouchstart"]:E=>_(E)};return y("div",U(U({class:`${b}-resize-handle ${s.value?"dragging":""}`,onMousedown:h},S),{},{onClick:v}),[y("div",{class:`${b}-resize-handle-line`},null)])}}}),xve=ae({name:"HeaderRow",props:["cells","stickyOffsets","flattenColumns","rowComponent","cellComponent","index","customHeaderRow"],setup(e){const t=Ra();return()=>{const{prefixCls:n,direction:r}=t,{cells:o,stickyOffsets:i,flattenColumns:c,rowComponent:l,cellComponent:u,customHeaderRow:a,index:s}=e;let d;a&&(d=a(o.map(f=>f.column),s));const p=nv(o.map(f=>f.column));return y(l,d,{default:()=>[o.map((f,m)=>{const{column:g}=f,h=Mx(f.colStart,f.colEnd,c,i,r);let _;g&&g.customHeaderCell&&(_=f.column.customHeaderCell(g));const v=g;return y(rv,U(U(U({},f),{},{cellType:"header",ellipsis:g.ellipsis,align:g.align,component:u,prefixCls:n,key:p[m]},h),{},{additionalProps:_,rowType:"header",column:g}),{default:()=>g.title,dragHandle:()=>v.resizable?y(Tve,{prefixCls:n,width:v.width,minWidth:v.minWidth,maxWidth:v.maxWidth,column:v},null):null})})]})}}});function wve(e){const t=[];function n(o,i){let c=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0;t[c]=t[c]||[];let l=i;return o.filter(Boolean).map(a=>{const s={key:a.key,class:me(a.className,a.class),column:a,colStart:l};let d=1;const p=a.children;return p&&p.length>0&&(d=n(p,l,c+1).reduce((f,m)=>f+m,0),s.hasSubColumns=!0),"colSpan"in a&&({colSpan:d}=a),"rowSpan"in a&&(s.rowSpan=a.rowSpan),s.colSpan=d,s.colEnd=s.colStart+d-1,t[c].push(s),l+=d,d})}n(e,0);const r=t.length;for(let o=0;o{!("rowSpan"in i)&&!i.hasSubColumns&&(i.rowSpan=r-o)});return t}const xN=ae({name:"TableHeader",inheritAttrs:!1,props:["columns","flattenColumns","stickyOffsets","customHeaderRow"],setup(e){const t=Ra(),n=L(()=>wve(e.columns));return()=>{const{prefixCls:r,getComponent:o}=t,{stickyOffsets:i,flattenColumns:c,customHeaderRow:l}=e,u=o(["header","wrapper"],"thead"),a=o(["header","row"],"tr"),s=o(["header","cell"],"th");return y(u,{class:`${r}-thead`},{default:()=>[n.value.map((d,p)=>y(xve,{key:p,flattenColumns:c,cells:d,stickyOffsets:i,rowComponent:a,cellComponent:s,customHeaderRow:l,index:p},null))]})}}}),Q4=Symbol("ExpandedRowProps"),Ove=e=>{at(Q4,e)},Ive=()=>et(Q4,{}),Z4=ae({name:"ExpandedRow",inheritAttrs:!1,props:["prefixCls","component","cellComponent","expanded","colSpan","isEmpty"],setup(e,t){let{slots:n,attrs:r}=t;const o=Ra(),i=Ive(),{fixHeader:c,fixColumn:l,componentWidth:u,horizonScroll:a}=i;return()=>{const{prefixCls:s,component:d,cellComponent:p,expanded:f,colSpan:m,isEmpty:g}=e;return y(d,{class:r.class,style:{display:f?null:"none"}},{default:()=>[y(rv,{component:p,prefixCls:s,colSpan:m},{default:()=>{var h;let _=(h=n.default)===null||h===void 0?void 0:h.call(n);return(g?a.value:l.value)&&(_=y("div",{style:{width:`${u.value-(c.value?o.scrollbarSize:0)}px`,position:"sticky",left:0,overflow:"hidden"},class:`${s}-expanded-row-fixed`},[_])),_}})]})}}}),Rve=ae({name:"MeasureCell",props:["columnKey"],setup(e,t){let{emit:n}=t;const r=ie();return Ke(()=>{r.value&&n("columnResize",e.columnKey,r.value.offsetWidth)}),()=>y(ko,{onResize:o=>{let{offsetWidth:i}=o;n("columnResize",e.columnKey,i)}},{default:()=>[y("td",{ref:r,style:{padding:0,border:0,height:0}},[y("div",{style:{height:0,overflow:"hidden"}},[zn(" ")])])]})}}),J4=Symbol("BodyContextProps"),Ave=e=>{at(J4,e)},e6=()=>et(J4,{}),Nve=ae({name:"BodyRow",inheritAttrs:!1,props:["record","index","renderIndex","recordKey","expandedKeys","rowComponent","cellComponent","customRow","rowExpandable","indent","rowKey","getRowKey","childrenColumnName"],setup(e,t){let{attrs:n}=t;const r=Ra(),o=e6(),i=ce(!1),c=L(()=>e.expandedKeys&&e.expandedKeys.has(e.recordKey));Qe(()=>{c.value&&(i.value=!0)});const l=L(()=>o.expandableType==="row"&&(!e.rowExpandable||e.rowExpandable(e.record))),u=L(()=>o.expandableType==="nest"),a=L(()=>e.childrenColumnName&&e.record&&e.record[e.childrenColumnName]),s=L(()=>l.value||u.value),d=(h,_)=>{o.onTriggerExpand(h,_)},p=L(()=>{var h;return((h=e.customRow)===null||h===void 0?void 0:h.call(e,e.record,e.index))||{}}),f=function(h){var _,v;o.expandRowByClick&&s.value&&d(e.record,h);for(var b=arguments.length,S=new Array(b>1?b-1:0),E=1;E{const{record:h,index:_,indent:v}=e,{rowClassName:b}=o;return typeof b=="string"?b:typeof b=="function"?b(h,_,v):""}),g=L(()=>nv(o.flattenColumns));return()=>{const{class:h,style:_}=n,{record:v,index:b,rowKey:S,indent:E=0,rowComponent:T,cellComponent:C}=e,{prefixCls:w,fixedInfoList:O,transformCellText:R}=r,{flattenColumns:I,expandedRowClassName:$,indentSize:N,expandIcon:P,expandedRowRender:A,expandIconColumnIndex:D}=o,M=y(T,U(U({},p.value),{},{"data-row-key":S,class:me(h,`${w}-row`,`${w}-row-level-${E}`,m.value,p.value.class),style:[_,p.value.style],onClick:f}),{default:()=>[I.map((F,B)=>{const{customRender:H,dataIndex:z,className:G}=F,V=g[B],j=O[B];let K;F.customCell&&(K=F.customCell(v,b,F));const Q=B===(D||0)&&u.value?y(ze,null,[y("span",{style:{paddingLeft:`${N*E}px`},class:`${w}-row-indent indent-level-${E}`},null),P({prefixCls:w,expanded:c.value,expandable:a.value,record:v,onExpand:d})]):null;return y(rv,U(U({cellType:"body",class:G,ellipsis:F.ellipsis,align:F.align,component:C,prefixCls:w,key:V,record:v,index:b,renderIndex:e.renderIndex,dataIndex:z,customRender:H},j),{},{additionalProps:K,column:F,transformCellText:R,appendNode:Q}),null)})]});let k;if(l.value&&(i.value||c.value)){const F=A({record:v,index:b,indent:E+1,expanded:c.value}),B=$&&$(v,b,E);k=y(Z4,{expanded:c.value,class:me(`${w}-expanded-row`,`${w}-expanded-row-level-${E+1}`,B),prefixCls:w,component:T,cellComponent:C,colSpan:I.length,isEmpty:!1},{default:()=>[F]})}return y(ze,null,[M,k])}}});function t6(e,t,n,r,o,i){const c=[];c.push({record:e,indent:t,index:i});const l=o(e),u=r==null?void 0:r.has(l);if(e&&Array.isArray(e[n])&&u)for(let a=0;a{const i=t.value,c=n.value,l=e.value;if(c!=null&&c.size){const u=[];for(let a=0;a<(l==null?void 0:l.length);a+=1){const s=l[a];u.push(...t6(s,0,i,c,r.value,a))}return u}return l==null?void 0:l.map((u,a)=>({record:u,indent:0,index:a}))})}const n6=Symbol("ResizeContextProps"),Dve=e=>{at(n6,e)},Pve=()=>et(n6,{onColumnResize:()=>{}}),Mve=ae({name:"TableBody",props:["data","getRowKey","measureColumnWidth","expandedKeys","customRow","rowExpandable","childrenColumnName"],setup(e,t){let{slots:n}=t;const r=Pve(),o=Ra(),i=e6(),c=$ve(Xe(e,"data"),Xe(e,"childrenColumnName"),Xe(e,"expandedKeys"),Xe(e,"getRowKey")),l=ce(-1),u=ce(-1);let a;return _ve({startRow:l,endRow:u,onHover:(s,d)=>{clearTimeout(a),a=setTimeout(()=>{l.value=s,u.value=d},100)}}),()=>{var s;const{data:d,getRowKey:p,measureColumnWidth:f,expandedKeys:m,customRow:g,rowExpandable:h,childrenColumnName:_}=e,{onColumnResize:v}=r,{prefixCls:b,getComponent:S}=o,{flattenColumns:E}=i,T=S(["body","wrapper"],"tbody"),C=S(["body","row"],"tr"),w=S(["body","cell"],"td");let O;d.length?O=c.value.map((I,$)=>{const{record:N,indent:P,index:A}=I,D=p(N,$);return y(Nve,{key:D,rowKey:D,record:N,recordKey:D,index:$,renderIndex:A,rowComponent:C,cellComponent:w,expandedKeys:m,customRow:g,getRowKey:p,rowExpandable:h,childrenColumnName:_,indent:P},null)}):O=y(Z4,{expanded:!0,class:`${b}-placeholder`,prefixCls:b,component:C,cellComponent:w,colSpan:E.length,isEmpty:!0},{default:()=>[(s=n.emptyNode)===null||s===void 0?void 0:s.call(n)]});const R=nv(E);return y(T,{class:`${b}-tbody`},{default:()=>[f&&y("tr",{"aria-hidden":"true",class:`${b}-measure-row`,style:{height:0,fontSize:0}},[R.map(I=>y(Rve,{key:I,columnKey:I,onColumnResize:v},null))]),O]})}}}),Ai={};var kve=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{const{fixed:r}=n,o=r===!0?"left":r,i=n.children;return i&&i.length>0?[...t,...u0(i).map(c=>x({fixed:o},c))]:[...t,x(x({},n),{fixed:o})]},[])}function Lve(e){return e.map(t=>{const{fixed:n}=t,r=kve(t,["fixed"]);let o=n;return n==="left"?o="right":n==="right"&&(o="left"),x({fixed:o},r)})}function Fve(e,t){let{prefixCls:n,columns:r,expandable:o,expandedKeys:i,getRowKey:c,onTriggerExpand:l,expandIcon:u,rowExpandable:a,expandIconColumnIndex:s,direction:d,expandRowByClick:p,expandColumnWidth:f,expandFixed:m}=e;const g=Px(),h=L(()=>{if(o.value){let b=r.value.slice();if(!b.includes(Ai)){const N=s.value||0;N>=0&&b.splice(N,0,Ai)}const S=b.indexOf(Ai);b=b.filter((N,P)=>N!==Ai||P===S);const E=r.value[S];let T;(m.value==="left"||m.value)&&!s.value?T="left":(m.value==="right"||m.value)&&s.value===r.value.length?T="right":T=E?E.fixed:null;const C=i.value,w=a.value,O=u.value,R=n.value,I=p.value,$={[Cc]:{class:`${n.value}-expand-icon-col`,columnType:"EXPAND_COLUMN"},title:r_(g.value,"expandColumnTitle",{},()=>[""]),fixed:T,class:`${n.value}-row-expand-icon-cell`,width:f.value,customRender:N=>{let{record:P,index:A}=N;const D=c.value(P,A),M=C.has(D),k=w?w(P):!0,F=O({prefixCls:R,expanded:M,expandable:k,record:P,onExpand:l});return I?y("span",{onClick:B=>B.stopPropagation()},[F]):F}};return b.map(N=>N===Ai?$:N)}return r.value.filter(b=>b!==Ai)}),_=L(()=>{let b=h.value;return t.value&&(b=t.value(b)),b.length||(b=[{customRender:()=>null}]),b}),v=L(()=>d.value==="rtl"?Lve(u0(_.value)):u0(_.value));return[_,v]}function r6(e){const t=ce(e);let n;const r=ce([]);function o(i){r.value.push(i),it.cancel(n),n=it(()=>{const c=r.value;r.value=[],c.forEach(l=>{t.value=l(t.value)})})}return lt(()=>{it.cancel(n)}),[t,o]}function Bve(e){const t=ie(e||null),n=ie();function r(){clearTimeout(n.value)}function o(c){t.value=c,r(),n.value=setTimeout(()=>{t.value=null,n.value=void 0},100)}function i(){return t.value}return lt(()=>{r()}),[o,i]}function Hve(e,t,n){return L(()=>{const o=[],i=[];let c=0,l=0;const u=e.value,a=t.value,s=n.value;for(let d=0;d=0;l-=1){const u=t[l],a=n&&n[l],s=a&&a[Cc];if(u||s||c){const d=s||{},p=Uve(d,["columnType"]);o.unshift(y("col",U({key:l,style:{width:typeof u=="number"?`${u}px`:u}},p),null)),c=!0}}return y("colgroup",null,[o])}function d0(e,t){let{slots:n}=t;var r;return y("div",null,[(r=n.default)===null||r===void 0?void 0:r.call(n)])}d0.displayName="Panel";let zve=0;const Gve=ae({name:"TableSummary",props:["fixed"],setup(e,t){let{slots:n}=t;const r=Ra(),o=`table-summary-uni-key-${++zve}`,i=L(()=>e.fixed===""||e.fixed);return Qe(()=>{r.summaryCollect(o,i.value)}),lt(()=>{r.summaryCollect(o,!1)}),()=>{var c;return(c=n.default)===null||c===void 0?void 0:c.call(n)}}}),jve=Gve,Vve=ae({compatConfig:{MODE:3},name:"ATableSummaryRow",setup(e,t){let{slots:n}=t;return()=>{var r;return y("tr",null,[(r=n.default)===null||r===void 0?void 0:r.call(n)])}}}),a6=Symbol("SummaryContextProps"),Yve=e=>{at(a6,e)},Wve=()=>et(a6,{}),Kve=ae({name:"ATableSummaryCell",props:["index","colSpan","rowSpan","align"],setup(e,t){let{attrs:n,slots:r}=t;const o=Ra(),i=Wve();return()=>{const{index:c,colSpan:l=1,rowSpan:u,align:a}=e,{prefixCls:s,direction:d}=o,{scrollColumnIndex:p,stickyOffsets:f,flattenColumns:m}=i,h=c+l-1+1===p?l+1:l,_=Mx(c,c+h-1,m,f,d);return y(rv,U({class:n.class,index:c,component:"td",prefixCls:s,record:null,dataIndex:null,align:a,colSpan:h,rowSpan:u,customRender:()=>{var v;return(v=r.default)===null||v===void 0?void 0:v.call(r)}},_),null)}}}),Zf=ae({name:"TableFooter",inheritAttrs:!1,props:["stickyOffsets","flattenColumns"],setup(e,t){let{slots:n}=t;const r=Ra();return Yve(mt({stickyOffsets:Xe(e,"stickyOffsets"),flattenColumns:Xe(e,"flattenColumns"),scrollColumnIndex:L(()=>{const o=e.flattenColumns.length-1,i=e.flattenColumns[o];return i!=null&&i.scrollbar?o:null})})),()=>{var o;const{prefixCls:i}=r;return y("tfoot",{class:`${i}-summary`},[(o=n.default)===null||o===void 0?void 0:o.call(n)])}}}),qve=jve;function Xve(e){let{prefixCls:t,record:n,onExpand:r,expanded:o,expandable:i}=e;const c=`${t}-row-expand-icon`;if(!i)return y("span",{class:[c,`${t}-row-spaced`]},null);const l=u=>{r(n,u),u.stopPropagation()};return y("span",{class:{[c]:!0,[`${t}-row-expanded`]:o,[`${t}-row-collapsed`]:!o},onClick:l},null)}function Qve(e,t,n){const r=[];function o(i){(i||[]).forEach((c,l)=>{r.push(t(c,l)),o(c[n])})}return o(e),r}const Zve=ae({name:"StickyScrollBar",inheritAttrs:!1,props:["offsetScroll","container","scrollBodyRef","scrollBodySizeInfo"],emits:["scroll"],setup(e,t){let{emit:n,expose:r}=t;const o=Ra(),i=ce(0),c=ce(0),l=ce(0);Qe(()=>{i.value=e.scrollBodySizeInfo.scrollWidth||0,c.value=e.scrollBodySizeInfo.clientWidth||0,l.value=i.value&&c.value*(c.value/i.value)},{flush:"post"});const u=ce(),[a,s]=r6({scrollLeft:0,isHiddenScrollBar:!0}),d=ie({delta:0,x:0}),p=ce(!1),f=()=>{p.value=!1},m=C=>{d.value={delta:C.pageX-a.value.scrollLeft,x:0},p.value=!0,C.preventDefault()},g=C=>{const{buttons:w}=C||(window==null?void 0:window.event);if(!p.value||w===0){p.value&&(p.value=!1);return}let O=d.value.x+C.pageX-d.value.x-d.value.delta;O<=0&&(O=0),O+l.value>=c.value&&(O=c.value-l.value),n("scroll",{scrollLeft:O/c.value*(i.value+2)}),d.value.x=C.pageX},h=()=>{if(!e.scrollBodyRef.value)return;const C=ch(e.scrollBodyRef.value).top,w=C+e.scrollBodyRef.value.offsetHeight,O=e.container===window?document.documentElement.scrollTop+window.innerHeight:ch(e.container).top+e.container.clientHeight;w-Ng()<=O||C>=O-e.offsetScroll?s(R=>x(x({},R),{isHiddenScrollBar:!0})):s(R=>x(x({},R),{isHiddenScrollBar:!1}))};r({setScrollLeft:C=>{s(w=>x(x({},w),{scrollLeft:C/i.value*c.value||0}))}});let v=null,b=null,S=null,E=null;Ke(()=>{v=on(document.body,"mouseup",f,!1),b=on(document.body,"mousemove",g,!1),S=on(window,"resize",h,!1)}),wp(()=>{ft(()=>{h()})}),Ke(()=>{setTimeout(()=>{Ee([l,p],()=>{h()},{immediate:!0,flush:"post"})})}),Ee(()=>e.container,()=>{E==null||E.remove(),E=on(e.container,"scroll",h,!1)},{immediate:!0,flush:"post"}),lt(()=>{v==null||v.remove(),b==null||b.remove(),E==null||E.remove(),S==null||S.remove()}),Ee(()=>x({},a.value),(C,w)=>{C.isHiddenScrollBar!==(w==null?void 0:w.isHiddenScrollBar)&&!C.isHiddenScrollBar&&s(O=>{const R=e.scrollBodyRef.value;return R?x(x({},O),{scrollLeft:R.scrollLeft/R.scrollWidth*R.clientWidth}):O})},{immediate:!0});const T=Ng();return()=>{if(i.value<=c.value||!l.value||a.value.isHiddenScrollBar)return null;const{prefixCls:C}=o;return y("div",{style:{height:`${T}px`,width:`${c.value}px`,bottom:`${e.offsetScroll}px`},class:`${C}-sticky-scroll`},[y("div",{onMousedown:m,ref:u,class:me(`${C}-sticky-scroll-bar`,{[`${C}-sticky-scroll-bar-active`]:p.value}),style:{width:`${l.value}px`,transform:`translate3d(${a.value.scrollLeft}px, 0, 0)`}},null)])}}}),wN=wr()?window:null;function Jve(e,t){return L(()=>{const{offsetHeader:n=0,offsetSummary:r=0,offsetScroll:o=0,getContainer:i=()=>wN}=typeof e.value=="object"?e.value:{},c=i()||wN,l=!!e.value;return{isSticky:l,stickyClassName:l?`${t.value}-sticky-holder`:"",offsetHeader:n,offsetSummary:r,offsetScroll:o,container:c}})}function ebe(e,t){return L(()=>{const n=[],r=e.value,o=t.value;for(let i=0;ii.isSticky&&!e.fixHeader?0:i.scrollbarSize),l=ie(),u=g=>{const{currentTarget:h,deltaX:_}=g;_&&(o("scroll",{currentTarget:h,scrollLeft:h.scrollLeft+_}),g.preventDefault())},a=ie();Ke(()=>{ft(()=>{a.value=on(l.value,"wheel",u)})}),lt(()=>{var g;(g=a.value)===null||g===void 0||g.remove()});const s=L(()=>e.flattenColumns.every(g=>g.width&&g.width!==0&&g.width!=="0px")),d=ie([]),p=ie([]);Qe(()=>{const g=e.flattenColumns[e.flattenColumns.length-1],h={fixed:g?g.fixed:null,scrollbar:!0,customHeaderCell:()=>({class:`${i.prefixCls}-cell-scrollbar`})};d.value=c.value?[...e.columns,h]:e.columns,p.value=c.value?[...e.flattenColumns,h]:e.flattenColumns});const f=L(()=>{const{stickyOffsets:g,direction:h}=e,{right:_,left:v}=g;return x(x({},g),{left:h==="rtl"?[...v.map(b=>b+c.value),0]:v,right:h==="rtl"?_:[..._.map(b=>b+c.value),0],isSticky:i.isSticky})}),m=ebe(Xe(e,"colWidths"),Xe(e,"columCount"));return()=>{var g;const{noData:h,columCount:_,stickyTopOffset:v,stickyBottomOffset:b,stickyClassName:S,maxContentScroll:E}=e,{isSticky:T}=i;return y("div",{style:x({overflow:"hidden"},T?{top:`${v}px`,bottom:`${b}px`}:{}),ref:l,class:me(n.class,{[S]:!!S})},[y("table",{style:{tableLayout:"fixed",visibility:h||m.value?null:"hidden"}},[(!h||!E||s.value)&&y(o6,{colWidths:m.value?[...m.value,c.value]:[],columCount:_+1,columns:p.value},null),(g=r.default)===null||g===void 0?void 0:g.call(r,x(x({},e),{stickyOffsets:f.value,columns:d.value,flattenColumns:p.value}))])])}}});function IN(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r[o,Xe(e,o)])))}const tbe=[],nbe={},p0="rc-table-internal-hook",rbe=ae({name:"VcTable",inheritAttrs:!1,props:["prefixCls","data","columns","rowKey","tableLayout","scroll","rowClassName","title","footer","id","showHeader","components","customRow","customHeaderRow","direction","expandFixed","expandColumnWidth","expandedRowKeys","defaultExpandedRowKeys","expandedRowRender","expandRowByClick","expandIcon","onExpand","onExpandedRowsChange","onUpdate:expandedRowKeys","defaultExpandAllRows","indentSize","expandIconColumnIndex","expandedRowClassName","childrenColumnName","rowExpandable","sticky","transformColumns","internalHooks","internalRefs","canExpandable","onUpdateInternalRefs","transformCellText"],emits:["expand","expandedRowsChange","updateInternalRefs","update:expandedRowKeys"],setup(e,t){let{attrs:n,slots:r,emit:o}=t;const i=L(()=>e.data||tbe),c=L(()=>!!i.value.length),l=L(()=>fve(e.components,{})),u=(oe,ve)=>W4(l.value,oe)||ve,a=L(()=>{const oe=e.rowKey;return typeof oe=="function"?oe:ve=>ve&&ve[oe]}),s=L(()=>e.expandIcon||Xve),d=L(()=>e.childrenColumnName||"children"),p=L(()=>e.expandedRowRender?"row":e.canExpandable||i.value.some(oe=>oe&&typeof oe=="object"&&oe[d.value])?"nest":!1),f=ce([]);Qe(()=>{e.defaultExpandedRowKeys&&(f.value=e.defaultExpandedRowKeys),e.defaultExpandAllRows&&(f.value=Qve(i.value,a.value,d.value))})();const g=L(()=>new Set(e.expandedRowKeys||f.value||[])),h=oe=>{const ve=a.value(oe,i.value.indexOf(oe));let Ce;const Re=g.value.has(ve);Re?(g.value.delete(ve),Ce=[...g.value]):Ce=[...g.value,ve],f.value=Ce,o("expand",!Re,oe),o("update:expandedRowKeys",Ce),o("expandedRowsChange",Ce)},_=ie(0),[v,b]=Fve(x(x({},qo(e)),{expandable:L(()=>!!e.expandedRowRender),expandedKeys:g,getRowKey:a,onTriggerExpand:h,expandIcon:s}),L(()=>e.internalHooks===p0?e.transformColumns:null)),S=L(()=>({columns:v.value,flattenColumns:b.value})),E=ie(),T=ie(),C=ie(),w=ie({scrollWidth:0,clientWidth:0}),O=ie(),[R,I]=Pt(!1),[$,N]=Pt(!1),[P,A]=r6(new Map),D=L(()=>nv(b.value)),M=L(()=>D.value.map(oe=>P.value.get(oe))),k=L(()=>b.value.length),F=Hve(M,k,Xe(e,"direction")),B=L(()=>e.scroll&&s0(e.scroll.y)),H=L(()=>e.scroll&&s0(e.scroll.x)||!!e.expandFixed),z=L(()=>H.value&&b.value.some(oe=>{let{fixed:ve}=oe;return ve})),G=ie(),V=Jve(Xe(e,"sticky"),Xe(e,"prefixCls")),j=mt({}),K=L(()=>{const oe=Object.values(j)[0];return(B.value||V.value.isSticky)&&oe}),Q=(oe,ve)=>{ve?j[oe]=ve:delete j[oe]},pe=ie({}),J=ie({}),W=ie({});Qe(()=>{B.value&&(J.value={overflowY:"scroll",maxHeight:vl(e.scroll.y)}),H.value&&(pe.value={overflowX:"auto"},B.value||(J.value={overflowY:"hidden"}),W.value={width:e.scroll.x===!0?"auto":vl(e.scroll.x),minWidth:"100%"})});const Z=(oe,ve)=>{o_(E.value)&&A(Ce=>{if(Ce.get(oe)!==ve){const Re=new Map(Ce);return Re.set(oe,ve),Re}return Ce})},[he,Y]=Bve(null);function X(oe,ve){if(!ve)return;if(typeof ve=="function"){ve(oe);return}const Ce=ve.$el||ve;Ce.scrollLeft!==oe&&(Ce.scrollLeft=oe)}const ne=oe=>{let{currentTarget:ve,scrollLeft:Ce}=oe;var Re;const Ne=e.direction==="rtl",ye=typeof Ce=="number"?Ce:ve.scrollLeft,xe=ve||nbe;if((!Y()||Y()===xe)&&(he(xe),X(ye,T.value),X(ye,C.value),X(ye,O.value),X(ye,(Re=G.value)===null||Re===void 0?void 0:Re.setScrollLeft)),ve){const{scrollWidth:Oe,clientWidth:De}=ve;Ne?(I(-ye0)):(I(ye>0),N(ye{H.value&&C.value?ne({currentTarget:C.value}):(I(!1),N(!1))};let te;const ue=oe=>{oe!==_.value&&(re(),_.value=E.value?E.value.offsetWidth:oe)},ge=oe=>{let{width:ve}=oe;if(clearTimeout(te),_.value===0){ue(ve);return}te=setTimeout(()=>{ue(ve)},100)};Ee([H,()=>e.data,()=>e.columns],()=>{H.value&&re()},{flush:"post"});const[se,de]=Pt(0);bve(),Ke(()=>{ft(()=>{var oe,ve;re(),de(QW(C.value).width),w.value={scrollWidth:((oe=C.value)===null||oe===void 0?void 0:oe.scrollWidth)||0,clientWidth:((ve=C.value)===null||ve===void 0?void 0:ve.clientWidth)||0}})}),sr(()=>{ft(()=>{var oe,ve;const Ce=((oe=C.value)===null||oe===void 0?void 0:oe.scrollWidth)||0,Re=((ve=C.value)===null||ve===void 0?void 0:ve.clientWidth)||0;(w.value.scrollWidth!==Ce||w.value.clientWidth!==Re)&&(w.value={scrollWidth:Ce,clientWidth:Re})})}),Qe(()=>{e.internalHooks===p0&&e.internalRefs&&e.onUpdateInternalRefs({body:C.value?C.value.$el||C.value:null})},{flush:"post"});const fe=L(()=>e.tableLayout?e.tableLayout:z.value?e.scroll.x==="max-content"?"auto":"fixed":B.value||V.value.isSticky||b.value.some(oe=>{let{ellipsis:ve}=oe;return ve})?"fixed":"auto"),_e=()=>{var oe;return c.value?null:((oe=r.emptyText)===null||oe===void 0?void 0:oe.call(r))||"No Data"};dve(mt(x(x({},qo(IN(e,"prefixCls","direction","transformCellText"))),{getComponent:u,scrollbarSize:se,fixedInfoList:L(()=>b.value.map((oe,ve)=>Mx(ve,ve,b.value,F.value,e.direction))),isSticky:L(()=>V.value.isSticky),summaryCollect:Q}))),Ave(mt(x(x({},qo(IN(e,"rowClassName","expandedRowClassName","expandRowByClick","expandedRowRender","expandIconColumnIndex","indentSize"))),{columns:v,flattenColumns:b,tableLayout:fe,expandIcon:s,expandableType:p,onTriggerExpand:h}))),Dve({onColumnResize:Z}),Ove({componentWidth:_,fixHeader:B,fixColumn:z,horizonScroll:H});const be=()=>y(Mve,{data:i.value,measureColumnWidth:B.value||H.value||V.value.isSticky,expandedKeys:g.value,rowExpandable:e.rowExpandable,getRowKey:a.value,customRow:e.customRow,childrenColumnName:d.value},{emptyNode:_e}),le=()=>y(o6,{colWidths:b.value.map(oe=>{let{width:ve}=oe;return ve}),columns:b.value},null);return()=>{var oe;const{prefixCls:ve,scroll:Ce,tableLayout:Re,direction:Ne,title:ye=r.title,footer:xe=r.footer,id:Oe,showHeader:De,customHeaderRow:ke}=e,{isSticky:$e,offsetHeader:Le,offsetSummary:nt,offsetScroll:_t,stickyClassName:St,container:Je}=V.value,wt=u(["table"],"table"),Xt=u(["body"]),ln=(oe=r.summary)===null||oe===void 0?void 0:oe.call(r,{pageData:i.value});let Sn=()=>null;const sn={colWidths:M.value,columCount:b.value.length,stickyOffsets:F.value,customHeaderRow:ke,fixHeader:B.value,scroll:Ce};if(B.value||$e){let ur=()=>null;typeof Xt=="function"?(ur=()=>Xt(i.value,{scrollbarSize:se.value,ref:C,onScroll:ne}),sn.colWidths=b.value.map((dr,Ar)=>{let{width:ee}=dr;const Te=Ar===v.value.length-1?ee-se.value:ee;return typeof Te=="number"&&!Number.isNaN(Te)?Te:0})):ur=()=>y("div",{style:x(x({},pe.value),J.value),onScroll:ne,ref:C,class:me(`${ve}-body`)},[y(wt,{style:x(x({},W.value),{tableLayout:fe.value})},{default:()=>[le(),be(),!K.value&&ln&&y(Zf,{stickyOffsets:F.value,flattenColumns:b.value},{default:()=>[ln]})]})]);const Rr=x(x(x({noData:!i.value.length,maxContentScroll:H.value&&Ce.x==="max-content"},sn),S.value),{direction:Ne,stickyClassName:St,onScroll:ne});Sn=()=>y(ze,null,[De!==!1&&y(ON,U(U({},Rr),{},{stickyTopOffset:Le,class:`${ve}-header`,ref:T}),{default:dr=>y(ze,null,[y(xN,dr,null),K.value==="top"&&y(Zf,dr,{default:()=>[ln]})])}),ur(),K.value&&K.value!=="top"&&y(ON,U(U({},Rr),{},{stickyBottomOffset:nt,class:`${ve}-summary`,ref:O}),{default:dr=>y(Zf,dr,{default:()=>[ln]})}),$e&&C.value&&y(Zve,{ref:G,offsetScroll:_t,scrollBodyRef:C,onScroll:ne,container:Je,scrollBodySizeInfo:w.value},null)])}else Sn=()=>y("div",{style:x(x({},pe.value),J.value),class:me(`${ve}-content`),onScroll:ne,ref:C},[y(wt,{style:x(x({},W.value),{tableLayout:fe.value})},{default:()=>[le(),De!==!1&&y(xN,U(U({},sn),S.value),null),be(),ln&&y(Zf,{stickyOffsets:F.value,flattenColumns:b.value},{default:()=>[ln]})]})]);const Cn=Zi(n,{aria:!0,data:!0}),Wn=()=>y("div",U(U({},Cn),{},{class:me(ve,{[`${ve}-rtl`]:Ne==="rtl",[`${ve}-ping-left`]:R.value,[`${ve}-ping-right`]:$.value,[`${ve}-layout-fixed`]:Re==="fixed",[`${ve}-fixed-header`]:B.value,[`${ve}-fixed-column`]:z.value,[`${ve}-scroll-horizontal`]:H.value,[`${ve}-has-fix-left`]:b.value[0]&&b.value[0].fixed,[`${ve}-has-fix-right`]:b.value[k.value-1]&&b.value[k.value-1].fixed==="right",[n.class]:n.class}),style:n.style,id:Oe,ref:E}),[ye&&y(d0,{class:`${ve}-title`},{default:()=>[ye(i.value)]}),y("div",{class:`${ve}-container`},[Sn()]),xe&&y(d0,{class:`${ve}-footer`},{default:()=>[xe(i.value)]})]);return H.value?y(ko,{onResize:ge},{default:Wn}):Wn()}}});function obe(){const e=x({},arguments.length<=0?void 0:arguments[0]);for(let t=1;t{const o=n[r];o!==void 0&&(e[r]=o)})}return e}const f0=10;function abe(e,t){const n={current:e.current,pageSize:e.pageSize};return Object.keys(t&&typeof t=="object"?t:{}).forEach(o=>{const i=e[o];typeof i!="function"&&(n[o]=i)}),n}function ibe(e,t,n){const r=L(()=>t.value&&typeof t.value=="object"?t.value:{}),o=L(()=>r.value.total||0),[i,c]=Pt(()=>({current:"defaultCurrent"in r.value?r.value.defaultCurrent:1,pageSize:"defaultPageSize"in r.value?r.value.defaultPageSize:f0})),l=L(()=>{const s=obe(i.value,r.value,{total:o.value>0?o.value:e.value}),d=Math.ceil((o.value||e.value)/s.pageSize);return s.current>d&&(s.current=d||1),s}),u=(s,d)=>{t.value!==!1&&c({current:s??1,pageSize:d||l.value.pageSize})},a=(s,d)=>{var p,f;t.value&&((f=(p=r.value).onChange)===null||f===void 0||f.call(p,s,d)),u(s,d),n(s,d||l.value.pageSize)};return[L(()=>t.value===!1?{}:x(x({},l.value),{onChange:a})),u]}function lbe(e,t,n){const r=ce({});Ee([e,t,n],()=>{const i=new Map,c=n.value,l=t.value;function u(a){a.forEach((s,d)=>{const p=c(s,d);i.set(p,s),s&&typeof s=="object"&&l in s&&u(s[l]||[])})}u(e.value),r.value={kvMap:i}},{deep:!0,immediate:!0});function o(i){return r.value.kvMap.get(i)}return[o]}const Ha={},m0="SELECT_ALL",g0="SELECT_INVERT",h0="SELECT_NONE",sbe=[];function i6(e,t){let n=[];return(t||[]).forEach(r=>{n.push(r),r&&typeof r=="object"&&e in r&&(n=[...n,...i6(e,r[e])])}),n}function cbe(e,t){const n=L(()=>{const O=e.value||{},{checkStrictly:R=!0}=O;return x(x({},O),{checkStrictly:R})}),[r,o]=Zt(n.value.selectedRowKeys||n.value.defaultSelectedRowKeys||sbe,{value:L(()=>n.value.selectedRowKeys)}),i=ce(new Map),c=O=>{if(n.value.preserveSelectedRowKeys){const R=new Map;O.forEach(I=>{let $=t.getRecordByKey(I);!$&&i.value.has(I)&&($=i.value.get(I)),R.set(I,$)}),i.value=R}};Qe(()=>{c(r.value)});const l=L(()=>n.value.checkStrictly?null:Kp(t.data.value,{externalGetKey:t.getRowKey.value,childrenPropName:t.childrenColumnName.value}).keyEntities),u=L(()=>i6(t.childrenColumnName.value,t.pageData.value)),a=L(()=>{const O=new Map,R=t.getRowKey.value,I=n.value.getCheckboxProps;return u.value.forEach(($,N)=>{const P=R($,N),A=(I?I($):null)||{};O.set(P,A)}),O}),{maxLevel:s,levelEntities:d}=V_(l),p=O=>{var R;return!!(!((R=a.value.get(t.getRowKey.value(O)))===null||R===void 0)&&R.disabled)},f=L(()=>{if(n.value.checkStrictly)return[r.value||[],[]];const{checkedKeys:O,halfCheckedKeys:R}=No(r.value,!0,l.value,s.value,d.value,p);return[O||[],R]}),m=L(()=>f.value[0]),g=L(()=>f.value[1]),h=L(()=>{const O=n.value.type==="radio"?m.value.slice(0,1):m.value;return new Set(O)}),_=L(()=>n.value.type==="radio"?new Set:new Set(g.value)),[v,b]=Pt(null),S=O=>{let R,I;c(O);const{preserveSelectedRowKeys:$,onChange:N}=n.value,{getRecordByKey:P}=t;$?(R=O,I=O.map(A=>i.value.get(A))):(R=[],I=[],O.forEach(A=>{const D=P(A);D!==void 0&&(R.push(A),I.push(D))})),o(R),N==null||N(R,I)},E=(O,R,I,$)=>{const{onSelect:N}=n.value,{getRecordByKey:P}=t||{};if(N){const A=I.map(D=>P(D));N(P(O),R,A,$)}S(I)},T=L(()=>{const{onSelectInvert:O,onSelectNone:R,selections:I,hideSelectAll:$}=n.value,{data:N,pageData:P,getRowKey:A,locale:D}=t;return!I||$?null:(I===!0?[m0,g0,h0]:I).map(k=>k===m0?{key:"all",text:D.value.selectionAll,onSelect(){S(N.value.map((F,B)=>A.value(F,B)).filter(F=>{const B=a.value.get(F);return!(B!=null&&B.disabled)||h.value.has(F)}))}}:k===g0?{key:"invert",text:D.value.selectInvert,onSelect(){const F=new Set(h.value);P.value.forEach((H,z)=>{const G=A.value(H,z),V=a.value.get(G);V!=null&&V.disabled||(F.has(G)?F.delete(G):F.add(G))});const B=Array.from(F);O&&(Wt(!1,"Table","`onSelectInvert` will be removed in future. Please use `onChange` instead."),O(B)),S(B)}}:k===h0?{key:"none",text:D.value.selectNone,onSelect(){R==null||R(),S(Array.from(h.value).filter(F=>{const B=a.value.get(F);return B==null?void 0:B.disabled}))}}:k)}),C=L(()=>u.value.length);return[O=>{var R;const{onSelectAll:I,onSelectMultiple:$,columnWidth:N,type:P,fixed:A,renderCell:D,hideSelectAll:M,checkStrictly:k}=n.value,{prefixCls:F,getRecordByKey:B,getRowKey:H,expandType:z,getPopupContainer:G}=t;if(!e.value)return O.filter(ue=>ue!==Ha);let V=O.slice();const j=new Set(h.value),K=u.value.map(H.value).filter(ue=>!a.value.get(ue).disabled),Q=K.every(ue=>j.has(ue)),pe=K.some(ue=>j.has(ue)),J=()=>{const ue=[];Q?K.forEach(se=>{j.delete(se),ue.push(se)}):K.forEach(se=>{j.has(se)||(j.add(se),ue.push(se))});const ge=Array.from(j);I==null||I(!Q,ge.map(se=>B(se)),ue.map(se=>B(se))),S(ge)};let W;if(P!=="radio"){let ue;if(T.value){const _e=y(Tn,{getPopupContainer:G.value},{default:()=>[T.value.map((be,le)=>{const{key:oe,text:ve,onSelect:Ce}=be;return y(Tn.Item,{key:oe||le,onClick:()=>{Ce==null||Ce(K)}},{default:()=>[ve]})})]});ue=y("div",{class:`${F.value}-selection-extra`},[y(ba,{overlay:_e,getPopupContainer:G.value},{default:()=>[y("span",null,[y(Fp,null,null)])]})])}const ge=u.value.map((_e,be)=>{const le=H.value(_e,be),oe=a.value.get(le)||{};return x({checked:j.has(le)},oe)}).filter(_e=>{let{disabled:be}=_e;return be}),se=!!ge.length&&ge.length===C.value,de=se&&ge.every(_e=>{let{checked:be}=_e;return be}),fe=se&&ge.some(_e=>{let{checked:be}=_e;return be});W=!M&&y("div",{class:`${F.value}-selection`},[y($o,{checked:se?de:!!C.value&&Q,indeterminate:se?!de&&fe:!Q&&pe,onChange:J,disabled:C.value===0||se,"aria-label":ue?"Custom selection":"Select all",skipGroup:!0},null),ue])}let Z;P==="radio"?Z=ue=>{let{record:ge,index:se}=ue;const de=H.value(ge,se),fe=j.has(de);return{node:y(Pr,U(U({},a.value.get(de)),{},{checked:fe,onClick:_e=>_e.stopPropagation(),onChange:_e=>{j.has(de)||E(de,!0,[de],_e.nativeEvent)}}),null),checked:fe}}:Z=ue=>{let{record:ge,index:se}=ue;var de;const fe=H.value(ge,se),_e=j.has(fe),be=_.value.has(fe),le=a.value.get(fe);let oe;return z.value==="nest"?(oe=be,Wt(typeof(le==null?void 0:le.indeterminate)!="boolean","Table","set `indeterminate` using `rowSelection.getCheckboxProps` is not allowed with tree structured dataSource.")):oe=(de=le==null?void 0:le.indeterminate)!==null&&de!==void 0?de:be,{node:y($o,U(U({},le),{},{indeterminate:oe,checked:_e,skipGroup:!0,onClick:ve=>ve.stopPropagation(),onChange:ve=>{let{nativeEvent:Ce}=ve;const{shiftKey:Re}=Ce;let Ne=-1,ye=-1;if(Re&&k){const xe=new Set([v.value,fe]);K.some((Oe,De)=>{if(xe.has(Oe))if(Ne===-1)Ne=De;else return ye=De,!0;return!1})}if(ye!==-1&&Ne!==ye&&k){const xe=K.slice(Ne,ye+1),Oe=[];_e?xe.forEach(ke=>{j.has(ke)&&(Oe.push(ke),j.delete(ke))}):xe.forEach(ke=>{j.has(ke)||(Oe.push(ke),j.add(ke))});const De=Array.from(j);$==null||$(!_e,De.map(ke=>B(ke)),Oe.map(ke=>B(ke))),S(De)}else{const xe=m.value;if(k){const Oe=_e?pa(xe,fe):Ba(xe,fe);E(fe,!_e,Oe,Ce)}else{const Oe=No([...xe,fe],!0,l.value,s.value,d.value,p),{checkedKeys:De,halfCheckedKeys:ke}=Oe;let $e=De;if(_e){const Le=new Set(De);Le.delete(fe),$e=No(Array.from(Le),{checked:!1,halfCheckedKeys:ke},l.value,s.value,d.value,p).checkedKeys}E(fe,!_e,$e,Ce)}}b(fe)}}),null),checked:_e}};const he=ue=>{let{record:ge,index:se}=ue;const{node:de,checked:fe}=Z({record:ge,index:se});return D?D(fe,ge,se,de):de};if(!V.includes(Ha))if(V.findIndex(ue=>{var ge;return((ge=ue[Cc])===null||ge===void 0?void 0:ge.columnType)==="EXPAND_COLUMN"})===0){const[ue,...ge]=V;V=[ue,Ha,...ge]}else V=[Ha,...V];const Y=V.indexOf(Ha);V=V.filter((ue,ge)=>ue!==Ha||ge===Y);const X=V[Y-1],ne=V[Y+1];let re=A;re===void 0&&((ne==null?void 0:ne.fixed)!==void 0?re=ne.fixed:(X==null?void 0:X.fixed)!==void 0&&(re=X.fixed)),re&&X&&((R=X[Cc])===null||R===void 0?void 0:R.columnType)==="EXPAND_COLUMN"&&X.fixed===void 0&&(X.fixed=re);const te={fixed:re,width:N,className:`${F.value}-selection-column`,title:n.value.columnTitle||W,customRender:he,[Cc]:{class:`${F.value}-selection-col`}};return V.map(ue=>ue===Ha?te:ue)},h]}var ube={icon:{tag:"svg",attrs:{viewBox:"0 0 1024 1024",focusable:"false"},children:[{tag:"path",attrs:{d:"M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z"}}]},name:"caret-down",theme:"outlined"};const dbe=ube;function RN(e){for(var t=1;t0&&arguments[0]!==void 0?arguments[0]:[];const t=Lt(e),n=[];return t.forEach(r=>{var o,i,c,l;if(!r)return;const u=r.key,a=((o=r.props)===null||o===void 0?void 0:o.style)||{},s=((i=r.props)===null||i===void 0?void 0:i.class)||"",d=r.props||{};for(const[h,_]of Object.entries(d))d[us(h)]=_;const p=r.children||{},{default:f}=p,m=vbe(p,["default"]),g=x(x(x({},m),d),{style:a,class:s});if(u&&(g.key=u),!((c=r.type)===null||c===void 0)&&c.__ANT_TABLE_COLUMN_GROUP)g.children=l6(typeof f=="function"?f():f);else{const h=(l=r.children)===null||l===void 0?void 0:l.default;g.customRender=g.customRender||h}n.push(g)}),n}const Vm="ascend",zb="descend";function ph(e){return typeof e.sorter=="object"&&typeof e.sorter.multiple=="number"?e.sorter.multiple:!1}function NN(e){return typeof e=="function"?e:e&&typeof e=="object"&&e.compare?e.compare:!1}function bbe(e,t){return t?e[e.indexOf(t)+1]:e[0]}function _0(e,t,n){let r=[];function o(i,c){r.push({column:i,key:Zl(i,c),multiplePriority:ph(i),sortOrder:i.sortOrder})}return(e||[]).forEach((i,c)=>{const l=Jp(c,n);i.children?("sortOrder"in i&&o(i,l),r=[...r,..._0(i.children,t,l)]):i.sorter&&("sortOrder"in i?o(i,l):t&&i.defaultSortOrder&&r.push({column:i,key:Zl(i,l),multiplePriority:ph(i),sortOrder:i.defaultSortOrder}))}),r}function s6(e,t,n,r,o,i,c,l){return(t||[]).map((u,a)=>{const s=Jp(a,l);let d=u;if(d.sorter){const p=d.sortDirections||o,f=d.showSorterTooltip===void 0?c:d.showSorterTooltip,m=Zl(d,s),g=n.find(O=>{let{key:R}=O;return R===m}),h=g?g.sortOrder:null,_=bbe(p,h),v=p.includes(Vm)&&y(_be,{class:me(`${e}-column-sorter-up`,{active:h===Vm}),role:"presentation"},null),b=p.includes(zb)&&y(fbe,{role:"presentation",class:me(`${e}-column-sorter-down`,{active:h===zb})},null),{cancelSort:S,triggerAsc:E,triggerDesc:T}=i||{};let C=S;_===zb?C=T:_===Vm&&(C=E);const w=typeof f=="object"?f:{title:C};d=x(x({},d),{className:me(d.className,{[`${e}-column-sort`]:h}),title:O=>{const R=y("div",{class:`${e}-column-sorters`},[y("span",{class:`${e}-column-title`},[Fx(u.title,O)]),y("span",{class:me(`${e}-column-sorter`,{[`${e}-column-sorter-full`]:!!(v&&b)})},[y("span",{class:`${e}-column-sorter-inner`},[v,b])])]);return f?y(Kr,w,{default:()=>[R]}):R},customHeaderCell:O=>{const R=u.customHeaderCell&&u.customHeaderCell(O)||{},I=R.onClick,$=R.onKeydown;return R.onClick=N=>{r({column:u,key:m,sortOrder:_,multiplePriority:ph(u)}),I&&I(N)},R.onKeydown=N=>{N.keyCode===Ae.ENTER&&(r({column:u,key:m,sortOrder:_,multiplePriority:ph(u)}),$==null||$(N))},h&&(R["aria-sort"]=h==="ascend"?"ascending":"descending"),R.class=me(R.class,`${e}-column-has-sorters`),R.tabindex=0,R}})}return"children"in d&&(d=x(x({},d),{children:s6(e,d.children,n,r,o,i,c,s)})),d})}function $N(e){const{column:t,sortOrder:n}=e;return{column:t,order:n,field:t.dataIndex,columnKey:t.key}}function DN(e){const t=e.filter(n=>{let{sortOrder:r}=n;return r}).map($N);return t.length===0&&e.length?x(x({},$N(e[e.length-1])),{column:void 0}):t.length<=1?t[0]||{}:t}function v0(e,t,n){const r=t.slice().sort((c,l)=>l.multiplePriority-c.multiplePriority),o=e.slice(),i=r.filter(c=>{let{column:{sorter:l},sortOrder:u}=c;return NN(l)&&u});return i.length?o.sort((c,l)=>{for(let u=0;u{const l=c[n];return l?x(x({},c),{[n]:v0(l,t,n)}):c}):o}function Sbe(e){let{prefixCls:t,mergedColumns:n,onSorterChange:r,sortDirections:o,tableLocale:i,showSorterTooltip:c}=e;const[l,u]=Pt(_0(n.value,!0)),a=L(()=>{let m=!0;const g=_0(n.value,!1);if(!g.length)return l.value;const h=[];function _(b){m?h.push(b):h.push(x(x({},b),{sortOrder:null}))}let v=null;return g.forEach(b=>{v===null?(_(b),b.sortOrder&&(b.multiplePriority===!1?m=!1:v=!0)):(v&&b.multiplePriority!==!1||(m=!1),_(b))}),h}),s=L(()=>{const m=a.value.map(g=>{let{column:h,sortOrder:_}=g;return{column:h,order:_}});return{sortColumns:m,sortColumn:m[0]&&m[0].column,sortOrder:m[0]&&m[0].order}});function d(m){let g;m.multiplePriority===!1||!a.value.length||a.value[0].multiplePriority===!1?g=[m]:g=[...a.value.filter(h=>{let{key:_}=h;return _!==m.key}),m],u(g),r(DN(g),g)}const p=m=>s6(t.value,m,a.value,d,o.value,i.value,c.value),f=L(()=>DN(a.value));return[p,a,s,f]}var ybe={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M349 838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V642H349v196zm531.1-684H143.9c-24.5 0-39.8 26.7-27.5 48l221.3 376h348.8l221.3-376c12.1-21.3-3.2-48-27.7-48z"}}]},name:"filter",theme:"filled"};const Ebe=ybe;function PN(e){for(var t=1;t{const{keyCode:t}=e;t===Ae.ENTER&&e.stopPropagation()},wbe=(e,t)=>{let{slots:n}=t;var r;return y("div",{onClick:o=>o.stopPropagation(),onKeydown:xbe},[(r=n.default)===null||r===void 0?void 0:r.call(n)])},Obe=wbe,MN=ae({compatConfig:{MODE:3},name:"FilterSearch",inheritAttrs:!1,props:{value:Ue(),onChange:Se(),filterSearch:We([Boolean,Function]),tablePrefixCls:Ue(),locale:Fe()},setup(e){return()=>{const{value:t,onChange:n,filterSearch:r,tablePrefixCls:o,locale:i}=e;return r?y("div",{class:`${o}-filter-dropdown-search`},[y(Fn,{placeholder:i.filterSearchPlaceholder,onChange:n,value:t,htmlSize:1,class:`${o}-filter-dropdown-search-input`},{prefix:()=>y(b_,null,null)})]):null}}});var kN=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);oe.motion?e.motion:zp()),u=(a,s)=>{var d,p,f,m;s==="appear"?(p=(d=l.value)===null||d===void 0?void 0:d.onAfterEnter)===null||p===void 0||p.call(d,a):s==="leave"&&((m=(f=l.value)===null||f===void 0?void 0:f.onAfterLeave)===null||m===void 0||m.call(f,a)),c.value||e.onMotionEnd(),c.value=!0};return Ee(()=>e.motionNodes,()=>{e.motionNodes&&e.motionType==="hide"&&o.value&&ft(()=>{o.value=!1})},{immediate:!0,flush:"post"}),Ke(()=>{e.motionNodes&&e.onMotionStart()}),lt(()=>{e.motionNodes&&u()}),()=>{const{motion:a,motionNodes:s,motionType:d,active:p,eventKey:f}=e,m=kN(e,["motion","motionNodes","motionType","active","eventKey"]);return s?y(On,U(U({},l.value),{},{appear:d==="show",onAfterAppear:g=>u(g,"appear"),onAfterLeave:g=>u(g,"leave")}),{default:()=>[dn(y("div",{class:`${i.value.prefixCls}-treenode-motion`},[s.map(g=>{const h=kN(g.data,[]),{title:_,key:v,isStart:b,isEnd:S}=g;return delete h.children,y(Uy,U(U({},h),{},{title:_,active:p,data:g.data,key:v,eventKey:v,isStart:b,isEnd:S}),r)})]),[[Vn,o.value]])]}):y(Uy,U(U({class:n.class,style:n.style},m),{},{active:p,eventKey:f}),r)}}});function Rbe(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];const n=e.length,r=t.length;if(Math.abs(n-r)!==1)return{add:!1,key:null};function o(i,c){const l=new Map;i.forEach(a=>{l.set(a,!0)});const u=c.filter(a=>!l.has(a));return u.length===1?u[0]:null}return nc.key===n),o=e[r+1],i=t.findIndex(c=>c.key===n);if(o){const c=t.findIndex(l=>l.key===o.key);return t.slice(i+1,c)}return t.slice(i+1)}var FN=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{},Jl=`RC_TREE_MOTION_${Math.random()}`,b0={key:Jl},c6={key:Jl,level:0,index:0,pos:"0",node:b0,nodes:[b0]},HN={parent:null,children:[],pos:c6.pos,data:b0,title:null,key:Jl,isStart:[],isEnd:[]};function UN(e,t,n,r){return t===!1||!n?e:e.slice(0,Math.ceil(n/r)+1)}function zN(e){const{key:t,pos:n}=e;return Wp(t,n)}function Nbe(e){let t=String(e.key),n=e;for(;n.parent;)n=n.parent,t=`${n.key} > ${t}`;return t}const $be=ae({compatConfig:{MODE:3},name:"NodeList",inheritAttrs:!1,props:dle,setup(e,t){let{expose:n,attrs:r}=t;const o=ie(),i=ie(),{expandedKeys:c,flattenNodes:l}=$F();n({scrollTo:g=>{o.value.scrollTo(g)},getIndentWidth:()=>i.value.offsetWidth});const u=ce(l.value),a=ce([]),s=ie(null);function d(){u.value=l.value,a.value=[],s.value=null,e.onListChangeEnd()}const p=zT();Ee([()=>c.value.slice(),l],(g,h)=>{let[_,v]=g,[b,S]=h;const E=Rbe(b,_);if(E.key!==null){const{virtual:T,height:C,itemHeight:w}=e;if(E.add){const O=S.findIndex($=>{let{key:N}=$;return N===E.key}),R=UN(LN(S,v,E.key),T,C,w),I=S.slice();I.splice(O+1,0,HN),u.value=I,a.value=R,s.value="show"}else{const O=v.findIndex($=>{let{key:N}=$;return N===E.key}),R=UN(LN(v,S,E.key),T,C,w),I=v.slice();I.splice(O+1,0,HN),u.value=I,a.value=R,s.value="hide"}}else S!==v&&(u.value=v)}),Ee(()=>p.value.dragging,g=>{g||d()});const f=L(()=>e.motion===void 0?u.value:l.value),m=()=>{e.onActiveChange(null)};return()=>{const g=x(x({},e),r),{prefixCls:h,selectable:_,checkable:v,disabled:b,motion:S,height:E,itemHeight:T,virtual:C,focusable:w,activeItem:O,focused:R,tabindex:I,onKeydown:$,onFocus:N,onBlur:P,onListChangeStart:A,onListChangeEnd:D}=g,M=FN(g,["prefixCls","selectable","checkable","disabled","motion","height","itemHeight","virtual","focusable","activeItem","focused","tabindex","onKeydown","onFocus","onBlur","onListChangeStart","onListChangeEnd"]);return y(ze,null,[R&&O&&y("span",{style:BN,"aria-live":"assertive"},[Nbe(O)]),y("div",null,[y("input",{style:BN,disabled:w===!1||b,tabindex:w!==!1?I:null,onKeydown:$,onFocus:N,onBlur:P,value:"",onChange:Abe,"aria-label":"for screen reader"},null)]),y("div",{class:`${h}-treenode`,"aria-hidden":!0,style:{position:"absolute",pointerEvents:"none",visibility:"hidden",height:0,overflow:"hidden"}},[y("div",{class:`${h}-indent`},[y("div",{ref:i,class:`${h}-indent-unit`},null)])]),y(Zk,U(U({},gt(M,["onActiveChange"])),{},{data:f.value,itemKey:zN,height:E,fullHeight:!1,virtual:C,itemHeight:T,prefixCls:`${h}-list`,ref:o,onVisibleChange:(k,F)=>{const B=new Set(k);F.filter(z=>!B.has(z)).some(z=>zN(z)===Jl)&&d()}}),{default:k=>{const{pos:F}=k,B=FN(k.data,[]),{title:H,key:z,isStart:G,isEnd:V}=k,j=Wp(z,F);return delete B.key,delete B.children,y(Ibe,U(U({},B),{},{eventKey:j,title:H,active:!!O&&z===O.key,data:k.data,isStart:G,isEnd:V,motion:S,motionNodes:z===Jl?a.value:null,motionType:s.value,onMotionStart:A,onMotionEnd:d,onMousemove:m}),null)}})])}}});function Dbe(e){let{dropPosition:t,dropLevelOffset:n,indent:r}=e;const o={pointerEvents:"none",position:"absolute",right:0,backgroundColor:"red",height:"2px"};switch(t){case-1:o.top=0,o.left=`${-n*r}px`;break;case 1:o.bottom=0,o.left=`${-n*r}px`;break;case 0:o.bottom=0,o.left=`${r}`;break}return y("div",{style:o},null)}const Pbe=10,u6=ae({compatConfig:{MODE:3},name:"Tree",inheritAttrs:!1,props:st(PF(),{prefixCls:"vc-tree",showLine:!1,showIcon:!0,selectable:!0,multiple:!1,checkable:!1,disabled:!1,checkStrictly:!1,draggable:!1,expandAction:!1,defaultExpandParent:!0,autoExpandParent:!1,defaultExpandAll:!1,defaultExpandedKeys:[],defaultCheckedKeys:[],defaultSelectedKeys:[],dropIndicatorRender:Dbe,allowDrop:()=>!0}),setup(e,t){let{attrs:n,slots:r,expose:o}=t;const i=ce(!1);let c={};const l=ce(),u=ce([]),a=ce([]),s=ce([]),d=ce([]),p=ce([]),f=ce([]),m={},g=mt({draggingNodeKey:null,dragChildrenKeys:[],dropTargetKey:null,dropPosition:null,dropContainerKey:null,dropLevelOffset:null,dropTargetPos:null,dropAllowed:!0,dragOverNodeKey:null}),h=ce([]);Ee([()=>e.treeData,()=>e.children],()=>{h.value=e.treeData!==void 0?pt(e.treeData).slice():Gy(pt(e.children))},{immediate:!0,deep:!0});const _=ce({}),v=ce(!1),b=ce(null),S=ce(!1),E=L(()=>U_(e.fieldNames)),T=ce();let C=null,w=null,O=null;const R=L(()=>({expandedKeysSet:I.value,selectedKeysSet:$.value,loadedKeysSet:N.value,loadingKeysSet:P.value,checkedKeysSet:A.value,halfCheckedKeysSet:D.value,dragOverNodeKey:g.dragOverNodeKey,dropPosition:g.dropPosition,keyEntities:_.value})),I=L(()=>new Set(f.value)),$=L(()=>new Set(u.value)),N=L(()=>new Set(d.value)),P=L(()=>new Set(p.value)),A=L(()=>new Set(a.value)),D=L(()=>new Set(s.value));Qe(()=>{if(h.value){const ye=Kp(h.value,{fieldNames:E.value});_.value=x({[Jl]:c6},ye.keyEntities)}});let M=!1;Ee([()=>e.expandedKeys,()=>e.autoExpandParent,_],(ye,xe)=>{let[Oe,De]=ye,[ke,$e]=xe,Le=f.value;if(e.expandedKeys!==void 0||M&&De!==$e)Le=e.autoExpandParent||!M&&e.defaultExpandParent?zy(e.expandedKeys,_.value):e.expandedKeys;else if(!M&&e.defaultExpandAll){const nt=x({},_.value);delete nt[Jl],Le=Object.keys(nt).map(_t=>nt[_t].key)}else!M&&e.defaultExpandedKeys&&(Le=e.autoExpandParent||e.defaultExpandParent?zy(e.defaultExpandedKeys,_.value):e.defaultExpandedKeys);Le&&(f.value=Le),M=!0},{immediate:!0});const k=ce([]);Qe(()=>{k.value=ble(h.value,f.value,E.value)}),Qe(()=>{e.selectable&&(e.selectedKeys!==void 0?u.value=qR(e.selectedKeys,e):!M&&e.defaultSelectedKeys&&(u.value=qR(e.defaultSelectedKeys,e)))});const{maxLevel:F,levelEntities:B}=V_(_);Qe(()=>{if(e.checkable){let ye;if(e.checkedKeys!==void 0?ye=Tb(e.checkedKeys)||{}:!M&&e.defaultCheckedKeys?ye=Tb(e.defaultCheckedKeys)||{}:h.value&&(ye=Tb(e.checkedKeys)||{checkedKeys:a.value,halfCheckedKeys:s.value}),ye){let{checkedKeys:xe=[],halfCheckedKeys:Oe=[]}=ye;e.checkStrictly||({checkedKeys:xe,halfCheckedKeys:Oe}=No(xe,!0,_.value,F.value,B.value)),a.value=xe,s.value=Oe}}}),Qe(()=>{e.loadedKeys&&(d.value=e.loadedKeys)});const H=()=>{x(g,{dragOverNodeKey:null,dropPosition:null,dropLevelOffset:null,dropTargetKey:null,dropContainerKey:null,dropTargetPos:null,dropAllowed:!1})},z=ye=>{T.value.scrollTo(ye)};Ee(()=>e.activeKey,()=>{e.activeKey!==void 0&&(b.value=e.activeKey)},{immediate:!0}),Ee(b,ye=>{ft(()=>{ye!==null&&z({key:ye})})},{immediate:!0,flush:"post"});const G=ye=>{e.expandedKeys===void 0&&(f.value=ye)},V=()=>{g.draggingNodeKey!==null&&x(g,{draggingNodeKey:null,dropPosition:null,dropContainerKey:null,dropTargetKey:null,dropLevelOffset:null,dropAllowed:!0,dragOverNodeKey:null}),C=null,O=null},j=(ye,xe)=>{const{onDragend:Oe}=e;g.dragOverNodeKey=null,V(),Oe==null||Oe({event:ye,node:xe.eventData}),w=null},K=ye=>{j(ye,null),window.removeEventListener("dragend",K)},Q=(ye,xe)=>{const{onDragstart:Oe}=e,{eventKey:De,eventData:ke}=xe;w=xe,C={x:ye.clientX,y:ye.clientY};const $e=pa(f.value,De);g.draggingNodeKey=De,g.dragChildrenKeys=gle(De,_.value),l.value=T.value.getIndentWidth(),G($e),window.addEventListener("dragend",K),Oe&&Oe({event:ye,node:ke})},pe=(ye,xe)=>{const{onDragenter:Oe,onExpand:De,allowDrop:ke,direction:$e}=e,{pos:Le,eventKey:nt}=xe;if(O!==nt&&(O=nt),!w){H();return}const{dropPosition:_t,dropLevelOffset:St,dropTargetKey:Je,dropContainerKey:wt,dropTargetPos:Xt,dropAllowed:ln,dragOverNodeKey:Sn}=KR(ye,w,xe,l.value,C,ke,k.value,_.value,I.value,$e);if(g.dragChildrenKeys.indexOf(Je)!==-1||!ln){H();return}if(c||(c={}),Object.keys(c).forEach(sn=>{clearTimeout(c[sn])}),w.eventKey!==xe.eventKey&&(c[Le]=window.setTimeout(()=>{if(g.draggingNodeKey===null)return;let sn=f.value.slice();const Cn=_.value[xe.eventKey];Cn&&(Cn.children||[]).length&&(sn=Ba(f.value,xe.eventKey)),G(sn),De&&De(sn,{node:xe.eventData,expanded:!0,nativeEvent:ye})},800)),w.eventKey===Je&&St===0){H();return}x(g,{dragOverNodeKey:Sn,dropPosition:_t,dropLevelOffset:St,dropTargetKey:Je,dropContainerKey:wt,dropTargetPos:Xt,dropAllowed:ln}),Oe&&Oe({event:ye,node:xe.eventData,expandedKeys:f.value})},J=(ye,xe)=>{const{onDragover:Oe,allowDrop:De,direction:ke}=e;if(!w)return;const{dropPosition:$e,dropLevelOffset:Le,dropTargetKey:nt,dropContainerKey:_t,dropAllowed:St,dropTargetPos:Je,dragOverNodeKey:wt}=KR(ye,w,xe,l.value,C,De,k.value,_.value,I.value,ke);g.dragChildrenKeys.indexOf(nt)!==-1||!St||(w.eventKey===nt&&Le===0?g.dropPosition===null&&g.dropLevelOffset===null&&g.dropTargetKey===null&&g.dropContainerKey===null&&g.dropTargetPos===null&&g.dropAllowed===!1&&g.dragOverNodeKey===null||H():$e===g.dropPosition&&Le===g.dropLevelOffset&&nt===g.dropTargetKey&&_t===g.dropContainerKey&&Je===g.dropTargetPos&&St===g.dropAllowed&&wt===g.dragOverNodeKey||x(g,{dropPosition:$e,dropLevelOffset:Le,dropTargetKey:nt,dropContainerKey:_t,dropTargetPos:Je,dropAllowed:St,dragOverNodeKey:wt}),Oe&&Oe({event:ye,node:xe.eventData}))},W=(ye,xe)=>{O===xe.eventKey&&!ye.currentTarget.contains(ye.relatedTarget)&&(H(),O=null);const{onDragleave:Oe}=e;Oe&&Oe({event:ye,node:xe.eventData})},Z=function(ye,xe){let Oe=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;var De;const{dragChildrenKeys:ke,dropPosition:$e,dropTargetKey:Le,dropTargetPos:nt,dropAllowed:_t}=g;if(!_t)return;const{onDrop:St}=e;if(g.dragOverNodeKey=null,V(),Le===null)return;const Je=x(x({},Im(Le,pt(R.value))),{active:((De=ve.value)===null||De===void 0?void 0:De.key)===Le,data:_.value[Le].node});ke.indexOf(Le);const wt=GT(nt),Xt={event:ye,node:Rm(Je),dragNode:w?w.eventData:null,dragNodesKeys:[w.eventKey].concat(ke),dropToGap:$e!==0,dropPosition:$e+Number(wt[wt.length-1])};Oe||St==null||St(Xt),w=null},he=(ye,xe)=>{const{expanded:Oe,key:De}=xe,ke=k.value.filter(Le=>Le.key===De)[0],$e=Rm(x(x({},Im(De,R.value)),{data:ke.data}));G(Oe?pa(f.value,De):Ba(f.value,De)),_e(ye,$e)},Y=(ye,xe)=>{const{onClick:Oe,expandAction:De}=e;De==="click"&&he(ye,xe),Oe&&Oe(ye,xe)},X=(ye,xe)=>{const{onDblclick:Oe,expandAction:De}=e;(De==="doubleclick"||De==="dblclick")&&he(ye,xe),Oe&&Oe(ye,xe)},ne=(ye,xe)=>{let Oe=u.value;const{onSelect:De,multiple:ke}=e,{selected:$e}=xe,Le=xe[E.value.key],nt=!$e;nt?ke?Oe=Ba(Oe,Le):Oe=[Le]:Oe=pa(Oe,Le);const _t=_.value,St=Oe.map(Je=>{const wt=_t[Je];return wt?wt.node:null}).filter(Je=>Je);e.selectedKeys===void 0&&(u.value=Oe),De&&De(Oe,{event:"select",selected:nt,node:xe,selectedNodes:St,nativeEvent:ye})},re=(ye,xe,Oe)=>{const{checkStrictly:De,onCheck:ke}=e,$e=xe[E.value.key];let Le;const nt={event:"check",node:xe,checked:Oe,nativeEvent:ye},_t=_.value;if(De){const St=Oe?Ba(a.value,$e):pa(a.value,$e),Je=pa(s.value,$e);Le={checked:St,halfChecked:Je},nt.checkedNodes=St.map(wt=>_t[wt]).filter(wt=>wt).map(wt=>wt.node),e.checkedKeys===void 0&&(a.value=St)}else{let{checkedKeys:St,halfCheckedKeys:Je}=No([...a.value,$e],!0,_t,F.value,B.value);if(!Oe){const wt=new Set(St);wt.delete($e),{checkedKeys:St,halfCheckedKeys:Je}=No(Array.from(wt),{checked:!1,halfCheckedKeys:Je},_t,F.value,B.value)}Le=St,nt.checkedNodes=[],nt.checkedNodesPositions=[],nt.halfCheckedKeys=Je,St.forEach(wt=>{const Xt=_t[wt];if(!Xt)return;const{node:ln,pos:Sn}=Xt;nt.checkedNodes.push(ln),nt.checkedNodesPositions.push({node:ln,pos:Sn})}),e.checkedKeys===void 0&&(a.value=St,s.value=Je)}ke&&ke(Le,nt)},te=ye=>{const xe=ye[E.value.key],Oe=new Promise((De,ke)=>{const{loadData:$e,onLoad:Le}=e;if(!$e||N.value.has(xe)||P.value.has(xe))return null;$e(ye).then(()=>{const _t=Ba(d.value,xe),St=pa(p.value,xe);Le&&Le(_t,{event:"load",node:ye}),e.loadedKeys===void 0&&(d.value=_t),p.value=St,De()}).catch(_t=>{const St=pa(p.value,xe);if(p.value=St,m[xe]=(m[xe]||0)+1,m[xe]>=Pbe){const Je=Ba(d.value,xe);e.loadedKeys===void 0&&(d.value=Je),De()}ke(_t)}),p.value=Ba(p.value,xe)});return Oe.catch(()=>{}),Oe},ue=(ye,xe)=>{const{onMouseenter:Oe}=e;Oe&&Oe({event:ye,node:xe})},ge=(ye,xe)=>{const{onMouseleave:Oe}=e;Oe&&Oe({event:ye,node:xe})},se=(ye,xe)=>{const{onRightClick:Oe}=e;Oe&&(ye.preventDefault(),Oe({event:ye,node:xe}))},de=ye=>{const{onFocus:xe}=e;v.value=!0,xe&&xe(ye)},fe=ye=>{const{onBlur:xe}=e;v.value=!1,oe(null),xe&&xe(ye)},_e=(ye,xe)=>{let Oe=f.value;const{onExpand:De,loadData:ke}=e,{expanded:$e}=xe,Le=xe[E.value.key];if(S.value)return;Oe.indexOf(Le);const nt=!$e;if(nt?Oe=Ba(Oe,Le):Oe=pa(Oe,Le),G(Oe),De&&De(Oe,{node:xe,expanded:nt,nativeEvent:ye}),nt&&ke){const _t=te(xe);_t&&_t.then(()=>{}).catch(St=>{const Je=pa(f.value,Le);G(Je),Promise.reject(St)})}},be=()=>{S.value=!0},le=()=>{setTimeout(()=>{S.value=!1})},oe=ye=>{const{onActiveChange:xe}=e;b.value!==ye&&(e.activeKey!==void 0&&(b.value=ye),ye!==null&&z({key:ye}),xe&&xe(ye))},ve=L(()=>b.value===null?null:k.value.find(ye=>{let{key:xe}=ye;return xe===b.value})||null),Ce=ye=>{let xe=k.value.findIndex(De=>{let{key:ke}=De;return ke===b.value});xe===-1&&ye<0&&(xe=k.value.length),xe=(xe+ye+k.value.length)%k.value.length;const Oe=k.value[xe];if(Oe){const{key:De}=Oe;oe(De)}else oe(null)},Re=L(()=>Rm(x(x({},Im(b.value,R.value)),{data:ve.value.data,active:!0}))),Ne=ye=>{const{onKeydown:xe,checkable:Oe,selectable:De}=e;switch(ye.which){case Ae.UP:{Ce(-1),ye.preventDefault();break}case Ae.DOWN:{Ce(1),ye.preventDefault();break}}const ke=ve.value;if(ke&&ke.data){const $e=ke.data.isLeaf===!1||!!(ke.data.children||[]).length,Le=Re.value;switch(ye.which){case Ae.LEFT:{$e&&I.value.has(b.value)?_e({},Le):ke.parent&&oe(ke.parent.key),ye.preventDefault();break}case Ae.RIGHT:{$e&&!I.value.has(b.value)?_e({},Le):ke.children&&ke.children.length&&oe(ke.children[0].key),ye.preventDefault();break}case Ae.ENTER:case Ae.SPACE:{Oe&&!Le.disabled&&Le.checkable!==!1&&!Le.disableCheckbox?re({},Le,!A.value.has(b.value)):!Oe&&De&&!Le.disabled&&Le.selectable!==!1&&ne({},Le);break}}}xe&&xe(ye)};return o({onNodeExpand:_e,scrollTo:z,onKeydown:Ne,selectedKeys:L(()=>u.value),checkedKeys:L(()=>a.value),halfCheckedKeys:L(()=>s.value),loadedKeys:L(()=>d.value),loadingKeys:L(()=>p.value),expandedKeys:L(()=>f.value)}),cr(()=>{window.removeEventListener("dragend",K),i.value=!0}),sle({expandedKeys:f,selectedKeys:u,loadedKeys:d,loadingKeys:p,checkedKeys:a,halfCheckedKeys:s,expandedKeysSet:I,selectedKeysSet:$,loadedKeysSet:N,loadingKeysSet:P,checkedKeysSet:A,halfCheckedKeysSet:D,flattenNodes:k}),()=>{const{draggingNodeKey:ye,dropLevelOffset:xe,dropContainerKey:Oe,dropTargetKey:De,dropPosition:ke,dragOverNodeKey:$e}=g,{prefixCls:Le,showLine:nt,focusable:_t,tabindex:St=0,selectable:Je,showIcon:wt,icon:Xt=r.icon,switcherIcon:ln,draggable:Sn,checkable:sn,checkStrictly:Cn,disabled:Wn,motion:ur,loadData:Rr,filterTreeNode:dr,height:Ar,itemHeight:ee,virtual:Te,dropIndicatorRender:Ie,onContextmenu:Ye,onScroll:It,direction:Tt,rootClassName:je,rootStyle:He}=e,{class:ut,style:Ht}=n,Ft=Zi(x(x({},e),n),{aria:!0,data:!0});let Ut;return Sn?typeof Sn=="object"?Ut=Sn:typeof Sn=="function"?Ut={nodeDraggable:Sn}:Ut={}:Ut=!1,y(lle,{value:{prefixCls:Le,selectable:Je,showIcon:wt,icon:Xt,switcherIcon:ln,draggable:Ut,draggingNodeKey:ye,checkable:sn,customCheckable:r.checkable,checkStrictly:Cn,disabled:Wn,keyEntities:_.value,dropLevelOffset:xe,dropContainerKey:Oe,dropTargetKey:De,dropPosition:ke,dragOverNodeKey:$e,dragging:ye!==null,indent:l.value,direction:Tt,dropIndicatorRender:Ie,loadData:Rr,filterTreeNode:dr,onNodeClick:Y,onNodeDoubleClick:X,onNodeExpand:_e,onNodeSelect:ne,onNodeCheck:re,onNodeLoad:te,onNodeMouseEnter:ue,onNodeMouseLeave:ge,onNodeContextMenu:se,onNodeDragStart:Q,onNodeDragEnter:pe,onNodeDragOver:J,onNodeDragLeave:W,onNodeDragEnd:j,onNodeDrop:Z,slots:r}},{default:()=>[y("div",{role:"tree",class:me(Le,ut,je,{[`${Le}-show-line`]:nt,[`${Le}-focused`]:v.value,[`${Le}-active-focused`]:b.value!==null}),style:He},[y($be,U({ref:T,prefixCls:Le,style:Ht,disabled:Wn,selectable:Je,checkable:!!sn,motion:ur,height:Ar,itemHeight:ee,virtual:Te,focusable:_t,focused:v.value,tabindex:St,activeItem:ve.value,onFocus:de,onBlur:fe,onKeydown:Ne,onActiveChange:oe,onListChangeStart:be,onListChangeEnd:le,onContextmenu:Ye,onScroll:It},Ft),null)])]})}}});var Mbe={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494z"}}]},name:"file",theme:"outlined"};const kbe=Mbe;function GN(e){for(var t=1;t({[`.${e}-switcher-icon`]:{display:"inline-block",fontSize:10,verticalAlign:"baseline",svg:{transition:`transform ${t.motionDurationSlow}`}}}),Jbe=(e,t)=>({[`.${e}-drop-indicator`]:{position:"absolute",zIndex:1,height:2,backgroundColor:t.colorPrimary,borderRadius:1,pointerEvents:"none","&:after":{position:"absolute",top:-3,insetInlineStart:-6,width:8,height:8,backgroundColor:"transparent",border:`${t.lineWidthBold}px solid ${t.colorPrimary}`,borderRadius:"50%",content:'""'}}}),eSe=(e,t)=>{const{treeCls:n,treeNodeCls:r,treeNodePadding:o,treeTitleHeight:i}=t,c=(i-t.fontSizeLG)/2,l=t.paddingXS;return{[n]:x(x({},ot(t)),{background:t.colorBgContainer,borderRadius:t.borderRadius,transition:`background-color ${t.motionDurationSlow}`,[`&${n}-rtl`]:{[`${n}-switcher`]:{"&_close":{[`${n}-switcher-icon`]:{svg:{transform:"rotate(90deg)"}}}}},[`&-focused:not(:hover):not(${n}-active-focused)`]:x({},ti(t)),[`${n}-list-holder-inner`]:{alignItems:"flex-start"},[`&${n}-block-node`]:{[`${n}-list-holder-inner`]:{alignItems:"stretch",[`${n}-node-content-wrapper`]:{flex:"auto"},[`${r}.dragging`]:{position:"relative","&:after":{position:"absolute",top:0,insetInlineEnd:0,bottom:o,insetInlineStart:0,border:`1px solid ${t.colorPrimary}`,opacity:0,animationName:Qbe,animationDuration:t.motionDurationSlow,animationPlayState:"running",animationFillMode:"forwards",content:'""',pointerEvents:"none"}}}},[`${r}`]:{display:"flex",alignItems:"flex-start",padding:`0 0 ${o}px 0`,outline:"none","&-rtl":{direction:"rtl"},"&-disabled":{[`${n}-node-content-wrapper`]:{color:t.colorTextDisabled,cursor:"not-allowed","&:hover":{background:"transparent"}}},[`&-active ${n}-node-content-wrapper`]:x({},ti(t)),[`&:not(${r}-disabled).filter-node ${n}-title`]:{color:"inherit",fontWeight:500},"&-draggable":{[`${n}-draggable-icon`]:{width:i,lineHeight:`${i}px`,textAlign:"center",visibility:"visible",opacity:.2,transition:`opacity ${t.motionDurationSlow}`,[`${r}:hover &`]:{opacity:.45}},[`&${r}-disabled`]:{[`${n}-draggable-icon`]:{visibility:"hidden"}}}},[`${n}-indent`]:{alignSelf:"stretch",whiteSpace:"nowrap",userSelect:"none","&-unit":{display:"inline-block",width:i}},[`${n}-draggable-icon`]:{visibility:"hidden"},[`${n}-switcher`]:x(x({},Zbe(e,t)),{position:"relative",flex:"none",alignSelf:"stretch",width:i,margin:0,lineHeight:`${i}px`,textAlign:"center",cursor:"pointer",userSelect:"none","&-noop":{cursor:"default"},"&_close":{[`${n}-switcher-icon`]:{svg:{transform:"rotate(-90deg)"}}},"&-loading-icon":{color:t.colorPrimary},"&-leaf-line":{position:"relative",zIndex:1,display:"inline-block",width:"100%",height:"100%","&:before":{position:"absolute",top:0,insetInlineEnd:i/2,bottom:-o,marginInlineStart:-1,borderInlineEnd:`1px solid ${t.colorBorder}`,content:'""'},"&:after":{position:"absolute",width:i/2*.8,height:i/2,borderBottom:`1px solid ${t.colorBorder}`,content:'""'}}}),[`${n}-checkbox`]:{top:"initial",marginInlineEnd:l,marginBlockStart:c},[`${n}-node-content-wrapper, ${n}-checkbox + span`]:{position:"relative",zIndex:"auto",minHeight:i,margin:0,padding:`0 ${t.paddingXS/2}px`,color:"inherit",lineHeight:`${i}px`,background:"transparent",borderRadius:t.borderRadius,cursor:"pointer",transition:`all ${t.motionDurationMid}, border 0s, line-height 0s, box-shadow 0s`,"&:hover":{backgroundColor:t.controlItemBgHover},[`&${n}-node-selected`]:{backgroundColor:t.controlItemBgActive},[`${n}-iconEle`]:{display:"inline-block",width:i,height:i,lineHeight:`${i}px`,textAlign:"center",verticalAlign:"top","&:empty":{display:"none"}}},[`${n}-unselectable ${n}-node-content-wrapper:hover`]:{backgroundColor:"transparent"},[`${n}-node-content-wrapper`]:x({lineHeight:`${i}px`,userSelect:"none"},Jbe(e,t)),[`${r}.drop-container`]:{"> [draggable]":{boxShadow:`0 0 0 2px ${t.colorPrimary}`}},"&-show-line":{[`${n}-indent`]:{"&-unit":{position:"relative",height:"100%","&:before":{position:"absolute",top:0,insetInlineEnd:i/2,bottom:-o,borderInlineEnd:`1px solid ${t.colorBorder}`,content:'""'},"&-end":{"&:before":{display:"none"}}}},[`${n}-switcher`]:{background:"transparent","&-line-icon":{verticalAlign:"-0.15em"}}},[`${r}-leaf-last`]:{[`${n}-switcher`]:{"&-leaf-line":{"&:before":{top:"auto !important",bottom:"auto !important",height:`${i/2}px !important`}}}}})}},tSe=e=>{const{treeCls:t,treeNodeCls:n,treeNodePadding:r}=e;return{[`${t}${t}-directory`]:{[n]:{position:"relative","&:before":{position:"absolute",top:0,insetInlineEnd:0,bottom:r,insetInlineStart:0,transition:`background-color ${e.motionDurationMid}`,content:'""',pointerEvents:"none"},"&:hover":{"&:before":{background:e.controlItemBgHover}},"> *":{zIndex:1},[`${t}-switcher`]:{transition:`color ${e.motionDurationMid}`},[`${t}-node-content-wrapper`]:{borderRadius:0,userSelect:"none","&:hover":{background:"transparent"},[`&${t}-node-selected`]:{color:e.colorTextLightSolid,background:"transparent"}},"&-selected":{"\n &:hover::before,\n &::before\n ":{background:e.colorPrimary},[`${t}-switcher`]:{color:e.colorTextLightSolid},[`${t}-node-content-wrapper`]:{color:e.colorTextLightSolid,background:"transparent"}}}}}},f6=(e,t)=>{const n=`.${e}`,r=`${n}-treenode`,o=t.paddingXS/2,i=t.controlHeightSM,c=Ve(t,{treeCls:n,treeNodeCls:r,treeNodePadding:o,treeTitleHeight:i});return[eSe(e,c),tSe(c)]},nSe=tt("Tree",(e,t)=>{let{prefixCls:n}=t;return[{[e.componentCls]:q_(`${n}-checkbox`,e)},f6(n,e),Up(e)]}),m6=()=>{const e=PF();return x(x({},e),{showLine:We([Boolean,Object]),multiple:we(),autoExpandParent:we(),checkStrictly:we(),checkable:we(),disabled:we(),defaultExpandAll:we(),defaultExpandParent:we(),defaultExpandedKeys:Ct(),expandedKeys:Ct(),checkedKeys:We([Array,Object]),defaultCheckedKeys:Ct(),selectedKeys:Ct(),defaultSelectedKeys:Ct(),selectable:we(),loadedKeys:Ct(),draggable:we(),showIcon:we(),icon:Se(),switcherIcon:q.any,prefixCls:String,replaceFields:Fe(),blockNode:we(),openAnimation:q.any,onDoubleclick:e.onDblclick,"onUpdate:selectedKeys":Se(),"onUpdate:checkedKeys":Se(),"onUpdate:expandedKeys":Se()})},Ym=ae({compatConfig:{MODE:3},name:"ATree",inheritAttrs:!1,props:st(m6(),{checkable:!1,selectable:!0,showIcon:!1,blockNode:!1}),slots:Object,setup(e,t){let{attrs:n,expose:r,emit:o,slots:i}=t;e.treeData===void 0&&i.default;const{prefixCls:c,direction:l,virtual:u}=Me("tree",e),[a,s]=nSe(c),d=ie();r({treeRef:d,onNodeExpand:function(){var h;(h=d.value)===null||h===void 0||h.onNodeExpand(...arguments)},scrollTo:h=>{var _;(_=d.value)===null||_===void 0||_.scrollTo(h)},selectedKeys:L(()=>{var h;return(h=d.value)===null||h===void 0?void 0:h.selectedKeys}),checkedKeys:L(()=>{var h;return(h=d.value)===null||h===void 0?void 0:h.checkedKeys}),halfCheckedKeys:L(()=>{var h;return(h=d.value)===null||h===void 0?void 0:h.halfCheckedKeys}),loadedKeys:L(()=>{var h;return(h=d.value)===null||h===void 0?void 0:h.loadedKeys}),loadingKeys:L(()=>{var h;return(h=d.value)===null||h===void 0?void 0:h.loadingKeys}),expandedKeys:L(()=>{var h;return(h=d.value)===null||h===void 0?void 0:h.expandedKeys})}),Qe(()=>{Wt(e.replaceFields===void 0,"Tree","`replaceFields` is deprecated, please use fieldNames instead")});const f=(h,_)=>{o("update:checkedKeys",h),o("check",h,_)},m=(h,_)=>{o("update:expandedKeys",h),o("expand",h,_)},g=(h,_)=>{o("update:selectedKeys",h),o("select",h,_)};return()=>{const{showIcon:h,showLine:_,switcherIcon:v=i.switcherIcon,icon:b=i.icon,blockNode:S,checkable:E,selectable:T,fieldNames:C=e.replaceFields,motion:w=e.openAnimation,itemHeight:O=28,onDoubleclick:R,onDblclick:I}=e,$=x(x(x({},n),gt(e,["onUpdate:checkedKeys","onUpdate:expandedKeys","onUpdate:selectedKeys","onDoubleclick"])),{showLine:!!_,dropIndicatorRender:Xbe,fieldNames:C,icon:b,itemHeight:O}),N=i.default?an(i.default()):void 0;return a(y(u6,U(U({},$),{},{virtual:u.value,motion:w,ref:d,prefixCls:c.value,class:me({[`${c.value}-icon-hide`]:!h,[`${c.value}-block-node`]:S,[`${c.value}-unselectable`]:!T,[`${c.value}-rtl`]:l.value==="rtl"},n.class,s.value),direction:l.value,checkable:E,selectable:T,switcherIcon:P=>p6(c.value,v,P,i.leafIcon,_),onCheck:f,onExpand:m,onSelect:g,onDblclick:I||R,children:N}),x(x({},i),{checkable:()=>y("span",{class:`${c.value}-checkbox-inner`},null)})))}}});var rSe={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 00-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z"}}]},name:"folder-open",theme:"outlined"};const oSe=rSe;function KN(e){for(var t=1;t{if(l===Ua.End)return!1;if(u(a)){if(c.push(a),l===Ua.None)l=Ua.Start;else if(l===Ua.Start)return l=Ua.End,!1}else l===Ua.Start&&c.push(a);return n.includes(a)}),c}function Gb(e,t,n){const r=[...t],o=[];return Yx(e,n,(i,c)=>{const l=r.indexOf(i);return l!==-1&&(o.push(c),r.splice(l,1)),!!r.length}),o}var pSe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);ox(x({},m6()),{expandAction:We([Boolean,String])});function mSe(e){const{isLeaf:t,expanded:n}=e;return y(t?d6:n?iSe:uSe,null,null)}const Wm=ae({compatConfig:{MODE:3},name:"ADirectoryTree",inheritAttrs:!1,props:st(fSe(),{showIcon:!0,expandAction:"click"}),slots:Object,setup(e,t){let{attrs:n,slots:r,emit:o,expose:i}=t;var c;const l=ie(e.treeData||Gy(an((c=r.default)===null||c===void 0?void 0:c.call(r))));Ee(()=>e.treeData,()=>{l.value=e.treeData}),sr(()=>{ft(()=>{var O;e.treeData===void 0&&r.default&&(l.value=Gy(an((O=r.default)===null||O===void 0?void 0:O.call(r))))})});const u=ie(),a=ie(),s=L(()=>U_(e.fieldNames)),d=ie();i({scrollTo:O=>{var R;(R=d.value)===null||R===void 0||R.scrollTo(O)},selectedKeys:L(()=>{var O;return(O=d.value)===null||O===void 0?void 0:O.selectedKeys}),checkedKeys:L(()=>{var O;return(O=d.value)===null||O===void 0?void 0:O.checkedKeys}),halfCheckedKeys:L(()=>{var O;return(O=d.value)===null||O===void 0?void 0:O.halfCheckedKeys}),loadedKeys:L(()=>{var O;return(O=d.value)===null||O===void 0?void 0:O.loadedKeys}),loadingKeys:L(()=>{var O;return(O=d.value)===null||O===void 0?void 0:O.loadingKeys}),expandedKeys:L(()=>{var O;return(O=d.value)===null||O===void 0?void 0:O.expandedKeys})});const f=()=>{const{keyEntities:O}=Kp(l.value,{fieldNames:s.value});let R;return e.defaultExpandAll?R=Object.keys(O):e.defaultExpandParent?R=zy(e.expandedKeys||e.defaultExpandedKeys||[],O):R=e.expandedKeys||e.defaultExpandedKeys,R},m=ie(e.selectedKeys||e.defaultSelectedKeys||[]),g=ie(f());Ee(()=>e.selectedKeys,()=>{e.selectedKeys!==void 0&&(m.value=e.selectedKeys)},{immediate:!0}),Ee(()=>e.expandedKeys,()=>{e.expandedKeys!==void 0&&(g.value=e.expandedKeys)},{immediate:!0});const _=DC((O,R)=>{const{isLeaf:I}=R;I||O.shiftKey||O.metaKey||O.ctrlKey||d.value.onNodeExpand(O,R)},200,{leading:!0}),v=(O,R)=>{e.expandedKeys===void 0&&(g.value=O),o("update:expandedKeys",O),o("expand",O,R)},b=(O,R)=>{const{expandAction:I}=e;I==="click"&&_(O,R),o("click",O,R)},S=(O,R)=>{const{expandAction:I}=e;(I==="dblclick"||I==="doubleclick")&&_(O,R),o("doubleclick",O,R),o("dblclick",O,R)},E=(O,R)=>{const{multiple:I}=e,{node:$,nativeEvent:N}=R,P=$[s.value.key],A=x(x({},R),{selected:!0}),D=(N==null?void 0:N.ctrlKey)||(N==null?void 0:N.metaKey),M=N==null?void 0:N.shiftKey;let k;I&&D?(k=O,u.value=P,a.value=k,A.selectedNodes=Gb(l.value,k,s.value)):I&&M?(k=Array.from(new Set([...a.value||[],...dSe({treeData:l.value,expandedKeys:g.value,startKey:P,endKey:u.value,fieldNames:s.value})])),A.selectedNodes=Gb(l.value,k,s.value)):(k=[P],u.value=P,a.value=k,A.selectedNodes=Gb(l.value,k,s.value)),o("update:selectedKeys",k),o("select",k,A),e.selectedKeys===void 0&&(m.value=k)},T=(O,R)=>{o("update:checkedKeys",O),o("check",O,R)},{prefixCls:C,direction:w}=Me("tree",e);return()=>{const O=me(`${C.value}-directory`,{[`${C.value}-directory-rtl`]:w.value==="rtl"},n.class),{icon:R=r.icon,blockNode:I=!0}=e,$=pSe(e,["icon","blockNode"]);return y(Ym,U(U(U({},n),{},{icon:R||mSe,ref:d,blockNode:I},$),{},{prefixCls:C.value,class:O,expandedKeys:g.value,selectedKeys:m.value,onSelect:E,onClick:b,onDblclick:S,onExpand:v,onCheck:T}),r)}}}),Km=Uy,g6=x(Ym,{DirectoryTree:Wm,TreeNode:Km,install:e=>(e.component(Ym.name,Ym),e.component(Km.name,Km),e.component(Wm.name,Wm),e)});function XN(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;const r=new Set;function o(i,c){let l=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1;const u=r.has(i);if(Xh(!u,"Warning: There may be circular references"),u)return!1;if(i===c)return!0;if(n&&l>1)return!1;r.add(i);const a=l+1;if(Array.isArray(i)){if(!Array.isArray(c)||i.length!==c.length)return!1;for(let s=0;so(i[d],c[d],a))}return!1}return o(e,t)}const{SubMenu:gSe,Item:hSe}=Tn;function _Se(e){return e.some(t=>{let{children:n}=t;return n&&n.length>0})}function h6(e,t){return typeof t=="string"||typeof t=="number"?t==null?void 0:t.toString().toLowerCase().includes(e.trim().toLowerCase()):!1}function _6(e){let{filters:t,prefixCls:n,filteredKeys:r,filterMultiple:o,searchValue:i,filterSearch:c}=e;return t.map((l,u)=>{const a=String(l.value);if(l.children)return y(gSe,{key:a||u,title:l.text,popupClassName:`${n}-dropdown-submenu`},{default:()=>[_6({filters:l.children,prefixCls:n,filteredKeys:r,filterMultiple:o,searchValue:i,filterSearch:c})]});const s=o?$o:Pr,d=y(hSe,{key:l.value!==void 0?a:u},{default:()=>[y(s,{checked:r.includes(a)},null),y("span",null,[l.text])]});return i.trim()?typeof c=="function"?c(i,l)?d:void 0:h6(i,l.text)?d:void 0:d})}const vSe=ae({name:"FilterDropdown",props:["tablePrefixCls","prefixCls","dropdownPrefixCls","column","filterState","filterMultiple","filterMode","filterSearch","columnKey","triggerFilter","locale","getPopupContainer"],setup(e,t){let{slots:n}=t;const r=Px(),o=L(()=>{var z;return(z=e.filterMode)!==null&&z!==void 0?z:"menu"}),i=L(()=>{var z;return(z=e.filterSearch)!==null&&z!==void 0?z:!1}),c=L(()=>e.column.filterDropdownOpen||e.column.filterDropdownVisible),l=L(()=>e.column.onFilterDropdownOpenChange||e.column.onFilterDropdownVisibleChange),u=ce(!1),a=L(()=>{var z;return!!(e.filterState&&(!((z=e.filterState.filteredKeys)===null||z===void 0)&&z.length||e.filterState.forceFiltered))}),s=L(()=>{var z;return ov((z=e.column)===null||z===void 0?void 0:z.filters)}),d=L(()=>{const{filterDropdown:z,slots:G={},customFilterDropdown:V}=e.column;return z||G.filterDropdown&&r.value[G.filterDropdown]||V&&r.value.customFilterDropdown}),p=L(()=>{const{filterIcon:z,slots:G={}}=e.column;return z||G.filterIcon&&r.value[G.filterIcon]||r.value.customFilterIcon}),f=z=>{var G;u.value=z,(G=l.value)===null||G===void 0||G.call(l,z)},m=L(()=>typeof c.value=="boolean"?c.value:u.value),g=L(()=>{var z;return(z=e.filterState)===null||z===void 0?void 0:z.filteredKeys}),h=ce([]),_=z=>{let{selectedKeys:G}=z;h.value=G},v=(z,G)=>{let{node:V,checked:j}=G;e.filterMultiple?_({selectedKeys:z}):_({selectedKeys:j&&V.key?[V.key]:[]})};Ee(g,()=>{u.value&&_({selectedKeys:g.value||[]})},{immediate:!0});const b=ce([]),S=ce(),E=z=>{S.value=setTimeout(()=>{b.value=z})},T=()=>{clearTimeout(S.value)};lt(()=>{clearTimeout(S.value)});const C=ce(""),w=z=>{const{value:G}=z.target;C.value=G};Ee(u,()=>{u.value||(C.value="")});const O=z=>{const{column:G,columnKey:V,filterState:j}=e,K=z&&z.length?z:null;if(K===null&&(!j||!j.filteredKeys)||XN(K,j==null?void 0:j.filteredKeys,!0))return null;e.triggerFilter({column:G,key:V,filteredKeys:K})},R=()=>{f(!1),O(h.value)},I=function(){let{confirm:z,closeDropdown:G}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{confirm:!1,closeDropdown:!1};z&&O([]),G&&f(!1),C.value="",e.column.filterResetToDefaultFilteredValue?h.value=(e.column.defaultFilteredValue||[]).map(V=>String(V)):h.value=[]},$=function(){let{closeDropdown:z}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{closeDropdown:!0};z&&f(!1),O(h.value)},N=z=>{z&&g.value!==void 0&&(h.value=g.value||[]),f(z),!z&&!d.value&&R()},{direction:P}=Me("",e),A=z=>{if(z.target.checked){const G=s.value;h.value=G}else h.value=[]},D=z=>{let{filters:G}=z;return(G||[]).map((V,j)=>{const K=String(V.value),Q={title:V.text,key:V.value!==void 0?K:j};return V.children&&(Q.children=D({filters:V.children})),Q})},M=z=>{var G;return x(x({},z),{text:z.title,value:z.key,children:((G=z.children)===null||G===void 0?void 0:G.map(V=>M(V)))||[]})},k=L(()=>D({filters:e.column.filters})),F=L(()=>me({[`${e.dropdownPrefixCls}-menu-without-submenu`]:!_Se(e.column.filters||[])})),B=()=>{const z=h.value,{column:G,locale:V,tablePrefixCls:j,filterMultiple:K,dropdownPrefixCls:Q,getPopupContainer:pe,prefixCls:J}=e;return(G.filters||[]).length===0?y($i,{image:$i.PRESENTED_IMAGE_SIMPLE,description:V.filterEmptyText,imageStyle:{height:24},style:{margin:0,padding:"16px 0"}},null):o.value==="tree"?y(ze,null,[y(MN,{filterSearch:i.value,value:C.value,onChange:w,tablePrefixCls:j,locale:V},null),y("div",{class:`${j}-filter-dropdown-tree`},[K?y($o,{class:`${j}-filter-dropdown-checkall`,onChange:A,checked:z.length===s.value.length,indeterminate:z.length>0&&z.length[V.filterCheckall]}):null,y(g6,{checkable:!0,selectable:!1,blockNode:!0,multiple:K,checkStrictly:!K,class:`${Q}-menu`,onCheck:v,checkedKeys:z,selectedKeys:z,showIcon:!1,treeData:k.value,autoExpandParent:!0,defaultExpandAll:!0,filterTreeNode:C.value.trim()?W=>typeof i.value=="function"?i.value(C.value,M(W)):h6(C.value,W.title):void 0},null)])]):y(ze,null,[y(MN,{filterSearch:i.value,value:C.value,onChange:w,tablePrefixCls:j,locale:V},null),y(Tn,{multiple:K,prefixCls:`${Q}-menu`,class:F.value,onClick:T,onSelect:_,onDeselect:_,selectedKeys:z,getPopupContainer:pe,openKeys:b.value,onOpenChange:E},{default:()=>_6({filters:G.filters||[],filterSearch:i.value,prefixCls:J,filteredKeys:h.value,filterMultiple:K,searchValue:C.value})})])},H=L(()=>{const z=h.value;return e.column.filterResetToDefaultFilteredValue?XN((e.column.defaultFilteredValue||[]).map(G=>String(G)),z,!0):z.length===0});return()=>{var z;const{tablePrefixCls:G,prefixCls:V,column:j,dropdownPrefixCls:K,locale:Q,getPopupContainer:pe}=e;let J;typeof d.value=="function"?J=d.value({prefixCls:`${K}-custom`,setSelectedKeys:he=>_({selectedKeys:he}),selectedKeys:h.value,confirm:$,clearFilters:I,filters:j.filters,visible:m.value,column:j.__originColumn__,close:()=>{f(!1)}}):d.value?J=d.value:J=y(ze,null,[B(),y("div",{class:`${V}-dropdown-btns`},[y(En,{type:"link",size:"small",disabled:H.value,onClick:()=>I()},{default:()=>[Q.filterReset]}),y(En,{type:"primary",size:"small",onClick:R},{default:()=>[Q.filterConfirm]})])]);const W=y(Obe,{class:`${V}-dropdown`},{default:()=>[J]});let Z;return typeof p.value=="function"?Z=p.value({filtered:a.value,column:j.__originColumn__}):p.value?Z=p.value:Z=y(Tbe,null,null),y("div",{class:`${V}-column`},[y("span",{class:`${G}-column-title`},[(z=n.default)===null||z===void 0?void 0:z.call(n)]),y(ba,{overlay:W,trigger:["click"],open:m.value,onOpenChange:N,getPopupContainer:pe,placement:P.value==="rtl"?"bottomLeft":"bottomRight"},{default:()=>[y("span",{role:"button",tabindex:-1,class:me(`${V}-trigger`,{active:a.value}),onClick:he=>{he.stopPropagation()}},[Z])]})])}}});function S0(e,t,n){let r=[];return(e||[]).forEach((o,i)=>{var c,l;const u=Jp(i,n),a=o.filterDropdown||((c=o==null?void 0:o.slots)===null||c===void 0?void 0:c.filterDropdown)||o.customFilterDropdown;if(o.filters||a||"onFilter"in o)if("filteredValue"in o){let s=o.filteredValue;a||(s=(l=s==null?void 0:s.map(String))!==null&&l!==void 0?l:s),r.push({column:o,key:Zl(o,u),filteredKeys:s,forceFiltered:o.filtered})}else r.push({column:o,key:Zl(o,u),filteredKeys:t&&o.defaultFilteredValue?o.defaultFilteredValue:void 0,forceFiltered:o.filtered});"children"in o&&(r=[...r,...S0(o.children,t,u)])}),r}function v6(e,t,n,r,o,i,c,l){return n.map((u,a)=>{var s;const d=Jp(a,l),{filterMultiple:p=!0,filterMode:f,filterSearch:m}=u;let g=u;const h=u.filterDropdown||((s=u==null?void 0:u.slots)===null||s===void 0?void 0:s.filterDropdown)||u.customFilterDropdown;if(g.filters||h){const _=Zl(g,d),v=r.find(b=>{let{key:S}=b;return _===S});g=x(x({},g),{title:b=>y(vSe,{tablePrefixCls:e,prefixCls:`${e}-filter`,dropdownPrefixCls:t,column:g,columnKey:_,filterState:v,filterMultiple:p,filterMode:f,filterSearch:m,triggerFilter:i,locale:o,getPopupContainer:c},{default:()=>[Fx(u.title,b)]})})}return"children"in g&&(g=x(x({},g),{children:v6(e,t,g.children,r,o,i,c,d)})),g})}function ov(e){let t=[];return(e||[]).forEach(n=>{let{value:r,children:o}=n;t.push(r),o&&(t=[...t,...ov(o)])}),t}function QN(e){const t={};return e.forEach(n=>{let{key:r,filteredKeys:o,column:i}=n;var c;const l=i.filterDropdown||((c=i==null?void 0:i.slots)===null||c===void 0?void 0:c.filterDropdown)||i.customFilterDropdown,{filters:u}=i;if(l)t[r]=o||null;else if(Array.isArray(o)){const a=ov(u);t[r]=a.filter(s=>o.includes(String(s)))}else t[r]=null}),t}function ZN(e,t){return t.reduce((n,r)=>{const{column:{onFilter:o,filters:i},filteredKeys:c}=r;return o&&c&&c.length?n.filter(l=>c.some(u=>{const a=ov(i),s=a.findIndex(p=>String(p)===String(u)),d=s!==-1?a[s]:u;return o(d,l)})):n},e)}function b6(e){return e.flatMap(t=>"children"in t?[t,...b6(t.children||[])]:[t])}function bSe(e){let{prefixCls:t,dropdownPrefixCls:n,mergedColumns:r,locale:o,onFilterChange:i,getPopupContainer:c}=e;const l=L(()=>b6(r.value)),[u,a]=Pt(S0(l.value,!0)),s=L(()=>{const m=S0(l.value,!1);if(m.length===0)return m;let g=!0,h=!0;if(m.forEach(_=>{let{filteredKeys:v}=_;v!==void 0?g=!1:h=!1}),g){const _=(l.value||[]).map((v,b)=>Zl(v,Jp(b)));return u.value.filter(v=>{let{key:b}=v;return _.includes(b)}).map(v=>{const b=l.value[_.findIndex(S=>S===v.key)];return x(x({},v),{column:x(x({},v.column),b),forceFiltered:b.filtered})})}return Wt(h,"Table","Columns should all contain `filteredValue` or not contain `filteredValue`."),m}),d=L(()=>QN(s.value)),p=m=>{const g=s.value.filter(h=>{let{key:_}=h;return _!==m.key});g.push(m),a(g),i(QN(g),g)};return[m=>v6(t.value,n.value,m,s.value,o.value,p,c.value),s,d]}function S6(e,t){return e.map(n=>{const r=x({},n);return r.title=Fx(r.title,t),"children"in r&&(r.children=S6(r.children,t)),r})}function SSe(e){return[n=>S6(n,e.value)]}function ySe(e){return function(n){let{prefixCls:r,onExpand:o,record:i,expanded:c,expandable:l}=n;const u=`${r}-row-expand-icon`;return y("button",{type:"button",onClick:a=>{o(i,a),a.stopPropagation()},class:me(u,{[`${u}-spaced`]:!l,[`${u}-expanded`]:l&&c,[`${u}-collapsed`]:l&&!c}),"aria-label":c?e.collapse:e.expand,"aria-expanded":c},null)}}function y6(e,t){const n=t.value;return e.map(r=>{var o;if(r===Ha||r===Ai)return r;const i=x({},r),{slots:c={}}=i;return i.__originColumn__=r,Wt(!("slots"in i),"Table","`column.slots` is deprecated. Please use `v-slot:headerCell` `v-slot:bodyCell` instead."),Object.keys(c).forEach(l=>{const u=c[l];i[l]===void 0&&n[u]&&(i[l]=n[u])}),t.value.headerCell&&!(!((o=r.slots)===null||o===void 0)&&o.title)&&(i.title=r_(t.value,"headerCell",{title:r.title,column:r},()=>[r.title])),"children"in i&&Array.isArray(i.children)&&(i.children=y6(i.children,t)),i})}function ESe(e){return[n=>y6(n,e)]}const CSe=e=>{const{componentCls:t}=e,n=`${e.lineWidth}px ${e.lineType} ${e.tableBorderColor}`,r=(o,i,c)=>({[`&${t}-${o}`]:{[`> ${t}-container`]:{[`> ${t}-content, > ${t}-body`]:{"> table > tbody > tr > td":{[`> ${t}-expanded-row-fixed`]:{margin:`-${i}px -${c+e.lineWidth}px`}}}}}});return{[`${t}-wrapper`]:{[`${t}${t}-bordered`]:x(x(x({[`> ${t}-title`]:{border:n,borderBottom:0},[`> ${t}-container`]:{borderInlineStart:n,[` + > ${t}-content, + > ${t}-header, + > ${t}-body, + > ${t}-summary + `]:{"> table":{"\n > thead > tr > th,\n > tbody > tr > td,\n > tfoot > tr > th,\n > tfoot > tr > td\n ":{borderInlineEnd:n},"> thead":{"> tr:not(:last-child) > th":{borderBottom:n},"> tr > th::before":{backgroundColor:"transparent !important"}},"\n > thead > tr,\n > tbody > tr,\n > tfoot > tr\n ":{[`> ${t}-cell-fix-right-first::after`]:{borderInlineEnd:n}},"> tbody > tr > td":{[`> ${t}-expanded-row-fixed`]:{margin:`-${e.tablePaddingVertical}px -${e.tablePaddingHorizontal+e.lineWidth}px`,"&::after":{position:"absolute",top:0,insetInlineEnd:e.lineWidth,bottom:0,borderInlineEnd:n,content:'""'}}}}},[` + > ${t}-content, + > ${t}-header + `]:{"> table":{borderTop:n}}},[`&${t}-scroll-horizontal`]:{[`> ${t}-container > ${t}-body`]:{"> table > tbody":{[` + > tr${t}-expanded-row, + > tr${t}-placeholder + `]:{"> td":{borderInlineEnd:0}}}}}},r("middle",e.tablePaddingVerticalMiddle,e.tablePaddingHorizontalMiddle)),r("small",e.tablePaddingVerticalSmall,e.tablePaddingHorizontalSmall)),{[`> ${t}-footer`]:{border:n,borderTop:0}}),[`${t}-cell`]:{[`${t}-container:first-child`]:{borderTop:0},"&-scrollbar:not([rowspan])":{boxShadow:`0 ${e.lineWidth}px 0 ${e.lineWidth}px ${e.tableHeaderBg}`}}}}},TSe=CSe,xSe=e=>{const{componentCls:t}=e;return{[`${t}-wrapper`]:{[`${t}-cell-ellipsis`]:x(x({},Rn),{wordBreak:"keep-all",[` + &${t}-cell-fix-left-last, + &${t}-cell-fix-right-first + `]:{overflow:"visible",[`${t}-cell-content`]:{display:"block",overflow:"hidden",textOverflow:"ellipsis"}},[`${t}-column-title`]:{overflow:"hidden",textOverflow:"ellipsis",wordBreak:"keep-all"}})}}},wSe=xSe,OSe=e=>{const{componentCls:t}=e;return{[`${t}-wrapper`]:{[`${t}-tbody > tr${t}-placeholder`]:{textAlign:"center",color:e.colorTextDisabled,"&:hover > td":{background:e.colorBgContainer}}}}},ISe=OSe,RSe=e=>{const{componentCls:t,antCls:n,controlInteractiveSize:r,motionDurationSlow:o,lineWidth:i,paddingXS:c,lineType:l,tableBorderColor:u,tableExpandIconBg:a,tableExpandColumnWidth:s,borderRadius:d,fontSize:p,fontSizeSM:f,lineHeight:m,tablePaddingVertical:g,tablePaddingHorizontal:h,tableExpandedRowBg:_,paddingXXS:v}=e,b=r/2-i,S=b*2+i*3,E=`${i}px ${l} ${u}`,T=v-i;return{[`${t}-wrapper`]:{[`${t}-expand-icon-col`]:{width:s},[`${t}-row-expand-icon-cell`]:{textAlign:"center",[`${t}-row-expand-icon`]:{display:"inline-flex",float:"none",verticalAlign:"sub"}},[`${t}-row-indent`]:{height:1,float:"left"},[`${t}-row-expand-icon`]:x(x({},e_(e)),{position:"relative",float:"left",boxSizing:"border-box",width:S,height:S,padding:0,color:"inherit",lineHeight:`${S}px`,background:a,border:E,borderRadius:d,transform:`scale(${r/S})`,transition:`all ${o}`,userSelect:"none","&:focus, &:hover, &:active":{borderColor:"currentcolor"},"&::before, &::after":{position:"absolute",background:"currentcolor",transition:`transform ${o} ease-out`,content:'""'},"&::before":{top:b,insetInlineEnd:T,insetInlineStart:T,height:i},"&::after":{top:T,bottom:T,insetInlineStart:b,width:i,transform:"rotate(90deg)"},"&-collapsed::before":{transform:"rotate(-180deg)"},"&-collapsed::after":{transform:"rotate(0deg)"},"&-spaced":{"&::before, &::after":{display:"none",content:"none"},background:"transparent",border:0,visibility:"hidden"}}),[`${t}-row-indent + ${t}-row-expand-icon`]:{marginTop:(p*m-i*3)/2-Math.ceil((f*1.4-i*3)/2),marginInlineEnd:c},[`tr${t}-expanded-row`]:{"&, &:hover":{"> td":{background:_}},[`${n}-descriptions-view`]:{display:"flex",table:{flex:"auto",width:"auto"}}},[`${t}-expanded-row-fixed`]:{position:"relative",margin:`-${g}px -${h}px`,padding:`${g}px ${h}px`}}}},ASe=RSe,NSe=e=>{const{componentCls:t,antCls:n,iconCls:r,tableFilterDropdownWidth:o,tableFilterDropdownSearchWidth:i,paddingXXS:c,paddingXS:l,colorText:u,lineWidth:a,lineType:s,tableBorderColor:d,tableHeaderIconColor:p,fontSizeSM:f,tablePaddingHorizontal:m,borderRadius:g,motionDurationSlow:h,colorTextDescription:_,colorPrimary:v,tableHeaderFilterActiveBg:b,colorTextDisabled:S,tableFilterDropdownBg:E,tableFilterDropdownHeight:T,controlItemBgHover:C,controlItemBgActive:w,boxShadowSecondary:O}=e,R=`${n}-dropdown`,I=`${t}-filter-dropdown`,$=`${n}-tree`,N=`${a}px ${s} ${d}`;return[{[`${t}-wrapper`]:{[`${t}-filter-column`]:{display:"flex",justifyContent:"space-between"},[`${t}-filter-trigger`]:{position:"relative",display:"flex",alignItems:"center",marginBlock:-c,marginInline:`${c}px ${-m/2}px`,padding:`0 ${c}px`,color:p,fontSize:f,borderRadius:g,cursor:"pointer",transition:`all ${h}`,"&:hover":{color:_,background:b},"&.active":{color:v}}}},{[`${n}-dropdown`]:{[I]:x(x({},ot(e)),{minWidth:o,backgroundColor:E,borderRadius:g,boxShadow:O,[`${R}-menu`]:{maxHeight:T,overflowX:"hidden",border:0,boxShadow:"none","&:empty::after":{display:"block",padding:`${l}px 0`,color:S,fontSize:f,textAlign:"center",content:'"Not Found"'}},[`${I}-tree`]:{paddingBlock:`${l}px 0`,paddingInline:l,[$]:{padding:0},[`${$}-treenode ${$}-node-content-wrapper:hover`]:{backgroundColor:C},[`${$}-treenode-checkbox-checked ${$}-node-content-wrapper`]:{"&, &:hover":{backgroundColor:w}}},[`${I}-search`]:{padding:l,borderBottom:N,"&-input":{input:{minWidth:i},[r]:{color:S}}},[`${I}-checkall`]:{width:"100%",marginBottom:c,marginInlineStart:c},[`${I}-btns`]:{display:"flex",justifyContent:"space-between",padding:`${l-a}px ${l}px`,overflow:"hidden",backgroundColor:"inherit",borderTop:N}})}},{[`${n}-dropdown ${I}, ${I}-submenu`]:{[`${n}-checkbox-wrapper + span`]:{paddingInlineStart:l,color:u},"> ul":{maxHeight:"calc(100vh - 130px)",overflowX:"hidden",overflowY:"auto"}}}]},$Se=NSe,DSe=e=>{const{componentCls:t,lineWidth:n,colorSplit:r,motionDurationSlow:o,zIndexTableFixed:i,tableBg:c,zIndexTableSticky:l}=e,u=r;return{[`${t}-wrapper`]:{[` + ${t}-cell-fix-left, + ${t}-cell-fix-right + `]:{position:"sticky !important",zIndex:i,background:c},[` + ${t}-cell-fix-left-first::after, + ${t}-cell-fix-left-last::after + `]:{position:"absolute",top:0,right:{_skip_check_:!0,value:0},bottom:-n,width:30,transform:"translateX(100%)",transition:`box-shadow ${o}`,content:'""',pointerEvents:"none"},[`${t}-cell-fix-left-all::after`]:{display:"none"},[` + ${t}-cell-fix-right-first::after, + ${t}-cell-fix-right-last::after + `]:{position:"absolute",top:0,bottom:-n,left:{_skip_check_:!0,value:0},width:30,transform:"translateX(-100%)",transition:`box-shadow ${o}`,content:'""',pointerEvents:"none"},[`${t}-container`]:{"&::before, &::after":{position:"absolute",top:0,bottom:0,zIndex:l+1,width:30,transition:`box-shadow ${o}`,content:'""',pointerEvents:"none"},"&::before":{insetInlineStart:0},"&::after":{insetInlineEnd:0}},[`${t}-ping-left`]:{[`&:not(${t}-has-fix-left) ${t}-container`]:{position:"relative","&::before":{boxShadow:`inset 10px 0 8px -8px ${u}`}},[` + ${t}-cell-fix-left-first::after, + ${t}-cell-fix-left-last::after + `]:{boxShadow:`inset 10px 0 8px -8px ${u}`},[`${t}-cell-fix-left-last::before`]:{backgroundColor:"transparent !important"}},[`${t}-ping-right`]:{[`&:not(${t}-has-fix-right) ${t}-container`]:{position:"relative","&::after":{boxShadow:`inset -10px 0 8px -8px ${u}`}},[` + ${t}-cell-fix-right-first::after, + ${t}-cell-fix-right-last::after + `]:{boxShadow:`inset -10px 0 8px -8px ${u}`}}}}},PSe=DSe,MSe=e=>{const{componentCls:t,antCls:n}=e;return{[`${t}-wrapper`]:{[`${t}-pagination${n}-pagination`]:{margin:`${e.margin}px 0`},[`${t}-pagination`]:{display:"flex",flexWrap:"wrap",rowGap:e.paddingXS,"> *":{flex:"none"},"&-left":{justifyContent:"flex-start"},"&-center":{justifyContent:"center"},"&-right":{justifyContent:"flex-end"}}}}},kSe=MSe,LSe=e=>{const{componentCls:t,tableRadius:n}=e;return{[`${t}-wrapper`]:{[t]:{[`${t}-title, ${t}-header`]:{borderRadius:`${n}px ${n}px 0 0`},[`${t}-title + ${t}-container`]:{borderStartStartRadius:0,borderStartEndRadius:0,table:{borderRadius:0,"> thead > tr:first-child":{"th:first-child":{borderRadius:0},"th:last-child":{borderRadius:0}}}},"&-container":{borderStartStartRadius:n,borderStartEndRadius:n,"table > thead > tr:first-child":{"> *:first-child":{borderStartStartRadius:n},"> *:last-child":{borderStartEndRadius:n}}},"&-footer":{borderRadius:`0 0 ${n}px ${n}px`}}}}},FSe=LSe,BSe=e=>{const{componentCls:t}=e;return{[`${t}-wrapper-rtl`]:{direction:"rtl",table:{direction:"rtl"},[`${t}-pagination-left`]:{justifyContent:"flex-end"},[`${t}-pagination-right`]:{justifyContent:"flex-start"},[`${t}-row-expand-icon`]:{"&::after":{transform:"rotate(-90deg)"},"&-collapsed::before":{transform:"rotate(180deg)"},"&-collapsed::after":{transform:"rotate(0deg)"}}}}},HSe=BSe,USe=e=>{const{componentCls:t,antCls:n,iconCls:r,fontSizeIcon:o,paddingXS:i,tableHeaderIconColor:c,tableHeaderIconColorHover:l}=e;return{[`${t}-wrapper`]:{[`${t}-selection-col`]:{width:e.tableSelectionColumnWidth},[`${t}-bordered ${t}-selection-col`]:{width:e.tableSelectionColumnWidth+i*2},[` + table tr th${t}-selection-column, + table tr td${t}-selection-column + `]:{paddingInlineEnd:e.paddingXS,paddingInlineStart:e.paddingXS,textAlign:"center",[`${n}-radio-wrapper`]:{marginInlineEnd:0}},[`table tr th${t}-selection-column${t}-cell-fix-left`]:{zIndex:e.zIndexTableFixed+1},[`table tr th${t}-selection-column::after`]:{backgroundColor:"transparent !important"},[`${t}-selection`]:{position:"relative",display:"inline-flex",flexDirection:"column"},[`${t}-selection-extra`]:{position:"absolute",top:0,zIndex:1,cursor:"pointer",transition:`all ${e.motionDurationSlow}`,marginInlineStart:"100%",paddingInlineStart:`${e.tablePaddingHorizontal/4}px`,[r]:{color:c,fontSize:o,verticalAlign:"baseline","&:hover":{color:l}}}}}},zSe=USe,GSe=e=>{const{componentCls:t}=e,n=(r,o,i,c)=>({[`${t}${t}-${r}`]:{fontSize:c,[` + ${t}-title, + ${t}-footer, + ${t}-thead > tr > th, + ${t}-tbody > tr > td, + tfoot > tr > th, + tfoot > tr > td + `]:{padding:`${o}px ${i}px`},[`${t}-filter-trigger`]:{marginInlineEnd:`-${i/2}px`},[`${t}-expanded-row-fixed`]:{margin:`-${o}px -${i}px`},[`${t}-tbody`]:{[`${t}-wrapper:only-child ${t}`]:{marginBlock:`-${o}px`,marginInline:`${e.tableExpandColumnWidth-i}px -${i}px`}},[`${t}-selection-column`]:{paddingInlineStart:`${i/4}px`}}});return{[`${t}-wrapper`]:x(x({},n("middle",e.tablePaddingVerticalMiddle,e.tablePaddingHorizontalMiddle,e.tableFontSizeMiddle)),n("small",e.tablePaddingVerticalSmall,e.tablePaddingHorizontalSmall,e.tableFontSizeSmall))}},jSe=GSe,VSe=e=>{const{componentCls:t}=e;return{[`${t}-wrapper ${t}-resize-handle`]:{position:"absolute",top:0,height:"100% !important",bottom:0,left:" auto !important",right:" -8px",cursor:"col-resize",touchAction:"none",userSelect:"auto",width:"16px",zIndex:1,"&-line":{display:"block",width:"1px",marginLeft:"7px",height:"100% !important",backgroundColor:e.colorPrimary,opacity:0},"&:hover &-line":{opacity:1}},[`${t}-wrapper ${t}-resize-handle.dragging`]:{overflow:"hidden",[`${t}-resize-handle-line`]:{opacity:1},"&:before":{position:"absolute",top:0,bottom:0,content:'" "',width:"200vw",transform:"translateX(-50%)",opacity:0}}}},YSe=VSe,WSe=e=>{const{componentCls:t,marginXXS:n,fontSizeIcon:r,tableHeaderIconColor:o,tableHeaderIconColorHover:i}=e;return{[`${t}-wrapper`]:{[`${t}-thead th${t}-column-has-sorters`]:{outline:"none",cursor:"pointer",transition:`all ${e.motionDurationSlow}`,"&:hover":{background:e.tableHeaderSortHoverBg,"&::before":{backgroundColor:"transparent !important"}},"&:focus-visible":{color:e.colorPrimary},[` + &${t}-cell-fix-left:hover, + &${t}-cell-fix-right:hover + `]:{background:e.tableFixedHeaderSortActiveBg}},[`${t}-thead th${t}-column-sort`]:{background:e.tableHeaderSortBg,"&::before":{backgroundColor:"transparent !important"}},[`td${t}-column-sort`]:{background:e.tableBodySortBg},[`${t}-column-title`]:{position:"relative",zIndex:1,flex:1},[`${t}-column-sorters`]:{display:"flex",flex:"auto",alignItems:"center",justifyContent:"space-between","&::after":{position:"absolute",inset:0,width:"100%",height:"100%",content:'""'}},[`${t}-column-sorter`]:{marginInlineStart:n,color:o,fontSize:0,transition:`color ${e.motionDurationSlow}`,"&-inner":{display:"inline-flex",flexDirection:"column",alignItems:"center"},"&-up, &-down":{fontSize:r,"&.active":{color:e.colorPrimary}},[`${t}-column-sorter-up + ${t}-column-sorter-down`]:{marginTop:"-0.3em"}},[`${t}-column-sorters:hover ${t}-column-sorter`]:{color:i}}}},KSe=WSe,qSe=e=>{const{componentCls:t,opacityLoading:n,tableScrollThumbBg:r,tableScrollThumbBgHover:o,tableScrollThumbSize:i,tableScrollBg:c,zIndexTableSticky:l}=e,u=`${e.lineWidth}px ${e.lineType} ${e.tableBorderColor}`;return{[`${t}-wrapper`]:{[`${t}-sticky`]:{"&-holder":{position:"sticky",zIndex:l,background:e.colorBgContainer},"&-scroll":{position:"sticky",bottom:0,height:`${i}px !important`,zIndex:l,display:"flex",alignItems:"center",background:c,borderTop:u,opacity:n,"&:hover":{transformOrigin:"center bottom"},"&-bar":{height:i,backgroundColor:r,borderRadius:100,transition:`all ${e.motionDurationSlow}, transform none`,position:"absolute",bottom:0,"&:hover, &-active":{backgroundColor:o}}}}}}},XSe=qSe,QSe=e=>{const{componentCls:t,lineWidth:n,tableBorderColor:r}=e,o=`${n}px ${e.lineType} ${r}`;return{[`${t}-wrapper`]:{[`${t}-summary`]:{position:"relative",zIndex:e.zIndexTableFixed,background:e.tableBg,"> tr":{"> th, > td":{borderBottom:o}}},[`div${t}-summary`]:{boxShadow:`0 -${n}px 0 ${r}`}}}},JN=QSe,ZSe=e=>{const{componentCls:t,fontWeightStrong:n,tablePaddingVertical:r,tablePaddingHorizontal:o,lineWidth:i,lineType:c,tableBorderColor:l,tableFontSize:u,tableBg:a,tableRadius:s,tableHeaderTextColor:d,motionDurationMid:p,tableHeaderBg:f,tableHeaderCellSplitColor:m,tableRowHoverBg:g,tableSelectedRowBg:h,tableSelectedRowHoverBg:_,tableFooterTextColor:v,tableFooterBg:b,paddingContentVerticalLG:S}=e,E=`${i}px ${c} ${l}`;return{[`${t}-wrapper`]:x(x({clear:"both",maxWidth:"100%"},ea()),{[t]:x(x({},ot(e)),{fontSize:u,background:a,borderRadius:`${s}px ${s}px 0 0`}),table:{width:"100%",textAlign:"start",borderRadius:`${s}px ${s}px 0 0`,borderCollapse:"separate",borderSpacing:0},[` + ${t}-thead > tr > th, + ${t}-tbody > tr > td, + tfoot > tr > th, + tfoot > tr > td + `]:{position:"relative",padding:`${S}px ${o}px`,overflowWrap:"break-word"},[`${t}-title`]:{padding:`${r}px ${o}px`},[`${t}-thead`]:{"\n > tr > th,\n > tr > td\n ":{position:"relative",color:d,fontWeight:n,textAlign:"start",background:f,borderBottom:E,transition:`background ${p} ease`,"&[colspan]:not([colspan='1'])":{textAlign:"center"},[`&:not(:last-child):not(${t}-selection-column):not(${t}-row-expand-icon-cell):not([colspan])::before`]:{position:"absolute",top:"50%",insetInlineEnd:0,width:1,height:"1.6em",backgroundColor:m,transform:"translateY(-50%)",transition:`background-color ${p}`,content:'""'}},"> tr:not(:last-child) > th[colspan]":{borderBottom:0}},[`${t}:not(${t}-bordered)`]:{[`${t}-tbody`]:{"> tr":{"> td":{borderTop:E,borderBottom:"transparent"},"&:last-child > td":{borderBottom:E},[`&:first-child > td, + &${t}-measure-row + tr > td`]:{borderTop:"none",borderTopColor:"transparent"}}}},[`${t}${t}-bordered`]:{[`${t}-tbody`]:{"> tr":{"> td":{borderBottom:E}}}},[`${t}-tbody`]:{"> tr":{"> td":{transition:`background ${p}, border-color ${p}`,[` + > ${t}-wrapper:only-child, + > ${t}-expanded-row-fixed > ${t}-wrapper:only-child + `]:{[t]:{marginBlock:`-${r}px`,marginInline:`${e.tableExpandColumnWidth-o}px -${o}px`,[`${t}-tbody > tr:last-child > td`]:{borderBottom:0,"&:first-child, &:last-child":{borderRadius:0}}}}},[` + &${t}-row:hover > td, + > td${t}-cell-row-hover + `]:{background:g},[`&${t}-row-selected`]:{"> td":{background:h},"&:hover > td":{background:_}}}},[`${t}-footer`]:{padding:`${r}px ${o}px`,color:v,background:b}})}},JSe=tt("Table",e=>{const{controlItemBgActive:t,controlItemBgActiveHover:n,colorTextPlaceholder:r,colorTextHeading:o,colorSplit:i,colorBorderSecondary:c,fontSize:l,padding:u,paddingXS:a,paddingSM:s,controlHeight:d,colorFillAlter:p,colorIcon:f,colorIconHover:m,opacityLoading:g,colorBgContainer:h,borderRadiusLG:_,colorFillContent:v,colorFillSecondary:b,controlInteractiveSize:S}=e,E=new Dt(f),T=new Dt(m),C=t,w=2,O=new Dt(b).onBackground(h).toHexString(),R=new Dt(v).onBackground(h).toHexString(),I=new Dt(p).onBackground(h).toHexString(),$=Ve(e,{tableFontSize:l,tableBg:h,tableRadius:_,tablePaddingVertical:u,tablePaddingHorizontal:u,tablePaddingVerticalMiddle:s,tablePaddingHorizontalMiddle:a,tablePaddingVerticalSmall:a,tablePaddingHorizontalSmall:a,tableBorderColor:c,tableHeaderTextColor:o,tableHeaderBg:I,tableFooterTextColor:o,tableFooterBg:I,tableHeaderCellSplitColor:c,tableHeaderSortBg:O,tableHeaderSortHoverBg:R,tableHeaderIconColor:E.clone().setAlpha(E.getAlpha()*g).toRgbString(),tableHeaderIconColorHover:T.clone().setAlpha(T.getAlpha()*g).toRgbString(),tableBodySortBg:I,tableFixedHeaderSortActiveBg:O,tableHeaderFilterActiveBg:v,tableFilterDropdownBg:h,tableRowHoverBg:I,tableSelectedRowBg:C,tableSelectedRowHoverBg:n,zIndexTableFixed:w,zIndexTableSticky:w+1,tableFontSizeMiddle:l,tableFontSizeSmall:l,tableSelectionColumnWidth:d,tableExpandIconBg:h,tableExpandColumnWidth:S+2*e.padding,tableExpandedRowBg:p,tableFilterDropdownWidth:120,tableFilterDropdownHeight:264,tableFilterDropdownSearchWidth:140,tableScrollThumbSize:8,tableScrollThumbBg:r,tableScrollThumbBgHover:o,tableScrollBg:i});return[ZSe($),kSe($),JN($),KSe($),$Se($),TSe($),FSe($),ASe($),JN($),ISe($),zSe($),PSe($),XSe($),wSe($),jSe($),YSe($),HSe($)]}),eye=[],E6=()=>({prefixCls:Ue(),columns:Ct(),rowKey:We([String,Function]),tableLayout:Ue(),rowClassName:We([String,Function]),title:Se(),footer:Se(),id:Ue(),showHeader:we(),components:Fe(),customRow:Se(),customHeaderRow:Se(),direction:Ue(),expandFixed:We([Boolean,String]),expandColumnWidth:Number,expandedRowKeys:Ct(),defaultExpandedRowKeys:Ct(),expandedRowRender:Se(),expandRowByClick:we(),expandIcon:Se(),onExpand:Se(),onExpandedRowsChange:Se(),"onUpdate:expandedRowKeys":Se(),defaultExpandAllRows:we(),indentSize:Number,expandIconColumnIndex:Number,showExpandColumn:we(),expandedRowClassName:Se(),childrenColumnName:Ue(),rowExpandable:Se(),sticky:We([Boolean,Object]),dropdownPrefixCls:String,dataSource:Ct(),pagination:We([Boolean,Object]),loading:We([Boolean,Object]),size:Ue(),bordered:we(),locale:Fe(),onChange:Se(),onResizeColumn:Se(),rowSelection:Fe(),getPopupContainer:Se(),scroll:Fe(),sortDirections:Ct(),showSorterTooltip:We([Boolean,Object],!0),transformCellText:Se()}),tye=ae({name:"InternalTable",inheritAttrs:!1,props:st(x(x({},E6()),{contextSlots:Fe()}),{rowKey:"key"}),setup(e,t){let{attrs:n,slots:r,expose:o,emit:i}=t;Wt(!(typeof e.rowKey=="function"&&e.rowKey.length>1),"Table","`index` parameter of `rowKey` function is deprecated. There is no guarantee that it will work as expected."),mve(L(()=>e.contextSlots)),gve({onResizeColumn:(re,te)=>{i("resizeColumn",re,te)}});const c=gu(),l=L(()=>{const re=new Set(Object.keys(c.value).filter(te=>c.value[te]));return e.columns.filter(te=>!te.responsive||te.responsive.some(ue=>re.has(ue)))}),{size:u,renderEmpty:a,direction:s,prefixCls:d,configProvider:p}=Me("table",e),[f,m]=JSe(d),g=L(()=>{var re;return e.transformCellText||((re=p.transformCellText)===null||re===void 0?void 0:re.value)}),[h]=zo("Table",Br.Table,Xe(e,"locale")),_=L(()=>e.dataSource||eye),v=L(()=>p.getPrefixCls("dropdown",e.dropdownPrefixCls)),b=L(()=>e.childrenColumnName||"children"),S=L(()=>_.value.some(re=>re==null?void 0:re[b.value])?"nest":e.expandedRowRender?"row":null),E=mt({body:null}),T=re=>{x(E,re)},C=L(()=>typeof e.rowKey=="function"?e.rowKey:re=>re==null?void 0:re[e.rowKey]),[w]=lbe(_,b,C),O={},R=function(re,te){let ue=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;const{pagination:ge,scroll:se,onChange:de}=e,fe=x(x({},O),re);ue&&(O.resetPagination(),fe.pagination.current&&(fe.pagination.current=1),ge&&ge.onChange&&ge.onChange(1,fe.pagination.pageSize)),se&&se.scrollToFirstRowOnChange!==!1&&E.body&&GE(0,{getContainer:()=>E.body}),de==null||de(fe.pagination,fe.filters,fe.sorter,{currentDataSource:ZN(v0(_.value,fe.sorterStates,b.value),fe.filterStates),action:te})},I=(re,te)=>{R({sorter:re,sorterStates:te},"sort",!1)},[$,N,P,A]=Sbe({prefixCls:d,mergedColumns:l,onSorterChange:I,sortDirections:L(()=>e.sortDirections||["ascend","descend"]),tableLocale:h,showSorterTooltip:Xe(e,"showSorterTooltip")}),D=L(()=>v0(_.value,N.value,b.value)),M=(re,te)=>{R({filters:re,filterStates:te},"filter",!0)},[k,F,B]=bSe({prefixCls:d,locale:h,dropdownPrefixCls:v,mergedColumns:l,onFilterChange:M,getPopupContainer:Xe(e,"getPopupContainer")}),H=L(()=>ZN(D.value,F.value)),[z]=ESe(Xe(e,"contextSlots")),G=L(()=>{const re={},te=B.value;return Object.keys(te).forEach(ue=>{te[ue]!==null&&(re[ue]=te[ue])}),x(x({},P.value),{filters:re})}),[V]=SSe(G),j=(re,te)=>{R({pagination:x(x({},O.pagination),{current:re,pageSize:te})},"paginate")},[K,Q]=ibe(L(()=>H.value.length),Xe(e,"pagination"),j);Qe(()=>{O.sorter=A.value,O.sorterStates=N.value,O.filters=B.value,O.filterStates=F.value,O.pagination=e.pagination===!1?{}:abe(K.value,e.pagination),O.resetPagination=Q});const pe=L(()=>{if(e.pagination===!1||!K.value.pageSize)return H.value;const{current:re=1,total:te,pageSize:ue=f0}=K.value;return Wt(re>0,"Table","`current` should be positive number."),H.value.lengthue?H.value.slice((re-1)*ue,re*ue):H.value:H.value.slice((re-1)*ue,re*ue)});Qe(()=>{ft(()=>{const{total:re,pageSize:te=f0}=K.value;H.value.lengthte&&Wt(!1,"Table","`dataSource` length is less than `pagination.total` but large than `pagination.pageSize`. Please make sure your config correct data with async mode.")})},{flush:"post"});const J=L(()=>e.showExpandColumn===!1?-1:S.value==="nest"&&e.expandIconColumnIndex===void 0?e.rowSelection?1:0:e.expandIconColumnIndex>0&&e.rowSelection?e.expandIconColumnIndex-1:e.expandIconColumnIndex),W=ie();Ee(()=>e.rowSelection,()=>{W.value=e.rowSelection?x({},e.rowSelection):e.rowSelection},{deep:!0,immediate:!0});const[Z,he]=cbe(W,{prefixCls:d,data:H,pageData:pe,getRowKey:C,getRecordByKey:w,expandType:S,childrenColumnName:b,locale:h,getPopupContainer:L(()=>e.getPopupContainer)}),Y=(re,te,ue)=>{let ge;const{rowClassName:se}=e;return typeof se=="function"?ge=me(se(re,te,ue)):ge=me(se),me({[`${d.value}-row-selected`]:he.value.has(C.value(re,te))},ge)};o({selectedKeySet:he});const X=L(()=>typeof e.indentSize=="number"?e.indentSize:15),ne=re=>V(Z(k($(z(re)))));return()=>{var re;const{expandIcon:te=r.expandIcon||ySe(h.value),pagination:ue,loading:ge,bordered:se}=e;let de,fe;if(ue!==!1&&(!((re=K.value)===null||re===void 0)&&re.total)){let oe;K.value.size?oe=K.value.size:oe=u.value==="small"||u.value==="middle"?"small":void 0;const ve=Ne=>y(J_,U(U({},K.value),{},{class:[`${d.value}-pagination ${d.value}-pagination-${Ne}`,K.value.class],size:oe}),null),Ce=s.value==="rtl"?"left":"right",{position:Re}=K.value;if(Re!==null&&Array.isArray(Re)){const Ne=Re.find(Oe=>Oe.includes("top")),ye=Re.find(Oe=>Oe.includes("bottom")),xe=Re.every(Oe=>`${Oe}`=="none");!Ne&&!ye&&!xe&&(fe=ve(Ce)),Ne&&(de=ve(Ne.toLowerCase().replace("top",""))),ye&&(fe=ve(ye.toLowerCase().replace("bottom","")))}else fe=ve(Ce)}let _e;typeof ge=="boolean"?_e={spinning:ge}:typeof ge=="object"&&(_e=x({spinning:!0},ge));const be=me(`${d.value}-wrapper`,{[`${d.value}-wrapper-rtl`]:s.value==="rtl"},n.class,m.value),le=gt(e,["columns"]);return f(y("div",{class:be,style:n.style},[y(ya,U({spinning:!1},_e),{default:()=>[de,y(rbe,U(U(U({},n),le),{},{expandedRowKeys:e.expandedRowKeys,defaultExpandedRowKeys:e.defaultExpandedRowKeys,expandIconColumnIndex:J.value,indentSize:X.value,expandIcon:te,columns:l.value,direction:s.value,prefixCls:d.value,class:me({[`${d.value}-middle`]:u.value==="middle",[`${d.value}-small`]:u.value==="small",[`${d.value}-bordered`]:se,[`${d.value}-empty`]:_.value.length===0}),data:pe.value,rowKey:C.value,rowClassName:Y,internalHooks:p0,internalRefs:E,onUpdateInternalRefs:T,transformColumns:ne,transformCellText:g.value}),x(x({},r),{emptyText:()=>{var oe,ve;return((oe=r.emptyText)===null||oe===void 0?void 0:oe.call(r))||((ve=e.locale)===null||ve===void 0?void 0:ve.emptyText)||a("Table")}})),fe]})]))}}}),nye=ae({name:"ATable",inheritAttrs:!1,props:st(E6(),{rowKey:"key"}),slots:Object,setup(e,t){let{attrs:n,slots:r,expose:o}=t;const i=ie();return o({table:i}),()=>{var c;const l=e.columns||l6((c=r.default)===null||c===void 0?void 0:c.call(r));return y(tye,U(U(U({ref:i},n),e),{},{columns:l||[],expandedRowRender:r.expandedRowRender||e.expandedRowRender,contextSlots:x({},r)}),r)}}}),jb=nye,qm=ae({name:"ATableColumn",slots:Object,render(){return null}}),Xm=ae({name:"ATableColumnGroup",slots:Object,__ANT_TABLE_COLUMN_GROUP:!0,render(){return null}}),fh=Vve,mh=Kve,Qm=x(qve,{Cell:mh,Row:fh,name:"ATableSummary"}),rye=x(jb,{SELECTION_ALL:m0,SELECTION_INVERT:g0,SELECTION_NONE:h0,SELECTION_COLUMN:Ha,EXPAND_COLUMN:Ai,Column:qm,ColumnGroup:Xm,Summary:Qm,install:e=>(e.component(Qm.name,Qm),e.component(mh.name,mh),e.component(fh.name,fh),e.component(jb.name,jb),e.component(qm.name,qm),e.component(Xm.name,Xm),e)}),oye={prefixCls:String,placeholder:String,value:String,handleClear:Function,disabled:{type:Boolean,default:void 0},onChange:Function},aye=ae({compatConfig:{MODE:3},name:"Search",inheritAttrs:!1,props:st(oye,{placeholder:""}),emits:["change"],setup(e,t){let{emit:n}=t;const r=o=>{var i;n("change",o),o.target.value===""&&((i=e.handleClear)===null||i===void 0||i.call(e))};return()=>{const{placeholder:o,value:i,prefixCls:c,disabled:l}=e;return y(Fn,{placeholder:o,class:c,value:i,onChange:r,disabled:l,allowClear:!0},{prefix:()=>y(b_,null,null)})}}});var iye={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M360 184h-8c4.4 0 8-3.6 8-8v8h304v-8c0 4.4 3.6 8 8 8h-8v72h72v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80h72v-72zm504 72H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM731.3 840H292.7l-24.2-512h487l-24.2 512z"}}]},name:"delete",theme:"outlined"};const lye=iye;function e$(e){for(var t=1;t{const{renderedText:r,renderedEl:o,item:i,checked:c,disabled:l,prefixCls:u,showRemove:a}=e,s=me({[`${u}-content-item`]:!0,[`${u}-content-item-disabled`]:l||i.disabled});let d;return(typeof r=="string"||typeof r=="number")&&(d=String(r)),y(ds,{componentName:"Transfer",defaultLocale:Br.Transfer},{default:p=>{const f=y("span",{class:`${u}-content-item-text`},[o]);return a?y("li",{class:s,title:d},[f,y(uh,{disabled:l||i.disabled,class:`${u}-content-item-remove`,"aria-label":p.remove,onClick:()=>{n("remove",i)}},{default:()=>[y(C6,null,null)]})]):y("li",{class:s,title:d,onClick:l||i.disabled?cye:()=>{n("click",i)}},[y($o,{class:`${u}-checkbox`,checked:c,disabled:l||i.disabled},null),f])}})}}}),pye={prefixCls:String,filteredRenderItems:q.array.def([]),selectedKeys:q.array,disabled:we(),showRemove:we(),pagination:q.any,onItemSelect:Function,onScroll:Function,onItemRemove:Function};function fye(e){if(!e)return null;const t={pageSize:10,simple:!0,showSizeChanger:!1,showLessItems:!1};return typeof e=="object"?x(x({},t),e):t}const mye=ae({compatConfig:{MODE:3},name:"ListBody",inheritAttrs:!1,props:pye,emits:["itemSelect","itemRemove","scroll"],setup(e,t){let{emit:n,expose:r}=t;const o=ie(1),i=d=>{const{selectedKeys:p}=e,f=p.indexOf(d.key)>=0;n("itemSelect",d.key,!f)},c=d=>{n("itemRemove",[d.key])},l=d=>{n("scroll",d)},u=L(()=>fye(e.pagination));Ee([u,()=>e.filteredRenderItems],()=>{if(u.value){const d=Math.ceil(e.filteredRenderItems.length/u.value.pageSize);o.value=Math.min(o.value,d)}},{immediate:!0});const a=L(()=>{const{filteredRenderItems:d}=e;let p=d;return u.value&&(p=d.slice((o.value-1)*u.value.pageSize,o.value*u.value.pageSize)),p}),s=d=>{o.value=d};return r({items:a}),()=>{const{prefixCls:d,filteredRenderItems:p,selectedKeys:f,disabled:m,showRemove:g}=e;let h=null;u.value&&(h=y(J_,{simple:u.value.simple,showSizeChanger:u.value.showSizeChanger,showLessItems:u.value.showLessItems,size:"small",disabled:m,class:`${d}-pagination`,total:p.length,pageSize:u.value.pageSize,current:o.value,onChange:s},null));const _=a.value.map(v=>{let{renderedEl:b,renderedText:S,item:E}=v;const{disabled:T}=E,C=f.indexOf(E.key)>=0;return y(dye,{disabled:m||T,key:E.key,item:E,renderedText:S,renderedEl:b,checked:C,prefixCls:d,onClick:i,onRemove:c,showRemove:g},null)});return y(ze,null,[y("ul",{class:me(`${d}-content`,{[`${d}-content-show-remove`]:g}),onScroll:l},[_]),h])}}}),gye=mye,y0=e=>{const t=new Map;return e.forEach((n,r)=>{t.set(n,r)}),t},hye=e=>{const t=new Map;return e.forEach((n,r)=>{let{disabled:o,key:i}=n;o&&t.set(i,r)}),t},_ye=()=>null;function vye(e){return!!(e&&!In(e)&&Object.prototype.toString.call(e)==="[object Object]")}function Jf(e){return e.filter(t=>!t.disabled).map(t=>t.key)}const bye={prefixCls:String,dataSource:Ct([]),filter:String,filterOption:Function,checkedKeys:q.arrayOf(q.string),handleFilter:Function,handleClear:Function,renderItem:Function,showSearch:we(!1),searchPlaceholder:String,notFoundContent:q.any,itemUnit:String,itemsUnit:String,renderList:q.any,disabled:we(),direction:Ue(),showSelectAll:we(),remove:String,selectAll:String,selectCurrent:String,selectInvert:String,removeAll:String,removeCurrent:String,selectAllLabel:q.any,showRemove:we(),pagination:q.any,onItemSelect:Function,onItemSelectAll:Function,onItemRemove:Function,onScroll:Function},t$=ae({compatConfig:{MODE:3},name:"TransferList",inheritAttrs:!1,props:bye,slots:Object,setup(e,t){let{attrs:n,slots:r}=t;const o=ie(""),i=ie(),c=ie(),l=(E,T)=>{let C=E?E(T):null;const w=!!C&&an(C).length>0;return w||(C=y(gye,U(U({},T),{},{ref:c}),null)),{customize:w,bodyContent:C}},u=E=>{const{renderItem:T=_ye}=e,C=T(E),w=vye(C);return{renderedText:w?C.value:C,renderedEl:w?C.label:C,item:E}},a=ie([]),s=ie([]);Qe(()=>{const E=[],T=[];e.dataSource.forEach(C=>{const w=u(C),{renderedText:O}=w;if(o.value&&o.value.trim()&&!_(O,C))return null;E.push(C),T.push(w)}),a.value=E,s.value=T});const d=L(()=>{const{checkedKeys:E}=e;if(E.length===0)return"none";const T=y0(E);return a.value.every(C=>T.has(C.key)||!!C.disabled)?"all":"part"}),p=L(()=>Jf(a.value)),f=(E,T)=>Array.from(new Set([...E,...e.checkedKeys])).filter(C=>T.indexOf(C)===-1),m=E=>{let{disabled:T,prefixCls:C}=E;var w;const O=d.value==="all";return y($o,{disabled:((w=e.dataSource)===null||w===void 0?void 0:w.length)===0||T,checked:O,indeterminate:d.value==="part",class:`${C}-checkbox`,onChange:()=>{const I=p.value;e.onItemSelectAll(f(O?[]:I,O?e.checkedKeys:[]))}},null)},g=E=>{var T;const{target:{value:C}}=E;o.value=C,(T=e.handleFilter)===null||T===void 0||T.call(e,E)},h=E=>{var T;o.value="",(T=e.handleClear)===null||T===void 0||T.call(e,E)},_=(E,T)=>{const{filterOption:C}=e;return C?C(o.value,T):E.includes(o.value)},v=(E,T)=>{const{itemsUnit:C,itemUnit:w,selectAllLabel:O}=e;if(O)return typeof O=="function"?O({selectedCount:E,totalCount:T}):O;const R=T>1?C:w;return y(ze,null,[(E>0?`${E}/`:"")+T,zn(" "),R])},b=L(()=>Array.isArray(e.notFoundContent)?e.notFoundContent[e.direction==="left"?0:1]:e.notFoundContent),S=(E,T,C,w,O,R)=>{const I=O?y("div",{class:`${E}-body-search-wrapper`},[y(aye,{prefixCls:`${E}-search`,onChange:g,handleClear:h,placeholder:T,value:o.value,disabled:R},null)]):null;let $;const{onEvents:N}=RE(n),{bodyContent:P,customize:A}=l(w,x(x(x({},e),{filteredItems:a.value,filteredRenderItems:s.value,selectedKeys:C}),N));return A?$=y("div",{class:`${E}-body-customize-wrapper`},[P]):$=a.value.length?P:y("div",{class:`${E}-body-not-found`},[b.value]),y("div",{class:O?`${E}-body ${E}-body-with-search`:`${E}-body`,ref:i},[I,$])};return()=>{var E,T;const{prefixCls:C,checkedKeys:w,disabled:O,showSearch:R,searchPlaceholder:I,selectAll:$,selectCurrent:N,selectInvert:P,removeAll:A,removeCurrent:D,renderList:M,onItemSelectAll:k,onItemRemove:F,showSelectAll:B=!0,showRemove:H,pagination:z}=e,G=(E=r.footer)===null||E===void 0?void 0:E.call(r,x({},e)),V=me(C,{[`${C}-with-pagination`]:!!z,[`${C}-with-footer`]:!!G}),j=S(C,I,w,M,R,O),K=G?y("div",{class:`${C}-footer`},[G]):null,Q=!H&&!z&&m({disabled:O,prefixCls:C});let pe=null;H?pe=y(Tn,null,{default:()=>[z&&y(Tn.Item,{key:"removeCurrent",onClick:()=>{const W=Jf((c.value.items||[]).map(Z=>Z.item));F==null||F(W)}},{default:()=>[D]}),y(Tn.Item,{key:"removeAll",onClick:()=>{F==null||F(p.value)}},{default:()=>[A]})]}):pe=y(Tn,null,{default:()=>[y(Tn.Item,{key:"selectAll",onClick:()=>{const W=p.value;k(f(W,[]))}},{default:()=>[$]}),z&&y(Tn.Item,{onClick:()=>{const W=Jf((c.value.items||[]).map(Z=>Z.item));k(f(W,[]))}},{default:()=>[N]}),y(Tn.Item,{key:"selectInvert",onClick:()=>{let W;z?W=Jf((c.value.items||[]).map(X=>X.item)):W=p.value;const Z=new Set(w),he=[],Y=[];W.forEach(X=>{Z.has(X)?Y.push(X):he.push(X)}),k(f(he,Y))}},{default:()=>[P]})]});const J=y(ba,{class:`${C}-header-dropdown`,overlay:pe,disabled:O},{default:()=>[y(Fp,null,null)]});return y("div",{class:V,style:n.style},[y("div",{class:`${C}-header`},[B?y(ze,null,[Q,J]):null,y("span",{class:`${C}-header-selected`},[y("span",null,[v(w.length,a.value.length)]),y("span",{class:`${C}-header-title`},[(T=r.titleText)===null||T===void 0?void 0:T.call(r)])])]),j,K])}}});function n$(){}const Kx=e=>{const{disabled:t,moveToLeft:n=n$,moveToRight:r=n$,leftArrowText:o="",rightArrowText:i="",leftActive:c,rightActive:l,class:u,style:a,direction:s,oneWay:d}=e;return y("div",{class:u,style:a},[y(En,{type:"primary",size:"small",disabled:t||!l,onClick:r,icon:y(s!=="rtl"?na:Vi,null,null)},{default:()=>[i]}),!d&&y(En,{type:"primary",size:"small",disabled:t||!c,onClick:n,icon:y(s!=="rtl"?Vi:na,null,null)},{default:()=>[o]})])};Kx.displayName="Operation";Kx.inheritAttrs=!1;const Sye=Kx,yye=e=>{const{antCls:t,componentCls:n,listHeight:r,controlHeightLG:o,marginXXS:i,margin:c}=e,l=`${t}-table`,u=`${t}-input`;return{[`${n}-customize-list`]:{[`${n}-list`]:{flex:"1 1 50%",width:"auto",height:"auto",minHeight:r},[`${l}-wrapper`]:{[`${l}-small`]:{border:0,borderRadius:0,[`${l}-selection-column`]:{width:o,minWidth:o}},[`${l}-pagination${l}-pagination`]:{margin:`${c}px 0 ${i}px`}},[`${u}[disabled]`]:{backgroundColor:"transparent"}}}},r$=(e,t)=>{const{componentCls:n,colorBorder:r}=e;return{[`${n}-list`]:{borderColor:t,"&-search:not([disabled])":{borderColor:r}}}},Eye=e=>{const{componentCls:t}=e;return{[`${t}-status-error`]:x({},r$(e,e.colorError)),[`${t}-status-warning`]:x({},r$(e,e.colorWarning))}},Cye=e=>{const{componentCls:t,colorBorder:n,colorSplit:r,lineWidth:o,transferItemHeight:i,transferHeaderHeight:c,transferHeaderVerticalPadding:l,transferItemPaddingVertical:u,controlItemBgActive:a,controlItemBgActiveHover:s,colorTextDisabled:d,listHeight:p,listWidth:f,listWidthLG:m,fontSizeIcon:g,marginXS:h,paddingSM:_,lineType:v,iconCls:b,motionDurationSlow:S}=e;return{display:"flex",flexDirection:"column",width:f,height:p,border:`${o}px ${v} ${n}`,borderRadius:e.borderRadiusLG,"&-with-pagination":{width:m,height:"auto"},"&-search":{[`${b}-search`]:{color:d}},"&-header":{display:"flex",flex:"none",alignItems:"center",height:c,padding:`${l-o}px ${_}px ${l}px`,color:e.colorText,background:e.colorBgContainer,borderBottom:`${o}px ${v} ${r}`,borderRadius:`${e.borderRadiusLG}px ${e.borderRadiusLG}px 0 0`,"> *:not(:last-child)":{marginInlineEnd:4},"> *":{flex:"none"},"&-title":x(x({},Rn),{flex:"auto",textAlign:"end"}),"&-dropdown":x(x({},ps()),{fontSize:g,transform:"translateY(10%)",cursor:"pointer","&[disabled]":{cursor:"not-allowed"}})},"&-body":{display:"flex",flex:"auto",flexDirection:"column",overflow:"hidden",fontSize:e.fontSize,"&-search-wrapper":{position:"relative",flex:"none",padding:_}},"&-content":{flex:"auto",margin:0,padding:0,overflow:"auto",listStyle:"none","&-item":{display:"flex",alignItems:"center",minHeight:i,padding:`${u}px ${_}px`,transition:`all ${S}`,"> *:not(:last-child)":{marginInlineEnd:h},"> *":{flex:"none"},"&-text":x(x({},Rn),{flex:"auto"}),"&-remove":{position:"relative",color:n,cursor:"pointer",transition:`all ${S}`,"&:hover":{color:e.colorLinkHover},"&::after":{position:"absolute",insert:`-${u}px -50%`,content:'""'}},[`&:not(${t}-list-content-item-disabled)`]:{"&:hover":{backgroundColor:e.controlItemBgHover,cursor:"pointer"},[`&${t}-list-content-item-checked:hover`]:{backgroundColor:s}},"&-checked":{backgroundColor:a},"&-disabled":{color:d,cursor:"not-allowed"}},[`&-show-remove ${t}-list-content-item:not(${t}-list-content-item-disabled):hover`]:{background:"transparent",cursor:"default"}},"&-pagination":{padding:`${e.paddingXS}px 0`,textAlign:"end",borderTop:`${o}px ${v} ${r}`},"&-body-not-found":{flex:"none",width:"100%",margin:"auto 0",color:d,textAlign:"center"},"&-footer":{borderTop:`${o}px ${v} ${r}`},"&-checkbox":{lineHeight:1}}},Tye=e=>{const{antCls:t,iconCls:n,componentCls:r,transferHeaderHeight:o,marginXS:i,marginXXS:c,fontSizeIcon:l,fontSize:u,lineHeight:a}=e;return{[r]:x(x({},ot(e)),{position:"relative",display:"flex",alignItems:"stretch",[`${r}-disabled`]:{[`${r}-list`]:{background:e.colorBgContainerDisabled}},[`${r}-list`]:Cye(e),[`${r}-operation`]:{display:"flex",flex:"none",flexDirection:"column",alignSelf:"center",margin:`0 ${i}px`,verticalAlign:"middle",[`${t}-btn`]:{display:"block","&:first-child":{marginBottom:c},[n]:{fontSize:l}}},[`${t}-empty-image`]:{maxHeight:o/2-Math.round(u*a)}})}},xye=e=>{const{componentCls:t}=e;return{[`${t}-rtl`]:{direction:"rtl"}}},wye=tt("Transfer",e=>{const{fontSize:t,lineHeight:n,lineWidth:r,controlHeightLG:o,controlHeight:i}=e,c=Math.round(t*n),l=o,u=i,a=Ve(e,{transferItemHeight:u,transferHeaderHeight:l,transferHeaderVerticalPadding:Math.ceil((l-r-c)/2),transferItemPaddingVertical:(u-c)/2});return[Tye(a),yye(a),Eye(a),xye(a)]},{listWidth:180,listHeight:200,listWidthLG:250}),Oye=()=>({id:String,prefixCls:String,dataSource:Ct([]),disabled:we(),targetKeys:Ct(),selectedKeys:Ct(),render:Se(),listStyle:We([Function,Object],()=>({})),operationStyle:Fe(void 0),titles:Ct(),operations:Ct(),showSearch:we(!1),filterOption:Se(),searchPlaceholder:String,notFoundContent:q.any,locale:Fe(),rowKey:Se(),showSelectAll:we(),selectAllLabels:Ct(),children:Se(),oneWay:we(),pagination:We([Object,Boolean]),status:Ue(),onChange:Se(),onSelectChange:Se(),onSearch:Se(),onScroll:Se(),"onUpdate:targetKeys":Se(),"onUpdate:selectedKeys":Se()}),Iye=ae({compatConfig:{MODE:3},name:"ATransfer",inheritAttrs:!1,props:Oye(),slots:Object,setup(e,t){let{emit:n,attrs:r,slots:o,expose:i}=t;const{configProvider:c,prefixCls:l,direction:u}=Me("transfer",e),[a,s]=wye(l),d=ie([]),p=ie([]),f=kn(),m=rr.useInject(),g=L(()=>oa(m.status,e.status));Ee(()=>e.selectedKeys,()=>{var j,K;d.value=((j=e.selectedKeys)===null||j===void 0?void 0:j.filter(Q=>e.targetKeys.indexOf(Q)===-1))||[],p.value=((K=e.selectedKeys)===null||K===void 0?void 0:K.filter(Q=>e.targetKeys.indexOf(Q)>-1))||[]},{immediate:!0});const h=(j,K)=>{const Q={notFoundContent:K("Transfer")},pe=Mn(o,e,"notFoundContent");return pe&&(Q.notFoundContent=pe),e.searchPlaceholder!==void 0&&(Q.searchPlaceholder=e.searchPlaceholder),x(x(x({},j),Q),e.locale)},_=j=>{const{targetKeys:K=[],dataSource:Q=[]}=e,pe=j==="right"?d.value:p.value,J=hye(Q),W=pe.filter(X=>!J.has(X)),Z=y0(W),he=j==="right"?W.concat(K):K.filter(X=>!Z.has(X)),Y=j==="right"?"left":"right";j==="right"?d.value=[]:p.value=[],n("update:targetKeys",he),C(Y,[]),n("change",he,j,W),f.onFieldChange()},v=()=>{_("left")},b=()=>{_("right")},S=(j,K)=>{C(j,K)},E=j=>S("left",j),T=j=>S("right",j),C=(j,K)=>{j==="left"?(e.selectedKeys||(d.value=K),n("update:selectedKeys",[...K,...p.value]),n("selectChange",K,pt(p.value))):(e.selectedKeys||(p.value=K),n("update:selectedKeys",[...K,...d.value]),n("selectChange",pt(d.value),K))},w=(j,K)=>{const Q=K.target.value;n("search",j,Q)},O=j=>{w("left",j)},R=j=>{w("right",j)},I=j=>{n("search",j,"")},$=()=>{I("left")},N=()=>{I("right")},P=(j,K,Q)=>{const pe=j==="left"?[...d.value]:[...p.value],J=pe.indexOf(K);J>-1&&pe.splice(J,1),Q&&pe.push(K),C(j,pe)},A=(j,K)=>P("left",j,K),D=(j,K)=>P("right",j,K),M=j=>{const{targetKeys:K=[]}=e,Q=K.filter(pe=>!j.includes(pe));n("update:targetKeys",Q),n("change",Q,"left",[...j])},k=(j,K)=>{n("scroll",j,K)},F=j=>{k("left",j)},B=j=>{k("right",j)},H=(j,K)=>typeof j=="function"?j({direction:K}):j,z=ie([]),G=ie([]);Qe(()=>{const{dataSource:j,rowKey:K,targetKeys:Q=[]}=e,pe=[],J=new Array(Q.length),W=y0(Q);j.forEach(Z=>{K&&(Z.key=K(Z)),W.has(Z.key)?J[W.get(Z.key)]=Z:pe.push(Z)}),z.value=pe,G.value=J}),i({handleSelectChange:C});const V=j=>{var K,Q,pe,J,W,Z;const{disabled:he,operations:Y=[],showSearch:X,listStyle:ne,operationStyle:re,filterOption:te,showSelectAll:ue,selectAllLabels:ge=[],oneWay:se,pagination:de,id:fe=f.id.value}=e,{class:_e,style:be}=r,le=o.children,oe=!le&&de,ve=c.renderEmpty,Ce=h(j,ve),{footer:Re}=o,Ne=e.render||o.render,ye=p.value.length>0,xe=d.value.length>0,Oe=me(l.value,_e,{[`${l.value}-disabled`]:he,[`${l.value}-customize-list`]:!!le,[`${l.value}-rtl`]:u.value==="rtl"},xr(l.value,g.value,m.hasFeedback),s.value),De=e.titles,ke=(pe=(K=De&&De[0])!==null&&K!==void 0?K:(Q=o.leftTitle)===null||Q===void 0?void 0:Q.call(o))!==null&&pe!==void 0?pe:(Ce.titles||["",""])[0],$e=(Z=(J=De&&De[1])!==null&&J!==void 0?J:(W=o.rightTitle)===null||W===void 0?void 0:W.call(o))!==null&&Z!==void 0?Z:(Ce.titles||["",""])[1];return y("div",U(U({},r),{},{class:Oe,style:be,id:fe}),[y(t$,U({key:"leftList",prefixCls:`${l.value}-list`,dataSource:z.value,filterOption:te,style:H(ne,"left"),checkedKeys:d.value,handleFilter:O,handleClear:$,onItemSelect:A,onItemSelectAll:E,renderItem:Ne,showSearch:X,renderList:le,onScroll:F,disabled:he,direction:u.value==="rtl"?"right":"left",showSelectAll:ue,selectAllLabel:ge[0]||o.leftSelectAllLabel,pagination:oe},Ce),{titleText:()=>ke,footer:Re}),y(Sye,{key:"operation",class:`${l.value}-operation`,rightActive:xe,rightArrowText:Y[0],moveToRight:b,leftActive:ye,leftArrowText:Y[1],moveToLeft:v,style:re,disabled:he,direction:u.value,oneWay:se},null),y(t$,U({key:"rightList",prefixCls:`${l.value}-list`,dataSource:G.value,filterOption:te,style:H(ne,"right"),checkedKeys:p.value,handleFilter:R,handleClear:N,onItemSelect:D,onItemSelectAll:T,onItemRemove:M,renderItem:Ne,showSearch:X,renderList:le,onScroll:B,disabled:he,direction:u.value==="rtl"?"left":"right",showSelectAll:ue,selectAllLabel:ge[1]||o.rightSelectAllLabel,showRemove:se,pagination:oe},Ce),{titleText:()=>$e,footer:Re})])};return()=>a(y(ds,{componentName:"Transfer",defaultLocale:Br.Transfer,children:V},null))}}),Rye=rn(Iye);function Aye(e){return Array.isArray(e)?e:e!==void 0?[e]:[]}function Nye(e){const{label:t,value:n,children:r}=e||{},o=n||"value";return{_title:t?[t]:["title","label"],value:o,key:o,children:r||"children"}}function E0(e){return e.disabled||e.disableCheckbox||e.checkable===!1}function $ye(e,t){const n=[];function r(o){o.forEach(i=>{n.push(i[t.value]);const c=i[t.children];c&&r(c)})}return r(e),n}function o$(e){return e==null}const T6=Symbol("TreeSelectContextPropsKey");function Dye(e){return at(T6,e)}function Pye(){return et(T6,{})}const Mye={width:0,height:0,display:"flex",overflow:"hidden",opacity:0,border:0,padding:0,margin:0},kye=ae({compatConfig:{MODE:3},name:"OptionList",inheritAttrs:!1,setup(e,t){let{slots:n,expose:r}=t;const o=Lp(),i=g_(),c=Pye(),l=ie(),u=uC(()=>c.treeData,[()=>o.open,()=>c.treeData],E=>E[0]),a=L(()=>{const{checkable:E,halfCheckedKeys:T,checkedKeys:C}=i;return E?{checked:C,halfChecked:T}:null});Ee(()=>o.open,()=>{ft(()=>{var E;o.open&&!o.multiple&&i.checkedKeys.length&&((E=l.value)===null||E===void 0||E.scrollTo({key:i.checkedKeys[0]}))})},{immediate:!0,flush:"post"});const s=L(()=>String(o.searchValue).toLowerCase()),d=E=>s.value?String(E[i.treeNodeFilterProp]).toLowerCase().includes(s.value):!1,p=ce(i.treeDefaultExpandedKeys),f=ce(null);Ee(()=>o.searchValue,()=>{o.searchValue&&(f.value=$ye(pt(c.treeData),pt(c.fieldNames)))},{immediate:!0});const m=L(()=>i.treeExpandedKeys?i.treeExpandedKeys.slice():o.searchValue?f.value:p.value),g=E=>{var T;p.value=E,f.value=E,(T=i.onTreeExpand)===null||T===void 0||T.call(i,E)},h=E=>{E.preventDefault()},_=(E,T)=>{let{node:C}=T;var w,O;const{checkable:R,checkedKeys:I}=i;R&&E0(C)||((w=c.onSelect)===null||w===void 0||w.call(c,C.key,{selected:!I.includes(C.key)}),o.multiple||(O=o.toggleOpen)===null||O===void 0||O.call(o,!1))},v=ie(null),b=L(()=>i.keyEntities[v.value]),S=E=>{v.value=E};return r({scrollTo:function(){for(var E,T,C=arguments.length,w=new Array(C),O=0;O{var T;const{which:C}=E;switch(C){case Ae.UP:case Ae.DOWN:case Ae.LEFT:case Ae.RIGHT:(T=l.value)===null||T===void 0||T.onKeydown(E);break;case Ae.ENTER:{if(b.value){const{selectable:w,value:O}=b.value.node||{};w!==!1&&_(null,{node:{key:v.value},selected:!i.checkedKeys.includes(O)})}break}case Ae.ESC:o.toggleOpen(!1)}},onKeyup:()=>{}}),()=>{var E;const{prefixCls:T,multiple:C,searchValue:w,open:O,notFoundContent:R=(E=n.notFoundContent)===null||E===void 0?void 0:E.call(n)}=o,{listHeight:I,listItemHeight:$,virtual:N,dropdownMatchSelectWidth:P,treeExpandAction:A}=c,{checkable:D,treeDefaultExpandAll:M,treeIcon:k,showTreeIcon:F,switcherIcon:B,treeLine:H,loadData:z,treeLoadedKeys:G,treeMotion:V,onTreeLoad:j,checkedKeys:K}=i;if(u.value.length===0)return y("div",{role:"listbox",class:`${T}-empty`,onMousedown:h},[R]);const Q={fieldNames:c.fieldNames};return G&&(Q.loadedKeys=G),m.value&&(Q.expandedKeys=m.value),y("div",{onMousedown:h},[b.value&&O&&y("span",{style:Mye,"aria-live":"assertive"},[b.value.node.value]),y(u6,U(U({ref:l,focusable:!1,prefixCls:`${T}-tree`,treeData:u.value,height:I,itemHeight:$,virtual:N!==!1&&P!==!1,multiple:C,icon:k,showIcon:F,switcherIcon:B,showLine:H,loadData:w?null:z,motion:V,activeKey:v.value,checkable:D,checkStrictly:!0,checkedKeys:a.value,selectedKeys:D?[]:K,defaultExpandAll:M},Q),{},{onActiveChange:S,onSelect:_,onCheck:_,onExpand:g,onLoad:j,filterTreeNode:d,expandAction:A}),x(x({},n),{checkable:i.customSlots.treeCheckable}))])}}}),Lye="SHOW_ALL",x6="SHOW_PARENT",qx="SHOW_CHILD";function a$(e,t,n,r){const o=new Set(e);return t===qx?e.filter(i=>{const c=n[i];return!(c&&c.children&&c.children.some(l=>{let{node:u}=l;return o.has(u[r.value])})&&c.children.every(l=>{let{node:u}=l;return E0(u)||o.has(u[r.value])}))}):t===x6?e.filter(i=>{const c=n[i],l=c?c.parent:null;return!(l&&!E0(l.node)&&o.has(l.key))}):e}const av=()=>null;av.inheritAttrs=!1;av.displayName="ATreeSelectNode";av.isTreeSelectNode=!0;const Xx=av;var Fye=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o0&&arguments[0]!==void 0?arguments[0]:[];return an(n).map(r=>{var o,i,c;if(!Bye(r))return null;const l=r.children||{},u=r.key,a={};for(const[C,w]of Object.entries(r.props))a[us(C)]=w;const{isLeaf:s,checkable:d,selectable:p,disabled:f,disableCheckbox:m}=a,g={isLeaf:s||s===""||void 0,checkable:d||d===""||void 0,selectable:p||p===""||void 0,disabled:f||f===""||void 0,disableCheckbox:m||m===""||void 0},h=x(x({},a),g),{title:_=(o=l.title)===null||o===void 0?void 0:o.call(l,h),switcherIcon:v=(i=l.switcherIcon)===null||i===void 0?void 0:i.call(l,h)}=a,b=Fye(a,["title","switcherIcon"]),S=(c=l.default)===null||c===void 0?void 0:c.call(l),E=x(x(x({},b),{title:_,switcherIcon:v,key:u,isLeaf:s}),g),T=t(S);return T.length&&(E.children=T),E})}return t(e)}function C0(e){if(!e)return e;const t=x({},e);return"props"in t||Object.defineProperty(t,"props",{get(){return t}}),t}function Uye(e,t,n,r,o,i){let c=null,l=null;function u(){function a(s){let d=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"0",p=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;return s.map((f,m)=>{const g=`${d}-${m}`,h=f[i.value],_=n.includes(h),v=a(f[i.children]||[],g,_),b=y(Xx,f,{default:()=>[v.map(S=>S.node)]});if(t===h&&(c=b),_){const S={pos:g,node:b,children:v};return p||l.push(S),S}return null}).filter(f=>f)}l||(l=[],a(r),l.sort((s,d)=>{let{node:{props:{value:p}}}=s,{node:{props:{value:f}}}=d;const m=n.indexOf(p),g=n.indexOf(f);return m-g}))}Object.defineProperty(e,"triggerNode",{get(){return u(),c}}),Object.defineProperty(e,"allCheckedNodes",{get(){return u(),o?l:l.map(a=>{let{node:s}=a;return s})}})}function zye(e,t){let{id:n,pId:r,rootPId:o}=t;const i={},c=[];return e.map(u=>{const a=x({},u),s=a[n];return i[s]=a,a.key=a.key||s,a}).forEach(u=>{const a=u[r],s=i[a];s&&(s.children=s.children||[],s.children.push(u)),(a===o||!s&&o===null)&&c.push(u)}),c}function Gye(e,t,n){const r=ce();return Ee([n,e,t],()=>{const o=n.value;e.value?r.value=n.value?zye(pt(e.value),x({id:"id",pId:"pId",rootPId:null},o!==!0?o:{})):pt(e.value).slice():r.value=Hye(pt(t.value))},{immediate:!0,deep:!0}),r}const jye=e=>{const t=ce({valueLabels:new Map}),n=ce();return Ee(e,()=>{n.value=pt(e.value)},{immediate:!0}),[L(()=>{const{valueLabels:o}=t.value,i=new Map,c=n.value.map(l=>{var u;const{value:a}=l,s=(u=l.label)!==null&&u!==void 0?u:o.get(a);return i.set(a,s),x(x({},l),{label:s})});return t.value.valueLabels=i,c})]},Vye=(e,t)=>{const n=ce(new Map),r=ce({});return Qe(()=>{const o=t.value,i=Kp(e.value,{fieldNames:o,initWrapper:c=>x(x({},c),{valueEntities:new Map}),processEntity:(c,l)=>{const u=c.node[o.value];l.valueEntities.set(u,c)}});n.value=i.valueEntities,r.value=i.keyEntities}),{valueEntities:n,keyEntities:r}},Yye=(e,t,n,r,o,i)=>{const c=ce([]),l=ce([]);return Qe(()=>{let u=e.value.map(d=>{let{value:p}=d;return p}),a=t.value.map(d=>{let{value:p}=d;return p});const s=u.filter(d=>!r.value[d]);n.value&&({checkedKeys:u,halfCheckedKeys:a}=No(u,!0,r.value,o.value,i.value)),c.value=Array.from(new Set([...s,...u])),l.value=a}),[c,l]},Wye=(e,t,n)=>{let{treeNodeFilterProp:r,filterTreeNode:o,fieldNames:i}=n;return L(()=>{const{children:c}=i.value,l=t.value,u=r==null?void 0:r.value;if(!l||o.value===!1)return e.value;let a;if(typeof o.value=="function")a=o.value;else{const d=l.toUpperCase();a=(p,f)=>{const m=f[u];return String(m).toUpperCase().includes(d)}}function s(d){let p=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;const f=[];for(let m=0,g=d.length;me.treeCheckable&&!e.treeCheckStrictly),l=L(()=>e.treeCheckable||e.treeCheckStrictly),u=L(()=>e.treeCheckStrictly||e.labelInValue),a=L(()=>l.value||e.multiple),s=L(()=>Nye(e.fieldNames)),[d,p]=Zt("",{value:L(()=>e.searchValue!==void 0?e.searchValue:e.inputValue),postState:fe=>fe||""}),f=fe=>{var _e;p(fe),(_e=e.onSearch)===null||_e===void 0||_e.call(e,fe)},m=Gye(Xe(e,"treeData"),Xe(e,"children"),Xe(e,"treeDataSimpleMode")),{keyEntities:g,valueEntities:h}=Vye(m,s),_=fe=>{const _e=[],be=[];return fe.forEach(le=>{h.value.has(le)?be.push(le):_e.push(le)}),{missingRawValues:_e,existRawValues:be}},v=Wye(m,d,{fieldNames:s,treeNodeFilterProp:Xe(e,"treeNodeFilterProp"),filterTreeNode:Xe(e,"filterTreeNode")}),b=fe=>{if(fe){if(e.treeNodeLabelProp)return fe[e.treeNodeLabelProp];const{_title:_e}=s.value;for(let be=0;be<_e.length;be+=1){const le=fe[_e[be]];if(le!==void 0)return le}}},S=fe=>Aye(fe).map(be=>Kye(be)?{value:be}:be),E=fe=>S(fe).map(be=>{let{label:le}=be;const{value:oe,halfChecked:ve}=be;let Ce;const Re=h.value.get(oe);return Re&&(le=le??b(Re.node),Ce=Re.node.disabled),{label:le,value:oe,halfChecked:ve,disabled:Ce}}),[T,C]=Zt(e.defaultValue,{value:Xe(e,"value")}),w=L(()=>S(T.value)),O=ce([]),R=ce([]);Qe(()=>{const fe=[],_e=[];w.value.forEach(be=>{be.halfChecked?_e.push(be):fe.push(be)}),O.value=fe,R.value=_e});const I=L(()=>O.value.map(fe=>fe.value)),{maxLevel:$,levelEntities:N}=V_(g),[P,A]=Yye(O,R,c,g,$,N),D=L(()=>{const be=a$(P.value,e.showCheckedStrategy,g.value,s.value).map(ve=>{var Ce,Re,Ne;return(Ne=(Re=(Ce=g.value[ve])===null||Ce===void 0?void 0:Ce.node)===null||Re===void 0?void 0:Re[s.value.value])!==null&&Ne!==void 0?Ne:ve}).map(ve=>{const Ce=O.value.find(Re=>Re.value===ve);return{value:ve,label:Ce==null?void 0:Ce.label}}),le=E(be),oe=le[0];return!a.value&&oe&&o$(oe.value)&&o$(oe.label)?[]:le.map(ve=>{var Ce;return x(x({},ve),{label:(Ce=ve.label)!==null&&Ce!==void 0?Ce:ve.value})})}),[M]=jye(D),k=(fe,_e,be)=>{const le=E(fe);if(C(le),e.autoClearSearchValue&&p(""),e.onChange){let oe=fe;c.value&&(oe=a$(fe,e.showCheckedStrategy,g.value,s.value).map(ke=>{const $e=h.value.get(ke);return $e?$e.node[s.value.value]:ke}));const{triggerValue:ve,selected:Ce}=_e||{triggerValue:void 0,selected:void 0};let Re=oe;if(e.treeCheckStrictly){const De=R.value.filter(ke=>!oe.includes(ke.value));Re=[...Re,...De]}const Ne=E(Re),ye={preValue:O.value,triggerValue:ve};let xe=!0;(e.treeCheckStrictly||be==="selection"&&!Ce)&&(xe=!1),Uye(ye,ve,fe,m.value,xe,s.value),l.value?ye.checked=Ce:ye.selected=Ce;const Oe=u.value?Ne:Ne.map(De=>De.value);e.onChange(a.value?Oe:Oe[0],u.value?null:Ne.map(De=>De.label),ye)}},F=(fe,_e)=>{let{selected:be,source:le}=_e;var oe,ve,Ce;const Re=pt(g.value),Ne=pt(h.value),ye=Re[fe],xe=ye==null?void 0:ye.node,Oe=(oe=xe==null?void 0:xe[s.value.value])!==null&&oe!==void 0?oe:fe;if(!a.value)k([Oe],{selected:!0,triggerValue:Oe},"option");else{let De=be?[...I.value,Oe]:P.value.filter(ke=>ke!==Oe);if(c.value){const{missingRawValues:ke,existRawValues:$e}=_(De),Le=$e.map(_t=>Ne.get(_t).key);let nt;be?{checkedKeys:nt}=No(Le,!0,Re,$.value,N.value):{checkedKeys:nt}=No(Le,{checked:!1,halfCheckedKeys:A.value},Re,$.value,N.value),De=[...ke,...nt.map(_t=>Re[_t].node[s.value.value])]}k(De,{selected:be,triggerValue:Oe},le||"option")}be||!a.value?(ve=e.onSelect)===null||ve===void 0||ve.call(e,Oe,C0(xe)):(Ce=e.onDeselect)===null||Ce===void 0||Ce.call(e,Oe,C0(xe))},B=fe=>{if(e.onDropdownVisibleChange){const _e={};Object.defineProperty(_e,"documentClickClose",{get(){return!1}}),e.onDropdownVisibleChange(fe,_e)}},H=(fe,_e)=>{const be=fe.map(le=>le.value);if(_e.type==="clear"){k(be,{},"selection");return}_e.values.length&&F(_e.values[0].value,{selected:!1,source:"selection"})},{treeNodeFilterProp:z,loadData:G,treeLoadedKeys:V,onTreeLoad:j,treeDefaultExpandAll:K,treeExpandedKeys:Q,treeDefaultExpandedKeys:pe,onTreeExpand:J,virtual:W,listHeight:Z,listItemHeight:he,treeLine:Y,treeIcon:X,showTreeIcon:ne,switcherIcon:re,treeMotion:te,customSlots:ue,dropdownMatchSelectWidth:ge,treeExpandAction:se}=qo(e);yK(Dg({checkable:l,loadData:G,treeLoadedKeys:V,onTreeLoad:j,checkedKeys:P,halfCheckedKeys:A,treeDefaultExpandAll:K,treeExpandedKeys:Q,treeDefaultExpandedKeys:pe,onTreeExpand:J,treeIcon:X,treeMotion:te,showTreeIcon:ne,switcherIcon:re,treeLine:Y,treeNodeFilterProp:z,keyEntities:g,customSlots:ue})),Dye(Dg({virtual:W,listHeight:Z,listItemHeight:he,treeData:v,fieldNames:s,onSelect:F,dropdownMatchSelectWidth:ge,treeExpandAction:se}));const de=ie();return r({focus(){var fe;(fe=de.value)===null||fe===void 0||fe.focus()},blur(){var fe;(fe=de.value)===null||fe===void 0||fe.blur()},scrollTo(fe){var _e;(_e=de.value)===null||_e===void 0||_e.scrollTo(fe)}}),()=>{var fe;const _e=gt(e,["id","prefixCls","customSlots","value","defaultValue","onChange","onSelect","onDeselect","searchValue","inputValue","onSearch","autoClearSearchValue","filterTreeNode","treeNodeFilterProp","showCheckedStrategy","treeNodeLabelProp","multiple","treeCheckable","treeCheckStrictly","labelInValue","fieldNames","treeDataSimpleMode","treeData","children","loadData","treeLoadedKeys","onTreeLoad","treeDefaultExpandAll","treeExpandedKeys","treeDefaultExpandedKeys","onTreeExpand","virtual","listHeight","listItemHeight","onDropdownVisibleChange","treeLine","treeIcon","showTreeIcon","switcherIcon","treeMotion"]);return y(cC,U(U(U({ref:de},n),_e),{},{id:i,prefixCls:e.prefixCls,mode:a.value?"multiple":void 0,displayValues:M.value,onDisplayValuesChange:H,searchValue:d.value,onSearch:f,OptionList:kye,emptyOptions:!m.value.length,onDropdownVisibleChange:B,tagRender:e.tagRender||o.tagRender,dropdownMatchSelectWidth:(fe=e.dropdownMatchSelectWidth)!==null&&fe!==void 0?fe:!0}),o)}}}),Xye=e=>{const{componentCls:t,treePrefixCls:n,colorBgElevated:r}=e,o=`.${n}`;return[{[`${t}-dropdown`]:[{padding:`${e.paddingXS}px ${e.paddingXS/2}px`},f6(n,Ve(e,{colorBgContainer:r})),{[o]:{borderRadius:0,"&-list-holder-inner":{alignItems:"stretch",[`${o}-treenode`]:{[`${o}-node-content-wrapper`]:{flex:"auto"}}}}},q_(`${n}-checkbox`,e),{"&-rtl":{direction:"rtl",[`${o}-switcher${o}-switcher_close`]:{[`${o}-switcher-icon svg`]:{transform:"rotate(90deg)"}}}}]}]};function Qye(e,t){return tt("TreeSelect",n=>{const r=Ve(n,{treePrefixCls:t.value});return[Xye(r)]})(e)}const i$=(e,t,n)=>n!==void 0?n:`${e}-${t}`;function Zye(){return x(x({},gt(w6(),["showTreeIcon","treeMotion","inputIcon","getInputElement","treeLine","customSlots"])),{suffixIcon:q.any,size:Ue(),bordered:we(),treeLine:We([Boolean,Object]),replaceFields:Fe(),placement:Ue(),status:Ue(),popupClassName:String,dropdownClassName:String,"onUpdate:value":Se(),"onUpdate:treeExpandedKeys":Se(),"onUpdate:searchValue":Se()})}const Vb=ae({compatConfig:{MODE:3},name:"ATreeSelect",inheritAttrs:!1,props:st(Zye(),{choiceTransitionName:"",listHeight:256,treeIcon:!1,listItemHeight:26,bordered:!0}),slots:Object,setup(e,t){let{attrs:n,slots:r,expose:o,emit:i}=t;e.treeData===void 0&&r.default,Wt(e.multiple!==!1||!e.treeCheckable,"TreeSelect","`multiple` will always be `true` when `treeCheckable` is true"),Wt(e.replaceFields===void 0,"TreeSelect","`replaceFields` is deprecated, please use fieldNames instead"),Wt(!e.dropdownClassName,"TreeSelect","`dropdownClassName` is deprecated. Please use `popupClassName` instead.");const c=kn(),l=rr.useInject(),u=L(()=>oa(l.status,e.status)),{prefixCls:a,renderEmpty:s,direction:d,virtual:p,dropdownMatchSelectWidth:f,size:m,getPopupContainer:g,getPrefixCls:h,disabled:_}=Me("select",e),{compactSize:v,compactItemClassnames:b}=Ji(a,d),S=L(()=>v.value||m.value),E=Zr(),T=L(()=>{var V;return(V=_.value)!==null&&V!==void 0?V:E.value}),C=L(()=>h()),w=L(()=>e.placement!==void 0?e.placement:d.value==="rtl"?"bottomRight":"bottomLeft"),O=L(()=>i$(C.value,aC(w.value),e.transitionName)),R=L(()=>i$(C.value,"",e.choiceTransitionName)),I=L(()=>h("select-tree",e.prefixCls)),$=L(()=>h("tree-select",e.prefixCls)),[N,P]=kC(a),[A]=Qye($,I),D=L(()=>me(e.popupClassName||e.dropdownClassName,`${$.value}-dropdown`,{[`${$.value}-dropdown-rtl`]:d.value==="rtl"},P.value)),M=L(()=>!!(e.treeCheckable||e.multiple)),k=L(()=>e.showArrow!==void 0?e.showArrow:e.loading||!M.value),F=ie();o({focus(){var V,j;(j=(V=F.value).focus)===null||j===void 0||j.call(V)},blur(){var V,j;(j=(V=F.value).blur)===null||j===void 0||j.call(V)}});const B=function(){for(var V=arguments.length,j=new Array(V),K=0;K{i("update:treeExpandedKeys",V),i("treeExpand",V)},z=V=>{i("update:searchValue",V),i("search",V)},G=V=>{i("blur",V),c.onFieldBlur()};return()=>{var V,j;const{notFoundContent:K=(V=r.notFoundContent)===null||V===void 0?void 0:V.call(r),prefixCls:Q,bordered:pe,listHeight:J,listItemHeight:W,multiple:Z,treeIcon:he,treeLine:Y,showArrow:X,switcherIcon:ne=(j=r.switcherIcon)===null||j===void 0?void 0:j.call(r),fieldNames:re=e.replaceFields,id:te=c.id.value}=e,{isFormItemInput:ue,hasFeedback:ge,feedbackIcon:se}=l,{suffixIcon:de,removeIcon:fe,clearIcon:_e}=CC(x(x({},e),{multiple:M.value,showArrow:k.value,hasFeedback:ge,feedbackIcon:se,prefixCls:a.value}),r);let be;K!==void 0?be=K:be=s("Select");const le=gt(e,["suffixIcon","itemIcon","removeIcon","clearIcon","switcherIcon","bordered","status","onUpdate:value","onUpdate:treeExpandedKeys","onUpdate:searchValue"]),oe=me(!Q&&$.value,{[`${a.value}-lg`]:S.value==="large",[`${a.value}-sm`]:S.value==="small",[`${a.value}-rtl`]:d.value==="rtl",[`${a.value}-borderless`]:!pe,[`${a.value}-in-form-item`]:ue},xr(a.value,u.value,ge),b.value,n.class,P.value),ve={};return e.treeData===void 0&&r.default&&(ve.children=Lt(r.default())),N(A(y(qye,U(U(U(U({},n),le),{},{disabled:T.value,virtual:p.value,dropdownMatchSelectWidth:f.value,id:te,fieldNames:re,ref:F,prefixCls:a.value,class:oe,listHeight:J,listItemHeight:W,treeLine:!!Y,inputIcon:de,multiple:Z,removeIcon:fe,clearIcon:_e,switcherIcon:Ce=>p6(I.value,ne,Ce,r.leafIcon,Y),showTreeIcon:he,notFoundContent:be,getPopupContainer:g==null?void 0:g.value,treeMotion:null,dropdownClassName:D.value,choiceTransitionName:R.value,onChange:B,onBlur:G,onSearch:z,onTreeExpand:H},ve),{},{transitionName:O.value,customSlots:x(x({},r),{treeCheckable:()=>y("span",{class:`${a.value}-tree-checkbox-inner`},null)}),maxTagPlaceholder:e.maxTagPlaceholder||r.maxTagPlaceholder,placement:w.value,showArrow:ge||X}),x(x({},r),{treeCheckable:()=>y("span",{class:`${a.value}-tree-checkbox-inner`},null)}))))}}}),T0=Xx,Jye=x(Vb,{TreeNode:Xx,SHOW_ALL:Lye,SHOW_PARENT:x6,SHOW_CHILD:qx,install:e=>(e.component(Vb.name,Vb),e.component(T0.displayName,T0),e)}),Yb=()=>({format:String,showNow:we(),showHour:we(),showMinute:we(),showSecond:we(),use12Hours:we(),hourStep:Number,minuteStep:Number,secondStep:Number,hideDisabledOptions:we(),popupClassName:String,status:Ue()});function e0e(e){const t=kB(e,x(x({},Yb()),{order:{type:Boolean,default:!0}})),{TimePicker:n,RangePicker:r}=t,o=ae({name:"ATimePicker",inheritAttrs:!1,props:x(x(x(x({},ah()),DB()),Yb()),{addon:{type:Function}}),slots:Object,setup(c,l){let{slots:u,expose:a,emit:s,attrs:d}=l;const p=c,f=kn();Wt(!(u.addon||p.addon),"TimePicker","`addon` is deprecated. Please use `v-slot:renderExtraFooter` instead.");const m=ie();a({focus:()=>{var S;(S=m.value)===null||S===void 0||S.focus()},blur:()=>{var S;(S=m.value)===null||S===void 0||S.blur()}});const g=(S,E)=>{s("update:value",S),s("change",S,E),f.onFieldChange()},h=S=>{s("update:open",S),s("openChange",S)},_=S=>{s("focus",S)},v=S=>{s("blur",S),f.onFieldBlur()},b=S=>{s("ok",S)};return()=>{const{id:S=f.id.value}=p;return y(n,U(U(U({},d),gt(p,["onUpdate:value","onUpdate:open"])),{},{id:S,dropdownClassName:p.popupClassName,mode:void 0,ref:m,renderExtraFooter:p.addon||u.addon||p.renderExtraFooter||u.renderExtraFooter,onChange:g,onOpenChange:h,onFocus:_,onBlur:v,onOk:b}),u)}}}),i=ae({name:"ATimeRangePicker",inheritAttrs:!1,props:x(x(x(x({},ah()),PB()),Yb()),{order:{type:Boolean,default:!0}}),slots:Object,setup(c,l){let{slots:u,expose:a,emit:s,attrs:d}=l;const p=c,f=ie(),m=kn();a({focus:()=>{var T;(T=f.value)===null||T===void 0||T.focus()},blur:()=>{var T;(T=f.value)===null||T===void 0||T.blur()}});const g=(T,C)=>{s("update:value",T),s("change",T,C),m.onFieldChange()},h=T=>{s("update:open",T),s("openChange",T)},_=T=>{s("focus",T)},v=T=>{s("blur",T),m.onFieldBlur()},b=(T,C)=>{s("panelChange",T,C)},S=T=>{s("ok",T)},E=(T,C,w)=>{s("calendarChange",T,C,w)};return()=>{const{id:T=m.id.value}=p;return y(r,U(U(U({},d),gt(p,["onUpdate:open","onUpdate:value"])),{},{id:T,dropdownClassName:p.popupClassName,picker:"time",mode:void 0,ref:f,onChange:g,onOpenChange:h,onFocus:_,onBlur:v,onPanelChange:b,onOk:S,onCalendarChange:E}),u)}}});return{TimePicker:o,TimeRangePicker:i}}const{TimePicker:em,TimeRangePicker:Zm}=e0e(lT),t0e=x(em,{TimePicker:em,TimeRangePicker:Zm,install:e=>(e.component(em.name,em),e.component(Zm.name,Zm),e)}),n0e=()=>({prefixCls:String,color:String,dot:q.any,pending:we(),position:q.oneOf(vr("left","right","")).def(""),label:q.any}),fp=ae({compatConfig:{MODE:3},name:"ATimelineItem",props:st(n0e(),{color:"blue",pending:!1}),slots:Object,setup(e,t){let{slots:n}=t;const{prefixCls:r}=Me("timeline",e),o=L(()=>({[`${r.value}-item`]:!0,[`${r.value}-item-pending`]:e.pending})),i=L(()=>/blue|red|green|gray/.test(e.color||"")?void 0:e.color||"blue"),c=L(()=>({[`${r.value}-item-head`]:!0,[`${r.value}-item-head-${e.color||"blue"}`]:!i.value}));return()=>{var l,u,a;const{label:s=(l=n.label)===null||l===void 0?void 0:l.call(n),dot:d=(u=n.dot)===null||u===void 0?void 0:u.call(n)}=e;return y("li",{class:o.value},[s&&y("div",{class:`${r.value}-item-label`},[s]),y("div",{class:`${r.value}-item-tail`},null),y("div",{class:[c.value,!!d&&`${r.value}-item-head-custom`],style:{borderColor:i.value,color:i.value}},[d]),y("div",{class:`${r.value}-item-content`},[(a=n.default)===null||a===void 0?void 0:a.call(n)])])}}}),r0e=e=>{const{componentCls:t}=e;return{[t]:x(x({},ot(e)),{margin:0,padding:0,listStyle:"none",[`${t}-item`]:{position:"relative",margin:0,paddingBottom:e.timeLineItemPaddingBottom,fontSize:e.fontSize,listStyle:"none","&-tail":{position:"absolute",insetBlockStart:e.timeLineItemHeadSize,insetInlineStart:(e.timeLineItemHeadSize-e.timeLineItemTailWidth)/2,height:`calc(100% - ${e.timeLineItemHeadSize}px)`,borderInlineStart:`${e.timeLineItemTailWidth}px ${e.lineType} ${e.colorSplit}`},"&-pending":{[`${t}-item-head`]:{fontSize:e.fontSizeSM,backgroundColor:"transparent"},[`${t}-item-tail`]:{display:"none"}},"&-head":{position:"absolute",width:e.timeLineItemHeadSize,height:e.timeLineItemHeadSize,backgroundColor:e.colorBgContainer,border:`${e.timeLineHeadBorderWidth}px ${e.lineType} transparent`,borderRadius:"50%","&-blue":{color:e.colorPrimary,borderColor:e.colorPrimary},"&-red":{color:e.colorError,borderColor:e.colorError},"&-green":{color:e.colorSuccess,borderColor:e.colorSuccess},"&-gray":{color:e.colorTextDisabled,borderColor:e.colorTextDisabled}},"&-head-custom":{position:"absolute",insetBlockStart:e.timeLineItemHeadSize/2,insetInlineStart:e.timeLineItemHeadSize/2,width:"auto",height:"auto",marginBlockStart:0,paddingBlock:e.timeLineItemCustomHeadPaddingVertical,lineHeight:1,textAlign:"center",border:0,borderRadius:0,transform:"translate(-50%, -50%)"},"&-content":{position:"relative",insetBlockStart:-(e.fontSize*e.lineHeight-e.fontSize)+e.lineWidth,marginInlineStart:e.margin+e.timeLineItemHeadSize,marginInlineEnd:0,marginBlockStart:0,marginBlockEnd:0,wordBreak:"break-word"},"&-last":{[`> ${t}-item-tail`]:{display:"none"},[`> ${t}-item-content`]:{minHeight:e.controlHeightLG*1.2}}},[`&${t}-alternate, + &${t}-right, + &${t}-label`]:{[`${t}-item`]:{"&-tail, &-head, &-head-custom":{insetInlineStart:"50%"},"&-head":{marginInlineStart:`-${e.marginXXS}px`,"&-custom":{marginInlineStart:e.timeLineItemTailWidth/2}},"&-left":{[`${t}-item-content`]:{insetInlineStart:`calc(50% - ${e.marginXXS}px)`,width:`calc(50% - ${e.marginSM}px)`,textAlign:"start"}},"&-right":{[`${t}-item-content`]:{width:`calc(50% - ${e.marginSM}px)`,margin:0,textAlign:"end"}}}},[`&${t}-right`]:{[`${t}-item-right`]:{[`${t}-item-tail, + ${t}-item-head, + ${t}-item-head-custom`]:{insetInlineStart:`calc(100% - ${(e.timeLineItemHeadSize+e.timeLineItemTailWidth)/2}px)`},[`${t}-item-content`]:{width:`calc(100% - ${e.timeLineItemHeadSize+e.marginXS}px)`}}},[`&${t}-pending + ${t}-item-last + ${t}-item-tail`]:{display:"block",height:`calc(100% - ${e.margin}px)`,borderInlineStart:`${e.timeLineItemTailWidth}px dotted ${e.colorSplit}`},[`&${t}-reverse + ${t}-item-last + ${t}-item-tail`]:{display:"none"},[`&${t}-reverse ${t}-item-pending`]:{[`${t}-item-tail`]:{insetBlockStart:e.margin,display:"block",height:`calc(100% - ${e.margin}px)`,borderInlineStart:`${e.timeLineItemTailWidth}px dotted ${e.colorSplit}`},[`${t}-item-content`]:{minHeight:e.controlHeightLG*1.2}},[`&${t}-label`]:{[`${t}-item-label`]:{position:"absolute",insetBlockStart:-(e.fontSize*e.lineHeight-e.fontSize)+e.timeLineItemTailWidth,width:`calc(50% - ${e.marginSM}px)`,textAlign:"end"},[`${t}-item-right`]:{[`${t}-item-label`]:{insetInlineStart:`calc(50% + ${e.marginSM}px)`,width:`calc(50% - ${e.marginSM}px)`,textAlign:"start"}}},"&-rtl":{direction:"rtl",[`${t}-item-head-custom`]:{transform:"translate(50%, -50%)"}}})}},o0e=tt("Timeline",e=>{const t=Ve(e,{timeLineItemPaddingBottom:e.padding*1.25,timeLineItemHeadSize:10,timeLineItemCustomHeadPaddingVertical:e.paddingXXS,timeLinePaddingInlineEnd:2,timeLineItemTailWidth:e.lineWidthBold,timeLineHeadBorderWidth:e.wireframe?e.lineWidthBold:e.lineWidth*3});return[r0e(t)]}),a0e=()=>({prefixCls:String,pending:q.any,pendingDot:q.any,reverse:we(),mode:q.oneOf(vr("left","alternate","right",""))}),Od=ae({compatConfig:{MODE:3},name:"ATimeline",inheritAttrs:!1,props:st(a0e(),{reverse:!1,mode:""}),slots:Object,setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o,direction:i}=Me("timeline",e),[c,l]=o0e(o),u=(a,s)=>{const d=a.props||{};return e.mode==="alternate"?d.position==="right"?`${o.value}-item-right`:d.position==="left"?`${o.value}-item-left`:s%2===0?`${o.value}-item-left`:`${o.value}-item-right`:e.mode==="left"?`${o.value}-item-left`:e.mode==="right"?`${o.value}-item-right`:d.position==="right"?`${o.value}-item-right`:""};return()=>{var a,s,d;const{pending:p=(a=n.pending)===null||a===void 0?void 0:a.call(n),pendingDot:f=(s=n.pendingDot)===null||s===void 0?void 0:s.call(n),reverse:m,mode:g}=e,h=typeof p=="boolean"?null:p,_=an((d=n.default)===null||d===void 0?void 0:d.call(n)),v=p?y(fp,{pending:!!p,dot:f||y(bo,null,null)},{default:()=>[h]}):null;v&&_.push(v);const b=m?_.reverse():_,S=b.length,E=`${o.value}-item-last`,T=b.map((O,R)=>{const I=R===S-2?E:"",$=R===S-1?E:"";return jn(O,{class:me([!m&&p?I:$,u(O,R)])})}),C=b.some(O=>{var R,I;return!!(!((R=O.props)===null||R===void 0)&&R.label||!((I=O.children)===null||I===void 0)&&I.label)}),w=me(o.value,{[`${o.value}-pending`]:!!p,[`${o.value}-reverse`]:!!m,[`${o.value}-${g}`]:!!g&&!C,[`${o.value}-label`]:C,[`${o.value}-rtl`]:i.value==="rtl"},r.class,l.value);return c(y("ul",U(U({},r),{},{class:w}),[T]))}}});Od.Item=fp;Od.install=function(e){return e.component(Od.name,Od),e.component(fp.name,fp),e};var i0e={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M864 170h-60c-4.4 0-8 3.6-8 8v518H310v-73c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 000 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-75h498c35.3 0 64-28.7 64-64V178c0-4.4-3.6-8-8-8z"}}]},name:"enter",theme:"outlined"};const l0e=i0e;function l$(e){for(var t=1;t{const{sizeMarginHeadingVerticalEnd:o,fontWeightStrong:i}=r;return{marginBottom:o,color:n,fontWeight:i,fontSize:e,lineHeight:t}},d0e=e=>{const t=[1,2,3,4,5],n={};return t.forEach(r=>{n[` + h${r}&, + div&-h${r}, + div&-h${r} > textarea, + h${r} + `]=u0e(e[`fontSizeHeading${r}`],e[`lineHeightHeading${r}`],e.colorTextHeading,e)}),n},p0e=e=>{const{componentCls:t}=e;return{"a&, a":x(x({},e_(e)),{textDecoration:e.linkDecoration,"&:active, &:hover":{textDecoration:e.linkHoverDecoration},[`&[disabled], &${t}-disabled`]:{color:e.colorTextDisabled,cursor:"not-allowed","&:active, &:hover":{color:e.colorTextDisabled},"&:active":{pointerEvents:"none"}}})}},f0e=()=>({code:{margin:"0 0.2em",paddingInline:"0.4em",paddingBlock:"0.2em 0.1em",fontSize:"85%",background:"rgba(150, 150, 150, 0.1)",border:"1px solid rgba(100, 100, 100, 0.2)",borderRadius:3},kbd:{margin:"0 0.2em",paddingInline:"0.4em",paddingBlock:"0.15em 0.1em",fontSize:"90%",background:"rgba(150, 150, 150, 0.06)",border:"1px solid rgba(100, 100, 100, 0.2)",borderBottomWidth:2,borderRadius:3},mark:{padding:0,backgroundColor:bG[2]},"u, ins":{textDecoration:"underline",textDecorationSkipInk:"auto"},"s, del":{textDecoration:"line-through"},strong:{fontWeight:600},"ul, ol":{marginInline:0,marginBlock:"0 1em",padding:0,li:{marginInline:"20px 0",marginBlock:0,paddingInline:"4px 0",paddingBlock:0}},ul:{listStyleType:"circle",ul:{listStyleType:"disc"}},ol:{listStyleType:"decimal"},"pre, blockquote":{margin:"1em 0"},pre:{padding:"0.4em 0.6em",whiteSpace:"pre-wrap",wordWrap:"break-word",background:"rgba(150, 150, 150, 0.1)",border:"1px solid rgba(100, 100, 100, 0.2)",borderRadius:3,code:{display:"inline",margin:0,padding:0,fontSize:"inherit",fontFamily:"inherit",background:"transparent",border:0}},blockquote:{paddingInline:"0.6em 0",paddingBlock:0,borderInlineStart:"4px solid rgba(100, 100, 100, 0.2)",opacity:.85}}),m0e=e=>{const{componentCls:t}=e,r=Es(e).inputPaddingVertical+1;return{"&-edit-content":{position:"relative","div&":{insetInlineStart:-e.paddingSM,marginTop:-r,marginBottom:`calc(1em - ${r}px)`},[`${t}-edit-content-confirm`]:{position:"absolute",insetInlineEnd:e.marginXS+2,insetBlockEnd:e.marginXS,color:e.colorTextDescription,fontWeight:"normal",fontSize:e.fontSize,fontStyle:"normal",pointerEvents:"none"},textarea:{margin:"0!important",MozTransition:"none",height:"1em"}}}},g0e=e=>({"&-copy-success":{"\n &,\n &:hover,\n &:focus":{color:e.colorSuccess}}}),h0e=()=>({"\n a&-ellipsis,\n span&-ellipsis\n ":{display:"inline-block",maxWidth:"100%"},"&-single-line":{whiteSpace:"nowrap"},"&-ellipsis-single-line":{overflow:"hidden",textOverflow:"ellipsis","a&, span&":{verticalAlign:"bottom"}},"&-ellipsis-multiple-line":{display:"-webkit-box",overflow:"hidden",WebkitLineClamp:3,WebkitBoxOrient:"vertical"}}),_0e=e=>{const{componentCls:t,sizeMarginHeadingVerticalStart:n}=e;return{[t]:x(x(x(x(x(x(x(x(x({color:e.colorText,wordBreak:"break-word",lineHeight:e.lineHeight,[`&${t}-secondary`]:{color:e.colorTextDescription},[`&${t}-success`]:{color:e.colorSuccess},[`&${t}-warning`]:{color:e.colorWarning},[`&${t}-danger`]:{color:e.colorError,"a&:active, a&:focus":{color:e.colorErrorActive},"a&:hover":{color:e.colorErrorHover}},[`&${t}-disabled`]:{color:e.colorTextDisabled,cursor:"not-allowed",userSelect:"none"},"\n div&,\n p\n ":{marginBottom:"1em"}},d0e(e)),{[` + & + h1${t}, + & + h2${t}, + & + h3${t}, + & + h4${t}, + & + h5${t} + `]:{marginTop:n},"\n div,\n ul,\n li,\n p,\n h1,\n h2,\n h3,\n h4,\n h5":{"\n + h1,\n + h2,\n + h3,\n + h4,\n + h5\n ":{marginTop:n}}}),f0e()),p0e(e)),{[` + ${t}-expand, + ${t}-edit, + ${t}-copy + `]:x(x({},e_(e)),{marginInlineStart:e.marginXXS})}),m0e(e)),g0e(e)),h0e()),{"&-rtl":{direction:"rtl"}})}},O6=tt("Typography",e=>[_0e(e)],{sizeMarginHeadingVerticalStart:"1.2em",sizeMarginHeadingVerticalEnd:"0.5em"}),v0e=()=>({prefixCls:String,value:String,maxlength:Number,autoSize:{type:[Boolean,Object]},onSave:Function,onCancel:Function,onEnd:Function,onChange:Function,originContent:String,direction:String,component:String}),b0e=ae({compatConfig:{MODE:3},name:"Editable",inheritAttrs:!1,props:v0e(),setup(e,t){let{emit:n,slots:r,attrs:o}=t;const{prefixCls:i}=qo(e),c=mt({current:e.value||"",lastKeyCode:void 0,inComposition:!1,cancelFlag:!1});Ee(()=>e.value,v=>{c.current=v});const l=ie();Ke(()=>{var v;if(l.value){const b=(v=l.value)===null||v===void 0?void 0:v.resizableTextArea,S=b==null?void 0:b.textArea;S.focus();const{length:E}=S.value;S.setSelectionRange(E,E)}});function u(v){l.value=v}function a(v){let{target:{value:b}}=v;c.current=b.replace(/[\r\n]/g,""),n("change",c.current)}function s(){c.inComposition=!0}function d(){c.inComposition=!1}function p(v){const{keyCode:b}=v;b===Ae.ENTER&&v.preventDefault(),!c.inComposition&&(c.lastKeyCode=b)}function f(v){const{keyCode:b,ctrlKey:S,altKey:E,metaKey:T,shiftKey:C}=v;c.lastKeyCode===b&&!c.inComposition&&!S&&!E&&!T&&!C&&(b===Ae.ENTER?(g(),n("end")):b===Ae.ESC&&(c.current=e.originContent,n("cancel")))}function m(){g()}function g(){n("save",c.current.trim())}const[h,_]=O6(i);return()=>{const v=me({[`${i.value}`]:!0,[`${i.value}-edit-content`]:!0,[`${i.value}-rtl`]:e.direction==="rtl",[e.component?`${i.value}-${e.component}`:""]:!0},o.class,_.value);return h(y("div",U(U({},o),{},{class:v}),[y(cx,{ref:u,maxlength:e.maxlength,value:c.current,onChange:a,onKeydown:p,onKeyup:f,onCompositionstart:s,onCompositionend:d,onBlur:m,rows:1,autoSize:e.autoSize===void 0||e.autoSize},null),r.enterIcon?r.enterIcon({className:`${e.prefixCls}-edit-content-confirm`}):y(c0e,{class:`${e.prefixCls}-edit-content-confirm`},null)]))}}}),S0e=b0e,y0e=3,E0e=8;let zr;const Wb={padding:0,margin:0,display:"inline",lineHeight:"inherit"};function C0e(e){return Array.prototype.slice.apply(e).map(n=>`${n}: ${e.getPropertyValue(n)};`).join("")}function I6(e,t){e.setAttribute("aria-hidden","true");const n=window.getComputedStyle(t),r=C0e(n);e.setAttribute("style",r),e.style.position="fixed",e.style.left="0",e.style.height="auto",e.style.minHeight="auto",e.style.maxHeight="auto",e.style.paddingTop="0",e.style.paddingBottom="0",e.style.borderTopWidth="0",e.style.borderBottomWidth="0",e.style.top="-999999px",e.style.zIndex="-1000",e.style.textOverflow="clip",e.style.whiteSpace="normal",e.style.webkitLineClamp="none"}function T0e(e){const t=document.createElement("div");I6(t,e),t.appendChild(document.createTextNode("text")),document.body.appendChild(t);const n=t.getBoundingClientRect().height;return document.body.removeChild(t),n}const x0e=(e,t,n,r,o)=>{zr||(zr=document.createElement("div"),zr.setAttribute("aria-hidden","true"),document.body.appendChild(zr));const{rows:i,suffix:c=""}=t,l=T0e(e),u=Math.round(l*i*100)/100;I6(zr,e);const a=wE({render(){return y("div",{style:Wb},[y("span",{style:Wb},[n,c]),y("span",{style:Wb},[r])])}});a.mount(zr);function s(){return Math.round(zr.getBoundingClientRect().height*100)/100-.1<=u}if(s())return a.unmount(),{content:n,text:zr.innerHTML,ellipsis:!1};const d=Array.prototype.slice.apply(zr.childNodes[0].childNodes[0].cloneNode(!0).childNodes).filter(b=>{let{nodeType:S,data:E}=b;return S!==E0e&&E!==""}),p=Array.prototype.slice.apply(zr.childNodes[0].childNodes[1].cloneNode(!0).childNodes);a.unmount();const f=[];zr.innerHTML="";const m=document.createElement("span");zr.appendChild(m);const g=document.createTextNode(o+c);m.appendChild(g),p.forEach(b=>{zr.appendChild(b)});function h(b){m.insertBefore(b,g)}function _(b,S){let E=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,T=arguments.length>3&&arguments[3]!==void 0?arguments[3]:S.length,C=arguments.length>4&&arguments[4]!==void 0?arguments[4]:0;const w=Math.floor((E+T)/2),O=S.slice(0,w);if(b.textContent=O,E>=T-1)for(let R=T;R>=E;R-=1){const I=S.slice(0,R);if(b.textContent=I,s()||!I)return R===S.length?{finished:!1,vNode:S}:{finished:!0,vNode:I}}return s()?_(b,S,w,T,w):_(b,S,E,w,C)}function v(b){if(b.nodeType===y0e){const E=b.textContent||"",T=document.createTextNode(E);return h(T),_(T,E)}return{finished:!1,vNode:null}}return d.some(b=>{const{finished:S,vNode:E}=v(b);return E&&f.push(E),S}),{content:f,text:zr.innerHTML,ellipsis:!0}};var w0e=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o({prefixCls:String,direction:String,component:String}),I0e=ae({name:"ATypography",inheritAttrs:!1,props:O0e(),setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o,direction:i}=Me("typography",e),[c,l]=O6(o);return()=>{var u;const a=x(x({},e),r),{prefixCls:s,direction:d,component:p="article"}=a,f=w0e(a,["prefixCls","direction","component"]);return c(y(p,U(U({},f),{},{class:me(o.value,{[`${o.value}-rtl`]:i.value==="rtl"},r.class,l.value)}),{default:()=>[(u=n.default)===null||u===void 0?void 0:u.call(n)]}))}}}),jr=I0e,R0e=()=>{const e=document.getSelection();if(!e.rangeCount)return function(){};let t=document.activeElement;const n=[];for(let r=0;r"u"){u&&console.warn("unable to use e.clipboardData"),u&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();const d=s$[t.format]||s$.default;window.clipboardData.setData(d,e)}else s.clipboardData.clearData(),s.clipboardData.setData(t.format,e);t.onCopy&&(s.preventDefault(),t.onCopy(s.clipboardData))}),document.body.appendChild(c),o.selectNodeContents(c),i.addRange(o),!document.execCommand("copy"))throw new Error("copy command was unsuccessful");l=!0}catch(a){u&&console.error("unable to copy using execCommand: ",a),u&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),t.onCopy&&t.onCopy(window.clipboardData),l=!0}catch(s){u&&console.error("unable to copy using clipboardData: ",s),u&&console.error("falling back to prompt"),n=N0e("message"in t?t.message:A0e),window.prompt(n,e)}}finally{i&&(typeof i.removeRange=="function"?i.removeRange(o):i.removeAllRanges()),c&&document.body.removeChild(c),r()}return l}var D0e={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z"}}]},name:"copy",theme:"outlined"};const P0e=D0e;function c$(e){for(var t=1;t({editable:{type:[Boolean,Object],default:void 0},copyable:{type:[Boolean,Object],default:void 0},prefixCls:String,component:String,type:String,disabled:{type:Boolean,default:void 0},ellipsis:{type:[Boolean,Object],default:void 0},code:{type:Boolean,default:void 0},mark:{type:Boolean,default:void 0},underline:{type:Boolean,default:void 0},delete:{type:Boolean,default:void 0},strong:{type:Boolean,default:void 0},keyboard:{type:Boolean,default:void 0},content:String,"onUpdate:content":Function}),j0e=ae({compatConfig:{MODE:3},name:"TypographyBase",inheritAttrs:!1,props:ef(),setup(e,t){let{slots:n,attrs:r,emit:o}=t;const{prefixCls:i,direction:c}=Me("typography",e),l=mt({copied:!1,ellipsisText:"",ellipsisContent:null,isEllipsis:!1,expanded:!1,clientRendered:!1,expandStr:"",copyStr:"",copiedStr:"",editStr:"",copyId:void 0,rafId:void 0,prevProps:void 0,originContent:""}),u=ie(),a=ie(),s=L(()=>{const A=e.ellipsis;return A?x({rows:1,expandable:!1},typeof A=="object"?A:null):{}});Ke(()=>{l.clientRendered=!0,w()}),lt(()=>{clearTimeout(l.copyId),it.cancel(l.rafId)}),Ee([()=>s.value.rows,()=>e.content],()=>{ft(()=>{T()})},{flush:"post",deep:!0}),Qe(()=>{e.content===void 0&&(Jt(!e.editable),Jt(!e.ellipsis))});function d(){var A;return e.ellipsis||e.editable?e.content:(A=Wr(u.value))===null||A===void 0?void 0:A.innerText}function p(A){const{onExpand:D}=s.value;l.expanded=!0,D==null||D(A)}function f(A){A.preventDefault(),l.originContent=e.content,E(!0)}function m(A){g(A),E(!1)}function g(A){const{onChange:D}=v.value;A!==e.content&&(o("update:content",A),D==null||D(A))}function h(){var A,D;(D=(A=v.value).onCancel)===null||D===void 0||D.call(A),E(!1)}function _(A){A.preventDefault(),A.stopPropagation();const{copyable:D}=e,M=x({},typeof D=="object"?D:null);M.text===void 0&&(M.text=d()),$0e(M.text||""),l.copied=!0,ft(()=>{M.onCopy&&M.onCopy(A),l.copyId=setTimeout(()=>{l.copied=!1},3e3)})}const v=L(()=>{const A=e.editable;return A?x({},typeof A=="object"?A:null):{editing:!1}}),[b,S]=Zt(!1,{value:L(()=>v.value.editing)});function E(A){const{onStart:D}=v.value;A&&D&&D(),S(A)}Ee(b,A=>{var D;A||(D=a.value)===null||D===void 0||D.focus()},{flush:"post"});function T(A){if(A){const{width:D,height:M}=A;if(!D||!M)return}it.cancel(l.rafId),l.rafId=it(()=>{w()})}const C=L(()=>{const{rows:A,expandable:D,suffix:M,onEllipsis:k,tooltip:F}=s.value;return M||F||e.editable||e.copyable||D||k?!1:A===1?G0e:z0e}),w=()=>{const{ellipsisText:A,isEllipsis:D}=l,{rows:M,suffix:k,onEllipsis:F}=s.value;if(!M||M<0||!Wr(u.value)||l.expanded||e.content===void 0||C.value)return;const{content:B,text:H,ellipsis:z}=x0e(Wr(u.value),{rows:M,suffix:k},e.content,P(!0),d$);(A!==H||l.isEllipsis!==z)&&(l.ellipsisText=H,l.ellipsisContent=B,l.isEllipsis=z,D!==z&&F&&F(z))};function O(A,D){let{mark:M,code:k,underline:F,delete:B,strong:H,keyboard:z}=A,G=D;function V(j,K){if(!j)return;const Q=function(){return G}();G=y(K,null,{default:()=>[Q]})}return V(H,"strong"),V(F,"u"),V(B,"del"),V(k,"code"),V(M,"mark"),V(z,"kbd"),G}function R(A){const{expandable:D,symbol:M}=s.value;if(!D||!A&&(l.expanded||!l.isEllipsis))return null;const k=(n.ellipsisSymbol?n.ellipsisSymbol():M)||l.expandStr;return y("a",{key:"expand",class:`${i.value}-expand`,onClick:p,"aria-label":l.expandStr},[k])}function I(){if(!e.editable)return;const{tooltip:A,triggerType:D=["icon"]}=e.editable,M=n.editableIcon?n.editableIcon():y(H0e,{role:"button"},null),k=n.editableTooltip?n.editableTooltip():l.editStr,F=typeof k=="string"?k:"";return D.indexOf("icon")!==-1?y(Kr,{key:"edit",title:A===!1?"":k},{default:()=>[y(uh,{ref:a,class:`${i.value}-edit`,onClick:f,"aria-label":F},{default:()=>[M]})]}):null}function $(){if(!e.copyable)return;const{tooltip:A}=e.copyable,D=l.copied?l.copiedStr:l.copyStr,M=n.copyableTooltip?n.copyableTooltip({copied:l.copied}):D,k=typeof M=="string"?M:"",F=l.copied?y(v_,null,null):y(k0e,null,null),B=n.copyableIcon?n.copyableIcon({copied:!!l.copied}):F;return y(Kr,{key:"copy",title:A===!1?"":M},{default:()=>[y(uh,{class:[`${i.value}-copy`,{[`${i.value}-copy-success`]:l.copied}],onClick:_,"aria-label":k},{default:()=>[B]})]})}function N(){const{class:A,style:D}=r,{maxlength:M,autoSize:k,onEnd:F}=v.value;return y(S0e,{class:A,style:D,prefixCls:i.value,value:e.content,originContent:l.originContent,maxlength:M,autoSize:k,onSave:m,onChange:g,onCancel:h,onEnd:F,direction:c.value,component:e.component},{enterIcon:n.editableEnterIcon})}function P(A){return[R(A),I(),$()].filter(D=>D)}return()=>{var A;const{triggerType:D=["icon"]}=v.value,M=e.ellipsis||e.editable?e.content!==void 0?e.content:(A=n.default)===null||A===void 0?void 0:A.call(n):n.default?n.default():e.content;return b.value?N():y(ds,{componentName:"Text",children:k=>{const F=x(x({},e),r),{type:B,disabled:H,content:z,class:G,style:V}=F,j=U0e(F,["type","disabled","content","class","style"]),{rows:K,suffix:Q,tooltip:pe}=s.value,{edit:J,copy:W,copied:Z,expand:he}=k;l.editStr=J,l.copyStr=W,l.copiedStr=Z,l.expandStr=he;const Y=gt(j,["prefixCls","editable","copyable","ellipsis","mark","code","delete","underline","strong","keyboard","onUpdate:content"]),X=C.value,ne=K===1&&X,re=K&&K>1&&X;let te=M,ue;if(K&&l.isEllipsis&&!l.expanded&&!X){const{title:de}=j;let fe=de||"";!de&&(typeof M=="string"||typeof M=="number")&&(fe=String(M)),fe=fe==null?void 0:fe.slice(String(l.ellipsisContent||"").length),te=y(ze,null,[pt(l.ellipsisContent),y("span",{title:fe,"aria-hidden":"true"},[d$]),Q])}else te=y(ze,null,[M,Q]);te=O(e,te);const ge=pe&&K&&l.isEllipsis&&!l.expanded&&!X,se=n.ellipsisTooltip?n.ellipsisTooltip():pe;return y(ko,{onResize:T,disabled:!K},{default:()=>[y(jr,U({ref:u,class:[{[`${i.value}-${B}`]:B,[`${i.value}-disabled`]:H,[`${i.value}-ellipsis`]:K,[`${i.value}-single-line`]:K===1&&!l.isEllipsis,[`${i.value}-ellipsis-single-line`]:ne,[`${i.value}-ellipsis-multiple-line`]:re},G],style:x(x({},V),{WebkitLineClamp:re?K:void 0}),"aria-label":ue,direction:c.value,onClick:D.indexOf("text")!==-1?f:()=>{}},Y),{default:()=>[ge?y(Kr,{title:pe===!0?M:se},{default:()=>[y("span",null,[te])]}):te,P()]})]})}},null)}}}),tf=j0e;var V0e=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);ogt(x(x({},ef()),{ellipsis:{type:Boolean,default:void 0}}),["component"]),iv=(e,t)=>{let{slots:n,attrs:r}=t;const o=x(x({},e),r),{ellipsis:i,rel:c}=o,l=V0e(o,["ellipsis","rel"]);Jt();const u=x(x({},l),{rel:c===void 0&&l.target==="_blank"?"noopener noreferrer":c,ellipsis:!!i,component:"a"});return delete u.navigate,y(tf,u,n)};iv.displayName="ATypographyLink";iv.inheritAttrs=!1;iv.props=Y0e();const ew=iv,W0e=()=>gt(ef(),["component"]),lv=(e,t)=>{let{slots:n,attrs:r}=t;const o=x(x(x({},e),{component:"div"}),r);return y(tf,o,n)};lv.displayName="ATypographyParagraph";lv.inheritAttrs=!1;lv.props=W0e();const tw=lv,K0e=()=>x(x({},gt(ef(),["component"])),{ellipsis:{type:[Boolean,Object],default:void 0}}),sv=(e,t)=>{let{slots:n,attrs:r}=t;const{ellipsis:o}=e;Jt();const i=x(x(x({},e),{ellipsis:o&&typeof o=="object"?gt(o,["expandable","rows"]):o,component:"span"}),r);return y(tf,i,n)};sv.displayName="ATypographyText";sv.inheritAttrs=!1;sv.props=K0e();const nw=sv;var q0e=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);ox(x({},gt(ef(),["component","strong"])),{level:Number}),cv=(e,t)=>{let{slots:n,attrs:r}=t;const{level:o=1}=e,i=q0e(e,["level"]);let c;X0e.includes(o)?c=`h${o}`:(Jt(),c="h1");const l=x(x(x({},i),{component:c}),r);return y(tf,l,n)};cv.displayName="ATypographyTitle";cv.inheritAttrs=!1;cv.props=Q0e();const rw=cv;jr.Text=nw;jr.Title=rw;jr.Paragraph=tw;jr.Link=ew;jr.Base=tf;jr.install=function(e){return e.component(jr.name,jr),e.component(jr.Text.displayName,nw),e.component(jr.Title.displayName,rw),e.component(jr.Paragraph.displayName,tw),e.component(jr.Link.displayName,ew),e};function Z0e(e,t){const n=`cannot ${e.method} ${e.action} ${t.status}'`,r=new Error(n);return r.status=t.status,r.method=e.method,r.url=e.action,r}function p$(e){const t=e.responseText||e.response;if(!t)return t;try{return JSON.parse(t)}catch{return t}}function J0e(e){const t=new XMLHttpRequest;e.onProgress&&t.upload&&(t.upload.onprogress=function(i){i.total>0&&(i.percent=i.loaded/i.total*100),e.onProgress(i)});const n=new FormData;e.data&&Object.keys(e.data).forEach(o=>{const i=e.data[o];if(Array.isArray(i)){i.forEach(c=>{n.append(`${o}[]`,c)});return}n.append(o,i)}),e.file instanceof Blob?n.append(e.filename,e.file,e.file.name):n.append(e.filename,e.file),t.onerror=function(i){e.onError(i)},t.onload=function(){return t.status<200||t.status>=300?e.onError(Z0e(e,t),p$(t)):e.onSuccess(p$(t),t)},t.open(e.method,e.action,!0),e.withCredentials&&"withCredentials"in t&&(t.withCredentials=!0);const r=e.headers||{};return r["X-Requested-With"]!==null&&t.setRequestHeader("X-Requested-With","XMLHttpRequest"),Object.keys(r).forEach(o=>{r[o]!==null&&t.setRequestHeader(o,r[o])}),t.send(n),{abort(){t.abort()}}}const eEe=+new Date;let tEe=0;function Kb(){return`vc-upload-${eEe}-${++tEe}`}const qb=(e,t)=>{if(e&&t){const n=Array.isArray(t)?t:t.split(","),r=e.name||"",o=e.type||"",i=o.replace(/\/.*$/,"");return n.some(c=>{const l=c.trim();if(/^\*(\/\*)?$/.test(c))return!0;if(l.charAt(0)==="."){const u=r.toLowerCase(),a=l.toLowerCase();let s=[a];return(a===".jpg"||a===".jpeg")&&(s=[".jpg",".jpeg"]),s.some(d=>u.endsWith(d))}return/\/\*$/.test(l)?i===l.replace(/\/.*$/,""):!!(o===l||/^\w+$/.test(l))})}return!0};function nEe(e,t){const n=e.createReader();let r=[];function o(){n.readEntries(i=>{const c=Array.prototype.slice.apply(i);r=r.concat(c),!c.length?t(r):o()})}o()}const rEe=(e,t,n)=>{const r=(o,i)=>{o.path=i||"",o.isFile?o.file(c=>{n(c)&&(o.fullPath&&!c.webkitRelativePath&&(Object.defineProperties(c,{webkitRelativePath:{writable:!0}}),c.webkitRelativePath=o.fullPath.replace(/^\//,""),Object.defineProperties(c,{webkitRelativePath:{writable:!1}})),t([c]))}):o.isDirectory&&nEe(o,c=>{c.forEach(l=>{r(l,`${i}${o.name}/`)})})};e.forEach(o=>{r(o.webkitGetAsEntry())})},oEe=rEe,R6=()=>({capture:[Boolean,String],multipart:{type:Boolean,default:void 0},name:String,disabled:{type:Boolean,default:void 0},componentTag:String,action:[String,Function],method:String,directory:{type:Boolean,default:void 0},data:[Object,Function],headers:Object,accept:String,multiple:{type:Boolean,default:void 0},onBatchStart:Function,onReject:Function,onStart:Function,onError:Function,onSuccess:Function,onProgress:Function,beforeUpload:Function,customRequest:Function,withCredentials:{type:Boolean,default:void 0},openFileDialogOnClick:{type:Boolean,default:void 0},prefixCls:String,id:String,onMouseenter:Function,onMouseleave:Function,onClick:Function});var aEe=function(e,t,n,r){function o(i){return i instanceof n?i:new n(function(c){c(i)})}return new(n||(n=Promise))(function(i,c){function l(s){try{a(r.next(s))}catch(d){c(d)}}function u(s){try{a(r.throw(s))}catch(d){c(d)}}function a(s){s.done?i(s.value):o(s.value).then(l,u)}a((r=r.apply(e,t||[])).next())})},iEe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);oaEe(this,void 0,void 0,function*(){const{beforeUpload:S}=e;let E=v;if(S){try{E=yield S(v,b)}catch{E=!1}if(E===!1)return{origin:v,parsedFile:null,action:null,data:null}}const{action:T}=e;let C;typeof T=="function"?C=yield T(v):C=T;const{data:w}=e;let O;typeof w=="function"?O=yield w(v):O=w;const R=(typeof E=="object"||typeof E=="string")&&E?E:v;let I;R instanceof File?I=R:I=new File([R],v.name,{type:v.type});const $=I;return $.uid=v.uid,{origin:v,data:O,parsedFile:$,action:C}}),s=v=>{let{data:b,origin:S,action:E,parsedFile:T}=v;if(!u)return;const{onStart:C,customRequest:w,name:O,headers:R,withCredentials:I,method:$}=e,{uid:N}=S,P=w||J0e,A={action:E,filename:O,data:b,file:T,headers:R,withCredentials:I,method:$||"post",onProgress:D=>{const{onProgress:M}=e;M==null||M(D,T)},onSuccess:(D,M)=>{const{onSuccess:k}=e;k==null||k(D,T,M),delete c[N]},onError:(D,M)=>{const{onError:k}=e;k==null||k(D,M,T),delete c[N]}};C(S),c[N]=P(A)},d=()=>{i.value=Kb()},p=v=>{if(v){const b=v.uid?v.uid:v;c[b]&&c[b].abort&&c[b].abort(),delete c[b]}else Object.keys(c).forEach(b=>{c[b]&&c[b].abort&&c[b].abort(),delete c[b]})};Ke(()=>{u=!0}),lt(()=>{u=!1,p()});const f=v=>{const b=[...v],S=b.map(E=>(E.uid=Kb(),a(E,b)));Promise.all(S).then(E=>{const{onBatchStart:T}=e;T==null||T(E.map(C=>{let{origin:w,parsedFile:O}=C;return{file:w,parsedFile:O}})),E.filter(C=>C.parsedFile!==null).forEach(C=>{s(C)})})},m=v=>{const{accept:b,directory:S}=e,{files:E}=v.target,T=[...E].filter(C=>!S||qb(C,b));f(T),d()},g=v=>{const b=l.value;if(!b)return;const{onClick:S}=e;b.click(),S&&S(v)},h=v=>{v.key==="Enter"&&g(v)},_=v=>{const{multiple:b}=e;if(v.preventDefault(),v.type!=="dragover")if(e.directory)oEe(Array.prototype.slice.call(v.dataTransfer.items),f,S=>qb(S,e.accept));else{const S=IJ(Array.prototype.slice.call(v.dataTransfer.files),C=>qb(C,e.accept));let E=S[0];const T=S[1];b===!1&&(E=E.slice(0,1)),f(E),T.length&&e.onReject&&e.onReject(T)}};return o({abort:p}),()=>{var v;const{componentTag:b,prefixCls:S,disabled:E,id:T,multiple:C,accept:w,capture:O,directory:R,openFileDialogOnClick:I,onMouseenter:$,onMouseleave:N}=e,P=iEe(e,["componentTag","prefixCls","disabled","id","multiple","accept","capture","directory","openFileDialogOnClick","onMouseenter","onMouseleave"]),A={[S]:!0,[`${S}-disabled`]:E,[r.class]:!!r.class},D=R?{directory:"directory",webkitdirectory:"webkitdirectory"}:{};return y(b,U(U({},E?{}:{onClick:I?g:()=>{},onKeydown:I?h:()=>{},onMouseenter:$,onMouseleave:N,onDrop:_,onDragover:_,tabindex:"0"}),{},{class:A,role:"button",style:r.style}),{default:()=>[y("input",U(U(U({},Zi(P,{aria:!0,data:!0})),{},{id:T,type:"file",ref:l,onClick:k=>k.stopPropagation(),onCancel:k=>k.stopPropagation(),key:i.value,style:{display:"none"},accept:w},D),{},{multiple:C,onChange:m},O!=null?{capture:O}:{}),null),(v=n.default)===null||v===void 0?void 0:v.call(n)]})}}});function Xb(){}const f$=ae({compatConfig:{MODE:3},name:"Upload",inheritAttrs:!1,props:st(R6(),{componentTag:"span",prefixCls:"rc-upload",data:{},headers:{},name:"file",multipart:!1,onStart:Xb,onError:Xb,onSuccess:Xb,multiple:!1,beforeUpload:null,customRequest:null,withCredentials:!1,openFileDialogOnClick:!0}),setup(e,t){let{slots:n,attrs:r,expose:o}=t;const i=ie();return o({abort:l=>{var u;(u=i.value)===null||u===void 0||u.abort(l)}}),()=>y(lEe,U(U(U({},e),r),{},{ref:i}),n)}});var sEe={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M779.3 196.6c-94.2-94.2-247.6-94.2-341.7 0l-261 260.8c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0012.7 0l261-260.8c32.4-32.4 75.5-50.2 121.3-50.2s88.9 17.8 121.2 50.2c32.4 32.4 50.2 75.5 50.2 121.2 0 45.8-17.8 88.8-50.2 121.2l-266 265.9-43.1 43.1c-40.3 40.3-105.8 40.3-146.1 0-19.5-19.5-30.2-45.4-30.2-73s10.7-53.5 30.2-73l263.9-263.8c6.7-6.6 15.5-10.3 24.9-10.3h.1c9.4 0 18.1 3.7 24.7 10.3 6.7 6.7 10.3 15.5 10.3 24.9 0 9.3-3.7 18.1-10.3 24.7L372.4 653c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0012.7 0l215.6-215.6c19.9-19.9 30.8-46.3 30.8-74.4s-11-54.6-30.8-74.4c-41.1-41.1-107.9-41-149 0L463 364 224.8 602.1A172.22 172.22 0 00174 724.8c0 46.3 18.1 89.8 50.8 122.5 33.9 33.8 78.3 50.7 122.7 50.7 44.4 0 88.8-16.9 122.6-50.7l309.2-309C824.8 492.7 850 432 850 367.5c.1-64.6-25.1-125.3-70.7-170.9z"}}]},name:"paper-clip",theme:"outlined"};const cEe=sEe;function m$(e){for(var t=1;t{let{uid:i}=o;return i===e.uid});return r===-1?n.push(e):n[r]=e,n}function Qb(e,t){const n=e.uid!==void 0?"uid":"name";return t.filter(r=>r[n]===e[n])[0]}function yEe(e,t){const n=e.uid!==void 0?"uid":"name",r=t.filter(o=>o[n]!==e[n]);return r.length===t.length?null:r}const EEe=function(){const t=(arguments.length>0&&arguments[0]!==void 0?arguments[0]:"").split("/"),r=t[t.length-1].split(/#|\?/)[0];return(/\.[^./\\]*$/.exec(r)||[""])[0]},N6=e=>e.indexOf("image/")===0,CEe=e=>{if(e.type&&!e.thumbUrl)return N6(e.type);const t=e.thumbUrl||e.url||"",n=EEe(t);return/^data:image\//.test(t)||/(webp|svg|png|gif|jpg|jpeg|jfif|bmp|dpg|ico)$/i.test(n)?!0:!(/^data:/.test(t)||n)},yi=200;function TEe(e){return new Promise(t=>{if(!e.type||!N6(e.type)){t("");return}const n=document.createElement("canvas");n.width=yi,n.height=yi,n.style.cssText=`position: fixed; left: 0; top: 0; width: ${yi}px; height: ${yi}px; z-index: 9999; display: none;`,document.body.appendChild(n);const r=n.getContext("2d"),o=new Image;if(o.onload=()=>{const{width:i,height:c}=o;let l=yi,u=yi,a=0,s=0;i>c?(u=c*(yi/i),s=-(u-l)/2):(l=i*(yi/c),a=-(l-u)/2),r.drawImage(o,a,s,l,u);const d=n.toDataURL();document.body.removeChild(n),t(d)},o.crossOrigin="anonymous",e.type.startsWith("image/svg+xml")){const i=new FileReader;i.addEventListener("load",()=>{i.result&&(o.src=i.result)}),i.readAsDataURL(e)}else o.src=window.URL.createObjectURL(e)})}var xEe={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M505.7 661a8 8 0 0012.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z"}}]},name:"download",theme:"outlined"};const wEe=xEe;function _$(e){for(var t=1;t({prefixCls:String,locale:Fe(void 0),file:Fe(),items:Ct(),listType:Ue(),isImgUrl:Se(),showRemoveIcon:we(),showDownloadIcon:we(),showPreviewIcon:we(),removeIcon:Se(),downloadIcon:Se(),previewIcon:Se(),iconRender:Se(),actionIconRender:Se(),itemRender:Se(),onPreview:Se(),onClose:Se(),onDownload:Se(),progress:Fe()}),AEe=ae({compatConfig:{MODE:3},name:"ListItem",inheritAttrs:!1,props:REe(),setup(e,t){let{slots:n,attrs:r}=t;var o;const i=ce(!1),c=ce();Ke(()=>{c.value=setTimeout(()=>{i.value=!0},300)}),lt(()=>{clearTimeout(c.value)});const l=ce((o=e.file)===null||o===void 0?void 0:o.status);Ee(()=>{var s;return(s=e.file)===null||s===void 0?void 0:s.status},s=>{s!=="removed"&&(l.value=s)});const{rootPrefixCls:u}=Me("upload",e),a=L(()=>Bo(`${u.value}-fade`));return()=>{var s,d;const{prefixCls:p,locale:f,listType:m,file:g,items:h,progress:_,iconRender:v=n.iconRender,actionIconRender:b=n.actionIconRender,itemRender:S=n.itemRender,isImgUrl:E,showPreviewIcon:T,showRemoveIcon:C,showDownloadIcon:w,previewIcon:O=n.previewIcon,removeIcon:R=n.removeIcon,downloadIcon:I=n.downloadIcon,onPreview:$,onDownload:N,onClose:P}=e,{class:A,style:D}=r,M=v({file:g});let k=y("div",{class:`${p}-text-icon`},[M]);if(m==="picture"||m==="picture-card")if(l.value==="uploading"||!g.thumbUrl&&!g.url){const Y={[`${p}-list-item-thumbnail`]:!0,[`${p}-list-item-file`]:l.value!=="uploading"};k=y("div",{class:Y},[M])}else{const Y=E!=null&&E(g)?y("img",{src:g.thumbUrl||g.url,alt:g.name,class:`${p}-list-item-image`,crossorigin:g.crossOrigin},null):M,X={[`${p}-list-item-thumbnail`]:!0,[`${p}-list-item-file`]:E&&!E(g)};k=y("a",{class:X,onClick:ne=>$(g,ne),href:g.url||g.thumbUrl,target:"_blank",rel:"noopener noreferrer"},[Y])}const F={[`${p}-list-item`]:!0,[`${p}-list-item-${l.value}`]:!0},B=typeof g.linkProps=="string"?JSON.parse(g.linkProps):g.linkProps,H=C?b({customIcon:R?R({file:g}):y(C6,null,null),callback:()=>P(g),prefixCls:p,title:f.removeFile}):null,z=w&&l.value==="done"?b({customIcon:I?I({file:g}):y(IEe,null,null),callback:()=>N(g),prefixCls:p,title:f.downloadFile}):null,G=m!=="picture-card"&&y("span",{key:"download-delete",class:[`${p}-list-item-actions`,{picture:m==="picture"}]},[z,H]),V=`${p}-list-item-name`,j=g.url?[y("a",U(U({key:"view",target:"_blank",rel:"noopener noreferrer",class:V,title:g.name},B),{},{href:g.url,onClick:Y=>$(g,Y)}),[g.name]),G]:[y("span",{key:"view",class:V,onClick:Y=>$(g,Y),title:g.name},[g.name]),G],K={pointerEvents:"none",opacity:.5},Q=T?y("a",{href:g.url||g.thumbUrl,target:"_blank",rel:"noopener noreferrer",style:g.url||g.thumbUrl?void 0:K,onClick:Y=>$(g,Y),title:f.previewFile},[O?O({file:g}):y(dx,null,null)]):null,pe=m==="picture-card"&&l.value!=="uploading"&&y("span",{class:`${p}-list-item-actions`},[Q,l.value==="done"&&z,H]),J=y("div",{class:F},[k,j,pe,i.value&&y(On,a.value,{default:()=>[dn(y("div",{class:`${p}-list-item-progress`},["percent"in g?y(Ax,U(U({},_),{},{type:"line",percent:g.percent}),null):null]),[[Vn,l.value==="uploading"]])]})]),W={[`${p}-list-item-container`]:!0,[`${A}`]:!!A},Z=g.response&&typeof g.response=="string"?g.response:((s=g.error)===null||s===void 0?void 0:s.statusText)||((d=g.error)===null||d===void 0?void 0:d.message)||f.uploadError,he=l.value==="error"?y(Kr,{title:Z,getPopupContainer:Y=>Y.parentNode},{default:()=>[J]}):J;return y("div",{class:W,style:D},[S?S({originNode:he,file:g,fileList:h,actions:{download:N.bind(null,g),preview:$.bind(null,g),remove:P.bind(null,g)}}):he])}}}),NEe=(e,t)=>{let{slots:n}=t;var r;return an((r=n.default)===null||r===void 0?void 0:r.call(n))[0]},$Ee=ae({compatConfig:{MODE:3},name:"AUploadList",props:st(SEe(),{listType:"text",progress:{strokeWidth:2,showInfo:!1},showRemoveIcon:!0,showDownloadIcon:!1,showPreviewIcon:!0,previewFile:TEe,isImageUrl:CEe,items:[],appendActionVisible:!0}),setup(e,t){let{slots:n,expose:r}=t;const o=ce(!1);Ke(()=>{o.value==!0});const i=ce([]);Ee(()=>e.items,function(){let g=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];i.value=g.slice()},{immediate:!0,deep:!0}),Qe(()=>{if(e.listType!=="picture"&&e.listType!=="picture-card")return;let g=!1;(e.items||[]).forEach((h,_)=>{typeof document>"u"||typeof window>"u"||!window.FileReader||!window.File||!(h.originFileObj instanceof File||h.originFileObj instanceof Blob)||h.thumbUrl!==void 0||(h.thumbUrl="",e.previewFile&&e.previewFile(h.originFileObj).then(v=>{const b=v||"";b!==h.thumbUrl&&(i.value[_].thumbUrl=b,g=!0)}))}),g&&cE(i)});const c=(g,h)=>{if(e.onPreview)return h==null||h.preventDefault(),e.onPreview(g)},l=g=>{typeof e.onDownload=="function"?e.onDownload(g):g.url&&window.open(g.url)},u=g=>{var h;(h=e.onRemove)===null||h===void 0||h.call(e,g)},a=g=>{let{file:h}=g;const _=e.iconRender||n.iconRender;if(_)return _({file:h,listType:e.listType});const v=h.status==="uploading",b=e.isImageUrl&&e.isImageUrl(h)?y(gEe,null,null):y(bEe,null,null);let S=y(v?bo:dEe,null,null);return e.listType==="picture"?S=v?y(bo,null,null):b:e.listType==="picture-card"&&(S=v?e.locale.uploading:b),S},s=g=>{const{customIcon:h,callback:_,prefixCls:v,title:b}=g,S={type:"text",size:"small",title:b,onClick:()=>{_()},class:`${v}-list-item-action`};return In(h)?y(En,S,{icon:()=>h}):y(En,S,{default:()=>[y("span",null,[h])]})};r({handlePreview:c,handleDownload:l});const{prefixCls:d,rootPrefixCls:p}=Me("upload",e),f=L(()=>({[`${d.value}-list`]:!0,[`${d.value}-list-${e.listType}`]:!0})),m=L(()=>{const g=x({},zp(`${p.value}-motion-collapse`));delete g.onAfterAppear,delete g.onAfterEnter,delete g.onAfterLeave;const h=x(x({},p_(`${d.value}-${e.listType==="picture-card"?"animate-inline":"animate"}`)),{class:f.value,appear:o.value});return e.listType!=="picture-card"?x(x({},g),h):h});return()=>{const{listType:g,locale:h,isImageUrl:_,showPreviewIcon:v,showRemoveIcon:b,showDownloadIcon:S,removeIcon:E,previewIcon:T,downloadIcon:C,progress:w,appendAction:O,itemRender:R,appendActionVisible:I}=e,$=O==null?void 0:O(),N=i.value;return y(Np,U(U({},m.value),{},{tag:"div"}),{default:()=>[N.map(P=>{const{uid:A}=P;return y(AEe,{key:A,locale:h,prefixCls:d.value,file:P,items:N,progress:w,listType:g,isImgUrl:_,showPreviewIcon:v,showRemoveIcon:b,showDownloadIcon:S,onPreview:c,onDownload:l,onClose:u,removeIcon:E,previewIcon:T,downloadIcon:C,itemRender:R},x(x({},n),{iconRender:a,actionIconRender:s}))}),O?dn(y(NEe,{key:"__ant_upload_appendAction"},{default:()=>$}),[[Vn,!!I]]):null]})}}}),DEe=e=>{const{componentCls:t,iconCls:n}=e;return{[`${t}-wrapper`]:{[`${t}-drag`]:{position:"relative",width:"100%",height:"100%",textAlign:"center",background:e.colorFillAlter,border:`${e.lineWidth}px dashed ${e.colorBorder}`,borderRadius:e.borderRadiusLG,cursor:"pointer",transition:`border-color ${e.motionDurationSlow}`,[t]:{padding:`${e.padding}px 0`},[`${t}-btn`]:{display:"table",width:"100%",height:"100%",outline:"none"},[`${t}-drag-container`]:{display:"table-cell",verticalAlign:"middle"},[`&:not(${t}-disabled):hover`]:{borderColor:e.colorPrimaryHover},[`p${t}-drag-icon`]:{marginBottom:e.margin,[n]:{color:e.colorPrimary,fontSize:e.uploadThumbnailSize}},[`p${t}-text`]:{margin:`0 0 ${e.marginXXS}px`,color:e.colorTextHeading,fontSize:e.fontSizeLG},[`p${t}-hint`]:{color:e.colorTextDescription,fontSize:e.fontSize},[`&${t}-disabled`]:{cursor:"not-allowed",[`p${t}-drag-icon ${n}, + p${t}-text, + p${t}-hint + `]:{color:e.colorTextDisabled}}}}}},PEe=DEe,MEe=e=>{const{componentCls:t,antCls:n,iconCls:r,fontSize:o,lineHeight:i}=e,c=`${t}-list-item`,l=`${c}-actions`,u=`${c}-action`,a=Math.round(o*i);return{[`${t}-wrapper`]:{[`${t}-list`]:x(x({},ea()),{lineHeight:e.lineHeight,[c]:{position:"relative",height:e.lineHeight*o,marginTop:e.marginXS,fontSize:o,display:"flex",alignItems:"center",transition:`background-color ${e.motionDurationSlow}`,"&:hover":{backgroundColor:e.controlItemBgHover},[`${c}-name`]:x(x({},Rn),{padding:`0 ${e.paddingXS}px`,lineHeight:i,flex:"auto",transition:`all ${e.motionDurationSlow}`}),[l]:{[u]:{opacity:0},[`${u}${n}-btn-sm`]:{height:a,border:0,lineHeight:1,"> span":{transform:"scale(1)"}},[` + ${u}:focus, + &.picture ${u} + `]:{opacity:1},[r]:{color:e.colorTextDescription,transition:`all ${e.motionDurationSlow}`},[`&:hover ${r}`]:{color:e.colorText}},[`${t}-icon ${r}`]:{color:e.colorTextDescription,fontSize:o},[`${c}-progress`]:{position:"absolute",bottom:-e.uploadProgressOffset,width:"100%",paddingInlineStart:o+e.paddingXS,fontSize:o,lineHeight:0,pointerEvents:"none","> div":{margin:0}}},[`${c}:hover ${u}`]:{opacity:1,color:e.colorText},[`${c}-error`]:{color:e.colorError,[`${c}-name, ${t}-icon ${r}`]:{color:e.colorError},[l]:{[`${r}, ${r}:hover`]:{color:e.colorError},[u]:{opacity:1}}},[`${t}-list-item-container`]:{transition:`opacity ${e.motionDurationSlow}, height ${e.motionDurationSlow}`,"&::before":{display:"table",width:0,height:0,content:'""'}}})}}},kEe=MEe,v$=new vt("uploadAnimateInlineIn",{from:{width:0,height:0,margin:0,padding:0,opacity:0}}),b$=new vt("uploadAnimateInlineOut",{to:{width:0,height:0,margin:0,padding:0,opacity:0}}),LEe=e=>{const{componentCls:t}=e,n=`${t}-animate-inline`;return[{[`${t}-wrapper`]:{[`${n}-appear, ${n}-enter, ${n}-leave`]:{animationDuration:e.motionDurationSlow,animationTimingFunction:e.motionEaseInOutCirc,animationFillMode:"forwards"},[`${n}-appear, ${n}-enter`]:{animationName:v$},[`${n}-leave`]:{animationName:b$}}},v$,b$]},FEe=LEe,BEe=e=>{const{componentCls:t,iconCls:n,uploadThumbnailSize:r,uploadProgressOffset:o}=e,i=`${t}-list`,c=`${i}-item`;return{[`${t}-wrapper`]:{[`${i}${i}-picture, ${i}${i}-picture-card`]:{[c]:{position:"relative",height:r+e.lineWidth*2+e.paddingXS*2,padding:e.paddingXS,border:`${e.lineWidth}px ${e.lineType} ${e.colorBorder}`,borderRadius:e.borderRadiusLG,"&:hover":{background:"transparent"},[`${c}-thumbnail`]:x(x({},Rn),{width:r,height:r,lineHeight:`${r+e.paddingSM}px`,textAlign:"center",flex:"none",[n]:{fontSize:e.fontSizeHeading2,color:e.colorPrimary},img:{display:"block",width:"100%",height:"100%",overflow:"hidden"}}),[`${c}-progress`]:{bottom:o,width:`calc(100% - ${e.paddingSM*2}px)`,marginTop:0,paddingInlineStart:r+e.paddingXS}},[`${c}-error`]:{borderColor:e.colorError,[`${c}-thumbnail ${n}`]:{"svg path[fill='#e6f7ff']":{fill:e.colorErrorBg},"svg path[fill='#1890ff']":{fill:e.colorError}}},[`${c}-uploading`]:{borderStyle:"dashed",[`${c}-name`]:{marginBottom:o}}}}}},HEe=e=>{const{componentCls:t,iconCls:n,fontSizeLG:r,colorTextLightSolid:o}=e,i=`${t}-list`,c=`${i}-item`,l=e.uploadPicCardSize;return{[`${t}-wrapper${t}-picture-card-wrapper`]:x(x({},ea()),{display:"inline-block",width:"100%",[`${t}${t}-select`]:{width:l,height:l,marginInlineEnd:e.marginXS,marginBottom:e.marginXS,textAlign:"center",verticalAlign:"top",backgroundColor:e.colorFillAlter,border:`${e.lineWidth}px dashed ${e.colorBorder}`,borderRadius:e.borderRadiusLG,cursor:"pointer",transition:`border-color ${e.motionDurationSlow}`,[`> ${t}`]:{display:"flex",alignItems:"center",justifyContent:"center",height:"100%",textAlign:"center"},[`&:not(${t}-disabled):hover`]:{borderColor:e.colorPrimary}},[`${i}${i}-picture-card`]:{[`${i}-item-container`]:{display:"inline-block",width:l,height:l,marginBlock:`0 ${e.marginXS}px`,marginInline:`0 ${e.marginXS}px`,verticalAlign:"top"},"&::after":{display:"none"},[c]:{height:"100%",margin:0,"&::before":{position:"absolute",zIndex:1,width:`calc(100% - ${e.paddingXS*2}px)`,height:`calc(100% - ${e.paddingXS*2}px)`,backgroundColor:e.colorBgMask,opacity:0,transition:`all ${e.motionDurationSlow}`,content:'" "'}},[`${c}:hover`]:{[`&::before, ${c}-actions`]:{opacity:1}},[`${c}-actions`]:{position:"absolute",insetInlineStart:0,zIndex:10,width:"100%",whiteSpace:"nowrap",textAlign:"center",opacity:0,transition:`all ${e.motionDurationSlow}`,[`${n}-eye, ${n}-download, ${n}-delete`]:{zIndex:10,width:r,margin:`0 ${e.marginXXS}px`,fontSize:r,cursor:"pointer",transition:`all ${e.motionDurationSlow}`}},[`${c}-actions, ${c}-actions:hover`]:{[`${n}-eye, ${n}-download, ${n}-delete`]:{color:new Dt(o).setAlpha(.65).toRgbString(),"&:hover":{color:o}}},[`${c}-thumbnail, ${c}-thumbnail img`]:{position:"static",display:"block",width:"100%",height:"100%",objectFit:"contain"},[`${c}-name`]:{display:"none",textAlign:"center"},[`${c}-file + ${c}-name`]:{position:"absolute",bottom:e.margin,display:"block",width:`calc(100% - ${e.paddingXS*2}px)`},[`${c}-uploading`]:{[`&${c}`]:{backgroundColor:e.colorFillAlter},[`&::before, ${n}-eye, ${n}-download, ${n}-delete`]:{display:"none"}},[`${c}-progress`]:{bottom:e.marginXL,width:`calc(100% - ${e.paddingXS*2}px)`,paddingInlineStart:0}}})}},UEe=e=>{const{componentCls:t}=e;return{[`${t}-rtl`]:{direction:"rtl"}}},zEe=UEe,GEe=e=>{const{componentCls:t,colorTextDisabled:n}=e;return{[`${t}-wrapper`]:x(x({},ot(e)),{[t]:{outline:0,"input[type='file']":{cursor:"pointer"}},[`${t}-select`]:{display:"inline-block"},[`${t}-disabled`]:{color:n,cursor:"not-allowed"}})}},jEe=tt("Upload",e=>{const{fontSizeHeading3:t,fontSize:n,lineHeight:r,lineWidth:o,controlHeightLG:i}=e,c=Math.round(n*r),l=Ve(e,{uploadThumbnailSize:t*2,uploadProgressOffset:c/2+o,uploadPicCardSize:i*2.55});return[GEe(l),PEe(l),BEe(l),HEe(l),kEe(l),FEe(l),zEe(l),Up(l)]});var VEe=function(e,t,n,r){function o(i){return i instanceof n?i:new n(function(c){c(i)})}return new(n||(n=Promise))(function(i,c){function l(s){try{a(r.next(s))}catch(d){c(d)}}function u(s){try{a(r.throw(s))}catch(d){c(d)}}function a(s){s.done?i(s.value):o(s.value).then(l,u)}a((r=r.apply(e,t||[])).next())})},YEe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{var I;return(I=u.value)!==null&&I!==void 0?I:d.value}),[f,m]=Zt(e.defaultFileList||[],{value:Xe(e,"fileList"),postState:I=>{const $=Date.now();return(I??[]).map((N,P)=>(!N.uid&&!Object.isFrozen(N)&&(N.uid=`__AUTO__${$}_${P}__`),N))}}),g=ie("drop"),h=ie(null);Ke(()=>{Wt(e.fileList!==void 0||r.value===void 0,"Upload","`value` is not a valid prop, do you mean `fileList`?"),Wt(e.transformFile===void 0,"Upload","`transformFile` is deprecated. Please use `beforeUpload` directly."),Wt(e.remove===void 0,"Upload","`remove` props is deprecated. Please use `remove` event.")});const _=(I,$,N)=>{var P,A;let D=[...$];e.maxCount===1?D=D.slice(-1):e.maxCount&&(D=D.slice(0,e.maxCount)),m(D);const M={file:I,fileList:D};N&&(M.event=N),(P=e["onUpdate:fileList"])===null||P===void 0||P.call(e,M.fileList),(A=e.onChange)===null||A===void 0||A.call(e,M),i.onFieldChange()},v=(I,$)=>VEe(this,void 0,void 0,function*(){const{beforeUpload:N,transformFile:P}=e;let A=I;if(N){const D=yield N(I,$);if(D===!1)return!1;if(delete I[Zu],D===Zu)return Object.defineProperty(I,Zu,{value:!0,configurable:!0}),!1;typeof D=="object"&&D&&(A=D)}return P&&(A=yield P(A)),A}),b=I=>{const $=I.filter(A=>!A.file[Zu]);if(!$.length)return;const N=$.map(A=>tm(A.file));let P=[...f.value];N.forEach(A=>{P=nm(A,P)}),N.forEach((A,D)=>{let M=A;if($[D].parsedFile)A.status="uploading";else{const{originFileObj:k}=A;let F;try{F=new File([k],k.name,{type:k.type})}catch{F=new Blob([k],{type:k.type}),F.name=k.name,F.lastModifiedDate=new Date,F.lastModified=new Date().getTime()}F.uid=A.uid,M=F}_(M,P)})},S=(I,$,N)=>{try{typeof I=="string"&&(I=JSON.parse(I))}catch{}if(!Qb($,f.value))return;const P=tm($);P.status="done",P.percent=100,P.response=I,P.xhr=N;const A=nm(P,f.value);_(P,A)},E=(I,$)=>{if(!Qb($,f.value))return;const N=tm($);N.status="uploading",N.percent=I.percent;const P=nm(N,f.value);_(N,P,I)},T=(I,$,N)=>{if(!Qb(N,f.value))return;const P=tm(N);P.error=I,P.response=$,P.status="error";const A=nm(P,f.value);_(P,A)},C=I=>{let $;const N=e.onRemove||e.remove;Promise.resolve(typeof N=="function"?N(I):N).then(P=>{var A,D;if(P===!1)return;const M=yEe(I,f.value);M&&($=x(x({},I),{status:"removed"}),(A=f.value)===null||A===void 0||A.forEach(k=>{const F=$.uid!==void 0?"uid":"name";k[F]===$[F]&&!Object.isFrozen(k)&&(k.status="removed")}),(D=h.value)===null||D===void 0||D.abort($),_($,M))})},w=I=>{var $;g.value=I.type,I.type==="drop"&&(($=e.onDrop)===null||$===void 0||$.call(e,I))};o({onBatchStart:b,onSuccess:S,onProgress:E,onError:T,fileList:f,upload:h});const[O]=zo("Upload",Br.Upload,L(()=>e.locale)),R=(I,$)=>{const{removeIcon:N,previewIcon:P,downloadIcon:A,previewFile:D,onPreview:M,onDownload:k,isImageUrl:F,progress:B,itemRender:H,iconRender:z,showUploadList:G}=e,{showDownloadIcon:V,showPreviewIcon:j,showRemoveIcon:K}=typeof G=="boolean"?{}:G;return G?y($Ee,{prefixCls:c.value,listType:e.listType,items:f.value,previewFile:D,onPreview:M,onDownload:k,onRemove:C,showRemoveIcon:!p.value&&K,showPreviewIcon:j,showDownloadIcon:V,removeIcon:N,previewIcon:P,downloadIcon:A,iconRender:z,locale:O.value,isImageUrl:F,progress:B,itemRender:H,appendActionVisible:$,appendAction:I},x({},n)):I==null?void 0:I()};return()=>{var I,$,N;const{listType:P,type:A}=e,{class:D,style:M}=r,k=YEe(r,["class","style"]),F=x(x(x({onBatchStart:b,onError:T,onProgress:E,onSuccess:S},k),e),{id:(I=e.id)!==null&&I!==void 0?I:i.id.value,prefixCls:c.value,beforeUpload:v,onChange:void 0,disabled:p.value});delete F.remove,(!n.default||p.value)&&delete F.id;const B={[`${c.value}-rtl`]:l.value==="rtl"};if(A==="drag"){const V=me(c.value,{[`${c.value}-drag`]:!0,[`${c.value}-drag-uploading`]:f.value.some(j=>j.status==="uploading"),[`${c.value}-drag-hover`]:g.value==="dragover",[`${c.value}-disabled`]:p.value,[`${c.value}-rtl`]:l.value==="rtl"},r.class,s.value);return a(y("span",U(U({},r),{},{class:me(`${c.value}-wrapper`,B,D,s.value)}),[y("div",{class:V,onDrop:w,onDragover:w,onDragleave:w,style:r.style},[y(f$,U(U({},F),{},{ref:h,class:`${c.value}-btn`}),U({default:()=>[y("div",{class:`${c.value}-drag-container`},[($=n.default)===null||$===void 0?void 0:$.call(n)])]},n))]),R()]))}const H=me(c.value,{[`${c.value}-select`]:!0,[`${c.value}-select-${P}`]:!0,[`${c.value}-disabled`]:p.value,[`${c.value}-rtl`]:l.value==="rtl"}),z=Lt((N=n.default)===null||N===void 0?void 0:N.call(n)),G=V=>y("div",{class:H,style:V},[y(f$,U(U({},F),{},{ref:h}),n)]);return a(P==="picture-card"?y("span",U(U({},r),{},{class:me(`${c.value}-wrapper`,`${c.value}-picture-card-wrapper`,B,r.class,s.value)}),[R(G,!!(z&&z.length))]):y("span",U(U({},r),{},{class:me(`${c.value}-wrapper`,B,r.class,s.value)}),[G(z&&z.length?void 0:{display:"none"}),R()]))}}});var S$=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{const{height:o}=e,i=S$(e,["height"]),{style:c}=r,l=S$(r,["style"]),u=x(x(x({},i),l),{type:"drag",style:x(x({},c),{height:typeof o=="number"?`${o}px`:o})});return y(Jm,u,n)}}}),WEe=eg,KEe=x(Jm,{Dragger:eg,LIST_IGNORE:Zu,install(e){return e.component(Jm.name,Jm),e.component(eg.name,eg),e}});function qEe(e){return e.replace(/([A-Z])/g,"-$1").toLowerCase()}function XEe(e){return Object.keys(e).map(t=>`${qEe(t)}: ${e[t]};`).join(" ")}function y$(){return window.devicePixelRatio||1}function Zb(e,t,n,r){e.translate(t,n),e.rotate(Math.PI/180*Number(r)),e.translate(-t,-n)}const QEe=(e,t)=>{let n=!1;return e.removedNodes.length&&(n=Array.from(e.removedNodes).some(r=>r===t)),e.type==="attributes"&&e.target===t&&(n=!0),n};var ZEe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o2&&arguments[2]!==void 0?arguments[2]:{};const{window:r=Q3}=n,o=ZEe(n,["window"]);let i;const c=q3(()=>r&&"MutationObserver"in r),l=()=>{i&&(i.disconnect(),i=void 0)},u=Ee(()=>OT(e),s=>{l(),c.value&&r&&s&&(i=new MutationObserver(t),i.observe(s,o))},{immediate:!0}),a=()=>{l(),u()};return K3(a),{isSupported:c,stop:a}}const Jb=2,E$=3,eCe=()=>({zIndex:Number,rotate:Number,width:Number,height:Number,image:String,content:We([String,Array]),font:Fe(),rootClassName:String,gap:Ct(),offset:Ct()}),tCe=ae({name:"AWatermark",inheritAttrs:!1,props:st(eCe(),{zIndex:9,rotate:-22,font:{},gap:[100,100]}),setup(e,t){let{slots:n,attrs:r}=t;const[,o]=li(),i=ce(),c=ce(),l=ce(!1),u=L(()=>{var R,I;return(I=(R=e.gap)===null||R===void 0?void 0:R[0])!==null&&I!==void 0?I:100}),a=L(()=>{var R,I;return(I=(R=e.gap)===null||R===void 0?void 0:R[1])!==null&&I!==void 0?I:100}),s=L(()=>u.value/2),d=L(()=>a.value/2),p=L(()=>{var R,I;return(I=(R=e.offset)===null||R===void 0?void 0:R[0])!==null&&I!==void 0?I:s.value}),f=L(()=>{var R,I;return(I=(R=e.offset)===null||R===void 0?void 0:R[1])!==null&&I!==void 0?I:d.value}),m=L(()=>{var R,I;return(I=(R=e.font)===null||R===void 0?void 0:R.fontSize)!==null&&I!==void 0?I:o.value.fontSizeLG}),g=L(()=>{var R,I;return(I=(R=e.font)===null||R===void 0?void 0:R.fontWeight)!==null&&I!==void 0?I:"normal"}),h=L(()=>{var R,I;return(I=(R=e.font)===null||R===void 0?void 0:R.fontStyle)!==null&&I!==void 0?I:"normal"}),_=L(()=>{var R,I;return(I=(R=e.font)===null||R===void 0?void 0:R.fontFamily)!==null&&I!==void 0?I:"sans-serif"}),v=L(()=>{var R,I;return(I=(R=e.font)===null||R===void 0?void 0:R.color)!==null&&I!==void 0?I:o.value.colorFill}),b=L(()=>{var R;const I={zIndex:(R=e.zIndex)!==null&&R!==void 0?R:9,position:"absolute",left:0,top:0,width:"100%",height:"100%",pointerEvents:"none",backgroundRepeat:"repeat"};let $=p.value-s.value,N=f.value-d.value;return $>0&&(I.left=`${$}px`,I.width=`calc(100% - ${$}px)`,$=0),N>0&&(I.top=`${N}px`,I.height=`calc(100% - ${N}px)`,N=0),I.backgroundPosition=`${$}px ${N}px`,I}),S=()=>{c.value&&(c.value.remove(),c.value=void 0)},E=(R,I)=>{var $;i.value&&c.value&&(l.value=!0,c.value.setAttribute("style",XEe(x(x({},b.value),{backgroundImage:`url('${R}')`,backgroundSize:`${(u.value+I)*Jb}px`}))),($=i.value)===null||$===void 0||$.append(c.value),setTimeout(()=>{l.value=!1}))},T=R=>{let I=120,$=64;const N=e.content,P=e.image,A=e.width,D=e.height;if(!P&&R.measureText){R.font=`${Number(m.value)}px ${_.value}`;const M=Array.isArray(N)?N:[N],k=M.map(F=>R.measureText(F).width);I=Math.ceil(Math.max(...k)),$=Number(m.value)*M.length+(M.length-1)*E$}return[A??I,D??$]},C=(R,I,$,N,P)=>{const A=y$(),D=e.content,M=Number(m.value)*A;R.font=`${h.value} normal ${g.value} ${M}px/${P}px ${_.value}`,R.fillStyle=v.value,R.textAlign="center",R.textBaseline="top",R.translate(N/2,0);const k=Array.isArray(D)?D:[D];k==null||k.forEach((F,B)=>{R.fillText(F??"",I,$+B*(M+E$*A))})},w=()=>{var R;const I=document.createElement("canvas"),$=I.getContext("2d"),N=e.image,P=(R=e.rotate)!==null&&R!==void 0?R:-22;if($){c.value||(c.value=document.createElement("div"));const A=y$(),[D,M]=T($),k=(u.value+D)*A,F=(a.value+M)*A;I.setAttribute("width",`${k*Jb}px`),I.setAttribute("height",`${F*Jb}px`);const B=u.value*A/2,H=a.value*A/2,z=D*A,G=M*A,V=(z+u.value*A)/2,j=(G+a.value*A)/2,K=B+k,Q=H+F,pe=V+k,J=j+F;if($.save(),Zb($,V,j,P),N){const W=new Image;W.onload=()=>{$.drawImage(W,B,H,z,G),$.restore(),Zb($,pe,J,P),$.drawImage(W,K,Q,z,G),E(I.toDataURL(),D)},W.crossOrigin="anonymous",W.referrerPolicy="no-referrer",W.src=N}else C($,B,H,z,G),$.restore(),Zb($,pe,J,P),C($,K,Q,z,G),E(I.toDataURL(),D)}};return Ke(()=>{w()}),Ee(()=>[e,o.value.colorFill,o.value.fontSizeLG],()=>{w()},{deep:!0,flush:"post"}),lt(()=>{S()}),JEe(i,R=>{l.value||R.forEach(I=>{QEe(I,c.value)&&(S(),w())})},{attributes:!0,subtree:!0,childList:!0,attributeFilter:["style","class"]}),()=>{var R;return y("div",U(U({},r),{},{ref:i,class:[r.class,e.rootClassName],style:[{position:"relative"},r.style]}),[(R=n.default)===null||R===void 0?void 0:R.call(n)])}}}),nCe=rn(tCe);function C$(e,t){return{[`${e}, ${e}:hover, ${e}:focus`]:{color:t.colorTextDisabled,cursor:"not-allowed"}}}function T$(e){return{backgroundColor:e.bgColorSelected,boxShadow:e.boxShadow}}const rCe=x({overflow:"hidden"},Rn),oCe=e=>{const{componentCls:t}=e;return{[t]:x(x(x(x(x({},ot(e)),{display:"inline-block",padding:e.segmentedContainerPadding,color:e.labelColor,backgroundColor:e.bgColor,borderRadius:e.borderRadius,transition:`all ${e.motionDurationMid} ${e.motionEaseInOut}`,[`${t}-group`]:{position:"relative",display:"flex",alignItems:"stretch",justifyItems:"flex-start",width:"100%"},[`&${t}-rtl`]:{direction:"rtl"},[`&${t}-block`]:{display:"flex"},[`&${t}-block ${t}-item`]:{flex:1,minWidth:0},[`${t}-item`]:{position:"relative",textAlign:"center",cursor:"pointer",transition:`color ${e.motionDurationMid} ${e.motionEaseInOut}`,borderRadius:e.borderRadiusSM,"&-selected":x(x({},T$(e)),{color:e.labelColorHover}),"&::after":{content:'""',position:"absolute",width:"100%",height:"100%",top:0,insetInlineStart:0,borderRadius:"inherit",transition:`background-color ${e.motionDurationMid}`,pointerEvents:"none"},[`&:hover:not(${t}-item-selected):not(${t}-item-disabled)`]:{color:e.labelColorHover,"&::after":{backgroundColor:e.bgColorHover}},"&-label":x({minHeight:e.controlHeight-e.segmentedContainerPadding*2,lineHeight:`${e.controlHeight-e.segmentedContainerPadding*2}px`,padding:`0 ${e.segmentedPaddingHorizontal}px`},rCe),"&-icon + *":{marginInlineStart:e.marginSM/2},"&-input":{position:"absolute",insetBlockStart:0,insetInlineStart:0,width:0,height:0,opacity:0,pointerEvents:"none"}},[`${t}-thumb`]:x(x({},T$(e)),{position:"absolute",insetBlockStart:0,insetInlineStart:0,width:0,height:"100%",padding:`${e.paddingXXS}px 0`,borderRadius:e.borderRadiusSM,[`& ~ ${t}-item:not(${t}-item-selected):not(${t}-item-disabled)::after`]:{backgroundColor:"transparent"}}),[`&${t}-lg`]:{borderRadius:e.borderRadiusLG,[`${t}-item-label`]:{minHeight:e.controlHeightLG-e.segmentedContainerPadding*2,lineHeight:`${e.controlHeightLG-e.segmentedContainerPadding*2}px`,padding:`0 ${e.segmentedPaddingHorizontal}px`,fontSize:e.fontSizeLG},[`${t}-item, ${t}-thumb`]:{borderRadius:e.borderRadius}},[`&${t}-sm`]:{borderRadius:e.borderRadiusSM,[`${t}-item-label`]:{minHeight:e.controlHeightSM-e.segmentedContainerPadding*2,lineHeight:`${e.controlHeightSM-e.segmentedContainerPadding*2}px`,padding:`0 ${e.segmentedPaddingHorizontalSM}px`},[`${t}-item, ${t}-thumb`]:{borderRadius:e.borderRadiusXS}}}),C$(`&-disabled ${t}-item`,e)),C$(`${t}-item-disabled`,e)),{[`${t}-thumb-motion-appear-active`]:{transition:`transform ${e.motionDurationSlow} ${e.motionEaseInOut}, width ${e.motionDurationSlow} ${e.motionEaseInOut}`,willChange:"transform, width"}})}},aCe=tt("Segmented",e=>{const{lineWidthBold:t,lineWidth:n,colorTextLabel:r,colorText:o,colorFillSecondary:i,colorBgLayout:c,colorBgElevated:l}=e,u=Ve(e,{segmentedPaddingHorizontal:e.controlPaddingHorizontal-n,segmentedPaddingHorizontalSM:e.controlPaddingHorizontalSM-n,segmentedContainerPadding:t,labelColor:r,labelColorHover:o,bgColor:c,bgColorHover:i,bgColorSelected:l});return[oCe(u)]}),x$=e=>e?{left:e.offsetLeft,right:e.parentElement.clientWidth-e.clientWidth-e.offsetLeft,width:e.clientWidth}:null,Us=e=>e!==void 0?`${e}px`:void 0,iCe=ae({props:{value:Bt(),getValueIndex:Bt(),prefixCls:Bt(),motionName:Bt(),onMotionStart:Bt(),onMotionEnd:Bt(),direction:Bt(),containerRef:Bt()},emits:["motionStart","motionEnd"],setup(e,t){let{emit:n}=t;const r=ie(),o=m=>{var g;const h=e.getValueIndex(m),_=(g=e.containerRef.value)===null||g===void 0?void 0:g.querySelectorAll(`.${e.prefixCls}-item`)[h];return(_==null?void 0:_.offsetParent)&&_},i=ie(null),c=ie(null);Ee(()=>e.value,(m,g)=>{const h=o(g),_=o(m),v=x$(h),b=x$(_);i.value=v,c.value=b,n(h&&_?"motionStart":"motionEnd")},{flush:"post"});const l=L(()=>{var m,g;return e.direction==="rtl"?Us(-((m=i.value)===null||m===void 0?void 0:m.right)):Us((g=i.value)===null||g===void 0?void 0:g.left)}),u=L(()=>{var m,g;return e.direction==="rtl"?Us(-((m=c.value)===null||m===void 0?void 0:m.right)):Us((g=c.value)===null||g===void 0?void 0:g.left)});let a;const s=m=>{clearTimeout(a),ft(()=>{m&&(m.style.transform="translateX(var(--thumb-start-left))",m.style.width="var(--thumb-start-width)")})},d=m=>{a=setTimeout(()=>{m&&(Iy(m,`${e.motionName}-appear-active`),m.style.transform="translateX(var(--thumb-active-left))",m.style.width="var(--thumb-active-width)")})},p=m=>{i.value=null,c.value=null,m&&(m.style.transform=null,m.style.width=null,Ry(m,`${e.motionName}-appear-active`)),n("motionEnd")},f=L(()=>{var m,g;return{"--thumb-start-left":l.value,"--thumb-start-width":Us((m=i.value)===null||m===void 0?void 0:m.width),"--thumb-active-left":u.value,"--thumb-active-width":Us((g=c.value)===null||g===void 0?void 0:g.width)}});return lt(()=>{clearTimeout(a)}),()=>{const m={ref:r,style:f.value,class:[`${e.prefixCls}-thumb`]};return y(On,{appear:!0,onBeforeEnter:s,onEnter:d,onAfterEnter:p},{default:()=>[!i.value||!c.value?null:y("div",m,null)]})}}}),lCe=iCe;function sCe(e){return e.map(t=>typeof t=="object"&&t!==null?t:{label:t==null?void 0:t.toString(),title:t==null?void 0:t.toString(),value:t})}const cCe=()=>({prefixCls:String,options:Ct(),block:we(),disabled:we(),size:Ue(),value:x(x({},We([String,Number])),{required:!0}),motionName:String,onChange:Se(),"onUpdate:value":Se()}),$6=(e,t)=>{let{slots:n,emit:r}=t;const{value:o,disabled:i,payload:c,title:l,prefixCls:u,label:a=n.label,checked:s,className:d}=e,p=f=>{i||r("change",f,o)};return y("label",{class:me({[`${u}-item-disabled`]:i},d)},[y("input",{class:`${u}-item-input`,type:"radio",disabled:i,checked:s,onChange:p},null),y("div",{class:`${u}-item-label`,title:typeof l=="string"?l:""},[typeof a=="function"?a({value:o,disabled:i,payload:c,title:l}):a??o])])};$6.inheritAttrs=!1;const uCe=ae({name:"ASegmented",inheritAttrs:!1,props:st(cCe(),{options:[],motionName:"thumb-motion"}),slots:Object,setup(e,t){let{emit:n,slots:r,attrs:o}=t;const{prefixCls:i,direction:c,size:l}=Me("segmented",e),[u,a]=aCe(i),s=ce(),d=ce(!1),p=L(()=>sCe(e.options)),f=(m,g)=>{e.disabled||(n("update:value",g),n("change",g))};return()=>{const m=i.value;return u(y("div",U(U({},o),{},{class:me(m,{[a.value]:!0,[`${m}-block`]:e.block,[`${m}-disabled`]:e.disabled,[`${m}-lg`]:l.value=="large",[`${m}-sm`]:l.value=="small",[`${m}-rtl`]:c.value==="rtl"},o.class),ref:s}),[y("div",{class:`${m}-group`},[y(lCe,{containerRef:s,prefixCls:m,value:e.value,motionName:`${m}-${e.motionName}`,direction:c.value,getValueIndex:g=>p.value.findIndex(h=>h.value===g),onMotionStart:()=>{d.value=!0},onMotionEnd:()=>{d.value=!1}},null),p.value.map(g=>y($6,U(U({key:g.value,prefixCls:m,checked:g.value===e.value,onChange:f},g),{},{className:me(g.className,`${m}-item`,{[`${m}-item-selected`]:g.value===e.value&&!d.value}),disabled:!!e.disabled||!!g.disabled}),r))])]))}}}),dCe=rn(uCe),pCe=e=>{const{componentCls:t}=e;return{[t]:x(x({},ot(e)),{display:"flex",justifyContent:"center",alignItems:"center",padding:e.paddingSM,backgroundColor:e.colorWhite,borderRadius:e.borderRadiusLG,border:`${e.lineWidth}px ${e.lineType} ${e.colorSplit}`,position:"relative",width:"100%",height:"100%",overflow:"hidden",[`& > ${t}-mask`]:{position:"absolute",insetBlockStart:0,insetInlineStart:0,zIndex:10,display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",width:"100%",height:"100%",color:e.colorText,lineHeight:e.lineHeight,background:e.QRCodeMaskBackgroundColor,textAlign:"center",[`& > ${t}-expired , & > ${t}-scanned`]:{color:e.QRCodeTextColor}},"&-icon":{marginBlockEnd:e.marginXS,fontSize:e.controlHeight}}),[`${t}-borderless`]:{borderColor:"transparent"}}},fCe=tt("QRCode",e=>pCe(Ve(e,{QRCodeTextColor:"rgba(0, 0, 0, 0.88)",QRCodeMaskBackgroundColor:"rgba(255, 255, 255, 0.96)"})));var mCe={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M909.1 209.3l-56.4 44.1C775.8 155.1 656.2 92 521.9 92 290 92 102.3 279.5 102 511.5 101.7 743.7 289.8 932 521.9 932c181.3 0 335.8-115 394.6-276.1 1.5-4.2-.7-8.9-4.9-10.3l-56.7-19.5a8 8 0 00-10.1 4.8c-1.8 5-3.8 10-5.9 14.9-17.3 41-42.1 77.8-73.7 109.4A344.77 344.77 0 01655.9 829c-42.3 17.9-87.4 27-133.8 27-46.5 0-91.5-9.1-133.8-27A341.5 341.5 0 01279 755.2a342.16 342.16 0 01-73.7-109.4c-17.9-42.4-27-87.4-27-133.9s9.1-91.5 27-133.9c17.3-41 42.1-77.8 73.7-109.4 31.6-31.6 68.4-56.4 109.3-73.8 42.3-17.9 87.4-27 133.8-27 46.5 0 91.5 9.1 133.8 27a341.5 341.5 0 01109.3 73.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 003 14.1l175.6 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c-.1-6.6-7.8-10.3-13-6.2z"}}]},name:"reload",theme:"outlined"};const gCe=mCe;function w$(e){for(var t=1;t({size:{type:Number,default:160},value:{type:String,required:!0},type:Ue("canvas"),color:String,bgColor:String,includeMargin:Boolean,imageSettings:Fe()}),vCe=()=>x(x({},cw()),{errorLevel:Ue("M"),icon:String,iconSize:{type:Number,default:40},status:Ue("active"),bordered:{type:Boolean,default:!0}});/** + * @license QR Code generator library (TypeScript) + * Copyright (c) Project Nayuki. + * SPDX-License-Identifier: MIT + */var es;(function(e){class t{static encodeText(l,u){const a=e.QrSegment.makeSegments(l);return t.encodeSegments(a,u)}static encodeBinary(l,u){const a=e.QrSegment.makeBytes(l);return t.encodeSegments([a],u)}static encodeSegments(l,u){let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,s=arguments.length>3&&arguments[3]!==void 0?arguments[3]:40,d=arguments.length>4&&arguments[4]!==void 0?arguments[4]:-1,p=arguments.length>5&&arguments[5]!==void 0?arguments[5]:!0;if(!(t.MIN_VERSION<=a&&a<=s&&s<=t.MAX_VERSION)||d<-1||d>7)throw new RangeError("Invalid value");let f,m;for(f=a;;f++){const v=t.getNumDataCodewords(f,u)*8,b=i.getTotalBits(l,f);if(b<=v){m=b;break}if(f>=s)throw new RangeError("Data too long")}for(const v of[t.Ecc.MEDIUM,t.Ecc.QUARTILE,t.Ecc.HIGH])p&&m<=t.getNumDataCodewords(f,v)*8&&(u=v);const g=[];for(const v of l){n(v.mode.modeBits,4,g),n(v.numChars,v.mode.numCharCountBits(f),g);for(const b of v.getData())g.push(b)}o(g.length==m);const h=t.getNumDataCodewords(f,u)*8;o(g.length<=h),n(0,Math.min(4,h-g.length),g),n(0,(8-g.length%8)%8,g),o(g.length%8==0);for(let v=236;g.length_[b>>>3]|=v<<7-(b&7)),new t(f,u,_,d)}constructor(l,u,a,s){if(this.version=l,this.errorCorrectionLevel=u,this.modules=[],this.isFunction=[],lt.MAX_VERSION)throw new RangeError("Version value out of range");if(s<-1||s>7)throw new RangeError("Mask value out of range");this.size=l*4+17;const d=[];for(let f=0;f>>9)*1335;const s=(u<<10|a)^21522;o(s>>>15==0);for(let d=0;d<=5;d++)this.setFunctionModule(8,d,r(s,d));this.setFunctionModule(8,7,r(s,6)),this.setFunctionModule(8,8,r(s,7)),this.setFunctionModule(7,8,r(s,8));for(let d=9;d<15;d++)this.setFunctionModule(14-d,8,r(s,d));for(let d=0;d<8;d++)this.setFunctionModule(this.size-1-d,8,r(s,d));for(let d=8;d<15;d++)this.setFunctionModule(8,this.size-15+d,r(s,d));this.setFunctionModule(8,this.size-8,!0)}drawVersion(){if(this.version<7)return;let l=this.version;for(let a=0;a<12;a++)l=l<<1^(l>>>11)*7973;const u=this.version<<12|l;o(u>>>18==0);for(let a=0;a<18;a++){const s=r(u,a),d=this.size-11+a%3,p=Math.floor(a/3);this.setFunctionModule(d,p,s),this.setFunctionModule(p,d,s)}}drawFinderPattern(l,u){for(let a=-4;a<=4;a++)for(let s=-4;s<=4;s++){const d=Math.max(Math.abs(s),Math.abs(a)),p=l+s,f=u+a;0<=p&&p{(v!=m-d||S>=f)&&_.push(b[v])});return o(_.length==p),_}drawCodewords(l){if(l.length!=Math.floor(t.getNumRawDataModules(this.version)/8))throw new RangeError("Invalid argument");let u=0;for(let a=this.size-1;a>=1;a-=2){a==6&&(a=5);for(let s=0;s>>3],7-(u&7)),u++)}}o(u==l.length*8)}applyMask(l){if(l<0||l>7)throw new RangeError("Mask value out of range");for(let u=0;u5&&l++):(this.finderPenaltyAddHistory(f,m),p||(l+=this.finderPenaltyCountPatterns(m)*t.PENALTY_N3),p=this.modules[d][g],f=1);l+=this.finderPenaltyTerminateAndCount(p,f,m)*t.PENALTY_N3}for(let d=0;d5&&l++):(this.finderPenaltyAddHistory(f,m),p||(l+=this.finderPenaltyCountPatterns(m)*t.PENALTY_N3),p=this.modules[g][d],f=1);l+=this.finderPenaltyTerminateAndCount(p,f,m)*t.PENALTY_N3}for(let d=0;dp+(f?1:0),u);const a=this.size*this.size,s=Math.ceil(Math.abs(u*20-a*10)/a)-1;return o(0<=s&&s<=9),l+=s*t.PENALTY_N4,o(0<=l&&l<=2568888),l}getAlignmentPatternPositions(){if(this.version==1)return[];{const l=Math.floor(this.version/7)+2,u=this.version==32?26:Math.ceil((this.version*4+4)/(l*2-2))*2,a=[6];for(let s=this.size-7;a.lengtht.MAX_VERSION)throw new RangeError("Version number out of range");let u=(16*l+128)*l+64;if(l>=2){const a=Math.floor(l/7)+2;u-=(25*a-10)*a-55,l>=7&&(u-=36)}return o(208<=u&&u<=29648),u}static getNumDataCodewords(l,u){return Math.floor(t.getNumRawDataModules(l)/8)-t.ECC_CODEWORDS_PER_BLOCK[u.ordinal][l]*t.NUM_ERROR_CORRECTION_BLOCKS[u.ordinal][l]}static reedSolomonComputeDivisor(l){if(l<1||l>255)throw new RangeError("Degree out of range");const u=[];for(let s=0;s0);for(const s of l){const d=s^a.shift();a.push(0),u.forEach((p,f)=>a[f]^=t.reedSolomonMultiply(p,d))}return a}static reedSolomonMultiply(l,u){if(l>>>8||u>>>8)throw new RangeError("Byte out of range");let a=0;for(let s=7;s>=0;s--)a=a<<1^(a>>>7)*285,a^=(u>>>s&1)*l;return o(a>>>8==0),a}finderPenaltyCountPatterns(l){const u=l[1];o(u<=this.size*3);const a=u>0&&l[2]==u&&l[3]==u*3&&l[4]==u&&l[5]==u;return(a&&l[0]>=u*4&&l[6]>=u?1:0)+(a&&l[6]>=u*4&&l[0]>=u?1:0)}finderPenaltyTerminateAndCount(l,u,a){return l&&(this.finderPenaltyAddHistory(u,a),u=0),u+=this.size,this.finderPenaltyAddHistory(u,a),this.finderPenaltyCountPatterns(a)}finderPenaltyAddHistory(l,u){u[0]==0&&(l+=this.size),u.pop(),u.unshift(l)}}t.MIN_VERSION=1,t.MAX_VERSION=40,t.PENALTY_N1=3,t.PENALTY_N2=3,t.PENALTY_N3=40,t.PENALTY_N4=10,t.ECC_CODEWORDS_PER_BLOCK=[[-1,7,10,15,20,26,18,20,24,30,18,20,24,26,30,22,24,28,30,28,28,28,28,30,30,26,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,10,16,26,18,24,16,18,22,22,26,30,22,22,24,24,28,28,26,26,26,26,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28],[-1,13,22,18,26,18,24,18,22,20,24,28,26,24,20,30,24,28,28,26,30,28,30,30,30,30,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,17,28,22,16,22,28,26,26,24,28,24,28,22,24,24,30,28,28,26,28,30,24,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30]],t.NUM_ERROR_CORRECTION_BLOCKS=[[-1,1,1,1,1,1,2,2,2,2,4,4,4,4,4,6,6,6,6,7,8,8,9,9,10,12,12,12,13,14,15,16,17,18,19,19,20,21,22,24,25],[-1,1,1,1,2,2,4,4,4,5,5,5,8,9,9,10,10,11,13,14,16,17,17,18,20,21,23,25,26,28,29,31,33,35,37,38,40,43,45,47,49],[-1,1,1,2,2,4,4,6,6,8,8,8,10,12,16,12,17,16,18,21,20,23,23,25,27,29,34,34,35,38,40,43,45,48,51,53,56,59,62,65,68],[-1,1,1,2,4,4,4,5,6,8,8,11,11,16,16,18,16,19,21,25,25,25,34,30,32,35,37,40,42,45,48,51,54,57,60,63,66,70,74,77,81]],e.QrCode=t;function n(c,l,u){if(l<0||l>31||c>>>l)throw new RangeError("Value out of range");for(let a=l-1;a>=0;a--)u.push(c>>>a&1)}function r(c,l){return(c>>>l&1)!=0}function o(c){if(!c)throw new Error("Assertion error")}class i{static makeBytes(l){const u=[];for(const a of l)n(a,8,u);return new i(i.Mode.BYTE,l.length,u)}static makeNumeric(l){if(!i.isNumeric(l))throw new RangeError("String contains non-numeric characters");const u=[];for(let a=0;a=1<1&&arguments[1]!==void 0?arguments[1]:0;const n=[];return e.forEach(function(r,o){let i=null;r.forEach(function(c,l){if(!c&&i!==null){n.push(`M${i+t} ${o+t}h${l-i}v1H${i+t}z`),i=null;return}if(l===r.length-1){if(!c)return;i===null?n.push(`M${l+t},${o+t} h1v1H${l+t}z`):n.push(`M${i+t},${o+t} h${l+1-i}v1H${i+t}z`);return}c&&i===null&&(i=l)})}),n.join("")}function B6(e,t){return e.slice().map((n,r)=>r=t.y+t.h?n:n.map((o,i)=>i=t.x+t.w?o:!1))}function H6(e,t,n,r){if(r==null)return null;const o=e.length+n*2,i=Math.floor(t*yCe),c=o/t,l=(r.width||i)*c,u=(r.height||i)*c,a=r.x==null?e.length/2-l/2:r.x*c,s=r.y==null?e.length/2-u/2:r.y*c;let d=null;if(r.excavate){const p=Math.floor(a),f=Math.floor(s),m=Math.ceil(l+a-p),g=Math.ceil(u+s-f);d={x:p,y:f,w:m,h:g}}return{x:a,y:s,h:u,w:l,excavation:d}}function U6(e,t){return t!=null?Math.floor(t):e?bCe:SCe}const ECe=function(){try{new Path2D().addPath(new Path2D)}catch{return!1}return!0}(),CCe=ae({name:"QRCodeCanvas",inheritAttrs:!1,props:x(x({},cw()),{level:String,bgColor:String,fgColor:String,marginSize:Number}),setup(e,t){let{attrs:n,expose:r}=t;const o=L(()=>{var u;return(u=e.imageSettings)===null||u===void 0?void 0:u.src}),i=ce(null),c=ce(null),l=ce(!1);return r({toDataURL:(u,a)=>{var s;return(s=i.value)===null||s===void 0?void 0:s.toDataURL(u,a)}}),Qe(()=>{const{value:u,size:a=x0,level:s=P6,bgColor:d=M6,fgColor:p=k6,includeMargin:f=L6,marginSize:m,imageSettings:g}=e;if(i.value!=null){const h=i.value,_=h.getContext("2d");if(!_)return;let v=ic.QrCode.encodeText(u,D6[s]).getModules();const b=U6(f,m),S=v.length+b*2,E=H6(v,a,b,g),T=c.value,C=l.value&&E!=null&&T!==null&&T.complete&&T.naturalHeight!==0&&T.naturalWidth!==0;C&&E.excavation!=null&&(v=B6(v,E.excavation));const w=window.devicePixelRatio||1;h.height=h.width=a*w;const O=a/S*w;_.scale(O,O),_.fillStyle=d,_.fillRect(0,0,S,S),_.fillStyle=p,ECe?_.fill(new Path2D(F6(v,b))):v.forEach(function(R,I){R.forEach(function($,N){$&&_.fillRect(N+b,I+b,1,1)})}),C&&_.drawImage(T,E.x+b,E.y+b,E.w,E.h)}},{flush:"post"}),Ee(o,()=>{l.value=!1}),()=>{var u;const a=(u=e.size)!==null&&u!==void 0?u:x0,s={height:`${a}px`,width:`${a}px`};let d=null;return o.value!=null&&(d=y("img",{src:o.value,key:o.value,style:{display:"none"},onLoad:()=>{l.value=!0},ref:c},null)),y(ze,null,[y("canvas",U(U({},n),{},{style:[s,n.style],ref:i}),null),d])}}}),TCe=ae({name:"QRCodeSVG",inheritAttrs:!1,props:x(x({},cw()),{color:String,level:String,bgColor:String,fgColor:String,marginSize:Number,title:String}),setup(e){let t=null,n=null,r=null,o=null,i=null,c=null;return Qe(()=>{const{value:l,size:u=x0,level:a=P6,includeMargin:s=L6,marginSize:d,imageSettings:p}=e;t=ic.QrCode.encodeText(l,D6[a]).getModules(),n=U6(s,d),r=t.length+n*2,o=H6(t,u,n,p),p!=null&&o!=null&&(o.excavation!=null&&(t=B6(t,o.excavation)),c=y("image",{"xlink:href":p.src,height:o.h,width:o.w,x:o.x+n,y:o.y+n,preserveAspectRatio:"none"},null)),i=F6(t,n)}),()=>{const l=e.bgColor&&M6,u=e.fgColor&&k6;return y("svg",{height:e.size,width:e.size,viewBox:`0 0 ${r} ${r}`},[!!e.title&&y("title",null,[e.title]),y("path",{fill:l,d:`M0,0 h${r}v${r}H0z`,"shape-rendering":"crispEdges"},null),y("path",{fill:u,d:i,"shape-rendering":"crispEdges"},null),c])}}}),xCe=ae({name:"AQrcode",inheritAttrs:!1,props:vCe(),emits:["refresh"],setup(e,t){let{emit:n,attrs:r,expose:o}=t;const[i]=zo("QRCode"),{prefixCls:c}=Me("qrcode",e),[l,u]=fCe(c),[,a]=li(),s=ie();o({toDataURL:(p,f)=>{var m;return(m=s.value)===null||m===void 0?void 0:m.toDataURL(p,f)}});const d=L(()=>{const{value:p,icon:f="",size:m=160,iconSize:g=40,color:h=a.value.colorText,bgColor:_="transparent",errorLevel:v="M"}=e,b={src:f,x:void 0,y:void 0,height:g,width:g,excavate:!0};return{value:p,size:m-(a.value.paddingSM+a.value.lineWidth)*2,level:v,bgColor:_,fgColor:h,imageSettings:f?b:void 0}});return()=>{const p=c.value;return l(y("div",U(U({},r),{},{style:[r.style,{width:`${e.size}px`,height:`${e.size}px`,backgroundColor:d.value.bgColor}],class:[u.value,p,{[`${p}-borderless`]:!e.bordered}]}),[e.status!=="active"&&y("div",{class:`${p}-mask`},[e.status==="loading"&&y(ya,null,null),e.status==="expired"&&y(ze,null,[y("p",{class:`${p}-expired`},[i.value.expired]),y(En,{type:"link",onClick:f=>n("refresh",f)},{default:()=>[i.value.refresh],icon:()=>y(_Ce,null,null)})]),e.status==="scanned"&&y("p",{class:`${p}-scanned`},[i.value.scanned])]),e.type==="canvas"?y(CCe,U({ref:s},d.value),null):y(TCe,d.value,null)]))}}}),wCe=rn(xCe);function OCe(e){const t=window.innerWidth||document.documentElement.clientWidth,n=window.innerHeight||document.documentElement.clientHeight,{top:r,right:o,bottom:i,left:c}=e.getBoundingClientRect();return r>=0&&c>=0&&o<=t&&i<=n}function ICe(e,t,n,r){const[o,i]=Pt(void 0);Qe(()=>{const s=typeof e.value=="function"?e.value():e.value;i(s||null)},{flush:"post"});const[c,l]=Pt(null),u=()=>{if(!t.value){l(null);return}if(o.value){!OCe(o.value)&&t.value&&o.value.scrollIntoView(r.value);const{left:s,top:d,width:p,height:f}=o.value.getBoundingClientRect(),m={left:s,top:d,width:p,height:f,radius:0};JSON.stringify(c.value)!==JSON.stringify(m)&&l(m)}else l(null)};return Ke(()=>{Ee([t,o],()=>{u()},{flush:"post",immediate:!0}),window.addEventListener("resize",u)}),lt(()=>{window.removeEventListener("resize",u)}),[L(()=>{var s,d;if(!c.value)return c.value;const p=((s=n.value)===null||s===void 0?void 0:s.offset)||6,f=((d=n.value)===null||d===void 0?void 0:d.radius)||2;return{left:c.value.left-p,top:c.value.top-p,width:c.value.width+p*2,height:c.value.height+p*2,radius:f}}),o]}const RCe=()=>({arrow:We([Boolean,Object]),target:We([String,Function,Object]),title:We([String,Object]),description:We([String,Object]),placement:Ue(),mask:We([Object,Boolean],!0),className:{type:String},style:Fe(),scrollIntoViewOptions:We([Boolean,Object])}),uw=()=>x(x({},RCe()),{prefixCls:{type:String},total:{type:Number},current:{type:Number},onClose:Se(),onFinish:Se(),renderPanel:Se(),onPrev:Se(),onNext:Se()}),ACe=ae({name:"DefaultPanel",inheritAttrs:!1,props:uw(),setup(e,t){let{attrs:n}=t;return()=>{const{prefixCls:r,current:o,total:i,title:c,description:l,onClose:u,onPrev:a,onNext:s,onFinish:d}=e;return y("div",U(U({},n),{},{class:me(`${r}-content`,n.class)}),[y("div",{class:`${r}-inner`},[y("button",{type:"button",onClick:u,"aria-label":"Close",class:`${r}-close`},[y("span",{class:`${r}-close-x`},[zn("×")])]),y("div",{class:`${r}-header`},[y("div",{class:`${r}-title`},[c])]),y("div",{class:`${r}-description`},[l]),y("div",{class:`${r}-footer`},[y("div",{class:`${r}-sliders`},[i>1?[...Array.from({length:i}).keys()].map((p,f)=>y("span",{key:p,class:f===o?"active":""},null)):null]),y("div",{class:`${r}-buttons`},[o!==0?y("button",{class:`${r}-prev-btn`,onClick:a},[zn("Prev")]):null,o===i-1?y("button",{class:`${r}-finish-btn`,onClick:d},[zn("Finish")]):y("button",{class:`${r}-next-btn`,onClick:s},[zn("Next")])])])])])}}}),NCe=ACe,$Ce=ae({name:"TourStep",inheritAttrs:!1,props:uw(),setup(e,t){let{attrs:n}=t;return()=>{const{current:r,renderPanel:o}=e;return y(ze,null,[typeof o=="function"?o(x(x({},n),e),r):y(NCe,U(U({},n),e),null)])}}}),DCe=$Ce;let O$=0;const PCe=wr();function MCe(){let e;return PCe?(e=O$,O$+=1):e="TEST_OR_SSR",e}function kCe(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:ie("");const t=`vc_unique_${MCe()}`;return e.value||t}const rm={fill:"transparent","pointer-events":"auto"},LCe=ae({name:"TourMask",props:{prefixCls:{type:String},pos:Fe(),rootClassName:{type:String},showMask:we(),fill:{type:String,default:"rgba(0,0,0,0.5)"},open:we(),animated:We([Boolean,Object]),zIndex:{type:Number}},setup(e,t){let{attrs:n}=t;const r=kCe();return()=>{const{prefixCls:o,open:i,rootClassName:c,pos:l,showMask:u,fill:a,animated:s,zIndex:d}=e,p=`${o}-mask-${r}`,f=typeof s=="object"?s==null?void 0:s.placeholder:s;return y(kp,{visible:i,autoLock:!0},{default:()=>i&&y("div",U(U({},n),{},{class:me(`${o}-mask`,c,n.class),style:[{position:"fixed",left:0,right:0,top:0,bottom:0,zIndex:d,pointerEvents:"none"},n.style]}),[u?y("svg",{style:{width:"100%",height:"100%"}},[y("defs",null,[y("mask",{id:p},[y("rect",{x:"0",y:"0",width:"100vw",height:"100vh",fill:"white"},null),l&&y("rect",{x:l.left,y:l.top,rx:l.radius,width:l.width,height:l.height,fill:"black",class:f?`${o}-placeholder-animated`:""},null)])]),y("rect",{x:"0",y:"0",width:"100%",height:"100%",fill:a,mask:`url(#${p})`},null),l&&y(ze,null,[y("rect",U(U({},rm),{},{x:"0",y:"0",width:"100%",height:l.top}),null),y("rect",U(U({},rm),{},{x:"0",y:"0",width:l.left,height:"100%"}),null),y("rect",U(U({},rm),{},{x:"0",y:l.top+l.height,width:"100%",height:`calc(100vh - ${l.top+l.height}px)`}),null),y("rect",U(U({},rm),{},{x:l.left+l.width,y:"0",width:`calc(100vw - ${l.left+l.width}px)`,height:"100%"}),null)])]):null])})}}}),FCe=LCe,BCe=[0,0],I$={left:{points:["cr","cl"],offset:[-8,0]},right:{points:["cl","cr"],offset:[8,0]},top:{points:["bc","tc"],offset:[0,-8]},bottom:{points:["tc","bc"],offset:[0,8]},topLeft:{points:["bl","tl"],offset:[0,-8]},leftTop:{points:["tr","tl"],offset:[-8,0]},topRight:{points:["br","tr"],offset:[0,-8]},rightTop:{points:["tl","tr"],offset:[8,0]},bottomRight:{points:["tr","br"],offset:[0,8]},rightBottom:{points:["bl","br"],offset:[8,0]},bottomLeft:{points:["tl","bl"],offset:[0,8]},leftBottom:{points:["br","bl"],offset:[-8,0]}};function z6(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;const t={};return Object.keys(I$).forEach(n=>{t[n]=x(x({},I$[n]),{autoArrow:e,targetOffset:BCe})}),t}z6();var HCe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{const{builtinPlacements:e,popupAlign:t}=vk();return{builtinPlacements:e,popupAlign:t,steps:Ct(),open:we(),defaultCurrent:{type:Number},current:{type:Number},onChange:Se(),onClose:Se(),onFinish:Se(),mask:We([Boolean,Object],!0),arrow:We([Boolean,Object],!0),rootClassName:{type:String},placement:Ue("bottom"),prefixCls:{type:String,default:"rc-tour"},renderPanel:Se(),gap:Fe(),animated:We([Boolean,Object]),scrollIntoViewOptions:We([Boolean,Object],!0),zIndex:{type:Number,default:1001}}},UCe=ae({name:"Tour",inheritAttrs:!1,props:st(G6(),{}),setup(e){const{defaultCurrent:t,placement:n,mask:r,scrollIntoViewOptions:o,open:i,gap:c,arrow:l}=qo(e),u=ie(),[a,s]=Zt(0,{value:L(()=>e.current),defaultValue:t.value}),[d,p]=Zt(void 0,{value:L(()=>e.open),postState:C=>a.value<0||a.value>=e.steps.length?!1:C??!0}),f=ce(d.value);Qe(()=>{d.value&&!f.value&&s(0),f.value=d.value});const m=L(()=>e.steps[a.value]||{}),g=L(()=>{var C;return(C=m.value.placement)!==null&&C!==void 0?C:n.value}),h=L(()=>{var C;return d.value&&((C=m.value.mask)!==null&&C!==void 0?C:r.value)}),_=L(()=>{var C;return(C=m.value.scrollIntoViewOptions)!==null&&C!==void 0?C:o.value}),[v,b]=ICe(L(()=>m.value.target),i,c,_),S=L(()=>b.value?typeof m.value.arrow>"u"?l.value:m.value.arrow:!1),E=L(()=>typeof S.value=="object"?S.value.pointAtCenter:!1);Ee(E,()=>{var C;(C=u.value)===null||C===void 0||C.forcePopupAlign()}),Ee(a,()=>{var C;(C=u.value)===null||C===void 0||C.forcePopupAlign()});const T=C=>{var w;s(C),(w=e.onChange)===null||w===void 0||w.call(e,C)};return()=>{var C;const{prefixCls:w,steps:O,onClose:R,onFinish:I,rootClassName:$,renderPanel:N,animated:P,zIndex:A}=e,D=HCe(e,["prefixCls","steps","onClose","onFinish","rootClassName","renderPanel","animated","zIndex"]);if(b.value===void 0)return null;const M=()=>{p(!1),R==null||R(a.value)},k=typeof h.value=="boolean"?h.value:!!h.value,F=typeof h.value=="boolean"?void 0:h.value,B=()=>b.value||document.body,H=()=>y(DCe,U({arrow:S.value,key:"content",prefixCls:w,total:O.length,renderPanel:N,onPrev:()=>{T(a.value-1)},onNext:()=>{T(a.value+1)},onClose:M,current:a.value,onFinish:()=>{M(),I==null||I()}},m.value),null),z=L(()=>{const G=v.value||eS,V={};return Object.keys(G).forEach(j=>{typeof G[j]=="number"?V[j]=`${G[j]}px`:V[j]=G[j]}),V});return d.value?y(ze,null,[y(FCe,{zIndex:A,prefixCls:w,pos:v.value,showMask:k,style:F==null?void 0:F.style,fill:F==null?void 0:F.color,open:d.value,animated:P,rootClassName:$},null),y(vs,U(U({},D),{},{builtinPlacements:m.value.target?(C=D.builtinPlacements)!==null&&C!==void 0?C:z6(E.value):void 0,ref:u,popupStyle:m.value.target?m.value.style:x(x({},m.value.style),{position:"fixed",left:eS.left,top:eS.top,transform:"translate(-50%, -50%)"}),popupPlacement:g.value,popupVisible:d.value,popupClassName:me($,m.value.className),prefixCls:w,popup:H,forceRender:!1,destroyPopupOnHide:!0,zIndex:A,mask:!1,getTriggerDOMNode:B}),{default:()=>[y(kp,{visible:d.value,autoLock:!0},{default:()=>[y("div",{class:me($,`${w}-target-placeholder`),style:x(x({},z.value),{position:"fixed",pointerEvents:"none"})},null)]})]})]):null}}}),zCe=UCe,GCe=()=>x(x({},G6()),{steps:{type:Array},prefixCls:{type:String},current:{type:Number},type:{type:String},"onUpdate:current":Function}),jCe=()=>x(x({},uw()),{cover:{type:Object},nextButtonProps:{type:Object},prevButtonProps:{type:Object},current:{type:Number},type:{type:String}}),VCe=ae({name:"ATourPanel",inheritAttrs:!1,props:jCe(),setup(e,t){let{attrs:n,slots:r}=t;const{current:o,total:i}=qo(e),c=L(()=>o.value===i.value-1),l=a=>{var s;const d=e.prevButtonProps;(s=e.onPrev)===null||s===void 0||s.call(e,a),typeof(d==null?void 0:d.onClick)=="function"&&(d==null||d.onClick())},u=a=>{var s,d;const p=e.nextButtonProps;c.value?(s=e.onFinish)===null||s===void 0||s.call(e,a):(d=e.onNext)===null||d===void 0||d.call(e,a),typeof(p==null?void 0:p.onClick)=="function"&&(p==null||p.onClick())};return()=>{const{prefixCls:a,title:s,onClose:d,cover:p,description:f,type:m,arrow:g}=e,h=e.prevButtonProps,_=e.nextButtonProps;let v;s&&(v=y("div",{class:`${a}-header`},[y("div",{class:`${a}-title`},[s])]));let b;f&&(b=y("div",{class:`${a}-description`},[f]));let S;p&&(S=y("div",{class:`${a}-cover`},[p]));let E;r.indicatorsRender?E=r.indicatorsRender({current:o.value,total:i}):E=[...Array.from({length:i.value}).keys()].map((w,O)=>y("span",{key:w,class:me(O===o.value&&`${a}-indicator-active`,`${a}-indicator`)},null));const T=m==="primary"?"default":"primary",C={type:"default",ghost:m==="primary"};return y(ds,{componentName:"Tour",defaultLocale:Br.Tour},{default:w=>{var O,R;return y("div",U(U({},n),{},{class:me(m==="primary"?`${a}-primary`:"",n.class,`${a}-content`)}),[g&&y("div",{class:`${a}-arrow`,key:"arrow"},null),y("div",{class:`${a}-inner`},[y(eo,{class:`${a}-close`,onClick:d},null),S,v,b,y("div",{class:`${a}-footer`},[i.value>1&&y("div",{class:`${a}-indicators`},[E]),y("div",{class:`${a}-buttons`},[o.value!==0?y(En,U(U(U({},C),h),{},{onClick:l,size:"small",class:me(`${a}-prev-btn`,h==null?void 0:h.className)}),{default:()=>[(O=h==null?void 0:h.children)!==null&&O!==void 0?O:w.Previous]}):null,y(En,U(U({type:T},_),{},{onClick:u,size:"small",class:me(`${a}-next-btn`,_==null?void 0:_.className)}),{default:()=>[(R=_==null?void 0:_.children)!==null&&R!==void 0?R:c.value?w.Finish:w.Next]})])])])])}})}}}),YCe=VCe,WCe=e=>{let{defaultType:t,steps:n,current:r,defaultCurrent:o}=e;const i=ie(o==null?void 0:o.value),c=L(()=>r==null?void 0:r.value);Ee(c,s=>{i.value=s??(o==null?void 0:o.value)},{immediate:!0});const l=s=>{i.value=s},u=L(()=>{var s,d;return typeof i.value=="number"?n&&((d=(s=n.value)===null||s===void 0?void 0:s[i.value])===null||d===void 0?void 0:d.type):t==null?void 0:t.value});return{currentMergedType:L(()=>{var s;return(s=u.value)!==null&&s!==void 0?s:t==null?void 0:t.value}),updateInnerCurrent:l}},KCe=e=>{const{componentCls:t,lineHeight:n,padding:r,paddingXS:o,borderRadius:i,borderRadiusXS:c,colorPrimary:l,colorText:u,colorFill:a,indicatorHeight:s,indicatorWidth:d,boxShadowTertiary:p,tourZIndexPopup:f,fontSize:m,colorBgContainer:g,fontWeightStrong:h,marginXS:_,colorTextLightSolid:v,tourBorderRadius:b,colorWhite:S,colorBgTextHover:E,tourCloseSize:T,motionDurationSlow:C,antCls:w}=e;return[{[t]:x(x({},ot(e)),{color:u,position:"absolute",zIndex:f,display:"block",visibility:"visible",fontSize:m,lineHeight:n,width:520,"--antd-arrow-background-color":g,"&-pure":{maxWidth:"100%",position:"relative"},[`&${t}-hidden`]:{display:"none"},[`${t}-content`]:{position:"relative"},[`${t}-inner`]:{textAlign:"start",textDecoration:"none",borderRadius:b,boxShadow:p,position:"relative",backgroundColor:g,border:"none",backgroundClip:"padding-box",[`${t}-close`]:{position:"absolute",top:r,insetInlineEnd:r,color:e.colorIcon,outline:"none",width:T,height:T,borderRadius:e.borderRadiusSM,transition:`background-color ${e.motionDurationMid}, color ${e.motionDurationMid}`,display:"flex",alignItems:"center",justifyContent:"center","&:hover":{color:e.colorIconHover,backgroundColor:e.wireframe?"transparent":e.colorFillContent}},[`${t}-cover`]:{textAlign:"center",padding:`${r+T+o}px ${r}px 0`,img:{width:"100%"}},[`${t}-header`]:{padding:`${r}px ${r}px ${o}px`,[`${t}-title`]:{lineHeight:n,fontSize:m,fontWeight:h}},[`${t}-description`]:{padding:`0 ${r}px`,lineHeight:n,wordWrap:"break-word"},[`${t}-footer`]:{padding:`${o}px ${r}px ${r}px`,textAlign:"end",borderRadius:`0 0 ${c}px ${c}px`,display:"flex",[`${t}-indicators`]:{display:"inline-block",[`${t}-indicator`]:{width:d,height:s,display:"inline-block",borderRadius:"50%",background:a,"&:not(:last-child)":{marginInlineEnd:s},"&-active":{background:l}}},[`${t}-buttons`]:{marginInlineStart:"auto",[`${w}-btn`]:{marginInlineStart:_}}}},[`${t}-primary, &${t}-primary`]:{"--antd-arrow-background-color":l,[`${t}-inner`]:{color:v,textAlign:"start",textDecoration:"none",backgroundColor:l,borderRadius:i,boxShadow:p,[`${t}-close`]:{color:v},[`${t}-indicators`]:{[`${t}-indicator`]:{background:new Dt(v).setAlpha(.15).toRgbString(),"&-active":{background:v}}},[`${t}-prev-btn`]:{color:v,borderColor:new Dt(v).setAlpha(.15).toRgbString(),backgroundColor:l,"&:hover":{backgroundColor:new Dt(v).setAlpha(.15).toRgbString(),borderColor:"transparent"}},[`${t}-next-btn`]:{color:l,borderColor:"transparent",background:S,"&:hover":{background:new Dt(E).onBackground(S).toRgbString()}}}}}),[`${t}-mask`]:{[`${t}-placeholder-animated`]:{transition:`all ${C}`}},[["&-placement-left","&-placement-leftTop","&-placement-leftBottom","&-placement-right","&-placement-rightTop","&-placement-rightBottom"].join(",")]:{[`${t}-inner`]:{borderRadius:Math.min(b,qC)}}},XC(e,{colorBg:"var(--antd-arrow-background-color)",contentRadius:b,limitVerticalRadius:!0})]},qCe=tt("Tour",e=>{const{borderRadiusLG:t,fontSize:n,lineHeight:r}=e,o=Ve(e,{tourZIndexPopup:e.zIndexPopupBase+70,indicatorWidth:6,indicatorHeight:6,tourBorderRadius:t,tourCloseSize:n*r});return[KCe(o)]});var XCe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{const{steps:g,current:h,type:_,rootClassName:v}=e,b=XCe(e,["steps","current","type","rootClassName"]),S=me({[`${a.value}-primary`]:f.value==="primary",[`${a.value}-rtl`]:s.value==="rtl"},p.value,v),E=(w,O)=>y(YCe,U(U({},w),{},{type:_,current:O}),{indicatorsRender:o.indicatorsRender}),T=w=>{m(w),r("update:current",w),r("change",w)},C=L(()=>KC({arrowPointAtCenter:!0,autoAdjustOverflow:!0}));return d(y(zCe,U(U(U({},n),b),{},{rootClassName:S,prefixCls:a.value,current:h,defaultCurrent:e.defaultCurrent,animated:!0,renderPanel:E,onChange:T,steps:g,builtinPlacements:C.value}),null))}}}),ZCe=rn(QCe),j6=Symbol("appConfigContext"),JCe=e=>at(j6,e),eTe=()=>et(j6,{}),V6=Symbol("appContext"),tTe=e=>at(V6,e),nTe=mt({message:{},notification:{},modal:{}}),rTe=()=>et(V6,nTe),oTe=e=>{const{componentCls:t,colorText:n,fontSize:r,lineHeight:o,fontFamily:i}=e;return{[t]:{color:n,fontSize:r,lineHeight:o,fontFamily:i}}},aTe=tt("App",e=>[oTe(e)]),iTe=()=>({rootClassName:String,message:Fe(),notification:Fe()}),lTe=()=>rTe(),Id=ae({name:"AApp",props:st(iTe(),{}),setup(e,t){let{slots:n}=t;const{prefixCls:r}=Me("app",e),[o,i]=aTe(r),c=L(()=>me(i.value,r.value,e.rootClassName)),l=eTe(),u=L(()=>({message:x(x({},l.message),e.message),notification:x(x({},l.notification),e.notification)}));JCe(u.value);const[a,s]=lB(u.value.message),[d,p]=bB(u.value.notification),[f,m]=O4(),g=L(()=>({message:a,notification:d,modal:f}));return tTe(g.value),()=>{var h;return o(y("div",{class:c.value},[m(),s(),p(),(h=n.default)===null||h===void 0?void 0:h.call(n)]))}}});Id.useApp=lTe;Id.install=function(e){e.component(Id.name,Id)};const sTe=Id,Y6=["wrap","nowrap","wrap-reverse"],W6=["flex-start","flex-end","start","end","center","space-between","space-around","space-evenly","stretch","normal","left","right"],K6=["center","start","end","flex-start","flex-end","self-start","self-end","baseline","normal","stretch"],cTe=(e,t)=>{const n={};return Y6.forEach(r=>{n[`${e}-wrap-${r}`]=t.wrap===r}),n},uTe=(e,t)=>{const n={};return K6.forEach(r=>{n[`${e}-align-${r}`]=t.align===r}),n[`${e}-align-stretch`]=!t.align&&!!t.vertical,n},dTe=(e,t)=>{const n={};return W6.forEach(r=>{n[`${e}-justify-${r}`]=t.justify===r}),n};function pTe(e,t){return me(x(x(x({},cTe(e,t)),uTe(e,t)),dTe(e,t)))}const fTe=e=>{const{componentCls:t}=e;return{[t]:{display:"flex","&-vertical":{flexDirection:"column"},"&-rtl":{direction:"rtl"},"&:empty":{display:"none"}}}},mTe=e=>{const{componentCls:t}=e;return{[t]:{"&-gap-small":{gap:e.flexGapSM},"&-gap-middle":{gap:e.flexGap},"&-gap-large":{gap:e.flexGapLG}}}},gTe=e=>{const{componentCls:t}=e,n={};return Y6.forEach(r=>{n[`${t}-wrap-${r}`]={flexWrap:r}}),n},hTe=e=>{const{componentCls:t}=e,n={};return K6.forEach(r=>{n[`${t}-align-${r}`]={alignItems:r}}),n},_Te=e=>{const{componentCls:t}=e,n={};return W6.forEach(r=>{n[`${t}-justify-${r}`]={justifyContent:r}}),n},vTe=tt("Flex",e=>{const t=Ve(e,{flexGapSM:e.paddingXS,flexGap:e.padding,flexGapLG:e.paddingLG});return[fTe(t),mTe(t),gTe(t),hTe(t),_Te(t)]});function R$(e){return["small","middle","large"].includes(e)}const bTe=()=>({prefixCls:Ue(),vertical:we(),wrap:Ue(),justify:Ue(),align:Ue(),flex:We([Number,String]),gap:We([Number,String]),component:Bt()});var STe=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o{var s;return[c.value,u.value,pTe(c.value,e),{[`${c.value}-rtl`]:i.value==="rtl",[`${c.value}-gap-${e.gap}`]:R$(e.gap),[`${c.value}-vertical`]:(s=e.vertical)!==null&&s!==void 0?s:o==null?void 0:o.value.vertical}]});return()=>{var s;const{flex:d,gap:p,component:f="div"}=e,m=STe(e,["flex","gap","component"]),g={};return d&&(g.flex=d),p&&!R$(p)&&(g.gap=`${p}px`),l(y(f,U({class:[r.class,a.value],style:[r.style,g]},gt(m,["justify","wrap","align","vertical"])),{default:()=>[(s=n.default)===null||s===void 0?void 0:s.call(n)]}))}}}),ETe=rn(yTe),A$=Object.freeze(Object.defineProperty({__proto__:null,Affix:rk,Alert:lte,Anchor:Sl,AnchorLink:jE,App:sTe,AutoComplete:Ree,AutoCompleteOptGroup:Iee,AutoCompleteOption:Oee,Avatar:Ml,AvatarGroup:Ug,BackTop:sh,Badge:hd,BadgeRibbon:zg,Breadcrumb:kl,BreadcrumbItem:op,BreadcrumbSeparator:qg,Button:En,ButtonGroup:Wg,Calendar:rae,Card:Sc,CardGrid:eh,CardMeta:Jg,Carousel:rle,Cascader:Oce,CheckableTag:oh,Checkbox:$o,CheckboxGroup:rh,Col:Dce,Collapse:vd,CollapsePanel:th,Comment:Fce,Compact:Bg,ConfigProvider:JT,DatePicker:sde,Descriptions:bde,DescriptionsItem:LB,DirectoryTree:Wm,Divider:Tde,Drawer:zde,Dropdown:ba,DropdownButton:rp,Empty:$i,Flex:ETe,FloatButton:Ui,FloatButtonGroup:lh,Form:Di,FormItem:ZF,FormItemRest:kg,Grid:$ce,Image:Rfe,ImagePreviewGroup:l4,Input:Fn,InputGroup:KB,InputNumber:Yfe,InputPassword:QB,InputSearch:qB,Layout:sme,LayoutContent:lme,LayoutFooter:ame,LayoutHeader:ome,LayoutSider:ime,List:Qme,ListItem:f4,ListItemMeta:d4,LocaleProvider:nB,Mentions:vge,MentionsOption:Gm,Menu:Tn,MenuDivider:ip,MenuItem:Sa,MenuItemGroup:ap,Modal:Jn,MonthPicker:Pm,PageHeader:ehe,Pagination:J_,Popconfirm:ihe,Popover:QC,Progress:Ax,QRCode:wCe,QuarterPicker:Mm,Radio:Pr,RadioButton:Qg,RadioGroup:IT,RangePicker:km,Rate:qhe,Result:h_e,Row:__e,Segmented:dCe,Select:ri,SelectOptGroup:Tee,SelectOption:Cee,Skeleton:Sr,SkeletonAvatar:FT,SkeletonButton:MT,SkeletonImage:LT,SkeletonInput:kT,SkeletonTitle:k_,Slider:k_e,Space:N4,Spin:ya,Statistic:Va,StatisticCountdown:Mge,Step:jm,Steps:eve,SubMenu:Ql,Switch:uve,TabPane:Zg,Table:rye,TableColumn:qm,TableColumnGroup:Xm,TableSummary:Qm,TableSummaryCell:mh,TableSummaryRow:fh,Tabs:Ll,Tag:RB,Textarea:cx,TimePicker:t0e,TimeRangePicker:Zm,Timeline:Od,TimelineItem:fp,Tooltip:Kr,Tour:ZCe,Transfer:Rye,Tree:g6,TreeNode:Km,TreeSelect:Jye,TreeSelectNode:T0,Typography:jr,TypographyLink:ew,TypographyParagraph:tw,TypographyText:nw,TypographyTitle:rw,Upload:KEe,UploadDragger:WEe,Watermark:nCe,WeekPicker:Dm,message:Xp,notification:QT},Symbol.toStringTag,{value:"Module"})),CTe=function(e){return Object.keys(A$).forEach(t=>{const n=A$[t];n.install&&e.use(n)}),e.use(nG.StyleProvider),e.config.globalProperties.$message=Xp,e.config.globalProperties.$notification=QT,e.config.globalProperties.$info=Jn.info,e.config.globalProperties.$success=Jn.success,e.config.globalProperties.$error=Jn.error,e.config.globalProperties.$warning=Jn.warning,e.config.globalProperties.$confirm=Jn.confirm,e.config.globalProperties.$destroyAll=Jn.destroyAll,e},TTe={version:z2,install:CTe},xTe={locale:"zh_CN",today:"今天",now:"此刻",backToToday:"返回今天",ok:"确定",timeSelect:"选择时间",dateSelect:"选择日期",weekSelect:"选择周",clear:"清除",month:"月",year:"年",previousMonth:"上个月 (翻页上键)",nextMonth:"下个月 (翻页下键)",monthSelect:"选择月份",yearSelect:"选择年份",decadeSelect:"选择年代",yearFormat:"YYYY年",dayFormat:"D日",dateFormat:"YYYY年M月D日",dateTimeFormat:"YYYY年M月D日 HH时mm分ss秒",previousYear:"上一年 (Control键加左方向键)",nextYear:"下一年 (Control键加右方向键)",previousDecade:"上一年代",nextDecade:"下一年代",previousCentury:"上一世纪",nextCentury:"下一世纪"},wTe=xTe,OTe={placeholder:"请选择时间",rangePlaceholder:["开始时间","结束时间"]},q6=OTe,X6={lang:x({placeholder:"请选择日期",yearPlaceholder:"请选择年份",quarterPlaceholder:"请选择季度",monthPlaceholder:"请选择月份",weekPlaceholder:"请选择周",rangePlaceholder:["开始日期","结束日期"],rangeYearPlaceholder:["开始年份","结束年份"],rangeMonthPlaceholder:["开始月份","结束月份"],rangeQuarterPlaceholder:["开始季度","结束季度"],rangeWeekPlaceholder:["开始周","结束周"]},wTe),timePickerLocale:x({},q6)};X6.lang.ok="确定";const N$=X6,ao="${label}不是一个有效的${type}",ITe={locale:"zh-cn",Pagination:u4,DatePicker:N$,TimePicker:q6,Calendar:N$,global:{placeholder:"请选择"},Table:{filterTitle:"筛选",filterConfirm:"确定",filterReset:"重置",filterEmptyText:"无筛选项",filterCheckall:"全选",filterSearchPlaceholder:"在筛选项中搜索",selectAll:"全选当页",selectInvert:"反选当页",selectNone:"清空所有",selectionAll:"全选所有",sortTitle:"排序",expand:"展开行",collapse:"关闭行",triggerDesc:"点击降序",triggerAsc:"点击升序",cancelSort:"取消排序"},Tour:{Next:"下一步",Previous:"上一步",Finish:"结束导览"},Modal:{okText:"确定",cancelText:"取消",justOkText:"知道了"},Popconfirm:{cancelText:"取消",okText:"确定"},Transfer:{searchPlaceholder:"请输入搜索内容",itemUnit:"项",itemsUnit:"项",remove:"删除",selectCurrent:"全选当页",removeCurrent:"删除当页",selectAll:"全选所有",removeAll:"删除全部",selectInvert:"反选当页"},Upload:{uploading:"文件上传中",removeFile:"删除文件",uploadError:"上传错误",previewFile:"预览文件",downloadFile:"下载文件"},Empty:{description:"暂无数据"},Icon:{icon:"图标"},Text:{edit:"编辑",copy:"复制",copied:"复制成功",expand:"展开"},PageHeader:{back:"返回"},Form:{optional:"(可选)",defaultValidateMessages:{default:"字段验证错误${label}",required:"请输入${label}",enum:"${label}必须是其中一个[${enum}]",whitespace:"${label}不能为空字符",date:{format:"${label}日期格式无效",parse:"${label}不能转换为日期",invalid:"${label}是一个无效日期"},types:{string:ao,method:ao,array:ao,object:ao,number:ao,date:ao,boolean:ao,integer:ao,float:ao,regexp:ao,email:ao,url:ao,hex:ao},string:{len:"${label}须为${len}个字符",min:"${label}最少${min}个字符",max:"${label}最多${max}个字符",range:"${label}须在${min}-${max}字符之间"},number:{len:"${label}必须等于${len}",min:"${label}最小值为${min}",max:"${label}最大值为${max}",range:"${label}须在${min}-${max}之间"},array:{len:"须为${len}个${label}",min:"最少${min}个${label}",max:"最多${max}个${label}",range:"${label}数量须在${min}-${max}之间"},pattern:{mismatch:"${label}与模式不匹配${pattern}"}}},Image:{preview:"预览"},QRCode:{expired:"二维码已过期",refresh:"点击刷新",scanned:"已扫描"}},RTe=ITe;var Q6={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(aa,function(){var n=1e3,r=6e4,o=36e5,i="millisecond",c="second",l="minute",u="hour",a="day",s="week",d="month",p="quarter",f="year",m="date",g="Invalid Date",h=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,_=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,v={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(P){var A=["th","st","nd","rd"],D=P%100;return"["+P+(A[(D-20)%10]||A[D]||A[0])+"]"}},b=function(P,A,D){var M=String(P);return!M||M.length>=A?P:""+Array(A+1-M.length).join(D)+P},S={s:b,z:function(P){var A=-P.utcOffset(),D=Math.abs(A),M=Math.floor(D/60),k=D%60;return(A<=0?"+":"-")+b(M,2,"0")+":"+b(k,2,"0")},m:function P(A,D){if(A.date()1)return P(B[0])}else{var H=A.name;T[H]=A,k=H}return!M&&k&&(E=k),k||!M&&E},R=function(P,A){if(w(P))return P.clone();var D=typeof A=="object"?A:{};return D.date=P,D.args=arguments,new $(D)},I=S;I.l=O,I.i=w,I.w=function(P,A){return R(P,{locale:A.$L,utc:A.$u,x:A.$x,$offset:A.$offset})};var $=function(){function P(D){this.$L=O(D.locale,null,!0),this.parse(D),this.$x=this.$x||D.x||{},this[C]=!0}var A=P.prototype;return A.parse=function(D){this.$d=function(M){var k=M.date,F=M.utc;if(k===null)return new Date(NaN);if(I.u(k))return new Date;if(k instanceof Date)return new Date(k);if(typeof k=="string"&&!/Z$/i.test(k)){var B=k.match(h);if(B){var H=B[2]-1||0,z=(B[7]||"0").substring(0,3);return F?new Date(Date.UTC(B[1],H,B[3]||1,B[4]||0,B[5]||0,B[6]||0,z)):new Date(B[1],H,B[3]||1,B[4]||0,B[5]||0,B[6]||0,z)}}return new Date(k)}(D),this.init()},A.init=function(){var D=this.$d;this.$y=D.getFullYear(),this.$M=D.getMonth(),this.$D=D.getDate(),this.$W=D.getDay(),this.$H=D.getHours(),this.$m=D.getMinutes(),this.$s=D.getSeconds(),this.$ms=D.getMilliseconds()},A.$utils=function(){return I},A.isValid=function(){return this.$d.toString()!==g},A.isSame=function(D,M){var k=R(D);return this.startOf(M)<=k&&k<=this.endOf(M)},A.isAfter=function(D,M){return R(D)t=>{const n=kTe.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),Aa=e=>(e=e.toLowerCase(),t=>uv(t)===e),dv=e=>t=>typeof t===e,{isArray:vu}=Array,mp=dv("undefined");function LTe(e){return e!==null&&!mp(e)&&e.constructor!==null&&!mp(e.constructor)&&Do(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const J6=Aa("ArrayBuffer");function FTe(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&J6(e.buffer),t}const BTe=dv("string"),Do=dv("function"),e5=dv("number"),pv=e=>e!==null&&typeof e=="object",HTe=e=>e===!0||e===!1,tg=e=>{if(uv(e)!=="object")return!1;const t=dw(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},UTe=Aa("Date"),zTe=Aa("File"),GTe=Aa("Blob"),jTe=Aa("FileList"),VTe=e=>pv(e)&&Do(e.pipe),YTe=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Do(e.append)&&((t=uv(e))==="formdata"||t==="object"&&Do(e.toString)&&e.toString()==="[object FormData]"))},WTe=Aa("URLSearchParams"),KTe=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function nf(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let r,o;if(typeof e!="object"&&(e=[e]),vu(e))for(r=0,o=e.length;r0;)if(o=n[r],t===o.toLowerCase())return o;return null}const n5=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,r5=e=>!mp(e)&&e!==n5;function w0(){const{caseless:e}=r5(this)&&this||{},t={},n=(r,o)=>{const i=e&&t5(t,o)||o;tg(t[i])&&tg(r)?t[i]=w0(t[i],r):tg(r)?t[i]=w0({},r):vu(r)?t[i]=r.slice():t[i]=r};for(let r=0,o=arguments.length;r(nf(t,(o,i)=>{n&&Do(o)?e[i]=Z6(o,n):e[i]=o},{allOwnKeys:r}),e),XTe=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),QTe=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},ZTe=(e,t,n,r)=>{let o,i,c;const l={};if(t=t||{},e==null)return t;do{for(o=Object.getOwnPropertyNames(e),i=o.length;i-- >0;)c=o[i],(!r||r(c,e,t))&&!l[c]&&(t[c]=e[c],l[c]=!0);e=n!==!1&&dw(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},JTe=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return r!==-1&&r===n},exe=e=>{if(!e)return null;if(vu(e))return e;let t=e.length;if(!e5(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},txe=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&dw(Uint8Array)),nxe=(e,t)=>{const r=(e&&e[Symbol.iterator]).call(e);let o;for(;(o=r.next())&&!o.done;){const i=o.value;t.call(e,i[0],i[1])}},rxe=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},oxe=Aa("HTMLFormElement"),axe=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,o){return r.toUpperCase()+o}),$$=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),ixe=Aa("RegExp"),o5=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};nf(n,(o,i)=>{let c;(c=t(o,i,e))!==!1&&(r[i]=c||o)}),Object.defineProperties(e,r)},lxe=e=>{o5(e,(t,n)=>{if(Do(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(Do(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},sxe=(e,t)=>{const n={},r=o=>{o.forEach(i=>{n[i]=!0})};return vu(e)?r(e):r(String(e).split(t)),n},cxe=()=>{},uxe=(e,t)=>(e=+e,Number.isFinite(e)?e:t),tS="abcdefghijklmnopqrstuvwxyz",D$="0123456789",a5={DIGIT:D$,ALPHA:tS,ALPHA_DIGIT:tS+tS.toUpperCase()+D$},dxe=(e=16,t=a5.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n};function pxe(e){return!!(e&&Do(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const fxe=e=>{const t=new Array(10),n=(r,o)=>{if(pv(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[o]=r;const i=vu(r)?[]:{};return nf(r,(c,l)=>{const u=n(c,o+1);!mp(u)&&(i[l]=u)}),t[o]=void 0,i}}return r};return n(e,0)},mxe=Aa("AsyncFunction"),gxe=e=>e&&(pv(e)||Do(e))&&Do(e.then)&&Do(e.catch),Pe={isArray:vu,isArrayBuffer:J6,isBuffer:LTe,isFormData:YTe,isArrayBufferView:FTe,isString:BTe,isNumber:e5,isBoolean:HTe,isObject:pv,isPlainObject:tg,isUndefined:mp,isDate:UTe,isFile:zTe,isBlob:GTe,isRegExp:ixe,isFunction:Do,isStream:VTe,isURLSearchParams:WTe,isTypedArray:txe,isFileList:jTe,forEach:nf,merge:w0,extend:qTe,trim:KTe,stripBOM:XTe,inherits:QTe,toFlatObject:ZTe,kindOf:uv,kindOfTest:Aa,endsWith:JTe,toArray:exe,forEachEntry:nxe,matchAll:rxe,isHTMLForm:oxe,hasOwnProperty:$$,hasOwnProp:$$,reduceDescriptors:o5,freezeMethods:lxe,toObjectSet:sxe,toCamelCase:axe,noop:cxe,toFiniteNumber:uxe,findKey:t5,global:n5,isContextDefined:r5,ALPHABET:a5,generateString:dxe,isSpecCompliantForm:pxe,toJSONObject:fxe,isAsyncFn:mxe,isThenable:gxe};function zt(e,t,n,r,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o)}Pe.inherits(zt,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:Pe.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const i5=zt.prototype,l5={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{l5[e]={value:e}});Object.defineProperties(zt,l5);Object.defineProperty(i5,"isAxiosError",{value:!0});zt.from=(e,t,n,r,o,i)=>{const c=Object.create(i5);return Pe.toFlatObject(e,c,function(u){return u!==Error.prototype},l=>l!=="isAxiosError"),zt.call(c,e.message,t,n,r,o),c.cause=e,c.name=e.name,i&&Object.assign(c,i),c};const hxe=null;function O0(e){return Pe.isPlainObject(e)||Pe.isArray(e)}function s5(e){return Pe.endsWith(e,"[]")?e.slice(0,-2):e}function P$(e,t,n){return e?e.concat(t).map(function(o,i){return o=s5(o),!n&&i?"["+o+"]":o}).join(n?".":""):t}function _xe(e){return Pe.isArray(e)&&!e.some(O0)}const vxe=Pe.toFlatObject(Pe,{},null,function(t){return/^is[A-Z]/.test(t)});function fv(e,t,n){if(!Pe.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=Pe.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(g,h){return!Pe.isUndefined(h[g])});const r=n.metaTokens,o=n.visitor||s,i=n.dots,c=n.indexes,u=(n.Blob||typeof Blob<"u"&&Blob)&&Pe.isSpecCompliantForm(t);if(!Pe.isFunction(o))throw new TypeError("visitor must be a function");function a(m){if(m===null)return"";if(Pe.isDate(m))return m.toISOString();if(!u&&Pe.isBlob(m))throw new zt("Blob is not supported. Use a Buffer instead.");return Pe.isArrayBuffer(m)||Pe.isTypedArray(m)?u&&typeof Blob=="function"?new Blob([m]):Buffer.from(m):m}function s(m,g,h){let _=m;if(m&&!h&&typeof m=="object"){if(Pe.endsWith(g,"{}"))g=r?g:g.slice(0,-2),m=JSON.stringify(m);else if(Pe.isArray(m)&&_xe(m)||(Pe.isFileList(m)||Pe.endsWith(g,"[]"))&&(_=Pe.toArray(m)))return g=s5(g),_.forEach(function(b,S){!(Pe.isUndefined(b)||b===null)&&t.append(c===!0?P$([g],S,i):c===null?g:g+"[]",a(b))}),!1}return O0(m)?!0:(t.append(P$(h,g,i),a(m)),!1)}const d=[],p=Object.assign(vxe,{defaultVisitor:s,convertValue:a,isVisitable:O0});function f(m,g){if(!Pe.isUndefined(m)){if(d.indexOf(m)!==-1)throw Error("Circular reference detected in "+g.join("."));d.push(m),Pe.forEach(m,function(_,v){(!(Pe.isUndefined(_)||_===null)&&o.call(t,_,Pe.isString(v)?v.trim():v,g,p))===!0&&f(_,g?g.concat(v):[v])}),d.pop()}}if(!Pe.isObject(e))throw new TypeError("data must be an object");return f(e),t}function M$(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function pw(e,t){this._pairs=[],e&&fv(e,this,t)}const c5=pw.prototype;c5.append=function(t,n){this._pairs.push([t,n])};c5.toString=function(t){const n=t?function(r){return t.call(this,r,M$)}:M$;return this._pairs.map(function(o){return n(o[0])+"="+n(o[1])},"").join("&")};function bxe(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function u5(e,t,n){if(!t)return e;const r=n&&n.encode||bxe,o=n&&n.serialize;let i;if(o?i=o(t,n):i=Pe.isURLSearchParams(t)?t.toString():new pw(t,n).toString(r),i){const c=e.indexOf("#");c!==-1&&(e=e.slice(0,c)),e+=(e.indexOf("?")===-1?"?":"&")+i}return e}class k${constructor(){this.handlers=[]}use(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){Pe.forEach(this.handlers,function(r){r!==null&&t(r)})}}const d5={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Sxe=typeof URLSearchParams<"u"?URLSearchParams:pw,yxe=typeof FormData<"u"?FormData:null,Exe=typeof Blob<"u"?Blob:null,Cxe={isBrowser:!0,classes:{URLSearchParams:Sxe,FormData:yxe,Blob:Exe},protocols:["http","https","file","blob","url","data"]},p5=typeof window<"u"&&typeof document<"u",Txe=(e=>p5&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),xxe=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",wxe=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:p5,hasStandardBrowserEnv:Txe,hasStandardBrowserWebWorkerEnv:xxe},Symbol.toStringTag,{value:"Module"})),va={...wxe,...Cxe};function Oxe(e,t){return fv(e,new va.classes.URLSearchParams,Object.assign({visitor:function(n,r,o,i){return va.isNode&&Pe.isBuffer(n)?(this.append(r,n.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},t))}function Ixe(e){return Pe.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Rxe(e){const t={},n=Object.keys(e);let r;const o=n.length;let i;for(r=0;r=n.length;return c=!c&&Pe.isArray(o)?o.length:c,u?(Pe.hasOwnProp(o,c)?o[c]=[o[c],r]:o[c]=r,!l):((!o[c]||!Pe.isObject(o[c]))&&(o[c]=[]),t(n,r,o[c],i)&&Pe.isArray(o[c])&&(o[c]=Rxe(o[c])),!l)}if(Pe.isFormData(e)&&Pe.isFunction(e.entries)){const n={};return Pe.forEachEntry(e,(r,o)=>{t(Ixe(r),o,n,0)}),n}return null}function Axe(e,t,n){if(Pe.isString(e))try{return(t||JSON.parse)(e),Pe.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}const fw={transitional:d5,adapter:["xhr","http"],transformRequest:[function(t,n){const r=n.getContentType()||"",o=r.indexOf("application/json")>-1,i=Pe.isObject(t);if(i&&Pe.isHTMLForm(t)&&(t=new FormData(t)),Pe.isFormData(t))return o?JSON.stringify(f5(t)):t;if(Pe.isArrayBuffer(t)||Pe.isBuffer(t)||Pe.isStream(t)||Pe.isFile(t)||Pe.isBlob(t))return t;if(Pe.isArrayBufferView(t))return t.buffer;if(Pe.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let l;if(i){if(r.indexOf("application/x-www-form-urlencoded")>-1)return Oxe(t,this.formSerializer).toString();if((l=Pe.isFileList(t))||r.indexOf("multipart/form-data")>-1){const u=this.env&&this.env.FormData;return fv(l?{"files[]":t}:t,u&&new u,this.formSerializer)}}return i||o?(n.setContentType("application/json",!1),Axe(t)):t}],transformResponse:[function(t){const n=this.transitional||fw.transitional,r=n&&n.forcedJSONParsing,o=this.responseType==="json";if(t&&Pe.isString(t)&&(r&&!this.responseType||o)){const c=!(n&&n.silentJSONParsing)&&o;try{return JSON.parse(t)}catch(l){if(c)throw l.name==="SyntaxError"?zt.from(l,zt.ERR_BAD_RESPONSE,this,null,this.response):l}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:va.classes.FormData,Blob:va.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};Pe.forEach(["delete","get","head","post","put","patch"],e=>{fw.headers[e]={}});const mw=fw,Nxe=Pe.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),$xe=e=>{const t={};let n,r,o;return e&&e.split(` +`).forEach(function(c){o=c.indexOf(":"),n=c.substring(0,o).trim().toLowerCase(),r=c.substring(o+1).trim(),!(!n||t[n]&&Nxe[n])&&(n==="set-cookie"?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t},L$=Symbol("internals");function Hu(e){return e&&String(e).trim().toLowerCase()}function ng(e){return e===!1||e==null?e:Pe.isArray(e)?e.map(ng):String(e)}function Dxe(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}const Pxe=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function nS(e,t,n,r,o){if(Pe.isFunction(r))return r.call(this,t,n);if(o&&(t=n),!!Pe.isString(t)){if(Pe.isString(r))return t.indexOf(r)!==-1;if(Pe.isRegExp(r))return r.test(t)}}function Mxe(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,r)=>n.toUpperCase()+r)}function kxe(e,t){const n=Pe.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(o,i,c){return this[r].call(this,t,o,i,c)},configurable:!0})})}class mv{constructor(t){t&&this.set(t)}set(t,n,r){const o=this;function i(l,u,a){const s=Hu(u);if(!s)throw new Error("header name must be a non-empty string");const d=Pe.findKey(o,s);(!d||o[d]===void 0||a===!0||a===void 0&&o[d]!==!1)&&(o[d||u]=ng(l))}const c=(l,u)=>Pe.forEach(l,(a,s)=>i(a,s,u));return Pe.isPlainObject(t)||t instanceof this.constructor?c(t,n):Pe.isString(t)&&(t=t.trim())&&!Pxe(t)?c($xe(t),n):t!=null&&i(n,t,r),this}get(t,n){if(t=Hu(t),t){const r=Pe.findKey(this,t);if(r){const o=this[r];if(!n)return o;if(n===!0)return Dxe(o);if(Pe.isFunction(n))return n.call(this,o,r);if(Pe.isRegExp(n))return n.exec(o);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=Hu(t),t){const r=Pe.findKey(this,t);return!!(r&&this[r]!==void 0&&(!n||nS(this,this[r],r,n)))}return!1}delete(t,n){const r=this;let o=!1;function i(c){if(c=Hu(c),c){const l=Pe.findKey(r,c);l&&(!n||nS(r,r[l],l,n))&&(delete r[l],o=!0)}}return Pe.isArray(t)?t.forEach(i):i(t),o}clear(t){const n=Object.keys(this);let r=n.length,o=!1;for(;r--;){const i=n[r];(!t||nS(this,this[i],i,t,!0))&&(delete this[i],o=!0)}return o}normalize(t){const n=this,r={};return Pe.forEach(this,(o,i)=>{const c=Pe.findKey(r,i);if(c){n[c]=ng(o),delete n[i];return}const l=t?Mxe(i):String(i).trim();l!==i&&delete n[i],n[l]=ng(o),r[l]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return Pe.forEach(this,(r,o)=>{r!=null&&r!==!1&&(n[o]=t&&Pe.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(` +`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const r=new this(t);return n.forEach(o=>r.set(o)),r}static accessor(t){const r=(this[L$]=this[L$]={accessors:{}}).accessors,o=this.prototype;function i(c){const l=Hu(c);r[l]||(kxe(o,c),r[l]=!0)}return Pe.isArray(t)?t.forEach(i):i(t),this}}mv.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);Pe.reduceDescriptors(mv.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}});Pe.freezeMethods(mv);const Za=mv;function rS(e,t){const n=this||mw,r=t||n,o=Za.from(r.headers);let i=r.data;return Pe.forEach(e,function(l){i=l.call(n,i,o.normalize(),t?t.status:void 0)}),o.normalize(),i}function m5(e){return!!(e&&e.__CANCEL__)}function rf(e,t,n){zt.call(this,e??"canceled",zt.ERR_CANCELED,t,n),this.name="CanceledError"}Pe.inherits(rf,zt,{__CANCEL__:!0});function Lxe(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new zt("Request failed with status code "+n.status,[zt.ERR_BAD_REQUEST,zt.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}const Fxe=va.hasStandardBrowserEnv?{write(e,t,n,r,o,i){const c=[e+"="+encodeURIComponent(t)];Pe.isNumber(n)&&c.push("expires="+new Date(n).toGMTString()),Pe.isString(r)&&c.push("path="+r),Pe.isString(o)&&c.push("domain="+o),i===!0&&c.push("secure"),document.cookie=c.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Bxe(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Hxe(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function g5(e,t){return e&&!Bxe(t)?Hxe(e,t):t}const Uxe=va.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");let r;function o(i){let c=i;return t&&(n.setAttribute("href",c),c=n.href),n.setAttribute("href",c),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return r=o(window.location.href),function(c){const l=Pe.isString(c)?o(c):c;return l.protocol===r.protocol&&l.host===r.host}}():function(){return function(){return!0}}();function zxe(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function Gxe(e,t){e=e||10;const n=new Array(e),r=new Array(e);let o=0,i=0,c;return t=t!==void 0?t:1e3,function(u){const a=Date.now(),s=r[i];c||(c=a),n[o]=u,r[o]=a;let d=i,p=0;for(;d!==o;)p+=n[d++],d=d%e;if(o=(o+1)%e,o===i&&(i=(i+1)%e),a-c{const i=o.loaded,c=o.lengthComputable?o.total:void 0,l=i-n,u=r(l),a=i<=c;n=i;const s={loaded:i,total:c,progress:c?i/c:void 0,bytes:l,rate:u||void 0,estimated:u&&c&&a?(c-i)/u:void 0,event:o};s[t?"download":"upload"]=!0,e(s)}}const jxe=typeof XMLHttpRequest<"u",Vxe=jxe&&function(e){return new Promise(function(n,r){let o=e.data;const i=Za.from(e.headers).normalize();let{responseType:c,withXSRFToken:l}=e,u;function a(){e.cancelToken&&e.cancelToken.unsubscribe(u),e.signal&&e.signal.removeEventListener("abort",u)}let s;if(Pe.isFormData(o)){if(va.hasStandardBrowserEnv||va.hasStandardBrowserWebWorkerEnv)i.setContentType(!1);else if((s=i.getContentType())!==!1){const[g,...h]=s?s.split(";").map(_=>_.trim()).filter(Boolean):[];i.setContentType([g||"multipart/form-data",...h].join("; "))}}let d=new XMLHttpRequest;if(e.auth){const g=e.auth.username||"",h=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";i.set("Authorization","Basic "+btoa(g+":"+h))}const p=g5(e.baseURL,e.url);d.open(e.method.toUpperCase(),u5(p,e.params,e.paramsSerializer),!0),d.timeout=e.timeout;function f(){if(!d)return;const g=Za.from("getAllResponseHeaders"in d&&d.getAllResponseHeaders()),_={data:!c||c==="text"||c==="json"?d.responseText:d.response,status:d.status,statusText:d.statusText,headers:g,config:e,request:d};Lxe(function(b){n(b),a()},function(b){r(b),a()},_),d=null}if("onloadend"in d?d.onloadend=f:d.onreadystatechange=function(){!d||d.readyState!==4||d.status===0&&!(d.responseURL&&d.responseURL.indexOf("file:")===0)||setTimeout(f)},d.onabort=function(){d&&(r(new zt("Request aborted",zt.ECONNABORTED,e,d)),d=null)},d.onerror=function(){r(new zt("Network Error",zt.ERR_NETWORK,e,d)),d=null},d.ontimeout=function(){let h=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const _=e.transitional||d5;e.timeoutErrorMessage&&(h=e.timeoutErrorMessage),r(new zt(h,_.clarifyTimeoutError?zt.ETIMEDOUT:zt.ECONNABORTED,e,d)),d=null},va.hasStandardBrowserEnv&&(l&&Pe.isFunction(l)&&(l=l(e)),l||l!==!1&&Uxe(p))){const g=e.xsrfHeaderName&&e.xsrfCookieName&&Fxe.read(e.xsrfCookieName);g&&i.set(e.xsrfHeaderName,g)}o===void 0&&i.setContentType(null),"setRequestHeader"in d&&Pe.forEach(i.toJSON(),function(h,_){d.setRequestHeader(_,h)}),Pe.isUndefined(e.withCredentials)||(d.withCredentials=!!e.withCredentials),c&&c!=="json"&&(d.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&d.addEventListener("progress",F$(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&d.upload&&d.upload.addEventListener("progress",F$(e.onUploadProgress)),(e.cancelToken||e.signal)&&(u=g=>{d&&(r(!g||g.type?new rf(null,e,d):g),d.abort(),d=null)},e.cancelToken&&e.cancelToken.subscribe(u),e.signal&&(e.signal.aborted?u():e.signal.addEventListener("abort",u)));const m=zxe(p);if(m&&va.protocols.indexOf(m)===-1){r(new zt("Unsupported protocol "+m+":",zt.ERR_BAD_REQUEST,e));return}d.send(o||null)})},I0={http:hxe,xhr:Vxe};Pe.forEach(I0,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const B$=e=>`- ${e}`,Yxe=e=>Pe.isFunction(e)||e===null||e===!1,h5={getAdapter:e=>{e=Pe.isArray(e)?e:[e];const{length:t}=e;let n,r;const o={};for(let i=0;i`adapter ${l} `+(u===!1?"is not supported by the environment":"is not available in the build"));let c=t?i.length>1?`since : +`+i.map(B$).join(` +`):" "+B$(i[0]):"as no adapter specified";throw new zt("There is no suitable adapter to dispatch the request "+c,"ERR_NOT_SUPPORT")}return r},adapters:I0};function oS(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new rf(null,e)}function H$(e){return oS(e),e.headers=Za.from(e.headers),e.data=rS.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),h5.getAdapter(e.adapter||mw.adapter)(e).then(function(r){return oS(e),r.data=rS.call(e,e.transformResponse,r),r.headers=Za.from(r.headers),r},function(r){return m5(r)||(oS(e),r&&r.response&&(r.response.data=rS.call(e,e.transformResponse,r.response),r.response.headers=Za.from(r.response.headers))),Promise.reject(r)})}const U$=e=>e instanceof Za?e.toJSON():e;function Vc(e,t){t=t||{};const n={};function r(a,s,d){return Pe.isPlainObject(a)&&Pe.isPlainObject(s)?Pe.merge.call({caseless:d},a,s):Pe.isPlainObject(s)?Pe.merge({},s):Pe.isArray(s)?s.slice():s}function o(a,s,d){if(Pe.isUndefined(s)){if(!Pe.isUndefined(a))return r(void 0,a,d)}else return r(a,s,d)}function i(a,s){if(!Pe.isUndefined(s))return r(void 0,s)}function c(a,s){if(Pe.isUndefined(s)){if(!Pe.isUndefined(a))return r(void 0,a)}else return r(void 0,s)}function l(a,s,d){if(d in t)return r(a,s);if(d in e)return r(void 0,a)}const u={url:i,method:i,data:i,baseURL:c,transformRequest:c,transformResponse:c,paramsSerializer:c,timeout:c,timeoutMessage:c,withCredentials:c,withXSRFToken:c,adapter:c,responseType:c,xsrfCookieName:c,xsrfHeaderName:c,onUploadProgress:c,onDownloadProgress:c,decompress:c,maxContentLength:c,maxBodyLength:c,beforeRedirect:c,transport:c,httpAgent:c,httpsAgent:c,cancelToken:c,socketPath:c,responseEncoding:c,validateStatus:l,headers:(a,s)=>o(U$(a),U$(s),!0)};return Pe.forEach(Object.keys(Object.assign({},e,t)),function(s){const d=u[s]||o,p=d(e[s],t[s],s);Pe.isUndefined(p)&&d!==l||(n[s]=p)}),n}const _5="1.6.7",gw={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{gw[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const z$={};gw.transitional=function(t,n,r){function o(i,c){return"[Axios v"+_5+"] Transitional option '"+i+"'"+c+(r?". "+r:"")}return(i,c,l)=>{if(t===!1)throw new zt(o(c," has been removed"+(n?" in "+n:"")),zt.ERR_DEPRECATED);return n&&!z$[c]&&(z$[c]=!0,console.warn(o(c," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(i,c,l):!0}};function Wxe(e,t,n){if(typeof e!="object")throw new zt("options must be an object",zt.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let o=r.length;for(;o-- >0;){const i=r[o],c=t[i];if(c){const l=e[i],u=l===void 0||c(l,i,e);if(u!==!0)throw new zt("option "+i+" must be "+u,zt.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new zt("Unknown option "+i,zt.ERR_BAD_OPTION)}}const R0={assertOptions:Wxe,validators:gw},Ei=R0.validators;class gh{constructor(t){this.defaults=t,this.interceptors={request:new k$,response:new k$}}async request(t,n){try{return await this._request(t,n)}catch(r){if(r instanceof Error){let o;Error.captureStackTrace?Error.captureStackTrace(o={}):o=new Error;const i=o.stack?o.stack.replace(/^.+\n/,""):"";r.stack?i&&!String(r.stack).endsWith(i.replace(/^.+\n.+\n/,""))&&(r.stack+=` +`+i):r.stack=i}throw r}}_request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=Vc(this.defaults,n);const{transitional:r,paramsSerializer:o,headers:i}=n;r!==void 0&&R0.assertOptions(r,{silentJSONParsing:Ei.transitional(Ei.boolean),forcedJSONParsing:Ei.transitional(Ei.boolean),clarifyTimeoutError:Ei.transitional(Ei.boolean)},!1),o!=null&&(Pe.isFunction(o)?n.paramsSerializer={serialize:o}:R0.assertOptions(o,{encode:Ei.function,serialize:Ei.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let c=i&&Pe.merge(i.common,i[n.method]);i&&Pe.forEach(["delete","get","head","post","put","patch","common"],m=>{delete i[m]}),n.headers=Za.concat(c,i);const l=[];let u=!0;this.interceptors.request.forEach(function(g){typeof g.runWhen=="function"&&g.runWhen(n)===!1||(u=u&&g.synchronous,l.unshift(g.fulfilled,g.rejected))});const a=[];this.interceptors.response.forEach(function(g){a.push(g.fulfilled,g.rejected)});let s,d=0,p;if(!u){const m=[H$.bind(this),void 0];for(m.unshift.apply(m,l),m.push.apply(m,a),p=m.length,s=Promise.resolve(n);d{if(!r._listeners)return;let i=r._listeners.length;for(;i-- >0;)r._listeners[i](o);r._listeners=null}),this.promise.then=o=>{let i;const c=new Promise(l=>{r.subscribe(l),i=l}).then(o);return c.cancel=function(){r.unsubscribe(i)},c},t(function(i,c,l){r.reason||(r.reason=new rf(i,c,l),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}static source(){let t;return{token:new hw(function(o){t=o}),cancel:t}}}const Kxe=hw;function qxe(e){return function(n){return e.apply(null,n)}}function Xxe(e){return Pe.isObject(e)&&e.isAxiosError===!0}const A0={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(A0).forEach(([e,t])=>{A0[t]=e});const Qxe=A0;function v5(e){const t=new rg(e),n=Z6(rg.prototype.request,t);return Pe.extend(n,rg.prototype,t,{allOwnKeys:!0}),Pe.extend(n,t,null,{allOwnKeys:!0}),n.create=function(o){return v5(Vc(e,o))},n}const Yn=v5(mw);Yn.Axios=rg;Yn.CanceledError=rf;Yn.CancelToken=Kxe;Yn.isCancel=m5;Yn.VERSION=_5;Yn.toFormData=fv;Yn.AxiosError=zt;Yn.Cancel=Yn.CanceledError;Yn.all=function(t){return Promise.all(t)};Yn.spread=qxe;Yn.isAxiosError=Xxe;Yn.mergeConfig=Vc;Yn.AxiosHeaders=Za;Yn.formToJSON=e=>f5(Pe.isHTMLForm(e)?new FormData(e):e);Yn.getAdapter=h5.getAdapter;Yn.HttpStatusCode=Qxe;Yn.default=Yn;var b5={exports:{}};/* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress + * @license MIT */(function(e,t){(function(n,r){e.exports=r()})(aa,function(){var n={};n.version="0.2.0";var r=n.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'
'};n.configure=function(m){var g,h;for(g in m)h=m[g],h!==void 0&&m.hasOwnProperty(g)&&(r[g]=h);return this},n.status=null,n.set=function(m){var g=n.isStarted();m=o(m,r.minimum,1),n.status=m===1?null:m;var h=n.render(!g),_=h.querySelector(r.barSelector),v=r.speed,b=r.easing;return h.offsetWidth,l(function(S){r.positionUsing===""&&(r.positionUsing=n.getPositioningCSS()),u(_,c(m,v,b)),m===1?(u(h,{transition:"none",opacity:1}),h.offsetWidth,setTimeout(function(){u(h,{transition:"all "+v+"ms linear",opacity:0}),setTimeout(function(){n.remove(),S()},v)},v)):setTimeout(S,v)}),this},n.isStarted=function(){return typeof n.status=="number"},n.start=function(){n.status||n.set(0);var m=function(){setTimeout(function(){n.status&&(n.trickle(),m())},r.trickleSpeed)};return r.trickle&&m(),this},n.done=function(m){return!m&&!n.status?this:n.inc(.3+.5*Math.random()).set(1)},n.inc=function(m){var g=n.status;return g?(typeof m!="number"&&(m=(1-g)*o(Math.random()*g,.1,.95)),g=o(g+m,0,.994),n.set(g)):n.start()},n.trickle=function(){return n.inc(Math.random()*r.trickleRate)},function(){var m=0,g=0;n.promise=function(h){return!h||h.state()==="resolved"?this:(g===0&&n.start(),m++,g++,h.always(function(){g--,g===0?(m=0,n.done()):n.set((m-g)/m)}),this)}}(),n.render=function(m){if(n.isRendered())return document.getElementById("nprogress");s(document.documentElement,"nprogress-busy");var g=document.createElement("div");g.id="nprogress",g.innerHTML=r.template;var h=g.querySelector(r.barSelector),_=m?"-100":i(n.status||0),v=document.querySelector(r.parent),b;return u(h,{transition:"all 0 linear",transform:"translate3d("+_+"%,0,0)"}),r.showSpinner||(b=g.querySelector(r.spinnerSelector),b&&f(b)),v!=document.body&&s(v,"nprogress-custom-parent"),v.appendChild(g),g},n.remove=function(){d(document.documentElement,"nprogress-busy"),d(document.querySelector(r.parent),"nprogress-custom-parent");var m=document.getElementById("nprogress");m&&f(m)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.getPositioningCSS=function(){var m=document.body.style,g="WebkitTransform"in m?"Webkit":"MozTransform"in m?"Moz":"msTransform"in m?"ms":"OTransform"in m?"O":"";return g+"Perspective"in m?"translate3d":g+"Transform"in m?"translate":"margin"};function o(m,g,h){return mh?h:m}function i(m){return(-1+m)*100}function c(m,g,h){var _;return r.positionUsing==="translate3d"?_={transform:"translate3d("+i(m)+"%,0,0)"}:r.positionUsing==="translate"?_={transform:"translate("+i(m)+"%,0)"}:_={"margin-left":i(m)+"%"},_.transition="all "+g+"ms "+h,_}var l=function(){var m=[];function g(){var h=m.shift();h&&h(g)}return function(h){m.push(h),m.length==1&&g()}}(),u=function(){var m=["Webkit","O","Moz","ms"],g={};function h(S){return S.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(E,T){return T.toUpperCase()})}function _(S){var E=document.body.style;if(S in E)return S;for(var T=m.length,C=S.charAt(0).toUpperCase()+S.slice(1),w;T--;)if(w=m[T]+C,w in E)return w;return S}function v(S){return S=h(S),g[S]||(g[S]=_(S))}function b(S,E,T){E=v(E),S.style[E]=T}return function(S,E){var T=arguments,C,w;if(T.length==2)for(C in E)w=E[C],w!==void 0&&E.hasOwnProperty(C)&&b(S,C,w);else b(S,T[1],T[2])}}();function a(m,g){var h=typeof m=="string"?m:p(m);return h.indexOf(" "+g+" ")>=0}function s(m,g){var h=p(m),_=h+g;a(h,g)||(m.className=_.substring(1))}function d(m,g){var h=p(m),_;a(m,g)&&(_=h.replace(" "+g+" "," "),m.className=_.substring(1,_.length-1))}function p(m){return(" "+(m.className||"")+" ").replace(/\s+/gi," ")}function f(m){m&&m.parentNode&&m.parentNode.removeChild(m)}return n})})(b5);var Zxe=b5.exports;const N0=ia(Zxe),_w=Yn.create({baseURL:"/api",timeout:30*1e3}),Jxe=_w.interceptors.request,ewe=_w.interceptors.response;Jxe.use(e=>(e.data=JSON.stringify(e.data),e.headers={"Content-Type":"application/json"},N0.start(),console.log(e),e),e=>{Promise.reject(e)});ewe.use(e=>(N0.done(),e.status===200?Promise.resolve(e.data):Promise.reject(e)),e=>(N0.done(),Xp.error(e.message),Promise.resolve(e.response)));const twe=e=>_w({url:"/bookings",method:"get",params:e}),Rd=/^[a-z0-9]+(-[a-z0-9]+)*$/,gv=(e,t,n,r="")=>{const o=e.split(":");if(e.slice(0,1)==="@"){if(o.length<2||o.length>3)return null;r=o.shift().slice(1)}if(o.length>3||!o.length)return null;if(o.length>1){const l=o.pop(),u=o.pop(),a={provider:o.length>0?o[0]:r,prefix:u,name:l};return t&&!og(a)?null:a}const i=o[0],c=i.split("-");if(c.length>1){const l={provider:r,prefix:c.shift(),name:c.join("-")};return t&&!og(l)?null:l}if(n&&r===""){const l={provider:r,prefix:"",name:i};return t&&!og(l,n)?null:l}return null},og=(e,t)=>e?!!((e.provider===""||e.provider.match(Rd))&&(t&&e.prefix===""||e.prefix.match(Rd))&&e.name.match(Rd)):!1,S5=Object.freeze({left:0,top:0,width:16,height:16}),hh=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),hv=Object.freeze({...S5,...hh}),$0=Object.freeze({...hv,body:"",hidden:!1});function nwe(e,t){const n={};!e.hFlip!=!t.hFlip&&(n.hFlip=!0),!e.vFlip!=!t.vFlip&&(n.vFlip=!0);const r=((e.rotate||0)+(t.rotate||0))%4;return r&&(n.rotate=r),n}function G$(e,t){const n=nwe(e,t);for(const r in $0)r in hh?r in e&&!(r in n)&&(n[r]=hh[r]):r in t?n[r]=t[r]:r in e&&(n[r]=e[r]);return n}function rwe(e,t){const n=e.icons,r=e.aliases||Object.create(null),o=Object.create(null);function i(c){if(n[c])return o[c]=[];if(!(c in o)){o[c]=null;const l=r[c]&&r[c].parent,u=l&&i(l);u&&(o[c]=[l].concat(u))}return o[c]}return(t||Object.keys(n).concat(Object.keys(r))).forEach(i),o}function owe(e,t,n){const r=e.icons,o=e.aliases||Object.create(null);let i={};function c(l){i=G$(r[l]||o[l],i)}return c(t),n.forEach(c),G$(e,i)}function y5(e,t){const n=[];if(typeof e!="object"||typeof e.icons!="object")return n;e.not_found instanceof Array&&e.not_found.forEach(o=>{t(o,null),n.push(o)});const r=rwe(e);for(const o in r){const i=r[o];i&&(t(o,owe(e,o,i)),n.push(o))}return n}const awe={provider:"",aliases:{},not_found:{},...S5};function aS(e,t){for(const n in t)if(n in e&&typeof e[n]!=typeof t[n])return!1;return!0}function E5(e){if(typeof e!="object"||e===null)return null;const t=e;if(typeof t.prefix!="string"||!e.icons||typeof e.icons!="object"||!aS(e,awe))return null;const n=t.icons;for(const o in n){const i=n[o];if(!o.match(Rd)||typeof i.body!="string"||!aS(i,$0))return null}const r=t.aliases||Object.create(null);for(const o in r){const i=r[o],c=i.parent;if(!o.match(Rd)||typeof c!="string"||!n[c]&&!r[c]||!aS(i,$0))return null}return t}const j$=Object.create(null);function iwe(e,t){return{provider:e,prefix:t,icons:Object.create(null),missing:new Set}}function ts(e,t){const n=j$[e]||(j$[e]=Object.create(null));return n[t]||(n[t]=iwe(e,t))}function vw(e,t){return E5(t)?y5(t,(n,r)=>{r?e.icons[n]=r:e.missing.add(n)}):[]}function lwe(e,t,n){try{if(typeof n.body=="string")return e.icons[t]={...n},!0}catch{}return!1}let gp=!1;function C5(e){return typeof e=="boolean"&&(gp=e),gp}function swe(e){const t=typeof e=="string"?gv(e,!0,gp):e;if(t){const n=ts(t.provider,t.prefix),r=t.name;return n.icons[r]||(n.missing.has(r)?null:void 0)}}function cwe(e,t){const n=gv(e,!0,gp);if(!n)return!1;const r=ts(n.provider,n.prefix);return lwe(r,n.name,t)}function uwe(e,t){if(typeof e!="object")return!1;if(typeof t!="string"&&(t=e.provider||""),gp&&!t&&!e.prefix){let o=!1;return E5(e)&&(e.prefix="",y5(e,(i,c)=>{c&&cwe(i,c)&&(o=!0)})),o}const n=e.prefix;if(!og({provider:t,prefix:n,name:"a"}))return!1;const r=ts(t,n);return!!vw(r,e)}const T5=Object.freeze({width:null,height:null}),x5=Object.freeze({...T5,...hh}),dwe=/(-?[0-9.]*[0-9]+[0-9.]*)/g,pwe=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function V$(e,t,n){if(t===1)return e;if(n=n||100,typeof e=="number")return Math.ceil(e*t*n)/n;if(typeof e!="string")return e;const r=e.split(dwe);if(r===null||!r.length)return e;const o=[];let i=r.shift(),c=pwe.test(i);for(;;){if(c){const l=parseFloat(i);isNaN(l)?o.push(i):o.push(Math.ceil(l*t*n)/n)}else o.push(i);if(i=r.shift(),i===void 0)return o.join("");c=!c}}const fwe=e=>e==="unset"||e==="undefined"||e==="none";function mwe(e,t){const n={...hv,...e},r={...x5,...t},o={left:n.left,top:n.top,width:n.width,height:n.height};let i=n.body;[n,r].forEach(m=>{const g=[],h=m.hFlip,_=m.vFlip;let v=m.rotate;h?_?v+=2:(g.push("translate("+(o.width+o.left).toString()+" "+(0-o.top).toString()+")"),g.push("scale(-1 1)"),o.top=o.left=0):_&&(g.push("translate("+(0-o.left).toString()+" "+(o.height+o.top).toString()+")"),g.push("scale(1 -1)"),o.top=o.left=0);let b;switch(v<0&&(v-=Math.floor(v/4)*4),v=v%4,v){case 1:b=o.height/2+o.top,g.unshift("rotate(90 "+b.toString()+" "+b.toString()+")");break;case 2:g.unshift("rotate(180 "+(o.width/2+o.left).toString()+" "+(o.height/2+o.top).toString()+")");break;case 3:b=o.width/2+o.left,g.unshift("rotate(-90 "+b.toString()+" "+b.toString()+")");break}v%2===1&&(o.left!==o.top&&(b=o.left,o.left=o.top,o.top=b),o.width!==o.height&&(b=o.width,o.width=o.height,o.height=b)),g.length&&(i=''+i+"")});const c=r.width,l=r.height,u=o.width,a=o.height;let s,d;c===null?(d=l===null?"1em":l==="auto"?a:l,s=V$(d,u/a)):(s=c==="auto"?u:c,d=l===null?V$(s,a/u):l==="auto"?a:l);const p={},f=(m,g)=>{fwe(g)||(p[m]=g.toString())};return f("width",s),f("height",d),p.viewBox=o.left.toString()+" "+o.top.toString()+" "+u.toString()+" "+a.toString(),{attributes:p,body:i}}const gwe=/\sid="(\S+)"/g,hwe="IconifyId"+Date.now().toString(16)+(Math.random()*16777216|0).toString(16);let _we=0;function vwe(e,t=hwe){const n=[];let r;for(;r=gwe.exec(e);)n.push(r[1]);if(!n.length)return e;const o="suffix"+(Math.random()*16777216|Date.now()).toString(16);return n.forEach(i=>{const c=typeof t=="function"?t(i):t+(_we++).toString(),l=i.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");e=e.replace(new RegExp('([#;"])('+l+')([")]|\\.[a-z])',"g"),"$1"+c+o+"$3")}),e=e.replace(new RegExp(o,"g"),""),e}const D0=Object.create(null);function bwe(e,t){D0[e]=t}function P0(e){return D0[e]||D0[""]}function bw(e){let t;if(typeof e.resources=="string")t=[e.resources];else if(t=e.resources,!(t instanceof Array)||!t.length)return null;return{resources:t,path:e.path||"/",maxURL:e.maxURL||500,rotate:e.rotate||750,timeout:e.timeout||5e3,random:e.random===!0,index:e.index||0,dataAfterTimeout:e.dataAfterTimeout!==!1}}const Sw=Object.create(null),Uu=["https://api.simplesvg.com","https://api.unisvg.com"],ag=[];for(;Uu.length>0;)Uu.length===1||Math.random()>.5?ag.push(Uu.shift()):ag.push(Uu.pop());Sw[""]=bw({resources:["https://api.iconify.design"].concat(ag)});function Swe(e,t){const n=bw(t);return n===null?!1:(Sw[e]=n,!0)}function yw(e){return Sw[e]}const ywe=()=>{let e;try{if(e=fetch,typeof e=="function")return e}catch{}};let Y$=ywe();function Ewe(e,t){const n=yw(e);if(!n)return 0;let r;if(!n.maxURL)r=0;else{let o=0;n.resources.forEach(c=>{o=Math.max(o,c.length)});const i=t+".json?icons=";r=n.maxURL-o-n.path.length-i.length}return r}function Cwe(e){return e===404}const Twe=(e,t,n)=>{const r=[],o=Ewe(e,t),i="icons";let c={type:i,provider:e,prefix:t,icons:[]},l=0;return n.forEach((u,a)=>{l+=u.length+1,l>=o&&a>0&&(r.push(c),c={type:i,provider:e,prefix:t,icons:[]},l=u.length),c.icons.push(u)}),r.push(c),r};function xwe(e){if(typeof e=="string"){const t=yw(e);if(t)return t.path}return"/"}const wwe=(e,t,n)=>{if(!Y$){n("abort",424);return}let r=xwe(t.provider);switch(t.type){case"icons":{const i=t.prefix,l=t.icons.join(","),u=new URLSearchParams({icons:l});r+=i+".json?"+u.toString();break}case"custom":{const i=t.uri;r+=i.slice(0,1)==="/"?i.slice(1):i;break}default:n("abort",400);return}let o=503;Y$(e+r).then(i=>{const c=i.status;if(c!==200){setTimeout(()=>{n(Cwe(c)?"abort":"next",c)});return}return o=501,i.json()}).then(i=>{if(typeof i!="object"||i===null){setTimeout(()=>{i===404?n("abort",i):n("next",o)});return}setTimeout(()=>{n("success",i)})}).catch(()=>{n("next",o)})},Owe={prepare:Twe,send:wwe};function Iwe(e){const t={loaded:[],missing:[],pending:[]},n=Object.create(null);e.sort((o,i)=>o.provider!==i.provider?o.provider.localeCompare(i.provider):o.prefix!==i.prefix?o.prefix.localeCompare(i.prefix):o.name.localeCompare(i.name));let r={provider:"",prefix:"",name:""};return e.forEach(o=>{if(r.name===o.name&&r.prefix===o.prefix&&r.provider===o.provider)return;r=o;const i=o.provider,c=o.prefix,l=o.name,u=n[i]||(n[i]=Object.create(null)),a=u[c]||(u[c]=ts(i,c));let s;l in a.icons?s=t.loaded:c===""||a.missing.has(l)?s=t.missing:s=t.pending;const d={provider:i,prefix:c,name:l};s.push(d)}),t}function w5(e,t){e.forEach(n=>{const r=n.loaderCallbacks;r&&(n.loaderCallbacks=r.filter(o=>o.id!==t))})}function Rwe(e){e.pendingCallbacksFlag||(e.pendingCallbacksFlag=!0,setTimeout(()=>{e.pendingCallbacksFlag=!1;const t=e.loaderCallbacks?e.loaderCallbacks.slice(0):[];if(!t.length)return;let n=!1;const r=e.provider,o=e.prefix;t.forEach(i=>{const c=i.icons,l=c.pending.length;c.pending=c.pending.filter(u=>{if(u.prefix!==o)return!0;const a=u.name;if(e.icons[a])c.loaded.push({provider:r,prefix:o,name:a});else if(e.missing.has(a))c.missing.push({provider:r,prefix:o,name:a});else return n=!0,!0;return!1}),c.pending.length!==l&&(n||w5([e],i.id),i.callback(c.loaded.slice(0),c.missing.slice(0),c.pending.slice(0),i.abort))})}))}let Awe=0;function Nwe(e,t,n){const r=Awe++,o=w5.bind(null,n,r);if(!t.pending.length)return o;const i={id:r,icons:t,callback:e,abort:o};return n.forEach(c=>{(c.loaderCallbacks||(c.loaderCallbacks=[])).push(i)}),o}function $we(e,t=!0,n=!1){const r=[];return e.forEach(o=>{const i=typeof o=="string"?gv(o,t,n):o;i&&r.push(i)}),r}var Dwe={resources:[],index:0,timeout:2e3,rotate:750,random:!1,dataAfterTimeout:!1};function Pwe(e,t,n,r){const o=e.resources.length,i=e.random?Math.floor(Math.random()*o):e.index;let c;if(e.random){let T=e.resources.slice(0);for(c=[];T.length>1;){const C=Math.floor(Math.random()*T.length);c.push(T[C]),T=T.slice(0,C).concat(T.slice(C+1))}c=c.concat(T)}else c=e.resources.slice(i).concat(e.resources.slice(0,i));const l=Date.now();let u="pending",a=0,s,d=null,p=[],f=[];typeof r=="function"&&f.push(r);function m(){d&&(clearTimeout(d),d=null)}function g(){u==="pending"&&(u="aborted"),m(),p.forEach(T=>{T.status==="pending"&&(T.status="aborted")}),p=[]}function h(T,C){C&&(f=[]),typeof T=="function"&&f.push(T)}function _(){return{startTime:l,payload:t,status:u,queriesSent:a,queriesPending:p.length,subscribe:h,abort:g}}function v(){u="failed",f.forEach(T=>{T(void 0,s)})}function b(){p.forEach(T=>{T.status==="pending"&&(T.status="aborted")}),p=[]}function S(T,C,w){const O=C!=="success";switch(p=p.filter(R=>R!==T),u){case"pending":break;case"failed":if(O||!e.dataAfterTimeout)return;break;default:return}if(C==="abort"){s=w,v();return}if(O){s=w,p.length||(c.length?E():v());return}if(m(),b(),!e.random){const R=e.resources.indexOf(T.resource);R!==-1&&R!==e.index&&(e.index=R)}u="completed",f.forEach(R=>{R(w)})}function E(){if(u!=="pending")return;m();const T=c.shift();if(T===void 0){if(p.length){d=setTimeout(()=>{m(),u==="pending"&&(b(),v())},e.timeout);return}v();return}const C={status:"pending",resource:T,callback:(w,O)=>{S(C,w,O)}};p.push(C),a++,d=setTimeout(E,e.rotate),n(T,t,C.callback)}return setTimeout(E),_}function O5(e){const t={...Dwe,...e};let n=[];function r(){n=n.filter(l=>l().status==="pending")}function o(l,u,a){const s=Pwe(t,l,u,(d,p)=>{r(),a&&a(d,p)});return n.push(s),s}function i(l){return n.find(u=>l(u))||null}return{query:o,find:i,setIndex:l=>{t.index=l},getIndex:()=>t.index,cleanup:r}}function W$(){}const iS=Object.create(null);function Mwe(e){if(!iS[e]){const t=yw(e);if(!t)return;const n=O5(t),r={config:t,redundancy:n};iS[e]=r}return iS[e]}function kwe(e,t,n){let r,o;if(typeof e=="string"){const i=P0(e);if(!i)return n(void 0,424),W$;o=i.send;const c=Mwe(e);c&&(r=c.redundancy)}else{const i=bw(e);if(i){r=O5(i);const c=e.resources?e.resources[0]:"",l=P0(c);l&&(o=l.send)}}return!r||!o?(n(void 0,424),W$):r.query(t,o,n)().abort}const K$="iconify2",hp="iconify",I5=hp+"-count",q$=hp+"-version",R5=36e5,Lwe=168;function M0(e,t){try{return e.getItem(t)}catch{}}function Ew(e,t,n){try{return e.setItem(t,n),!0}catch{}}function X$(e,t){try{e.removeItem(t)}catch{}}function k0(e,t){return Ew(e,I5,t.toString())}function L0(e){return parseInt(M0(e,I5))||0}const _v={local:!0,session:!0},A5={local:new Set,session:new Set};let Cw=!1;function Fwe(e){Cw=e}let om=typeof window>"u"?{}:window;function N5(e){const t=e+"Storage";try{if(om&&om[t]&&typeof om[t].length=="number")return om[t]}catch{}_v[e]=!1}function $5(e,t){const n=N5(e);if(!n)return;const r=M0(n,q$);if(r!==K$){if(r){const l=L0(n);for(let u=0;u{const u=hp+l.toString(),a=M0(n,u);if(typeof a=="string"){try{const s=JSON.parse(a);if(typeof s=="object"&&typeof s.cached=="number"&&s.cached>o&&typeof s.provider=="string"&&typeof s.data=="object"&&typeof s.data.prefix=="string"&&t(s,l))return!0}catch{}X$(n,u)}};let c=L0(n);for(let l=c-1;l>=0;l--)i(l)||(l===c-1?(c--,k0(n,c)):A5[e].add(l))}function D5(){if(!Cw){Fwe(!0);for(const e in _v)$5(e,t=>{const n=t.data,r=t.provider,o=n.prefix,i=ts(r,o);if(!vw(i,n).length)return!1;const c=n.lastModified||-1;return i.lastModifiedCached=i.lastModifiedCached?Math.min(i.lastModifiedCached,c):c,!0})}}function Bwe(e,t){const n=e.lastModifiedCached;if(n&&n>=t)return n===t;if(e.lastModifiedCached=t,n)for(const r in _v)$5(r,o=>{const i=o.data;return o.provider!==e.provider||i.prefix!==e.prefix||i.lastModified===t});return!0}function Hwe(e,t){Cw||D5();function n(r){let o;if(!_v[r]||!(o=N5(r)))return;const i=A5[r];let c;if(i.size)i.delete(c=Array.from(i).shift());else if(c=L0(o),!k0(o,c+1))return;const l={cached:Math.floor(Date.now()/R5),provider:e.provider,data:t};return Ew(o,hp+c.toString(),JSON.stringify(l))}t.lastModified&&!Bwe(e,t.lastModified)||Object.keys(t.icons).length&&(t.not_found&&(t=Object.assign({},t),delete t.not_found),n("local")||n("session"))}function Q$(){}function Uwe(e){e.iconsLoaderFlag||(e.iconsLoaderFlag=!0,setTimeout(()=>{e.iconsLoaderFlag=!1,Rwe(e)}))}function zwe(e,t){e.iconsToLoad?e.iconsToLoad=e.iconsToLoad.concat(t).sort():e.iconsToLoad=t,e.iconsQueueFlag||(e.iconsQueueFlag=!0,setTimeout(()=>{e.iconsQueueFlag=!1;const{provider:n,prefix:r}=e,o=e.iconsToLoad;delete e.iconsToLoad;let i;if(!o||!(i=P0(n)))return;i.prepare(n,r,o).forEach(l=>{kwe(n,l,u=>{if(typeof u!="object")l.icons.forEach(a=>{e.missing.add(a)});else try{const a=vw(e,u);if(!a.length)return;const s=e.pendingIcons;s&&a.forEach(d=>{s.delete(d)}),Hwe(e,u)}catch(a){console.error(a)}Uwe(e)})})}))}const Gwe=(e,t)=>{const n=$we(e,!0,C5()),r=Iwe(n);if(!r.pending.length){let u=!0;return t&&setTimeout(()=>{u&&t(r.loaded,r.missing,r.pending,Q$)}),()=>{u=!1}}const o=Object.create(null),i=[];let c,l;return r.pending.forEach(u=>{const{provider:a,prefix:s}=u;if(s===l&&a===c)return;c=a,l=s,i.push(ts(a,s));const d=o[a]||(o[a]=Object.create(null));d[s]||(d[s]=[])}),r.pending.forEach(u=>{const{provider:a,prefix:s,name:d}=u,p=ts(a,s),f=p.pendingIcons||(p.pendingIcons=new Set);f.has(d)||(f.add(d),o[a][s].push(d))}),i.forEach(u=>{const{provider:a,prefix:s}=u;o[a][s].length&&zwe(u,o[a][s])}),t?Nwe(t,r,i):Q$};function jwe(e,t){const n={...e};for(const r in t){const o=t[r],i=typeof o;r in T5?(o===null||o&&(i==="string"||i==="number"))&&(n[r]=o):i===typeof n[r]&&(n[r]=r==="rotate"?o%4:o)}return n}const Vwe=/[\s,]+/;function Ywe(e,t){t.split(Vwe).forEach(n=>{switch(n.trim()){case"horizontal":e.hFlip=!0;break;case"vertical":e.vFlip=!0;break}})}function Wwe(e,t=0){const n=e.replace(/^-?[0-9.]*/,"");function r(o){for(;o<0;)o+=4;return o%4}if(n===""){const o=parseInt(e);return isNaN(o)?0:r(o)}else if(n!==e){let o=0;switch(n){case"%":o=25;break;case"deg":o=90}if(o){let i=parseFloat(e.slice(0,e.length-n.length));return isNaN(i)?0:(i=i/o,i%1===0?r(i):0)}}return t}function Kwe(e,t){let n=e.indexOf("xlink:")===-1?"":' xmlns:xlink="http://www.w3.org/1999/xlink"';for(const r in t)n+=" "+r+'="'+t[r]+'"';return'"+e+""}function qwe(e){return e.replace(/"/g,"'").replace(/%/g,"%25").replace(/#/g,"%23").replace(//g,"%3E").replace(/\s+/g," ")}function Xwe(e){return"data:image/svg+xml,"+qwe(e)}function Qwe(e){return'url("'+Xwe(e)+'")'}const Z$={...x5,inline:!1},Zwe={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","aria-hidden":!0,role:"img"},Jwe={display:"inline-block"},F0={backgroundColor:"currentColor"},P5={backgroundColor:"transparent"},J$={Image:"var(--svg)",Repeat:"no-repeat",Size:"100% 100%"},eD={webkitMask:F0,mask:F0,background:P5};for(const e in eD){const t=eD[e];for(const n in J$)t[e+n]=J$[n]}const ig={};["horizontal","vertical"].forEach(e=>{const t=e.slice(0,1)+"Flip";ig[e+"-flip"]=t,ig[e.slice(0,1)+"-flip"]=t,ig[e+"Flip"]=t});function tD(e){return e+(e.match(/^[-0-9.]+$/)?"px":"")}const nD=(e,t)=>{const n=jwe(Z$,t),r={...Zwe},o=t.mode||"svg",i={},c=t.style,l=typeof c=="object"&&!(c instanceof Array)?c:{};for(let g in t){const h=t[g];if(h!==void 0)switch(g){case"icon":case"style":case"onLoad":case"mode":break;case"inline":case"hFlip":case"vFlip":n[g]=h===!0||h==="true"||h===1;break;case"flip":typeof h=="string"&&Ywe(n,h);break;case"color":i.color=h;break;case"rotate":typeof h=="string"?n[g]=Wwe(h):typeof h=="number"&&(n[g]=h);break;case"ariaHidden":case"aria-hidden":h!==!0&&h!=="true"&&delete r["aria-hidden"];break;default:{const _=ig[g];_?(h===!0||h==="true"||h===1)&&(n[_]=!0):Z$[g]===void 0&&(r[g]=h)}}}const u=mwe(e,n),a=u.attributes;if(n.inline&&(i.verticalAlign="-0.125em"),o==="svg"){r.style={...i,...l},Object.assign(r,a);let g=0,h=t.id;return typeof h=="string"&&(h=h.replace(/-/g,"_")),r.innerHTML=vwe(u.body,h?()=>h+"ID"+g++:"iconifyVue"),Yl("svg",r)}const{body:s,width:d,height:p}=e,f=o==="mask"||(o==="bg"?!1:s.indexOf("currentColor")!==-1),m=Kwe(s,{...a,width:d+"",height:p+""});return r.style={...i,"--svg":Qwe(m),width:tD(a.width),height:tD(a.height),...Jwe,...f?F0:P5,...l},Yl("span",r)};C5(!0);bwe("",Owe);if(typeof document<"u"&&typeof window<"u"){D5();const e=window;if(e.IconifyPreload!==void 0){const t=e.IconifyPreload,n="Invalid IconifyPreload syntax.";typeof t=="object"&&t!==null&&(t instanceof Array?t:[t]).forEach(r=>{try{(typeof r!="object"||r===null||r instanceof Array||typeof r.icons!="object"||typeof r.prefix!="string"||!uwe(r))&&console.error(n)}catch{console.error(n)}})}if(e.IconifyProviders!==void 0){const t=e.IconifyProviders;if(typeof t=="object"&&t!==null)for(let n in t){const r="IconifyProviders["+n+"] is invalid.";try{const o=t[n];if(typeof o!="object"||!o||o.resources===void 0)continue;Swe(n,o)||console.error(r)}catch{console.error(r)}}}}const eOe={...hv,body:""},rD=ae({inheritAttrs:!1,data(){return{iconMounted:!1,counter:0}},mounted(){this._name="",this._loadingIcon=null,this.iconMounted=!0},unmounted(){this.abortLoading()},methods:{abortLoading(){this._loadingIcon&&(this._loadingIcon.abort(),this._loadingIcon=null)},getIcon(e,t){if(typeof e=="object"&&e!==null&&typeof e.body=="string")return this._name="",this.abortLoading(),{data:e};let n;if(typeof e!="string"||(n=gv(e,!1,!0))===null)return this.abortLoading(),null;const r=swe(n);if(!r)return(!this._loadingIcon||this._loadingIcon.name!==e)&&(this.abortLoading(),this._name="",r!==null&&(this._loadingIcon={name:e,abort:Gwe([n],()=>{this.counter++})})),null;this.abortLoading(),this._name!==e&&(this._name=e,t&&t(e));const o=["iconify"];return n.prefix!==""&&o.push("iconify--"+n.prefix),n.provider!==""&&o.push("iconify--"+n.provider),{data:r,classes:o}}},render(){this.counter;const e=this.$attrs,t=this.iconMounted?this.getIcon(e.icon,e.onLoad):null;if(!t)return nD(eOe,e);let n=e;return t.classes&&(n={...e,class:(typeof e.class=="string"?e.class+" ":"")+t.classes.join(" ")}),nD({...hv,...t.data},n)}});var M5={exports:{}};const tOe=xre(Y7);(function(e,t){(function(n,r){e.exports=r(tOe)})(typeof self<"u"?self:aa,function(n){return(()=>{var r={7679:function(l,u){var a,s,d;(function(p,f){s=[],a=f,d=typeof a=="function"?a.apply(u,s):a,d===void 0||(l.exports=d)})(typeof self<"u"&&self,function(){function p(){var f=Object.getOwnPropertyDescriptor(document,"currentScript");if(!f&&"currentScript"in document&&document.currentScript||f&&f.get!==p&&document.currentScript)return document.currentScript;try{throw new Error}catch(O){var m,g,h,_=/.*at [^(]*\((.*):(.+):(.+)\)$/gi,v=/@([^@]*):(\d+):(\d+)\s*$/gi,b=_.exec(O.stack)||v.exec(O.stack),S=b&&b[1]||!1,E=b&&b[2]||!1,T=document.location.href.replace(document.location.hash,""),C=document.getElementsByTagName("script");S===T&&(m=document.documentElement.outerHTML,g=new RegExp("(?:[^\\n]+?\\n){0,"+(E-2)+"}[^<]* + + + +
+ + diff --git a/web-framework/java/springai/src/code/src/test/resources/standalone_embed.sh b/web-framework/java/springai/src/code/src/test/resources/standalone_embed.sh new file mode 100755 index 000000000..0f2951e36 --- /dev/null +++ b/web-framework/java/springai/src/code/src/test/resources/standalone_embed.sh @@ -0,0 +1,129 @@ +#!/usr/bin/env bash + +# Licensed to the LF AI & Data foundation under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +run_embed() { + cat << EOF > embedEtcd.yaml +listen-client-urls: http://0.0.0.0:2379 +advertise-client-urls: http://0.0.0.0:2379 +EOF + + sudo docker run -d \ + --name milvus-standalone \ + --security-opt seccomp:unconfined \ + -e ETCD_USE_EMBED=true \ + -e ETCD_DATA_DIR=/var/lib/milvus/etcd \ + -e ETCD_CONFIG_PATH=/milvus/configs/embedEtcd.yaml \ + -e COMMON_STORAGETYPE=local \ + -v $(pwd)/volumes/milvus:/var/lib/milvus \ + -v $(pwd)/embedEtcd.yaml:/milvus/configs/embedEtcd.yaml \ + -p 19530:19530 \ + -p 9091:9091 \ + -p 2379:2379 \ + --health-cmd="curl -f http://localhost:9091/healthz" \ + --health-interval=30s \ + --health-start-period=90s \ + --health-timeout=20s \ + --health-retries=3 \ + milvusdb/milvus:v2.3.9 \ + milvus run standalone 1> /dev/null +} + +wait_for_milvus_running() { + echo "Wait for Milvus Starting..." + while true + do + res=`sudo docker ps|grep milvus-standalone|grep healthy|wc -l` + if [ $res -eq 1 ] + then + echo "Start successfully." + break + fi + sleep 1 + done +} + +start() { + res=`sudo docker ps|grep milvus-standalone|grep healthy|wc -l` + if [ $res -eq 1 ] + then + echo "Milvus is running." + exit 0 + fi + + res=`sudo docker ps -a|grep milvus-standalone|wc -l` + if [ $res -eq 1 ] + then + sudo docker start milvus-standalone 1> /dev/null + else + run_embed + fi + + if [ $? -ne 0 ] + then + echo "Start failed." + exit 1 + fi + + wait_for_milvus_running +} + +stop() { + sudo docker stop milvus-standalone 1> /dev/null + + if [ $? -ne 0 ] + then + echo "Stop failed." + exit 1 + fi + echo "Stop successfully." + +} + +delete() { + res=`sudo docker ps|grep milvus-standalone|wc -l` + if [ $res -eq 1 ] + then + echo "Please stop Milvus service before delete." + exit 1 + fi + sudo docker rm milvus-standalone 1> /dev/null + if [ $? -ne 0 ] + then + echo "Delete failed." + exit 1 + fi + sudo rm -rf $(pwd)/volumes + sudo rm -rf $(pwd)/embedEtcd.yaml + echo "Delete successfully." +} + + +case $1 in + start) + start + ;; + stop) + stop + ;; + delete) + delete + ;; + *) + echo "please use bash standalone_embed.sh start|stop|delete" + ;; +esac diff --git a/web-framework/java/springai/src/code/target/playground-flight-booking-0.0.1-SNAPSHOT.jar b/web-framework/java/springai/src/code/target/playground-flight-booking-0.0.1-SNAPSHOT.jar new file mode 100644 index 000000000..89187c630 Binary files /dev/null and b/web-framework/java/springai/src/code/target/playground-flight-booking-0.0.1-SNAPSHOT.jar differ diff --git a/web-framework/java/springai/src/readme.md b/web-framework/java/springai/src/readme.md new file mode 100644 index 000000000..0c48e89b9 --- /dev/null +++ b/web-framework/java/springai/src/readme.md @@ -0,0 +1,81 @@ + +> 注:当前项目为 Serverless Devs 应用,由于应用中会存在需要初始化才可运行的变量(例如应用部署地区、函数名等等),所以**不推荐**直接 Clone 本仓库到本地进行部署或直接复制 s.yaml 使用,**强烈推荐**通过 `s init ${模版名称}` 的方法或应用中心进行初始化,详情可参考[部署 & 体验](#部署--体验) 。 + +# start-springaialibaba-hk-cap 帮助文档 + + + +本案例提供了一个基于 Spring AI Alibaba 框架开发的 AI 智能机票助手,您可以将应用部署到阿里云函数计算 FC 上快速体验运行效果。 + + + + +## 前期准备 + +使用该项目,您需要有开通以下服务并拥有对应权限: + + + + + +| 服务/业务 | 权限 | 相关文档 | +| --- | --- | --- | +| 函数计算 | AliyunFCFullAccess | [帮助文档](https://help.aliyun.com/product/2508973.html) [计费文档](https://help.aliyun.com/document_detail/2512928.html) | + + + + + + + + + + + + + + + +## 部署 & 体验 + + + +- :fire: 通过 [云原生应用开发平台 CAP](https://devs.console.aliyun.com/applications/create?template=start-springaialibaba-hk-cap) ,[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://devs.console.aliyun.com/applications/create?template=start-springaialibaba-hk-cap) 该应用。 + + + + + + + +## 案例介绍 + + + +本案例提供了一个基于 Spring AI Alibaba 框架开发的 AI 智能机票助手,您可以与智能助手聊天,进行机票预定、改期、退票、咨询等服务。应用底层使用阿里云通义模型服务,是一个综合使用了 RAG、Function Calling、ChatMemory 等核心能力的智能体应用,支持多轮聊天会话。 + +Spring AI Alibaba 开源项目基于 Spring AI 构建,是阿里云通义系列模型及服务在 Java AI 应用开发领域的最佳实践,提供高层次的 AI API 抽象与云原生基础设施集成方案,旨在帮助开发者快速构建 AI 应用。使用 Spring AI Alibaba 开发应用与使用普通 Spring Boot 没有什么区别,只需要增加 `spring-ai-alibaba-starter` 依赖,将 `ChatClient` Bean 注入就可以实现与模型聊天了。 + + + + +## 使用流程 + + + +1. 部署完成之后,您可以看到系统返回给您的案例地址并打开示例系统。 + +![图片alt](https://foruda.gitee.com/images/1726642642471571516/24ab8578_1689212.png) + +2. 与智能助手开始聊天,以自然语言对话的方式说出您想要的咨询的问题或要办理的业务,并等待助手回复。 + + + + +## 注意事项 + + + +这是一个示例应用,并无法处理真正的机票业务 + + diff --git a/web-framework/java/springai/src/s.yaml b/web-framework/java/springai/src/s.yaml new file mode 100644 index 000000000..44ff078cd --- /dev/null +++ b/web-framework/java/springai/src/s.yaml @@ -0,0 +1,59 @@ +# ------------------------------------ +# 官方手册: https://manual.serverless-devs.com/user-guide/aliyun/#fc3 +# 有问题快来钉钉群问一下吧:33947367 +# ------------------------------------ + +edition: 3.0.0 +name: springai-app +access: "{{ access }}" +vars: + region: "{{ region }}" + +resources: + playground-flight-booking: + component: fc3 +# actions: +# pre-deploy: +# - run: "echo fake command" +# path: ./code + props: + region: ${vars.region} + description: spring ai alibaba function + runtime: custom.debian10 + cpu: 2 + memorySize: 2048 + diskSize: 512 + layers: + - acs:fc:cn-hangzhou:official:layers/Java17/versions/2 + environmentVariables: + AI_DASHSCOPE_API_KEY: '{{ apiKey }}' + PATH: "/opt/java17/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin" + JAVA_HOME: "/opt/java17" + instanceConcurrency: 100 + timeout: 20 + customRuntimeConfig: + port: 9000 + command: + - java + args: + - -jar + - target/playground-flight-booking-0.0.1-SNAPSHOT.jar + functionName: "{{ functionName }}" + code: ./code + logConfig: auto + triggers: + - triggerName: httpTrigger + triggerType: http + triggerConfig: + authType: anonymous + methods: + - GET + - POST + - PUT + - DELETE + customDomain: + domainName: auto + protocol: HTTP + route: + path: /* + qualifier: LATEST diff --git a/web-framework/java/springai/version.md b/web-framework/java/springai/version.md new file mode 100644 index 000000000..4ee89d25b --- /dev/null +++ b/web-framework/java/springai/version.md @@ -0,0 +1,2 @@ +- 初始化项目 +- 测试项目模板 \ No newline at end of file