commit 98c790c14c371d6c889c5ca0e1142636dd46db7b
Author: cjb <646858191@qq.com>
Date: Fri Dec 20 16:45:08 2024 +0800
提交代码
diff --git a/.env b/.env
new file mode 100644
index 0000000..1871976
--- /dev/null
+++ b/.env
@@ -0,0 +1 @@
+VITE_PARAM = "VITE_PARAM"
\ No newline at end of file
diff --git a/.env.development b/.env.development
new file mode 100644
index 0000000..e6c8ca4
--- /dev/null
+++ b/.env.development
@@ -0,0 +1,10 @@
+# 页面标题
+VITE_APP_TITLE = 智慧换电管理系统
+
+# 开发环境配置
+VITE_APP_ENV = 'development'
+
+# 开发环境
+VITE_APP_BASE_API = 'http://192.168.5.213:9100/gateway'
+VITE_APP_BASE_API = '/dev-api'
+#VITE_APP_BASE_API = 'https://api.evo-techina.com'
diff --git a/.env.production b/.env.production
new file mode 100644
index 0000000..7b19521
--- /dev/null
+++ b/.env.production
@@ -0,0 +1,11 @@
+# 页面标题
+VITE_APP_TITLE = 若依管理系统
+
+# 生产环境配置
+VITE_APP_ENV = 'production'
+
+# 若依管理系统/生产环境
+#VITE_APP_BASE_API = '/prod-api'
+VITE_APP_BASE_API = 'https://api.evo-techina.com'
+# 是否在打包时开启压缩,支持 gzip 和 brotli
+VITE_BUILD_COMPRESS = gzip
\ No newline at end of file
diff --git a/.env.staging b/.env.staging
new file mode 100644
index 0000000..b11336d
--- /dev/null
+++ b/.env.staging
@@ -0,0 +1,11 @@
+# 页面标题
+VITE_APP_TITLE = 若依管理系统
+
+# 生产环境配置
+VITE_APP_ENV = 'staging'
+
+# 若依管理系统/生产环境
+VITE_APP_BASE_API = '/stage-api'
+
+# 是否在打包时开启压缩,支持 gzip 和 brotli
+VITE_BUILD_COMPRESS = gzip
\ No newline at end of file
diff --git a/.eslintrc.cjs b/.eslintrc.cjs
new file mode 100644
index 0000000..64b9c25
--- /dev/null
+++ b/.eslintrc.cjs
@@ -0,0 +1,21 @@
+/* eslint-env node */
+require("@rushstack/eslint-patch/modern-module-resolution");
+
+//https://eslint.vuejs.org/rules/
+
+module.exports = {
+ root: true,
+ extends: [
+ // "plugin:vue/vue3-essential",
+ // "plugin:vue/vue3-recommended",
+ // "plugin:vue/vue3-strongly-recommended",
+ // "eslint:recommended",
+ // "@vue/eslint-config-typescript/recommended",
+ // "@vue/eslint-config-prettier",
+ // "@vue/eslint-config-prettier/skip-formatting", // 或者和esline分开执行prettier --write . --ignore-path .gitignore
+ ],
+ rules: {
+ // "vue/multi-word-component-names": "off", // 关闭名称校验
+ // "vue/html-closing-bracket-newline": "off", // html 不换行
+ },
+};
diff --git a/.prettierrc.json b/.prettierrc.json
new file mode 100644
index 0000000..9d7a7a1
--- /dev/null
+++ b/.prettierrc.json
@@ -0,0 +1,5 @@
+{
+ "printWidth": 180,
+ "jsxBracketSameLine": true,
+ "htmlWhitespaceSensitivity": "ignore"
+}
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..00ad71f
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "typescript.tsdk": "node_modules\\typescript\\lib"
+}
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..046d81e
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2023 黄龙
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c17cd88
--- /dev/null
+++ b/README.md
@@ -0,0 +1,58 @@
+# ruoyi-web-vue3-ts
+
+本项目参考若依前后端分离版,前端由[若依 vue3](https://github.com/yangzongzhuan/RuoYi-Vue3)改写为 ts 版本,后端对[若依 V3.8.7](https://gitee.com/y_project/RuoYi-Vue)进行了修改[后端版本分支 vue3.ts.3.8.7](https://gitee.com/huanglgln/RuoYi-Vue),具体文档参见[若依官方文档](https://www.ruoyi.vip/)。本项目对部分代码做了优化,增加了 activiti7 工作流,icon 使用了 elementPLus icon,菜单对应 icon 需要重新配置,欢迎大家交流学习。
+
+演示地址:[http://101.43.32.67:8090/login](http://101.43.32.67:8090/login)
+admin admin123
+工作流测试:zhangsan/admin123;lisi/admin123
+
+## 功能说明
+
+工作台:我的流程、我的待办、我的已办
+系统管理:用户管理、角色管理、菜单管理、部门管理、岗位管理、字典管理、参数设置、通知公告、日志管理
+系统监控:在线用户、定时任务、数据监控、服务监控、缓存监控、缓存列表
+系统工具:表单构建、代码生成、系统接口、文件预览
+流程管理:模型定义、流程部署、请假流程
+
+## 页面展示
+
+
+
+
+
+
+
+## 脚本命令
+
+### 依赖安装(建议用 pnpm)
+
+```sh
+npm install
+or (pnpm install)
+```
+
+### 本地运行
+
+```sh
+pnpm run dev
+```
+
+### 代码检查(提交代码前执行,养成好习惯)
+
+```sh
+pnpm run lint
+```
+
+### 打包
+
+```sh
+pnpm run build:prod
+```
+
+### 支持作者
+
+
+
+### 欢迎讨论
+
+huanglgln@163.com
diff --git a/env.d.ts b/env.d.ts
new file mode 100644
index 0000000..7cf4b8e
--- /dev/null
+++ b/env.d.ts
@@ -0,0 +1,10 @@
+///
+
+interface ImportMetaEnv {
+ readonly VITE_BASE_URL: string;
+ readonly VITE_PARAM: string;
+}
+
+interface ImportMeta {
+ readonly env: ImportMetaEnv;
+}
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..e6fcf04
--- /dev/null
+++ b/index.html
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+ 智慧换电管理系统
+
+
+
+
+
+
+
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f975922
--- /dev/null
+++ b/package.json
@@ -0,0 +1,80 @@
+{
+ "name": "yite",
+ "version": "0.0.0",
+ "scripts": {
+ "dev": "vite",
+ "build:prod": "run-p type-check build-only:prod",
+ "build:stag": "run-p type-check build-only:stag",
+ "preview": "vite preview --port 4173",
+ "test:unit": "vitest --environment jsdom",
+ "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
+ "build-only:prod": "vite build --mode production",
+ "build-only:stag": "vite build --mode staging",
+ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
+ },
+ "dependencies": {
+ "@bpmn-io/properties-panel": "^3.18.1",
+ "@element-plus/icons-vue": "^2.0.10",
+ "@form-create/designer": "^3.1.5",
+ "@form-create/element-ui": "^3.1.28",
+ "@vue-flow/additional-components": "^1.3.3",
+ "@vue-flow/core": "^1.6.0",
+ "@vue-office/docx": "^1.6.0",
+ "@vue-office/excel": "^1.6.4",
+ "@vue-office/pdf": "^1.6.3",
+ "@vueuse/components": "^10.9.0",
+ "@vueuse/core": "^10.6.1",
+ "@wangeditor/editor": "^5.1.23",
+ "@wangeditor/editor-for-vue": "^5.1.12",
+ "axios": "^1.2.3",
+ "bpmn-js": "^17.2.1",
+ "bpmn-js-properties-panel": "^5.13.0",
+ "camunda-bpmn-js-behaviors": "^1.3.0",
+ "camunda-bpmn-moddle": "^7.0.1",
+ "diagram-js": "^14.1.0",
+ "echarts": "^5.4.1",
+ "element-plus": "^2.4.4",
+ "file-saver": "^2.0.5",
+ "fuse.js": "7.0.0",
+ "gm-crypto": "^0.1.8",
+ "js-cookie": "^3.0.5",
+ "jsencrypt": "^3.3.2",
+ "nprogress": "^0.2.0",
+ "pinia": "^2.0.29",
+ "qqmap": "^1.0.1",
+ "screenfull": "^6.0.2",
+ "splitpanes": "^3.1.5",
+ "tiny-svg": "^4.0.0",
+ "vue": "~3.3.4",
+ "vue-cropper": "^1.1.1",
+ "vue-demi": "^0.14.7",
+ "vue-jsonp": "^2.0.0",
+ "vue-qqmap": "^1.1.1",
+ "vue-router": "^4.2.4",
+ "zeebe-bpmn-moddle": "^1.1.0"
+ },
+ "devDependencies": {
+ "@rushstack/eslint-patch": "^1.2.0",
+ "@types/file-saver": "^2.0.7",
+ "@types/js-cookie": "^3.0.6",
+ "@types/jsdom": "^16.2.15",
+ "@types/node": "^16.18.108",
+ "@types/nprogress": "^0.2.3",
+ "@types/splitpanes": "^2.2.6",
+ "@vitejs/plugin-vue": "^3.2.0",
+ "@vue/eslint-config-prettier": "^7.0.0",
+ "@vue/eslint-config-typescript": "^11.0.2",
+ "@vue/tsconfig": "^0.1.3",
+ "eslint": "^8.32.0",
+ "eslint-plugin-vue": "^9.9.0",
+ "jsdom": "^20.0.3",
+ "less": "^4.2.0",
+ "npm-run-all": "^4.1.5",
+ "prettier": "^2.8.3",
+ "typescript": "~5.0.4",
+ "vite": "^4.5.2",
+ "vite-plugin-svg-icons": "^2.0.1",
+ "vitest": "^0.18.1",
+ "vue-tsc": "^0.38.9"
+ }
+}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
new file mode 100644
index 0000000..0392b3c
--- /dev/null
+++ b/pnpm-lock.yaml
@@ -0,0 +1,6782 @@
+lockfileVersion: '9.0'
+
+settings:
+ autoInstallPeers: true
+ excludeLinksFromLockfile: false
+
+importers:
+
+ .:
+ dependencies:
+ '@bpmn-io/properties-panel':
+ specifier: ^3.18.1
+ version: 3.24.1(@lezer/common@1.2.1)
+ '@element-plus/icons-vue':
+ specifier: ^2.0.10
+ version: 2.3.1(vue@3.3.13(typescript@5.0.4))
+ '@form-create/designer':
+ specifier: ^3.1.5
+ version: 3.2.6(vue@3.3.13(typescript@5.0.4))
+ '@form-create/element-ui':
+ specifier: ^3.1.28
+ version: 3.2.8(vue@3.3.13(typescript@5.0.4))
+ '@vue-flow/additional-components':
+ specifier: ^1.3.3
+ version: 1.3.3(@vue-flow/core@1.41.2(vue@3.3.13(typescript@5.0.4)))(vue@3.3.13(typescript@5.0.4))
+ '@vue-flow/core':
+ specifier: ^1.6.0
+ version: 1.41.2(vue@3.3.13(typescript@5.0.4))
+ '@vue-office/docx':
+ specifier: ^1.6.0
+ version: 1.6.2(vue-demi@0.14.10(vue@3.3.13(typescript@5.0.4)))(vue@3.3.13(typescript@5.0.4))
+ '@vue-office/excel':
+ specifier: ^1.6.4
+ version: 1.7.11(vue-demi@0.14.10(vue@3.3.13(typescript@5.0.4)))(vue@3.3.13(typescript@5.0.4))
+ '@vue-office/pdf':
+ specifier: ^1.6.3
+ version: 1.6.5(vue-demi@0.14.10(vue@3.3.13(typescript@5.0.4)))(vue@3.3.13(typescript@5.0.4))
+ '@vueuse/components':
+ specifier: ^10.9.0
+ version: 10.11.1(vue@3.3.13(typescript@5.0.4))
+ '@vueuse/core':
+ specifier: ^10.6.1
+ version: 10.11.1(vue@3.3.13(typescript@5.0.4))
+ '@wangeditor/editor':
+ specifier: ^5.1.23
+ version: 5.1.23
+ '@wangeditor/editor-for-vue':
+ specifier: ^5.1.12
+ version: 5.1.12(@wangeditor/editor@5.1.23)(vue@3.3.13(typescript@5.0.4))
+ axios:
+ specifier: ^1.2.3
+ version: 1.7.7
+ bpmn-js:
+ specifier: ^17.2.1
+ version: 17.11.1
+ bpmn-js-properties-panel:
+ specifier: ^5.13.0
+ version: 5.24.0(@bpmn-io/properties-panel@3.24.1(@lezer/common@1.2.1))(bpmn-js@17.11.1)(camunda-bpmn-js-behaviors@1.6.1(bpmn-js@17.11.1)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0))(diagram-js@14.11.0)
+ camunda-bpmn-js-behaviors:
+ specifier: ^1.3.0
+ version: 1.6.1(bpmn-js@17.11.1)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0)
+ camunda-bpmn-moddle:
+ specifier: ^7.0.1
+ version: 7.0.1
+ diagram-js:
+ specifier: ^14.1.0
+ version: 14.11.0
+ echarts:
+ specifier: ^5.4.1
+ version: 5.5.1
+ element-plus:
+ specifier: ^2.4.4
+ version: 2.8.3(vue@3.3.13(typescript@5.0.4))
+ file-saver:
+ specifier: ^2.0.5
+ version: 2.0.5
+ fuse.js:
+ specifier: 7.0.0
+ version: 7.0.0
+ gm-crypto:
+ specifier: ^0.1.8
+ version: 0.1.12
+ js-cookie:
+ specifier: ^3.0.5
+ version: 3.0.5
+ jsencrypt:
+ specifier: ^3.3.2
+ version: 3.3.2
+ nprogress:
+ specifier: ^0.2.0
+ version: 0.2.0
+ pinia:
+ specifier: ^2.0.29
+ version: 2.2.2(typescript@5.0.4)(vue@3.3.13(typescript@5.0.4))
+ qqmap:
+ specifier: ^1.0.1
+ version: 1.0.1
+ screenfull:
+ specifier: ^6.0.2
+ version: 6.0.2
+ splitpanes:
+ specifier: ^3.1.5
+ version: 3.1.5
+ tiny-svg:
+ specifier: ^4.0.0
+ version: 4.1.2
+ vue:
+ specifier: ~3.3.4
+ version: 3.3.13(typescript@5.0.4)
+ vue-cropper:
+ specifier: ^1.1.1
+ version: 1.1.4
+ vue-demi:
+ specifier: ^0.14.7
+ version: 0.14.10(vue@3.3.13(typescript@5.0.4))
+ vue-jsonp:
+ specifier: ^2.0.0
+ version: 2.0.0
+ vue-qqmap:
+ specifier: ^1.1.1
+ version: 1.1.1
+ vue-router:
+ specifier: ^4.2.4
+ version: 4.4.5(vue@3.3.13(typescript@5.0.4))
+ zeebe-bpmn-moddle:
+ specifier: ^1.1.0
+ version: 1.6.0
+ devDependencies:
+ '@rushstack/eslint-patch':
+ specifier: ^1.2.0
+ version: 1.10.4
+ '@types/file-saver':
+ specifier: ^2.0.7
+ version: 2.0.7
+ '@types/js-cookie':
+ specifier: ^3.0.6
+ version: 3.0.6
+ '@types/jsdom':
+ specifier: ^16.2.15
+ version: 16.2.15
+ '@types/node':
+ specifier: ^16.18.108
+ version: 16.18.108
+ '@types/nprogress':
+ specifier: ^0.2.3
+ version: 0.2.3
+ '@types/splitpanes':
+ specifier: ^2.2.6
+ version: 2.2.6
+ '@vitejs/plugin-vue':
+ specifier: ^3.2.0
+ version: 3.2.0(vite@4.5.5(@types/node@16.18.108)(less@4.2.0))(vue@3.3.13(typescript@5.0.4))
+ '@vue/eslint-config-prettier':
+ specifier: ^7.0.0
+ version: 7.1.0(eslint@8.57.1)(prettier@2.8.8)
+ '@vue/eslint-config-typescript':
+ specifier: ^11.0.2
+ version: 11.0.3(eslint-plugin-vue@9.28.0(eslint@8.57.1))(eslint@8.57.1)(typescript@5.0.4)
+ '@vue/tsconfig':
+ specifier: ^0.1.3
+ version: 0.1.3(@types/node@16.18.108)
+ eslint:
+ specifier: ^8.32.0
+ version: 8.57.1
+ eslint-plugin-vue:
+ specifier: ^9.9.0
+ version: 9.28.0(eslint@8.57.1)
+ jsdom:
+ specifier: ^20.0.3
+ version: 20.0.3
+ less:
+ specifier: ^4.2.0
+ version: 4.2.0
+ npm-run-all:
+ specifier: ^4.1.5
+ version: 4.1.5
+ prettier:
+ specifier: ^2.8.3
+ version: 2.8.8
+ typescript:
+ specifier: ~5.0.4
+ version: 5.0.4
+ vite:
+ specifier: ^4.5.2
+ version: 4.5.5(@types/node@16.18.108)(less@4.2.0)
+ vite-plugin-svg-icons:
+ specifier: ^2.0.1
+ version: 2.0.1(vite@4.5.5(@types/node@16.18.108)(less@4.2.0))
+ vitest:
+ specifier: ^0.18.1
+ version: 0.18.1(jsdom@20.0.3)(less@4.2.0)
+ vue-tsc:
+ specifier: ^0.38.9
+ version: 0.38.9(typescript@5.0.4)
+
+packages:
+
+ '@babel/helper-string-parser@7.24.8':
+ resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-validator-identifier@7.24.7':
+ resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/parser@7.25.6':
+ resolution: {integrity: sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==}
+ engines: {node: '>=6.0.0'}
+ hasBin: true
+
+ '@babel/runtime-corejs3@7.25.6':
+ resolution: {integrity: sha512-Gz0Nrobx8szge6kQQ5Z5MX9L3ObqNwCQY1PSwSNzreFL7aHGxv8Fp2j3ETV6/wWdbiV+mW6OSm8oQhg3Tcsniw==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/runtime@7.25.6':
+ resolution: {integrity: sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/types@7.25.6':
+ resolution: {integrity: sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==}
+ engines: {node: '>=6.9.0'}
+
+ '@bpmn-io/cm-theme@0.1.0-alpha.2':
+ resolution: {integrity: sha512-ZILgiYzxk3KMvxplUXmdRFQo45/JehDPg5k9tWfehmzUOSE13ssyLPil8uCloMQnb3yyzyOWTjb/wzKXTHlFQw==}
+
+ '@bpmn-io/diagram-js-ui@0.2.3':
+ resolution: {integrity: sha512-OGyjZKvGK8tHSZ0l7RfeKhilGoOGtFDcoqSGYkX0uhFlo99OVZ9Jn1K7TJGzcE9BdKwvA5Y5kGqHEhdTxHvFfw==}
+
+ '@bpmn-io/extract-process-variables@0.9.0':
+ resolution: {integrity: sha512-32h64pyToe8ss6+jAsRiFFpOTOm+QS+3vqRvzhRjkXbT8Qie7X/uYYrp980eBSgW/otAUrsMmlU10IBZ7dpfGQ==}
+
+ '@bpmn-io/feel-editor@1.9.0':
+ resolution: {integrity: sha512-O9w+UbajbxenLukbQGcWAfg91zV2FCJi5ba+nD3NN9pwyF0CL0m8Vf2GhJuALlOsJshRW6dJSw/TU0NMax+B7A==}
+ engines: {node: '>= 16'}
+
+ '@bpmn-io/feel-lint@1.3.1':
+ resolution: {integrity: sha512-wcFkJKhOm/iqCt5bzkKvxL5Dr9wKwUD+t164bQYbJsTYouAqmkkxiGsoqck42hXwdIhMSguZ+vqQ3hj5QdiYCA==}
+
+ '@bpmn-io/properties-panel@3.24.1':
+ resolution: {integrity: sha512-nEQZ/fVjuQM+nVvmenn0ha/Q+LM3HVe8b9ZhmOpmUn8jQRU9uotiMyE06Q7j3Hi1+82/cQNmy3SuSAoPfXWxfA==}
+
+ '@codemirror/autocomplete@6.18.1':
+ resolution: {integrity: sha512-iWHdj/B1ethnHRTwZj+C1obmmuCzquH29EbcKr0qIjA9NfDeBDJ7vs+WOHsFeLeflE4o+dHfYndJloMKHUkWUA==}
+ peerDependencies:
+ '@codemirror/language': ^6.0.0
+ '@codemirror/state': ^6.0.0
+ '@codemirror/view': ^6.0.0
+ '@lezer/common': ^1.0.0
+
+ '@codemirror/commands@6.6.2':
+ resolution: {integrity: sha512-Fq7eWOl1Rcbrfn6jD8FPCj9Auaxdm5nIK5RYOeW7ughnd/rY5AmPg6b+CfsG39ZHdwiwe8lde3q8uR7CF5S0yQ==}
+
+ '@codemirror/language@6.10.3':
+ resolution: {integrity: sha512-kDqEU5sCP55Oabl6E7m5N+vZRoc0iWqgDVhEKifcHzPzjqCegcO4amfrYVL9PmPZpl4G0yjkpTpUO/Ui8CzO8A==}
+
+ '@codemirror/lint@6.8.1':
+ resolution: {integrity: sha512-IZ0Y7S4/bpaunwggW2jYqwLuHj0QtESf5xcROewY6+lDNwZ/NzvR4t+vpYgg9m7V8UXLPYqG+lu3DF470E5Oxg==}
+
+ '@codemirror/state@6.4.1':
+ resolution: {integrity: sha512-QkEyUiLhsJoZkbumGZlswmAhA7CBU02Wrz7zvH4SrcifbsqwlXShVXg65f3v/ts57W3dqyamEriMhij1Z3Zz4A==}
+
+ '@codemirror/view@6.33.0':
+ resolution: {integrity: sha512-AroaR3BvnjRW8fiZBalAaK+ZzB5usGgI014YKElYZvQdNH5ZIidHlO+cyf/2rWzyBFRkvG6VhiXeAEbC53P2YQ==}
+
+ '@ctrl/tinycolor@3.6.1':
+ resolution: {integrity: sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==}
+ engines: {node: '>=10'}
+
+ '@element-plus/icons-vue@2.3.1':
+ resolution: {integrity: sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==}
+ peerDependencies:
+ vue: ^3.2.0
+
+ '@esbuild/android-arm64@0.18.20':
+ resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==, tarball: https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [android]
+
+ '@esbuild/android-arm@0.15.18':
+ resolution: {integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==, tarball: https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [arm]
+ os: [android]
+
+ '@esbuild/android-arm@0.18.20':
+ resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==, tarball: https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [arm]
+ os: [android]
+
+ '@esbuild/android-x64@0.18.20':
+ resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==, tarball: https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [android]
+
+ '@esbuild/darwin-arm64@0.18.20':
+ resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==, tarball: https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [darwin]
+
+ '@esbuild/darwin-x64@0.18.20':
+ resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==, tarball: https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [darwin]
+
+ '@esbuild/freebsd-arm64@0.18.20':
+ resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==, tarball: https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [freebsd]
+
+ '@esbuild/freebsd-x64@0.18.20':
+ resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==, tarball: https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [freebsd]
+
+ '@esbuild/linux-arm64@0.18.20':
+ resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==, tarball: https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [linux]
+
+ '@esbuild/linux-arm@0.18.20':
+ resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==, tarball: https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [arm]
+ os: [linux]
+
+ '@esbuild/linux-ia32@0.18.20':
+ resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==, tarball: https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [ia32]
+ os: [linux]
+
+ '@esbuild/linux-loong64@0.15.18':
+ resolution: {integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==, tarball: https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [loong64]
+ os: [linux]
+
+ '@esbuild/linux-loong64@0.18.20':
+ resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==, tarball: https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [loong64]
+ os: [linux]
+
+ '@esbuild/linux-mips64el@0.18.20':
+ resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==, tarball: https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [mips64el]
+ os: [linux]
+
+ '@esbuild/linux-ppc64@0.18.20':
+ resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==, tarball: https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [ppc64]
+ os: [linux]
+
+ '@esbuild/linux-riscv64@0.18.20':
+ resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==, tarball: https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [riscv64]
+ os: [linux]
+
+ '@esbuild/linux-s390x@0.18.20':
+ resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==, tarball: https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [s390x]
+ os: [linux]
+
+ '@esbuild/linux-x64@0.18.20':
+ resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==, tarball: https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [linux]
+
+ '@esbuild/netbsd-x64@0.18.20':
+ resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==, tarball: https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [netbsd]
+
+ '@esbuild/openbsd-x64@0.18.20':
+ resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==, tarball: https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [openbsd]
+
+ '@esbuild/sunos-x64@0.18.20':
+ resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==, tarball: https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [sunos]
+
+ '@esbuild/win32-arm64@0.18.20':
+ resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==, tarball: https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [win32]
+
+ '@esbuild/win32-ia32@0.18.20':
+ resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==, tarball: https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [ia32]
+ os: [win32]
+
+ '@esbuild/win32-x64@0.18.20':
+ resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==, tarball: https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [win32]
+
+ '@eslint-community/eslint-utils@4.4.0':
+ resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ peerDependencies:
+ eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
+
+ '@eslint-community/regexpp@4.11.1':
+ resolution: {integrity: sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==}
+ engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
+
+ '@eslint/eslintrc@2.1.4':
+ resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+
+ '@eslint/js@8.57.1':
+ resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+
+ '@floating-ui/core@1.6.8':
+ resolution: {integrity: sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==}
+
+ '@floating-ui/dom@1.6.11':
+ resolution: {integrity: sha512-qkMCxSR24v2vGkhYDo/UzxfJN3D4syqSjyuTFz6C7XcpU1pASPRieNI0Kj5VP3/503mOfYiGY891ugBX1GlABQ==}
+
+ '@floating-ui/utils@0.2.8':
+ resolution: {integrity: sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==}
+
+ '@form-create/component-elm-checkbox@3.2.8':
+ resolution: {integrity: sha512-ol/SyzzeDueUTd87MPnYydOe7Sc6cL8S/Uhv5QmWofMY1TuuBet9DPb65JjyS6Lk51/cl3TabvtJj93EAxL6KA==}
+
+ '@form-create/component-elm-frame@3.2.0':
+ resolution: {integrity: sha512-XJnYRwZBaViqSF4oQpPucmQiMctG9mAPeNpggUJG8rYZv/IxPb4qNovWaZsqfiCY8wyKtRTkWqqZFe9r9ubGUg==}
+
+ '@form-create/component-elm-group@3.2.8':
+ resolution: {integrity: sha512-TiwBNP+zDfFhanAWrazfIWyhElXTKIccX/jk+3zYxYpmxh1OVPa1cGaJ9ovZyV3105iZBtGZG2zn2DjHzvEPsQ==}
+
+ '@form-create/component-elm-radio@3.2.8':
+ resolution: {integrity: sha512-6rWhja+Tjh8vsd5dmmWvzT4T8L/TSB27rpAdYuw+w8JvbpjfhMuYUTk+9y+L7EUGPWk8E1yTSKE6YNXVvFtyqQ==}
+
+ '@form-create/component-elm-select@3.2.0':
+ resolution: {integrity: sha512-jzrrUyLSVDRZHTap3MYVqNub/A00X+hpLn2DCiFj6hNPZC63fuScHhIKWjkQSF4KBDGPYNfi69kFI7SCYPhhjQ==}
+
+ '@form-create/component-elm-tree@3.2.0':
+ resolution: {integrity: sha512-7Cc6XaRcIc88XuOVs8pVHg9uuoByGqa56f8bQy05GsyQTBESV7tIXY78qWXCuDvc+MzE9BtTD7EEdK1YONqYmQ==}
+
+ '@form-create/component-elm-upload@3.2.7':
+ resolution: {integrity: sha512-ywYKYWZIuFQwv15wXEYgdP9q9m2Zoux1rMHNnOiiOjo/1dHOJJUAWaFivVn/iLRDkaii0xJcC3Ik7jTlJSyijA==}
+
+ '@form-create/component-subform@3.1.34':
+ resolution: {integrity: sha512-OJcFH/7MTHx7JLEjDK/weS27qfuFWAI+OK+gXTJ2jIt9aZkGWF/EWkjetiJLt5a0KMw4Z15wOS2XCY9pVK9vlA==}
+
+ '@form-create/component-wangeditor@3.2.4':
+ resolution: {integrity: sha512-r/lPMClbbygqd2C6wpPHGEoiKJ3m0gZtUeQ8vzZ5Wfnn/LUkStgIZS6Jncvd7ANJxXtlKTj5+r0xrAhM5QbRjQ==}
+
+ '@form-create/core@3.2.8':
+ resolution: {integrity: sha512-sRK7LQijt/34tRuP+6NLn8w0XiqKcj9s6nj6/F2dTD2ykMP0B+jSAfLxRAp8Q3G+rVnKaBkxrAbyvrT2HGYlEQ==}
+ peerDependencies:
+ vue: ^3.1.0
+
+ '@form-create/designer@3.2.6':
+ resolution: {integrity: sha512-JIkCPCklMrplArfzIm+HkU4xCr3Kz5cdEIz6G/qFubOODw5kPdRAHcQ+NdVeEF2UDK1Ja8hA8DzwipgnoKEZLQ==}
+
+ '@form-create/element-ui@3.2.8':
+ resolution: {integrity: sha512-o+dlh8756dpu8+hMWnG6rgbUbO2Y4r5ARhrVFctx1/e2JVpD6a5XDR+DBFCqyZKP5xCBP+Dp6jRScMZlJkrjVA==}
+ peerDependencies:
+ vue: ^3.1.0
+
+ '@form-create/utils@3.2.0':
+ resolution: {integrity: sha512-fqc7/l+US76NhloxMF3xE7UafYgxA8jU+t5WrAhmjaIAJ0vUNp6ScL/kdwN4nfOvjByZ/Q8BFQT0wqrp4lcgtw==}
+
+ '@humanwhocodes/config-array@0.13.0':
+ resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==}
+ engines: {node: '>=10.10.0'}
+ deprecated: Use @eslint/config-array instead
+
+ '@humanwhocodes/module-importer@1.0.1':
+ resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
+ engines: {node: '>=12.22'}
+
+ '@humanwhocodes/object-schema@2.0.3':
+ resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==}
+ deprecated: Use @eslint/object-schema instead
+
+ '@jridgewell/sourcemap-codec@1.5.0':
+ resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
+
+ '@lezer/common@1.2.1':
+ resolution: {integrity: sha512-yemX0ZD2xS/73llMZIK6KplkjIjf2EvAHcinDi/TfJ9hS25G0388+ClHt6/3but0oOxinTcQHJLDXh6w1crzFQ==}
+
+ '@lezer/highlight@1.2.1':
+ resolution: {integrity: sha512-Z5duk4RN/3zuVO7Jq0pGLJ3qynpxUVsh7IbUbGj88+uV2ApSAn6kWg2au3iJb+0Zi7kKtqffIESgNcRXWZWmSA==}
+
+ '@lezer/lr@1.4.2':
+ resolution: {integrity: sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==}
+
+ '@lezer/markdown@1.3.1':
+ resolution: {integrity: sha512-DGlzU/i8DC8k0uz1F+jeePrkATl0jWakauTzftMQOcbaMkHbNSRki/4E2tOzJWsVpoKYhe7iTJ03aepdwVUXUA==}
+
+ '@nodelib/fs.scandir@2.1.5':
+ resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
+ engines: {node: '>= 8'}
+
+ '@nodelib/fs.stat@2.0.5':
+ resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
+ engines: {node: '>= 8'}
+
+ '@nodelib/fs.walk@1.2.8':
+ resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
+ engines: {node: '>= 8'}
+
+ '@rushstack/eslint-patch@1.10.4':
+ resolution: {integrity: sha512-WJgX9nzTqknM393q1QJDJmoW28kUfEnybeTfVNcNAPnIx210RXm2DiXiHzfNPJNIUUb1tJnz/l4QGtJ30PgWmA==}
+
+ '@sxzz/popperjs-es@2.11.7':
+ resolution: {integrity: sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==, tarball: https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz}
+
+ '@tootallnate/once@2.0.0':
+ resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==}
+ engines: {node: '>= 10'}
+
+ '@transloadit/prettier-bytes@0.0.7':
+ resolution: {integrity: sha512-VeJbUb0wEKbcwaSlj5n+LscBl9IPgLPkHVGBkh00cztv6X4L/TJXK58LzFuBKX7/GAfiGhIwH67YTLTlzvIzBA==}
+
+ '@trysound/sax@0.2.0':
+ resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==}
+ engines: {node: '>=10.13.0'}
+
+ '@types/chai-subset@1.3.5':
+ resolution: {integrity: sha512-c2mPnw+xHtXDoHmdtcCXGwyLMiauiAyxWMzhGpqHC4nqI/Y5G2XhTampslK2rb59kpcuHon03UH8W6iYUzw88A==}
+
+ '@types/chai@4.3.19':
+ resolution: {integrity: sha512-2hHHvQBVE2FiSK4eN0Br6snX9MtolHaTo/batnLjlGRhoQzlCL61iVpxoqO7SfFyOw+P/pwv+0zNHzKoGWz9Cw==}
+
+ '@types/event-emitter@0.3.5':
+ resolution: {integrity: sha512-zx2/Gg0Eg7gwEiOIIh5w9TrhKKTeQh7CPCOPNc0el4pLSwzebA8SmnHwZs2dWlLONvyulykSwGSQxQHLhjGLvQ==}
+
+ '@types/file-saver@2.0.7':
+ resolution: {integrity: sha512-dNKVfHd/jk0SkR/exKGj2ggkB45MAkzvWCaqLUUgkyjITkGNzH8H+yUwr+BLJUBjZOe9w8X3wgmXhZDRg1ED6A==}
+
+ '@types/js-cookie@3.0.6':
+ resolution: {integrity: sha512-wkw9yd1kEXOPnvEeEV1Go1MmxtBJL0RR79aOTAApecWFVu7w0NNXNqhcWgvw2YgZDYadliXkl14pa3WXw5jlCQ==}
+
+ '@types/jsdom@16.2.15':
+ resolution: {integrity: sha512-nwF87yjBKuX/roqGYerZZM0Nv1pZDMAT5YhOHYeM/72Fic+VEqJh4nyoqoapzJnW3pUlfxPY5FhgsJtM+dRnQQ==}
+
+ '@types/json-schema@7.0.15':
+ resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
+
+ '@types/lodash-es@4.17.12':
+ resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==}
+
+ '@types/lodash@4.17.7':
+ resolution: {integrity: sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==}
+
+ '@types/node@16.18.108':
+ resolution: {integrity: sha512-fj42LD82fSv6yN9C6Q4dzS+hujHj+pTv0IpRR3kI20fnYeS0ytBpjFO9OjmDowSPPt4lNKN46JLaKbCyP+BW2A==}
+
+ '@types/nprogress@0.2.3':
+ resolution: {integrity: sha512-k7kRA033QNtC+gLc4VPlfnue58CM1iQLgn1IMAU8VPHGOj7oIHPp9UlhedEnD/Gl8evoCjwkZjlBORtZ3JByUA==}
+
+ '@types/parse5@6.0.3':
+ resolution: {integrity: sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==}
+
+ '@types/semver@7.5.8':
+ resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==}
+
+ '@types/splitpanes@2.2.6':
+ resolution: {integrity: sha512-3dV5sO1Ht74iER4jJU03mreL3f+Q2h47ZqXS6Sfbqc6hkCvsDrX1GA0NbYWRdNvZemPyTDzUoApWKeoGbALwkQ==}
+
+ '@types/svgo@2.6.4':
+ resolution: {integrity: sha512-l4cmyPEckf8moNYHdJ+4wkHvFxjyW6ulm9l4YGaOxeyBWPhBOT0gvni1InpFPdzx1dKf/2s62qGITwxNWnPQng==}
+
+ '@types/tough-cookie@4.0.5':
+ resolution: {integrity: sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==}
+
+ '@types/web-bluetooth@0.0.16':
+ resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==}
+
+ '@types/web-bluetooth@0.0.20':
+ resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==}
+
+ '@typescript-eslint/eslint-plugin@5.62.0':
+ resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ peerDependencies:
+ '@typescript-eslint/parser': ^5.0.0
+ eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+
+ '@typescript-eslint/parser@5.62.0':
+ resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ peerDependencies:
+ eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+
+ '@typescript-eslint/scope-manager@5.62.0':
+ resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+
+ '@typescript-eslint/type-utils@5.62.0':
+ resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ peerDependencies:
+ eslint: '*'
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+
+ '@typescript-eslint/types@5.62.0':
+ resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+
+ '@typescript-eslint/typescript-estree@5.62.0':
+ resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ peerDependencies:
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+
+ '@typescript-eslint/utils@5.62.0':
+ resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ peerDependencies:
+ eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
+
+ '@typescript-eslint/visitor-keys@5.62.0':
+ resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+
+ '@ungap/structured-clone@1.2.0':
+ resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
+
+ '@uppy/companion-client@2.2.2':
+ resolution: {integrity: sha512-5mTp2iq97/mYSisMaBtFRry6PTgZA6SIL7LePteOV5x0/DxKfrZW3DEiQERJmYpHzy7k8johpm2gHnEKto56Og==}
+
+ '@uppy/core@2.3.4':
+ resolution: {integrity: sha512-iWAqppC8FD8mMVqewavCz+TNaet6HPXitmGXpGGREGrakZ4FeuWytVdrelydzTdXx6vVKkOmI2FLztGg73sENQ==}
+
+ '@uppy/store-default@2.1.1':
+ resolution: {integrity: sha512-xnpTxvot2SeAwGwbvmJ899ASk5tYXhmZzD/aCFsXePh/v8rNvR2pKlcQUH7cF/y4baUGq3FHO/daKCok/mpKqQ==}
+
+ '@uppy/utils@4.1.3':
+ resolution: {integrity: sha512-nTuMvwWYobnJcytDO3t+D6IkVq/Qs4Xv3vyoEZ+Iaf8gegZP+rEyoaFT2CK5XLRMienPyqRqNbIfRuFaOWSIFw==}
+
+ '@uppy/xhr-upload@2.1.3':
+ resolution: {integrity: sha512-YWOQ6myBVPs+mhNjfdWsQyMRWUlrDLMoaG7nvf/G6Y3GKZf8AyjFDjvvJ49XWQ+DaZOftGkHmF1uh/DBeGivJQ==}
+ peerDependencies:
+ '@uppy/core': ^2.3.3
+
+ '@vitejs/plugin-vue@3.2.0':
+ resolution: {integrity: sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==}
+ engines: {node: ^14.18.0 || >=16.0.0}
+ peerDependencies:
+ vite: ^3.0.0
+ vue: ^3.2.25
+
+ '@volar/code-gen@0.38.9':
+ resolution: {integrity: sha512-n6LClucfA+37rQeskvh9vDoZV1VvCVNy++MAPKj2dT4FT+Fbmty/SDQqnsEBtdEe6E3OQctFvA/IcKsx3Mns0A==}
+
+ '@volar/source-map@0.38.9':
+ resolution: {integrity: sha512-ba0UFoHDYry+vwKdgkWJ6xlQT+8TFtZg1zj9tSjj4PykW1JZDuM0xplMotLun4h3YOoYfY9K1huY5gvxmrNLIw==}
+
+ '@volar/vue-code-gen@0.38.9':
+ resolution: {integrity: sha512-tzj7AoarFBKl7e41MR006ncrEmNPHALuk8aG4WdDIaG387X5//5KhWC5Ff3ZfB2InGSeNT+CVUd74M0gS20rjA==}
+
+ '@volar/vue-typescript@0.38.9':
+ resolution: {integrity: sha512-iJMQGU91ADi98u8V1vXd2UBmELDAaeSP0ZJaFjwosClQdKlJQYc6MlxxKfXBZisHqfbhdtrGRyaryulnYtliZw==}
+ deprecated: 'WARNING: This project has been renamed to @vue/typescript. Install using @vue/typescript instead.'
+
+ '@vue-flow/additional-components@1.3.3':
+ resolution: {integrity: sha512-AZhz0diM7VIN7MGKODiuqiu+xiujFQSs2UdiThgNI5vGSwwizd0g9dGzB+LK0Dt4FCRJ1g64xzxqbrAFFfzuFw==}
+ peerDependencies:
+ '@vue-flow/core': ^1.0.0
+ vue: ^3.2.25
+
+ '@vue-flow/core@1.41.2':
+ resolution: {integrity: sha512-nRGMXPH4oOyC5I1W8HLqGarBFYZZMNhuHlLaai7+LkDmzvGark+c/ucnJfwYaI2ho/CzQQ8q1J3jMcr+Np2kFA==}
+ peerDependencies:
+ vue: ^3.3.0
+
+ '@vue-office/docx@1.6.2':
+ resolution: {integrity: sha512-OHAoUHeY8nHjhWvwDhlPx+/rmRkxmqLpvPgtfCEOZ4H1c1LCdJ6eDbdV3152ww8dcdZ7fgGQu3fmSSaI7JwdpQ==}
+ peerDependencies:
+ '@vue/composition-api': ^1.7.1
+ vue: ^2.0.0 || >=3.0.0
+ vue-demi: ^0.14.6
+ peerDependenciesMeta:
+ '@vue/composition-api':
+ optional: true
+
+ '@vue-office/excel@1.7.11':
+ resolution: {integrity: sha512-LF3R9IV573Sf4qTu6Ik5Ee8UMfkrsZQ6HEQE25/2m1c0CMcHX6KanIy6Cz0b0Q+FrLH3TjIsLTm6oPcqAbDGSA==}
+ peerDependencies:
+ '@vue/composition-api': ^1.7.1
+ vue: ^2.0.0 || >=3.0.0
+ vue-demi: ^0.14.6
+ peerDependenciesMeta:
+ '@vue/composition-api':
+ optional: true
+
+ '@vue-office/pdf@1.6.5':
+ resolution: {integrity: sha512-3BePzeA5wji2JoZGJhdlc3XEXs6gMcSnBXrBXlGGfhZHjNijxcHa9V5Ibm8dDKoEwPPsfg+kf4TGP9/2GBR8jQ==}
+ peerDependencies:
+ '@vue/composition-api': ^1.7.1
+ vue: ^2.0.0 || >=3.0.0
+ vue-demi: ^0.14.6
+ peerDependenciesMeta:
+ '@vue/composition-api':
+ optional: true
+
+ '@vue/compiler-core@3.3.13':
+ resolution: {integrity: sha512-bwi9HShGu7uaZLOErZgsH2+ojsEdsjerbf2cMXPwmvcgZfVPZ2BVZzCVnwZBxTAYd6Mzbmf6izcUNDkWnBBQ6A==}
+
+ '@vue/compiler-core@3.5.7':
+ resolution: {integrity: sha512-A0gay3lK71MddsSnGlBxRPOugIVdACze9L/rCo5X5srCyjQfZOfYtSFMJc3aOZCM+xN55EQpb4R97rYn/iEbSw==}
+
+ '@vue/compiler-dom@3.3.13':
+ resolution: {integrity: sha512-EYRDpbLadGtNL0Gph+HoKiYqXLqZ0xSSpR5Dvnu/Ep7ggaCbjRDIus1MMxTS2Qm0koXED4xSlvTZaTnI8cYAsw==}
+
+ '@vue/compiler-dom@3.5.7':
+ resolution: {integrity: sha512-GYWl3+gO8/g0ZdYaJ18fYHdI/WVic2VuuUd1NsPp60DWXKy+XjdhFsDW7FbUto8siYYZcosBGn9yVBkjhq1M8Q==}
+
+ '@vue/compiler-sfc@2.7.16':
+ resolution: {integrity: sha512-KWhJ9k5nXuNtygPU7+t1rX6baZeqOYLEforUPjgNDBnLicfHCoi48H87Q8XyLZOrNNsmhuwKqtpDQWjEFe6Ekg==}
+
+ '@vue/compiler-sfc@3.3.13':
+ resolution: {integrity: sha512-DQVmHEy/EKIgggvnGRLx21hSqnr1smUS9Aq8tfxiiot8UR0/pXKHN9k78/qQ7etyQTFj5em5nruODON7dBeumw==}
+
+ '@vue/compiler-sfc@3.5.7':
+ resolution: {integrity: sha512-EjOJtCWJrC7HqoCEzOwpIYHm+JH7YmkxC1hG6VkqIukYRqj8KFUlTLK6hcT4nGgtVov2+ZfrdrRlcaqS78HnBA==}
+
+ '@vue/compiler-ssr@3.3.13':
+ resolution: {integrity: sha512-d/P3bCeUGmkJNS1QUZSAvoCIW4fkOKK3l2deE7zrp0ypJEy+En2AcypIkqvcFQOcw3F0zt2VfMvNsA9JmExTaw==}
+
+ '@vue/compiler-ssr@3.5.7':
+ resolution: {integrity: sha512-oZx+jXP2k5arV/8Ly3TpQbfFyimMw2ANrRqvHJoKjPqtEzazxQGZjCLOfq8TnZ3wy2TOXdqfmVp4q7FyYeHV4g==}
+
+ '@vue/devtools-api@6.6.4':
+ resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
+
+ '@vue/eslint-config-prettier@7.1.0':
+ resolution: {integrity: sha512-Pv/lVr0bAzSIHLd9iz0KnvAr4GKyCEl+h52bc4e5yWuDVtLgFwycF7nrbWTAQAS+FU6q1geVd07lc6EWfJiWKQ==}
+ peerDependencies:
+ eslint: '>= 7.28.0'
+ prettier: '>= 2.0.0'
+
+ '@vue/eslint-config-typescript@11.0.3':
+ resolution: {integrity: sha512-dkt6W0PX6H/4Xuxg/BlFj5xHvksjpSlVjtkQCpaYJBIEuKj2hOVU7r+TIe+ysCwRYFz/lGqvklntRkCAibsbPw==}
+ engines: {node: ^14.17.0 || >=16.0.0}
+ peerDependencies:
+ eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
+ eslint-plugin-vue: ^9.0.0
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+
+ '@vue/reactivity-transform@3.3.13':
+ resolution: {integrity: sha512-oWnydGH0bBauhXvh5KXUy61xr9gKaMbtsMHk40IK9M4gMuKPJ342tKFarY0eQ6jef8906m35q37wwA8DMZOm5Q==}
+
+ '@vue/reactivity@3.3.13':
+ resolution: {integrity: sha512-fjzCxceMahHhi4AxUBzQqqVhuA21RJ0COaWTbIBl1PruGW1CeY97louZzLi4smpYx+CHfFPPU/CS8NybbGvPKQ==}
+
+ '@vue/reactivity@3.5.7':
+ resolution: {integrity: sha512-yF0EpokpOHRNXyn/h6abXc9JFIzfdAf0MJHIi92xxCWS0mqrXH6+2aZ+A6EbSrspGzX5MHTd5N8iBA28HnXu9g==}
+
+ '@vue/runtime-core@3.3.13':
+ resolution: {integrity: sha512-1TzA5TvGuh2zUwMJgdfvrBABWZ7y8kBwBhm7BXk8rvdx2SsgcGfz2ruv2GzuGZNvL1aKnK8CQMV/jFOrxNQUMA==}
+
+ '@vue/runtime-dom@3.3.13':
+ resolution: {integrity: sha512-JJkpE8R/hJKXqVTgUoODwS5wqKtOsmJPEqmp90PDVGygtJ4C0PtOkcEYXwhiVEmef6xeXcIlrT3Yo5aQ4qkHhQ==}
+
+ '@vue/server-renderer@3.3.13':
+ resolution: {integrity: sha512-vSnN+nuf6iSqTL3Qgx/9A+BT+0Zf/VJOgF5uMZrKjYPs38GMYyAU1coDyBNHauehXDaP+zl73VhwWv0vBRBHcg==}
+ peerDependencies:
+ vue: 3.3.13
+
+ '@vue/shared@3.3.13':
+ resolution: {integrity: sha512-/zYUwiHD8j7gKx2argXEMCUXVST6q/21DFU0sTfNX0URJroCe3b1UF6vLJ3lQDfLNIiiRl2ONp7Nh5UVWS6QnA==}
+
+ '@vue/shared@3.5.7':
+ resolution: {integrity: sha512-NBE1PBIvzIedxIc2RZiKXvGbJkrZ2/hLf3h8GlS4/sP9xcXEZMFWOazFkNd6aGeUCMaproe5MHVYB3/4AW9q9g==}
+
+ '@vue/tsconfig@0.1.3':
+ resolution: {integrity: sha512-kQVsh8yyWPvHpb8gIc9l/HIDiiVUy1amynLNpCy8p+FoCiZXCo6fQos5/097MmnNZc9AtseDsCrfkhqCrJ8Olg==}
+ peerDependencies:
+ '@types/node': '*'
+ peerDependenciesMeta:
+ '@types/node':
+ optional: true
+
+ '@vueuse/components@10.11.1':
+ resolution: {integrity: sha512-ThcreQCX/eq61sLkLKjigD4PQvs3Wy4zglICvQH9tP6xl87y5KsQEoizn6OI+R3hrOgwQHLJe7Y0wLLh3fBKcg==}
+
+ '@vueuse/core@10.11.1':
+ resolution: {integrity: sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==}
+
+ '@vueuse/core@9.13.0':
+ resolution: {integrity: sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==}
+
+ '@vueuse/metadata@10.11.1':
+ resolution: {integrity: sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==}
+
+ '@vueuse/metadata@9.13.0':
+ resolution: {integrity: sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==}
+
+ '@vueuse/shared@10.11.1':
+ resolution: {integrity: sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==}
+
+ '@vueuse/shared@9.13.0':
+ resolution: {integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==}
+
+ '@wangeditor/basic-modules@1.1.7':
+ resolution: {integrity: sha512-cY9CPkLJaqF05STqfpZKWG4LpxTMeGSIIF1fHvfm/mz+JXatCagjdkbxdikOuKYlxDdeqvOeBmsUBItufDLXZg==}
+ peerDependencies:
+ '@wangeditor/core': 1.x
+ dom7: ^3.0.0
+ lodash.throttle: ^4.1.1
+ nanoid: ^3.2.0
+ slate: ^0.72.0
+ snabbdom: ^3.1.0
+
+ '@wangeditor/code-highlight@1.0.3':
+ resolution: {integrity: sha512-iazHwO14XpCuIWJNTQTikqUhGKyqj+dUNWJ9288Oym9M2xMVHvnsOmDU2sgUDWVy+pOLojReMPgXCsvvNlOOhw==}
+ peerDependencies:
+ '@wangeditor/core': 1.x
+ dom7: ^3.0.0
+ slate: ^0.72.0
+ snabbdom: ^3.1.0
+
+ '@wangeditor/core@1.1.19':
+ resolution: {integrity: sha512-KevkB47+7GhVszyYF2pKGKtCSj/YzmClsD03C3zTt+9SR2XWT5T0e3yQqg8baZpcMvkjs1D8Dv4fk8ok/UaS2Q==}
+ peerDependencies:
+ '@uppy/core': ^2.1.1
+ '@uppy/xhr-upload': ^2.0.3
+ dom7: ^3.0.0
+ is-hotkey: ^0.2.0
+ lodash.camelcase: ^4.3.0
+ lodash.clonedeep: ^4.5.0
+ lodash.debounce: ^4.0.8
+ lodash.foreach: ^4.5.0
+ lodash.isequal: ^4.5.0
+ lodash.throttle: ^4.1.1
+ lodash.toarray: ^4.4.0
+ nanoid: ^3.2.0
+ slate: ^0.72.0
+ snabbdom: ^3.1.0
+
+ '@wangeditor/editor-for-vue@5.1.12':
+ resolution: {integrity: sha512-0Ds3D8I+xnpNWezAeO7HmPRgTfUxHLMd9JKcIw+QzvSmhC5xUHbpCcLU+KLmeBKTR/zffnS5GQo6qi3GhTMJWQ==}
+ peerDependencies:
+ '@wangeditor/editor': '>=5.1.0'
+ vue: ^3.0.5
+
+ '@wangeditor/editor@5.1.23':
+ resolution: {integrity: sha512-0RxfeVTuK1tktUaPROnCoFfaHVJpRAIE2zdS0mpP+vq1axVQpLjM8+fCvKzqYIkH0Pg+C+44hJpe3VVroSkEuQ==}
+
+ '@wangeditor/list-module@1.0.5':
+ resolution: {integrity: sha512-uDuYTP6DVhcYf7mF1pTlmNn5jOb4QtcVhYwSSAkyg09zqxI1qBqsfUnveeDeDqIuptSJhkh81cyxi+MF8sEPOQ==}
+ peerDependencies:
+ '@wangeditor/core': 1.x
+ dom7: ^3.0.0
+ slate: ^0.72.0
+ snabbdom: ^3.1.0
+
+ '@wangeditor/table-module@1.1.4':
+ resolution: {integrity: sha512-5saanU9xuEocxaemGdNi9t8MCDSucnykEC6jtuiT72kt+/Hhh4nERYx1J20OPsTCCdVr7hIyQenFD1iSRkIQ6w==}
+ peerDependencies:
+ '@wangeditor/core': 1.x
+ dom7: ^3.0.0
+ lodash.isequal: ^4.5.0
+ lodash.throttle: ^4.1.1
+ nanoid: ^3.2.0
+ slate: ^0.72.0
+ snabbdom: ^3.1.0
+
+ '@wangeditor/upload-image-module@1.0.2':
+ resolution: {integrity: sha512-z81lk/v71OwPDYeQDxj6cVr81aDP90aFuywb8nPD6eQeECtOymrqRODjpO6VGvCVxVck8nUxBHtbxKtjgcwyiA==}
+ peerDependencies:
+ '@uppy/core': ^2.0.3
+ '@uppy/xhr-upload': ^2.0.3
+ '@wangeditor/basic-modules': 1.x
+ '@wangeditor/core': 1.x
+ dom7: ^3.0.0
+ lodash.foreach: ^4.5.0
+ slate: ^0.72.0
+ snabbdom: ^3.1.0
+
+ '@wangeditor/video-module@1.1.4':
+ resolution: {integrity: sha512-ZdodDPqKQrgx3IwWu4ZiQmXI8EXZ3hm2/fM6E3t5dB8tCaIGWQZhmqd6P5knfkRAd3z2+YRSRbxOGfoRSp/rLg==}
+ peerDependencies:
+ '@uppy/core': ^2.1.4
+ '@uppy/xhr-upload': ^2.0.7
+ '@wangeditor/core': 1.x
+ dom7: ^3.0.0
+ nanoid: ^3.2.0
+ slate: ^0.72.0
+ snabbdom: ^3.1.0
+
+ abab@2.0.6:
+ resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==}
+ deprecated: Use your platform's native atob() and btoa() methods instead
+
+ acorn-globals@7.0.1:
+ resolution: {integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==}
+
+ acorn-jsx@5.3.2:
+ resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
+ peerDependencies:
+ acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
+
+ acorn-walk@8.3.4:
+ resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==}
+ engines: {node: '>=0.4.0'}
+
+ acorn@8.12.1:
+ resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==}
+ engines: {node: '>=0.4.0'}
+ hasBin: true
+
+ agent-base@6.0.2:
+ resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
+ engines: {node: '>= 6.0.0'}
+
+ ajv@6.12.6:
+ resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
+
+ ansi-regex@2.1.1:
+ resolution: {integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==}
+ engines: {node: '>=0.10.0'}
+
+ ansi-regex@5.0.1:
+ resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
+ engines: {node: '>=8'}
+
+ ansi-styles@2.2.1:
+ resolution: {integrity: sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==}
+ engines: {node: '>=0.10.0'}
+
+ ansi-styles@3.2.1:
+ resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==}
+ engines: {node: '>=4'}
+
+ ansi-styles@4.3.0:
+ resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
+ engines: {node: '>=8'}
+
+ argparse@2.0.1:
+ resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
+
+ arr-diff@4.0.0:
+ resolution: {integrity: sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==}
+ engines: {node: '>=0.10.0'}
+
+ arr-flatten@1.1.0:
+ resolution: {integrity: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==}
+ engines: {node: '>=0.10.0'}
+
+ arr-union@3.1.0:
+ resolution: {integrity: sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==}
+ engines: {node: '>=0.10.0'}
+
+ array-buffer-byte-length@1.0.1:
+ resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==}
+ engines: {node: '>= 0.4'}
+
+ array-move@4.0.0:
+ resolution: {integrity: sha512-+RY54S8OuVvg94THpneQvFRmqWdAHeqtMzgMW6JNurHxe8rsS07cHQdfGkXnTUXiBcyZ0j3SiDIxxj0RPiqCkQ==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+
+ array-union@2.1.0:
+ resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==}
+ engines: {node: '>=8'}
+
+ array-unique@0.3.2:
+ resolution: {integrity: sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==}
+ engines: {node: '>=0.10.0'}
+
+ arraybuffer.prototype.slice@1.0.3:
+ resolution: {integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==}
+ engines: {node: '>= 0.4'}
+
+ assertion-error@1.1.0:
+ resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==}
+
+ assign-symbols@1.0.0:
+ resolution: {integrity: sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==}
+ engines: {node: '>=0.10.0'}
+
+ async-validator@4.2.5:
+ resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==}
+
+ asynckit@0.4.0:
+ resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
+
+ atob@2.1.2:
+ resolution: {integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==}
+ engines: {node: '>= 4.5.0'}
+ hasBin: true
+
+ available-typed-arrays@1.0.7:
+ resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==}
+ engines: {node: '>= 0.4'}
+
+ axios@0.21.4:
+ resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==, tarball: https://registry.npmmirror.com/axios/-/axios-0.21.4.tgz}
+
+ axios@1.7.7:
+ resolution: {integrity: sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==}
+
+ balanced-match@1.0.2:
+ resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
+
+ base64-js@1.5.1:
+ resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
+
+ base@0.11.2:
+ resolution: {integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==}
+ engines: {node: '>=0.10.0'}
+
+ big.js@5.2.2:
+ resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==}
+
+ bluebird@3.7.2:
+ resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==}
+
+ boolbase@1.0.0:
+ resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
+
+ bpmn-js-properties-panel@5.24.0:
+ resolution: {integrity: sha512-OPowufOEa6SVDzdtikgP5zfjFLIKvlkJbtx4mJewdFjmZnqR1pYwoLElqHPd3V7KEM5b71b3iia8lapZoXlRFw==}
+ peerDependencies:
+ '@bpmn-io/properties-panel': '>= 3.7'
+ bpmn-js: '>= 11.5'
+ camunda-bpmn-js-behaviors: '>= 0.4'
+ diagram-js: '>= 11.9'
+
+ bpmn-js@17.11.1:
+ resolution: {integrity: sha512-ywCeTg5kvN8lYkU+fHE+YXTGlfKc55lRBn7zW3k1//toeMNPy/PS/uQiujRWdFhMrH5dbtDvlwWukNw2pjWw8Q==}
+
+ bpmn-moddle@8.1.0:
+ resolution: {integrity: sha512-yI5OAFfYVJwViKTsTsonVfCBPtB3MlefADUORwNIxxBOMp21vnoxuxsdgUWlPH/dvAEZh/+mr8UtqOBNu8NC5Q==}
+
+ brace-expansion@1.1.11:
+ resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==}
+
+ braces@2.3.2:
+ resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==}
+ engines: {node: '>=0.10.0'}
+
+ braces@3.0.3:
+ resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
+ engines: {node: '>=8'}
+
+ buffer@5.7.1:
+ resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==}
+
+ cache-base@1.0.1:
+ resolution: {integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==}
+ engines: {node: '>=0.10.0'}
+
+ call-bind@1.0.7:
+ resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==}
+ engines: {node: '>= 0.4'}
+
+ callsites@3.1.0:
+ resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
+ engines: {node: '>=6'}
+
+ camunda-bpmn-js-behaviors@1.6.1:
+ resolution: {integrity: sha512-nvfFmL2wrCi5IApt4NcYcpRHJx4nPS8AHSUq9ckyq9FiDeIwASafsvaEYY0r+FeobqUY1deYNYsKjhSYd4N0kQ==}
+ peerDependencies:
+ bpmn-js: '>= 9'
+ camunda-bpmn-moddle: '>= 7'
+ zeebe-bpmn-moddle: '>= 0.18'
+
+ camunda-bpmn-moddle@7.0.1:
+ resolution: {integrity: sha512-Br8Diu6roMpziHdpl66Dhnm0DTnCFMrSD9zwLV08LpD52QA0UsXxU87XfHf08HjuB7ly0Hd1bvajZRpf9hbmYQ==}
+
+ chai@4.5.0:
+ resolution: {integrity: sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==}
+ engines: {node: '>=4'}
+
+ chalk@1.1.3:
+ resolution: {integrity: sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==}
+ engines: {node: '>=0.10.0'}
+
+ chalk@2.4.2:
+ resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
+ engines: {node: '>=4'}
+
+ chalk@4.1.2:
+ resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
+ engines: {node: '>=10'}
+
+ check-error@1.0.3:
+ resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==}
+
+ class-utils@0.3.6:
+ resolution: {integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==}
+ engines: {node: '>=0.10.0'}
+
+ classnames@2.5.1:
+ resolution: {integrity: sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==}
+
+ clone@2.1.2:
+ resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==}
+ engines: {node: '>=0.8'}
+
+ clsx@2.1.1:
+ resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
+ engines: {node: '>=6'}
+
+ collection-visit@1.0.0:
+ resolution: {integrity: sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==}
+ engines: {node: '>=0.10.0'}
+
+ color-convert@1.9.3:
+ resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
+
+ color-convert@2.0.1:
+ resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
+ engines: {node: '>=7.0.0'}
+
+ color-name@1.1.3:
+ resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
+
+ color-name@1.1.4:
+ resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
+
+ combined-stream@1.0.8:
+ resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
+ engines: {node: '>= 0.8'}
+
+ commander@7.2.0:
+ resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==}
+ engines: {node: '>= 10'}
+
+ component-emitter@1.3.1:
+ resolution: {integrity: sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==}
+
+ component-event@0.2.1:
+ resolution: {integrity: sha512-wGA++isMqiDq1jPYeyv2as/Bt/u+3iLW0rEa+8NQ82jAv3TgqMiCM+B2SaBdn2DfLilLjjq736YcezihRYhfxw==}
+
+ compute-scroll-into-view@1.0.20:
+ resolution: {integrity: sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==}
+
+ concat-map@0.0.1:
+ resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
+
+ copy-anything@2.0.6:
+ resolution: {integrity: sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==}
+
+ copy-descriptor@0.1.1:
+ resolution: {integrity: sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==}
+ engines: {node: '>=0.10.0'}
+
+ core-js-pure@3.38.1:
+ resolution: {integrity: sha512-BY8Etc1FZqdw1glX0XNOq2FDwfrg/VGqoZOZCdaL+UmdaqDwQwYXkMJT4t6In+zfEfOJDcM9T0KdbBeJg8KKCQ==}
+
+ core-js@3.39.0:
+ resolution: {integrity: sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==, tarball: https://registry.npmmirror.com/core-js/-/core-js-3.39.0.tgz}
+
+ cors@2.8.5:
+ resolution: {integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==}
+ engines: {node: '>= 0.10'}
+
+ crelt@1.0.6:
+ resolution: {integrity: sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==}
+
+ cross-spawn@6.0.5:
+ resolution: {integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==}
+ engines: {node: '>=4.8'}
+
+ cross-spawn@7.0.3:
+ resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
+ engines: {node: '>= 8'}
+
+ css-select@4.3.0:
+ resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==}
+
+ css-tree@1.1.3:
+ resolution: {integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==}
+ engines: {node: '>=8.0.0'}
+
+ css-what@6.1.0:
+ resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==}
+ engines: {node: '>= 6'}
+
+ cssesc@3.0.0:
+ resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
+ engines: {node: '>=4'}
+ hasBin: true
+
+ csso@4.2.0:
+ resolution: {integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==}
+ engines: {node: '>=8.0.0'}
+
+ cssom@0.3.8:
+ resolution: {integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==}
+
+ cssom@0.5.0:
+ resolution: {integrity: sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==}
+
+ cssstyle@2.3.0:
+ resolution: {integrity: sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==}
+ engines: {node: '>=8'}
+
+ csstype@3.1.3:
+ resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
+
+ d3-color@3.1.0:
+ resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==}
+ engines: {node: '>=12'}
+
+ d3-dispatch@3.0.1:
+ resolution: {integrity: sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==}
+ engines: {node: '>=12'}
+
+ d3-drag@3.0.0:
+ resolution: {integrity: sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==}
+ engines: {node: '>=12'}
+
+ d3-ease@3.0.1:
+ resolution: {integrity: sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==}
+ engines: {node: '>=12'}
+
+ d3-interpolate@3.0.1:
+ resolution: {integrity: sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==}
+ engines: {node: '>=12'}
+
+ d3-selection@3.0.0:
+ resolution: {integrity: sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==}
+ engines: {node: '>=12'}
+
+ d3-timer@3.0.1:
+ resolution: {integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==}
+ engines: {node: '>=12'}
+
+ d3-transition@3.0.1:
+ resolution: {integrity: sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==}
+ engines: {node: '>=12'}
+ peerDependencies:
+ d3-selection: 2 - 3
+
+ d3-zoom@3.0.0:
+ resolution: {integrity: sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==}
+ engines: {node: '>=12'}
+
+ d@1.0.2:
+ resolution: {integrity: sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==}
+ engines: {node: '>=0.12'}
+
+ data-urls@3.0.2:
+ resolution: {integrity: sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==}
+ engines: {node: '>=12'}
+
+ data-view-buffer@1.0.1:
+ resolution: {integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==}
+ engines: {node: '>= 0.4'}
+
+ data-view-byte-length@1.0.1:
+ resolution: {integrity: sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==}
+ engines: {node: '>= 0.4'}
+
+ data-view-byte-offset@1.0.0:
+ resolution: {integrity: sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==}
+ engines: {node: '>= 0.4'}
+
+ dayjs@1.11.13:
+ resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==}
+
+ debug@2.6.9:
+ resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
+ peerDependencies:
+ supports-color: '*'
+ peerDependenciesMeta:
+ supports-color:
+ optional: true
+
+ debug@4.3.7:
+ resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==}
+ engines: {node: '>=6.0'}
+ peerDependencies:
+ supports-color: '*'
+ peerDependenciesMeta:
+ supports-color:
+ optional: true
+
+ decimal.js@10.4.3:
+ resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==}
+
+ decode-uri-component@0.2.2:
+ resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==}
+ engines: {node: '>=0.10'}
+
+ deep-eql@4.1.4:
+ resolution: {integrity: sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==}
+ engines: {node: '>=6'}
+
+ deep-is@0.1.4:
+ resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
+
+ define-data-property@1.1.4:
+ resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==}
+ engines: {node: '>= 0.4'}
+
+ define-properties@1.2.1:
+ resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
+ engines: {node: '>= 0.4'}
+
+ define-property@0.2.5:
+ resolution: {integrity: sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==}
+ engines: {node: '>=0.10.0'}
+
+ define-property@1.0.0:
+ resolution: {integrity: sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==}
+ engines: {node: '>=0.10.0'}
+
+ define-property@2.0.2:
+ resolution: {integrity: sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==}
+ engines: {node: '>=0.10.0'}
+
+ delayed-stream@1.0.0:
+ resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
+ engines: {node: '>=0.4.0'}
+
+ diagram-js-direct-editing@3.1.0:
+ resolution: {integrity: sha512-rBo60hhwUT7XwB1v8UEHHwLgcoz/KmeTKkVGWwkWz9/56XA7EvJkg9UDL758eon1IF6HbSkpk0oZm/qLl7Nvfg==}
+ peerDependencies:
+ diagram-js: '*'
+
+ diagram-js@14.11.0:
+ resolution: {integrity: sha512-OzJXMj9xPrVMgrvFNbr7ml6vcOrnt/FYO4at0SRY5B6EnU4nlqfncQx1VNYcA97/eIh/prAc0SxhqyZkSKivRw==}
+
+ didi@10.2.2:
+ resolution: {integrity: sha512-l8NYkYFXV1izHI65EyT8EXOjUZtKmQkHLTT89cSP7HU5J/G7AOj0dXKtLc04EXYlga99PBY18IPjOeZ+c3DI4w==}
+ engines: {node: '>= 16'}
+
+ dir-glob@3.0.1:
+ resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==}
+ engines: {node: '>=8'}
+
+ doctrine@3.0.0:
+ resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==}
+ engines: {node: '>=6.0.0'}
+
+ dom-serializer@0.2.2:
+ resolution: {integrity: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==}
+
+ dom-serializer@1.4.1:
+ resolution: {integrity: sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==}
+
+ dom7@3.0.0:
+ resolution: {integrity: sha512-oNlcUdHsC4zb7Msx7JN3K0Nro1dzJ48knvBOnDPKJ2GV9wl1i5vydJZUSyOfrkKFDZEud/jBsTk92S/VGSAe/g==}
+
+ domelementtype@1.3.1:
+ resolution: {integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==}
+
+ domelementtype@2.3.0:
+ resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==}
+
+ domexception@4.0.0:
+ resolution: {integrity: sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==}
+ engines: {node: '>=12'}
+ deprecated: Use your platform's native DOMException instead
+
+ domhandler@2.4.2:
+ resolution: {integrity: sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==}
+
+ domhandler@4.3.1:
+ resolution: {integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==}
+ engines: {node: '>= 4'}
+
+ domify@1.4.2:
+ resolution: {integrity: sha512-m4yreHcUWHBncGVV7U+yQzc12vIlq0jMrtHZ5mW6dQMiL/7skSYNVX9wqKwOtyO9SGCgevrAFEgOCAHmamHTUA==}
+
+ domify@2.0.0:
+ resolution: {integrity: sha512-rmvrrmWQPD/X1A/nPBfIVg4r05792QdG9Z4Prk6oQG0F9zBMDkr0GKAdds1wjb2dq1rTz/ywc4ZxpZbgz0tttg==}
+ engines: {node: '>=18'}
+
+ domutils@1.7.0:
+ resolution: {integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==}
+
+ domutils@2.8.0:
+ resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==}
+
+ echarts@5.5.1:
+ resolution: {integrity: sha512-Fce8upazaAXUVUVsjgV6mBnGuqgO+JNDlcgF79Dksy4+wgGpQB2lmYoO4TSweFg/mZITdpGHomw/cNBJZj1icA==}
+
+ element-plus@2.8.3:
+ resolution: {integrity: sha512-BXQOyDf0s7JHyNEV8iaO+iaOzTZPsBXVKMzMI967vLCodUBDLrtiY5vglAn1YEebQcUOEUMhGcttTpIvEkcBjQ==}
+ peerDependencies:
+ vue: ^3.2.0
+
+ emojis-list@3.0.0:
+ resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==}
+ engines: {node: '>= 4'}
+
+ entities@1.1.2:
+ resolution: {integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==}
+
+ entities@2.2.0:
+ resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==}
+
+ entities@4.5.0:
+ resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
+ engines: {node: '>=0.12'}
+
+ errno@0.1.8:
+ resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==, tarball: https://registry.npmmirror.com/errno/-/errno-0.1.8.tgz}
+ hasBin: true
+
+ error-ex@1.3.2:
+ resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==}
+
+ es-abstract@1.23.3:
+ resolution: {integrity: sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==}
+ engines: {node: '>= 0.4'}
+
+ es-define-property@1.0.0:
+ resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==}
+ engines: {node: '>= 0.4'}
+
+ es-errors@1.3.0:
+ resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
+ engines: {node: '>= 0.4'}
+
+ es-object-atoms@1.0.0:
+ resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==}
+ engines: {node: '>= 0.4'}
+
+ es-set-tostringtag@2.0.3:
+ resolution: {integrity: sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==}
+ engines: {node: '>= 0.4'}
+
+ es-to-primitive@1.2.1:
+ resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==}
+ engines: {node: '>= 0.4'}
+
+ es5-ext@0.10.64:
+ resolution: {integrity: sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==}
+ engines: {node: '>=0.10'}
+
+ es6-iterator@2.0.3:
+ resolution: {integrity: sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==}
+
+ es6-symbol@3.1.4:
+ resolution: {integrity: sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==}
+ engines: {node: '>=0.12'}
+
+ esbuild-android-64@0.15.18:
+ resolution: {integrity: sha512-wnpt3OXRhcjfIDSZu9bnzT4/TNTDsOUvip0foZOUBG7QbSt//w3QV4FInVJxNhKc/ErhUxc5z4QjHtMi7/TbgA==, tarball: https://registry.npmmirror.com/esbuild-android-64/-/esbuild-android-64-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [android]
+
+ esbuild-android-arm64@0.15.18:
+ resolution: {integrity: sha512-G4xu89B8FCzav9XU8EjsXacCKSG2FT7wW9J6hOc18soEHJdtWu03L3TQDGf0geNxfLTtxENKBzMSq9LlbjS8OQ==, tarball: https://registry.npmmirror.com/esbuild-android-arm64/-/esbuild-android-arm64-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [android]
+
+ esbuild-darwin-64@0.15.18:
+ resolution: {integrity: sha512-2WAvs95uPnVJPuYKP0Eqx+Dl/jaYseZEUUT1sjg97TJa4oBtbAKnPnl3b5M9l51/nbx7+QAEtuummJZW0sBEmg==, tarball: https://registry.npmmirror.com/esbuild-darwin-64/-/esbuild-darwin-64-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [darwin]
+
+ esbuild-darwin-arm64@0.15.18:
+ resolution: {integrity: sha512-tKPSxcTJ5OmNb1btVikATJ8NftlyNlc8BVNtyT/UAr62JFOhwHlnoPrhYWz09akBLHI9nElFVfWSTSRsrZiDUA==, tarball: https://registry.npmmirror.com/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [darwin]
+
+ esbuild-freebsd-64@0.15.18:
+ resolution: {integrity: sha512-TT3uBUxkteAjR1QbsmvSsjpKjOX6UkCstr8nMr+q7zi3NuZ1oIpa8U41Y8I8dJH2fJgdC3Dj3CXO5biLQpfdZA==, tarball: https://registry.npmmirror.com/esbuild-freebsd-64/-/esbuild-freebsd-64-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [freebsd]
+
+ esbuild-freebsd-arm64@0.15.18:
+ resolution: {integrity: sha512-R/oVr+X3Tkh+S0+tL41wRMbdWtpWB8hEAMsOXDumSSa6qJR89U0S/PpLXrGF7Wk/JykfpWNokERUpCeHDl47wA==, tarball: https://registry.npmmirror.com/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [freebsd]
+
+ esbuild-linux-32@0.15.18:
+ resolution: {integrity: sha512-lphF3HiCSYtaa9p1DtXndiQEeQDKPl9eN/XNoBf2amEghugNuqXNZA/ZovthNE2aa4EN43WroO0B85xVSjYkbg==, tarball: https://registry.npmmirror.com/esbuild-linux-32/-/esbuild-linux-32-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [ia32]
+ os: [linux]
+
+ esbuild-linux-64@0.15.18:
+ resolution: {integrity: sha512-hNSeP97IviD7oxLKFuii5sDPJ+QHeiFTFLoLm7NZQligur8poNOWGIgpQ7Qf8Balb69hptMZzyOBIPtY09GZYw==, tarball: https://registry.npmmirror.com/esbuild-linux-64/-/esbuild-linux-64-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [linux]
+
+ esbuild-linux-arm64@0.15.18:
+ resolution: {integrity: sha512-54qr8kg/6ilcxd+0V3h9rjT4qmjc0CccMVWrjOEM/pEcUzt8X62HfBSeZfT2ECpM7104mk4yfQXkosY8Quptug==, tarball: https://registry.npmmirror.com/esbuild-linux-arm64/-/esbuild-linux-arm64-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [linux]
+
+ esbuild-linux-arm@0.15.18:
+ resolution: {integrity: sha512-UH779gstRblS4aoS2qpMl3wjg7U0j+ygu3GjIeTonCcN79ZvpPee12Qun3vcdxX+37O5LFxz39XeW2I9bybMVA==, tarball: https://registry.npmmirror.com/esbuild-linux-arm/-/esbuild-linux-arm-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [arm]
+ os: [linux]
+
+ esbuild-linux-mips64le@0.15.18:
+ resolution: {integrity: sha512-Mk6Ppwzzz3YbMl/ZZL2P0q1tnYqh/trYZ1VfNP47C31yT0K8t9s7Z077QrDA/guU60tGNp2GOwCQnp+DYv7bxQ==, tarball: https://registry.npmmirror.com/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [mips64el]
+ os: [linux]
+
+ esbuild-linux-ppc64le@0.15.18:
+ resolution: {integrity: sha512-b0XkN4pL9WUulPTa/VKHx2wLCgvIAbgwABGnKMY19WhKZPT+8BxhZdqz6EgkqCLld7X5qiCY2F/bfpUUlnFZ9w==, tarball: https://registry.npmmirror.com/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [ppc64]
+ os: [linux]
+
+ esbuild-linux-riscv64@0.15.18:
+ resolution: {integrity: sha512-ba2COaoF5wL6VLZWn04k+ACZjZ6NYniMSQStodFKH/Pu6RxzQqzsmjR1t9QC89VYJxBeyVPTaHuBMCejl3O/xg==, tarball: https://registry.npmmirror.com/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [riscv64]
+ os: [linux]
+
+ esbuild-linux-s390x@0.15.18:
+ resolution: {integrity: sha512-VbpGuXEl5FCs1wDVp93O8UIzl3ZrglgnSQ+Hu79g7hZu6te6/YHgVJxCM2SqfIila0J3k0csfnf8VD2W7u2kzQ==, tarball: https://registry.npmmirror.com/esbuild-linux-s390x/-/esbuild-linux-s390x-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [s390x]
+ os: [linux]
+
+ esbuild-netbsd-64@0.15.18:
+ resolution: {integrity: sha512-98ukeCdvdX7wr1vUYQzKo4kQ0N2p27H7I11maINv73fVEXt2kyh4K4m9f35U1K43Xc2QGXlzAw0K9yoU7JUjOg==, tarball: https://registry.npmmirror.com/esbuild-netbsd-64/-/esbuild-netbsd-64-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [netbsd]
+
+ esbuild-openbsd-64@0.15.18:
+ resolution: {integrity: sha512-yK5NCcH31Uae076AyQAXeJzt/vxIo9+omZRKj1pauhk3ITuADzuOx5N2fdHrAKPxN+zH3w96uFKlY7yIn490xQ==, tarball: https://registry.npmmirror.com/esbuild-openbsd-64/-/esbuild-openbsd-64-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [openbsd]
+
+ esbuild-sunos-64@0.15.18:
+ resolution: {integrity: sha512-On22LLFlBeLNj/YF3FT+cXcyKPEI263nflYlAhz5crxtp3yRG1Ugfr7ITyxmCmjm4vbN/dGrb/B7w7U8yJR9yw==, tarball: https://registry.npmmirror.com/esbuild-sunos-64/-/esbuild-sunos-64-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [sunos]
+
+ esbuild-windows-32@0.15.18:
+ resolution: {integrity: sha512-o+eyLu2MjVny/nt+E0uPnBxYuJHBvho8vWsC2lV61A7wwTWC3jkN2w36jtA+yv1UgYkHRihPuQsL23hsCYGcOQ==, tarball: https://registry.npmmirror.com/esbuild-windows-32/-/esbuild-windows-32-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [ia32]
+ os: [win32]
+
+ esbuild-windows-64@0.15.18:
+ resolution: {integrity: sha512-qinug1iTTaIIrCorAUjR0fcBk24fjzEedFYhhispP8Oc7SFvs+XeW3YpAKiKp8dRpizl4YYAhxMjlftAMJiaUw==, tarball: https://registry.npmmirror.com/esbuild-windows-64/-/esbuild-windows-64-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [win32]
+
+ esbuild-windows-arm64@0.15.18:
+ resolution: {integrity: sha512-q9bsYzegpZcLziq0zgUi5KqGVtfhjxGbnksaBFYmWLxeV/S1fK4OLdq2DFYnXcLMjlZw2L0jLsk1eGoB522WXQ==, tarball: https://registry.npmmirror.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.15.18.tgz}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [win32]
+
+ esbuild@0.15.18:
+ resolution: {integrity: sha512-x/R72SmW3sSFRm5zrrIjAhCeQSAWoni3CmHEqfQrZIQTM3lVCdehdwuIqaOtfC2slvpdlLa62GYoN8SxT23m6Q==}
+ engines: {node: '>=12'}
+ hasBin: true
+
+ esbuild@0.18.20:
+ resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==}
+ engines: {node: '>=12'}
+ hasBin: true
+
+ escape-html@1.0.3:
+ resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
+
+ escape-string-regexp@1.0.5:
+ resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
+ engines: {node: '>=0.8.0'}
+
+ escape-string-regexp@4.0.0:
+ resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
+ engines: {node: '>=10'}
+
+ escodegen@2.1.0:
+ resolution: {integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==}
+ engines: {node: '>=6.0'}
+ hasBin: true
+
+ eslint-config-prettier@8.10.0:
+ resolution: {integrity: sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==}
+ hasBin: true
+ peerDependencies:
+ eslint: '>=7.0.0'
+
+ eslint-plugin-prettier@4.2.1:
+ resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==}
+ engines: {node: '>=12.0.0'}
+ peerDependencies:
+ eslint: '>=7.28.0'
+ eslint-config-prettier: '*'
+ prettier: '>=2.0.0'
+ peerDependenciesMeta:
+ eslint-config-prettier:
+ optional: true
+
+ eslint-plugin-vue@9.28.0:
+ resolution: {integrity: sha512-ShrihdjIhOTxs+MfWun6oJWuk+g/LAhN+CiuOl/jjkG3l0F2AuK5NMTaWqyvBgkFtpYmyks6P4603mLmhNJW8g==}
+ engines: {node: ^14.17.0 || >=16.0.0}
+ peerDependencies:
+ eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
+
+ eslint-scope@5.1.1:
+ resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
+ engines: {node: '>=8.0.0'}
+
+ eslint-scope@7.2.2:
+ resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+
+ eslint-visitor-keys@3.4.3:
+ resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+
+ eslint@8.57.1:
+ resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ hasBin: true
+
+ esniff@2.0.1:
+ resolution: {integrity: sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==}
+ engines: {node: '>=0.10'}
+
+ espree@9.6.1:
+ resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+
+ esprima@4.0.1:
+ resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
+ engines: {node: '>=4'}
+ hasBin: true
+
+ esquery@1.6.0:
+ resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
+ engines: {node: '>=0.10'}
+
+ esrecurse@4.3.0:
+ resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
+ engines: {node: '>=4.0'}
+
+ estraverse@4.3.0:
+ resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==}
+ engines: {node: '>=4.0'}
+
+ estraverse@5.3.0:
+ resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
+ engines: {node: '>=4.0'}
+
+ estree-walker@2.0.2:
+ resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
+
+ esutils@2.0.3:
+ resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
+ engines: {node: '>=0.10.0'}
+
+ etag@1.8.1:
+ resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==}
+ engines: {node: '>= 0.6'}
+
+ event-emitter@0.3.5:
+ resolution: {integrity: sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==}
+
+ expand-brackets@2.1.4:
+ resolution: {integrity: sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==}
+ engines: {node: '>=0.10.0'}
+
+ ext@1.7.0:
+ resolution: {integrity: sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==}
+
+ extend-shallow@2.0.1:
+ resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==}
+ engines: {node: '>=0.10.0'}
+
+ extend-shallow@3.0.2:
+ resolution: {integrity: sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==}
+ engines: {node: '>=0.10.0'}
+
+ extglob@2.0.4:
+ resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==}
+ engines: {node: '>=0.10.0'}
+
+ fast-deep-equal@3.1.3:
+ resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
+
+ fast-diff@1.3.0:
+ resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==}
+
+ fast-glob@3.3.2:
+ resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==}
+ engines: {node: '>=8.6.0'}
+
+ fast-json-stable-stringify@2.1.0:
+ resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
+
+ fast-levenshtein@2.0.6:
+ resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
+
+ fastq@1.17.1:
+ resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==}
+
+ feelers@1.4.0:
+ resolution: {integrity: sha512-CGa/7ILuqoqTaeYeoKsg/4tzu2es9sEEJTmSjdu0lousZBw4V9gcYhHYFNmbrSrKmbAVfOzj6/DsymGJWFIOeg==}
+
+ feelin@3.1.2:
+ resolution: {integrity: sha512-fu8MVT54I58IU0OOuyUyx4E0hOwTZ5dKmPyv99Q93UMZhPCZwdu+s0jvI+O85WvV+P6CTbs9qwb2h9GjRtoI6w==}
+
+ file-entry-cache@6.0.1:
+ resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==}
+ engines: {node: ^10.12.0 || >=12.0.0}
+
+ file-saver@2.0.5:
+ resolution: {integrity: sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==}
+
+ fill-range@4.0.0:
+ resolution: {integrity: sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==}
+ engines: {node: '>=0.10.0'}
+
+ fill-range@7.1.1:
+ resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
+ engines: {node: '>=8'}
+
+ find-up@5.0.0:
+ resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
+ engines: {node: '>=10'}
+
+ flat-cache@3.2.0:
+ resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==}
+ engines: {node: ^10.12.0 || >=12.0.0}
+
+ flatted@3.3.1:
+ resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==}
+
+ focus-trap@7.6.0:
+ resolution: {integrity: sha512-1td0l3pMkWJLFipobUcGaf+5DTY4PLDDrcqoSaKP8ediO/CoWCCYk/fT/Y2A4e6TNB+Sh6clRJCjOPPnKoNHnQ==}
+
+ follow-redirects@1.15.9:
+ resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==}
+ engines: {node: '>=4.0'}
+ peerDependencies:
+ debug: '*'
+ peerDependenciesMeta:
+ debug:
+ optional: true
+
+ for-each@0.3.3:
+ resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==}
+
+ for-in@1.0.2:
+ resolution: {integrity: sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==}
+ engines: {node: '>=0.10.0'}
+
+ form-data@4.0.0:
+ resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==}
+ engines: {node: '>= 6'}
+
+ fragment-cache@0.2.1:
+ resolution: {integrity: sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==}
+ engines: {node: '>=0.10.0'}
+
+ fs-extra@10.1.0:
+ resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==}
+ engines: {node: '>=12'}
+
+ fs.realpath@1.0.0:
+ resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
+
+ fsevents@2.3.3:
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==, tarball: https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz}
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
+ os: [darwin]
+
+ function-bind@1.1.2:
+ resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
+
+ function.prototype.name@1.1.6:
+ resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==}
+ engines: {node: '>= 0.4'}
+
+ functions-have-names@1.2.3:
+ resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==}
+
+ fuse.js@7.0.0:
+ resolution: {integrity: sha512-14F4hBIxqKvD4Zz/XjDc3y94mNZN6pRv3U13Udo0lNLCWRBUsrMv2xwcF/y/Z5sV6+FQW+/ow68cHpm4sunt8Q==}
+ engines: {node: '>=10'}
+
+ get-func-name@2.0.2:
+ resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==}
+
+ get-intrinsic@1.2.4:
+ resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==}
+ engines: {node: '>= 0.4'}
+
+ get-symbol-description@1.0.2:
+ resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==}
+ engines: {node: '>= 0.4'}
+
+ get-value@2.0.6:
+ resolution: {integrity: sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==}
+ engines: {node: '>=0.10.0'}
+
+ glob-parent@5.1.2:
+ resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
+ engines: {node: '>= 6'}
+
+ glob-parent@6.0.2:
+ resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
+ engines: {node: '>=10.13.0'}
+
+ glob@7.2.3:
+ resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
+ deprecated: Glob versions prior to v9 are no longer supported
+
+ globals@13.24.0:
+ resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==}
+ engines: {node: '>=8'}
+
+ globalthis@1.0.4:
+ resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==}
+ engines: {node: '>= 0.4'}
+
+ globby@11.1.0:
+ resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==}
+ engines: {node: '>=10'}
+
+ gm-crypto@0.1.12:
+ resolution: {integrity: sha512-ercd9ionBqxR+/FCXICr0eo+jzC8BvSK0j9L7/eB0uwbyjgeMPTdBNrcQTqIuRXOtOAKSGsTNvtLYFnIxNEoFg==}
+
+ gopd@1.0.1:
+ resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==}
+
+ graceful-fs@4.2.11:
+ resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==, tarball: https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz}
+
+ graphemer@1.4.0:
+ resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
+
+ has-ansi@2.0.0:
+ resolution: {integrity: sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==}
+ engines: {node: '>=0.10.0'}
+
+ has-bigints@1.0.2:
+ resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==}
+
+ has-flag@1.0.0:
+ resolution: {integrity: sha512-DyYHfIYwAJmjAjSSPKANxI8bFY9YtFrgkAfinBojQ8YJTOuOuav64tMUJv584SES4xl74PmuaevIyaLESHdTAA==}
+ engines: {node: '>=0.10.0'}
+
+ has-flag@3.0.0:
+ resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==}
+ engines: {node: '>=4'}
+
+ has-flag@4.0.0:
+ resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
+ engines: {node: '>=8'}
+
+ has-property-descriptors@1.0.2:
+ resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==}
+
+ has-proto@1.0.3:
+ resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==}
+ engines: {node: '>= 0.4'}
+
+ has-symbols@1.0.3:
+ resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==}
+ engines: {node: '>= 0.4'}
+
+ has-tostringtag@1.0.2:
+ resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
+ engines: {node: '>= 0.4'}
+
+ has-value@0.3.1:
+ resolution: {integrity: sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==}
+ engines: {node: '>=0.10.0'}
+
+ has-value@1.0.0:
+ resolution: {integrity: sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==}
+ engines: {node: '>=0.10.0'}
+
+ has-values@0.1.4:
+ resolution: {integrity: sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==}
+ engines: {node: '>=0.10.0'}
+
+ has-values@1.0.0:
+ resolution: {integrity: sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==}
+ engines: {node: '>=0.10.0'}
+
+ hasown@2.0.2:
+ resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
+ engines: {node: '>= 0.4'}
+
+ he@1.2.0:
+ resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
+ hasBin: true
+
+ hosted-git-info@2.8.9:
+ resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==}
+
+ htm@3.1.1:
+ resolution: {integrity: sha512-983Vyg8NwUE7JkZ6NmOqpCZ+sh1bKv2iYTlUkzlWmA5JD2acKoxd4KVxbMmxX/85mtfdnDmTFoNKcg5DGAvxNQ==}
+
+ html-encoding-sniffer@3.0.0:
+ resolution: {integrity: sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==}
+ engines: {node: '>=12'}
+
+ html-void-elements@2.0.1:
+ resolution: {integrity: sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==}
+
+ htmlparser2@3.10.1:
+ resolution: {integrity: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==}
+
+ http-proxy-agent@5.0.0:
+ resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==}
+ engines: {node: '>= 6'}
+
+ https-proxy-agent@5.0.1:
+ resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==}
+ engines: {node: '>= 6'}
+
+ i18next@20.6.1:
+ resolution: {integrity: sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==}
+
+ iconv-lite@0.6.3:
+ resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
+ engines: {node: '>=0.10.0'}
+
+ ids@1.0.5:
+ resolution: {integrity: sha512-XQ0yom/4KWTL29sLG+tyuycy7UmeaM/79GRtSJq6IG9cJGIPeBz5kwDCguie3TwxaMNIc3WtPi0cTa1XYHicpw==}
+
+ ieee754@1.2.1:
+ resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
+
+ ignore@5.3.2:
+ resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
+ engines: {node: '>= 4'}
+
+ image-size@0.5.5:
+ resolution: {integrity: sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==, tarball: https://registry.npmmirror.com/image-size/-/image-size-0.5.5.tgz}
+ engines: {node: '>=0.10.0'}
+ hasBin: true
+
+ immer@9.0.21:
+ resolution: {integrity: sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==}
+
+ import-fresh@3.3.0:
+ resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==}
+ engines: {node: '>=6'}
+
+ imurmurhash@0.1.4:
+ resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
+ engines: {node: '>=0.8.19'}
+
+ inflight@1.0.6:
+ resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
+ deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
+
+ inherits-browser@0.1.0:
+ resolution: {integrity: sha512-CJHHvW3jQ6q7lzsXPpapLdMx5hDpSF3FSh45pwsj6bKxJJ8Nl8v43i5yXnr3BdfOimGHKyniewQtnAIp3vyJJw==}
+
+ inherits@2.0.4:
+ resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
+
+ internal-slot@1.0.7:
+ resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==}
+ engines: {node: '>= 0.4'}
+
+ is-accessor-descriptor@1.0.1:
+ resolution: {integrity: sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==}
+ engines: {node: '>= 0.10'}
+
+ is-array-buffer@3.0.4:
+ resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==}
+ engines: {node: '>= 0.4'}
+
+ is-arrayish@0.2.1:
+ resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==}
+
+ is-bigint@1.0.4:
+ resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==}
+
+ is-boolean-object@1.1.2:
+ resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==}
+ engines: {node: '>= 0.4'}
+
+ is-buffer@1.1.6:
+ resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==}
+
+ is-callable@1.2.7:
+ resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==}
+ engines: {node: '>= 0.4'}
+
+ is-core-module@2.15.1:
+ resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==}
+ engines: {node: '>= 0.4'}
+
+ is-data-descriptor@1.0.1:
+ resolution: {integrity: sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==}
+ engines: {node: '>= 0.4'}
+
+ is-data-view@1.0.1:
+ resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==}
+ engines: {node: '>= 0.4'}
+
+ is-date-object@1.0.5:
+ resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==}
+ engines: {node: '>= 0.4'}
+
+ is-descriptor@0.1.7:
+ resolution: {integrity: sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==}
+ engines: {node: '>= 0.4'}
+
+ is-descriptor@1.0.3:
+ resolution: {integrity: sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==}
+ engines: {node: '>= 0.4'}
+
+ is-extendable@0.1.1:
+ resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==}
+ engines: {node: '>=0.10.0'}
+
+ is-extendable@1.0.1:
+ resolution: {integrity: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==}
+ engines: {node: '>=0.10.0'}
+
+ is-extglob@2.1.1:
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
+ engines: {node: '>=0.10.0'}
+
+ is-glob@4.0.3:
+ resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
+ engines: {node: '>=0.10.0'}
+
+ is-hotkey@0.2.0:
+ resolution: {integrity: sha512-UknnZK4RakDmTgz4PI1wIph5yxSs/mvChWs9ifnlXsKuXgWmOkY/hAE0H/k2MIqH0RlRye0i1oC07MCRSD28Mw==}
+
+ is-negative-zero@2.0.3:
+ resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==}
+ engines: {node: '>= 0.4'}
+
+ is-number-object@1.0.7:
+ resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==}
+ engines: {node: '>= 0.4'}
+
+ is-number@3.0.0:
+ resolution: {integrity: sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==}
+ engines: {node: '>=0.10.0'}
+
+ is-number@7.0.0:
+ resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
+ engines: {node: '>=0.12.0'}
+
+ is-path-inside@3.0.3:
+ resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
+ engines: {node: '>=8'}
+
+ is-plain-obj@1.1.0:
+ resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==}
+ engines: {node: '>=0.10.0'}
+
+ is-plain-object@2.0.4:
+ resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==}
+ engines: {node: '>=0.10.0'}
+
+ is-plain-object@5.0.0:
+ resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==}
+ engines: {node: '>=0.10.0'}
+
+ is-potential-custom-element-name@1.0.1:
+ resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==}
+
+ is-regex@1.1.4:
+ resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==}
+ engines: {node: '>= 0.4'}
+
+ is-shared-array-buffer@1.0.3:
+ resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==}
+ engines: {node: '>= 0.4'}
+
+ is-string@1.0.7:
+ resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==}
+ engines: {node: '>= 0.4'}
+
+ is-symbol@1.0.4:
+ resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==}
+ engines: {node: '>= 0.4'}
+
+ is-typed-array@1.1.13:
+ resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==}
+ engines: {node: '>= 0.4'}
+
+ is-url@1.2.4:
+ resolution: {integrity: sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==}
+
+ is-weakref@1.0.2:
+ resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==}
+
+ is-what@3.14.1:
+ resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==}
+
+ is-windows@1.0.2:
+ resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==}
+ engines: {node: '>=0.10.0'}
+
+ isarray@1.0.0:
+ resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==}
+
+ isarray@2.0.5:
+ resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==}
+
+ isexe@2.0.0:
+ resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
+
+ isobject@2.1.0:
+ resolution: {integrity: sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==}
+ engines: {node: '>=0.10.0'}
+
+ isobject@3.0.1:
+ resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==}
+ engines: {node: '>=0.10.0'}
+
+ js-base64@2.6.4:
+ resolution: {integrity: sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==}
+
+ js-cookie@3.0.5:
+ resolution: {integrity: sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==}
+ engines: {node: '>=14'}
+
+ js-yaml@4.1.0:
+ resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
+ hasBin: true
+
+ jsbn@1.1.0:
+ resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==}
+
+ jsdom@20.0.3:
+ resolution: {integrity: sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ canvas: ^2.5.0
+ peerDependenciesMeta:
+ canvas:
+ optional: true
+
+ jsencrypt@3.3.2:
+ resolution: {integrity: sha512-arQR1R1ESGdAxY7ZheWr12wCaF2yF47v5qpB76TtV64H1pyGudk9Hvw8Y9tb/FiTIaaTRUyaSnm5T/Y53Ghm/A==}
+
+ json-buffer@3.0.1:
+ resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
+
+ json-parse-better-errors@1.0.2:
+ resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==}
+
+ json-schema-traverse@0.4.1:
+ resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
+
+ json-stable-stringify-without-jsonify@1.0.1:
+ resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
+
+ json5@1.0.2:
+ resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==}
+ hasBin: true
+
+ jsonfile@6.1.0:
+ resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==}
+
+ keyv@4.5.4:
+ resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
+
+ kind-of@3.2.2:
+ resolution: {integrity: sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==}
+ engines: {node: '>=0.10.0'}
+
+ kind-of@4.0.0:
+ resolution: {integrity: sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==}
+ engines: {node: '>=0.10.0'}
+
+ kind-of@5.1.0:
+ resolution: {integrity: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==}
+ engines: {node: '>=0.10.0'}
+
+ kind-of@6.0.3:
+ resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==}
+ engines: {node: '>=0.10.0'}
+
+ lang-feel@2.2.0:
+ resolution: {integrity: sha512-Ebo5nftYsMfJzB3Ny8Oy4oaDXZXb5x61qtVVmKv6aImvAZUbT76mD60ZbEilizjZQzsR2CcU1iMK5sacIa1NVA==}
+
+ less@4.2.0:
+ resolution: {integrity: sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==}
+ engines: {node: '>=6'}
+ hasBin: true
+
+ levn@0.4.1:
+ resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
+ engines: {node: '>= 0.8.0'}
+
+ lezer-feel@1.3.0:
+ resolution: {integrity: sha512-b7oBzdbcdHJU+WIVwqELi/pLLg0UiojC/80E2zFBGrZsWTSOsSQLNhHsfRocYzWLUPpOC4pWaFlhJM4m93J5Fg==}
+
+ load-json-file@4.0.0:
+ resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==}
+ engines: {node: '>=4'}
+
+ loader-utils@1.4.2:
+ resolution: {integrity: sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==}
+ engines: {node: '>=4.0.0'}
+
+ local-pkg@0.4.3:
+ resolution: {integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==}
+ engines: {node: '>=14'}
+
+ locate-path@6.0.0:
+ resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
+ engines: {node: '>=10'}
+
+ lodash-es@4.17.21:
+ resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==, tarball: https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz}
+
+ lodash-unified@1.0.3:
+ resolution: {integrity: sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==}
+ peerDependencies:
+ '@types/lodash-es': '*'
+ lodash: '*'
+ lodash-es: '*'
+
+ lodash.camelcase@4.3.0:
+ resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==}
+
+ lodash.clonedeep@4.5.0:
+ resolution: {integrity: sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==}
+
+ lodash.debounce@4.0.8:
+ resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==}
+
+ lodash.foreach@4.5.0:
+ resolution: {integrity: sha512-aEXTF4d+m05rVOAUG3z4vZZ4xVexLKZGF0lIxuHZ1Hplpk/3B6Z1+/ICICYRLm7c41Z2xiejbkCkJoTlypoXhQ==}
+
+ lodash.isequal@4.5.0:
+ resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==}
+
+ lodash.merge@4.6.2:
+ resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
+
+ lodash.throttle@4.1.1:
+ resolution: {integrity: sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==}
+
+ lodash.toarray@4.4.0:
+ resolution: {integrity: sha512-QyffEA3i5dma5q2490+SgCvDN0pXLmRGSyAANuVi0HQ01Pkfr9fuoKQW8wm1wGBnJITs/mS7wQvS6VshUEBFCw==}
+
+ lodash@4.17.21:
+ resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
+
+ loupe@2.3.7:
+ resolution: {integrity: sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==}
+
+ luxon@3.5.0:
+ resolution: {integrity: sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==}
+ engines: {node: '>=12'}
+
+ magic-string@0.30.11:
+ resolution: {integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==}
+
+ make-dir@2.1.0:
+ resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==, tarball: https://registry.npmmirror.com/make-dir/-/make-dir-2.1.0.tgz}
+ engines: {node: '>=6'}
+
+ map-cache@0.2.2:
+ resolution: {integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==}
+ engines: {node: '>=0.10.0'}
+
+ map-visit@1.0.0:
+ resolution: {integrity: sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==}
+ engines: {node: '>=0.10.0'}
+
+ mdn-data@2.0.14:
+ resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==}
+
+ memoize-one@6.0.0:
+ resolution: {integrity: sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==}
+
+ memorystream@0.3.1:
+ resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==}
+ engines: {node: '>= 0.10.0'}
+
+ merge-options@1.0.1:
+ resolution: {integrity: sha512-iuPV41VWKWBIOpBsjoxjDZw8/GbSfZ2mk7N1453bwMrfzdrIk7EzBd+8UVR6rkw67th7xnk9Dytl3J+lHPdxvg==}
+ engines: {node: '>=4'}
+
+ merge2@1.4.1:
+ resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
+ engines: {node: '>= 8'}
+
+ micromatch@3.1.0:
+ resolution: {integrity: sha512-3StSelAE+hnRvMs8IdVW7Uhk8CVed5tp+kLLGlBP6WiRAXS21GPGu/Nat4WNPXj2Eoc24B02SaeoyozPMfj0/g==}
+ engines: {node: '>=0.10.0'}
+
+ micromatch@4.0.8:
+ resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
+ engines: {node: '>=8.6'}
+
+ mime-db@1.52.0:
+ resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
+ engines: {node: '>= 0.6'}
+
+ mime-match@1.0.2:
+ resolution: {integrity: sha512-VXp/ugGDVh3eCLOBCiHZMYWQaTNUHv2IJrut+yXA6+JbLPXHglHwfS/5A5L0ll+jkCY7fIzRJcH6OIunF+c6Cg==}
+
+ mime-types@2.1.35:
+ resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
+ engines: {node: '>= 0.6'}
+
+ mime@1.6.0:
+ resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==, tarball: https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz}
+ engines: {node: '>=4'}
+ hasBin: true
+
+ min-dash@4.2.1:
+ resolution: {integrity: sha512-to+unsToePnm7cUeR9TrMzFlETHd/UXmU+ELTRfWZj5XGT41KF6X3L233o3E/GdEs3sk2Tbw/lOLD1avmWkg8A==}
+
+ min-dom@4.2.1:
+ resolution: {integrity: sha512-TMoL8SEEIhUWYgkj7XMSgxmwSyGI+4fP2KFFGnN3FbHfbGHVdsLYSz8LoIsgPhz4dWRmLvxWWSMgzZMJW5sZuA==}
+
+ min-dom@5.1.1:
+ resolution: {integrity: sha512-GaKUlguMAofd3OJsB0OkP17i5kucKqErgVCJxPawO9l5NwIPnr28SAr99zzlzMCWWljISBYrnZVWdE2Q92YGFQ==}
+
+ minimatch@3.1.2:
+ resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
+
+ minimist@1.2.8:
+ resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
+
+ mixin-deep@1.3.2:
+ resolution: {integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==}
+ engines: {node: '>=0.10.0'}
+
+ moddle-xml@10.1.0:
+ resolution: {integrity: sha512-erWckwLt+dYskewKXJso9u+aAZ5172lOiYxSOqKCPTy7L/xmqH1PoeoA7eVC7oJTt3PqF5TkZzUmbjGH6soQBg==}
+
+ moddle@6.2.3:
+ resolution: {integrity: sha512-bLVN+ZHL3aKnhxc19XtjUfvdJsS3EsiEJC7bT6YPD11qYmTzvsxrGgyYz1Ouof7TZuGw0lDJ1OLmEnxcpQWk3Q==}
+
+ ms@2.0.0:
+ resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
+
+ ms@2.1.3:
+ resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
+
+ namespace-emitter@2.0.1:
+ resolution: {integrity: sha512-N/sMKHniSDJBjfrkbS/tpkPj4RAbvW3mr8UAzvlMHyun93XEm83IAvhWtJVHo+RHn/oO8Job5YN4b+wRjSVp5g==}
+
+ nanoid@3.3.7:
+ resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
+ hasBin: true
+
+ nanomatch@1.2.13:
+ resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==}
+ engines: {node: '>=0.10.0'}
+
+ natural-compare-lite@1.4.0:
+ resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==}
+
+ natural-compare@1.4.0:
+ resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
+
+ needle@3.3.1:
+ resolution: {integrity: sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==, tarball: https://registry.npmmirror.com/needle/-/needle-3.3.1.tgz}
+ engines: {node: '>= 4.4.x'}
+ hasBin: true
+
+ next-tick@1.1.0:
+ resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==}
+
+ nice-try@1.0.5:
+ resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==}
+
+ normalize-package-data@2.5.0:
+ resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==}
+
+ normalize-wheel-es@1.2.0:
+ resolution: {integrity: sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==}
+
+ npm-run-all@4.1.5:
+ resolution: {integrity: sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==}
+ engines: {node: '>= 4'}
+ hasBin: true
+
+ nprogress@0.2.0:
+ resolution: {integrity: sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==}
+
+ nth-check@2.1.1:
+ resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
+
+ nwsapi@2.2.12:
+ resolution: {integrity: sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==}
+
+ object-assign@4.1.1:
+ resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
+ engines: {node: '>=0.10.0'}
+
+ object-copy@0.1.0:
+ resolution: {integrity: sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==}
+ engines: {node: '>=0.10.0'}
+
+ object-inspect@1.13.2:
+ resolution: {integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==}
+ engines: {node: '>= 0.4'}
+
+ object-keys@1.1.1:
+ resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==}
+ engines: {node: '>= 0.4'}
+
+ object-refs@0.4.0:
+ resolution: {integrity: sha512-6kJqKWryKZmtte6QYvouas0/EIJKPI1/MMIuRsiBlNuhIMfqYTggzX2F1AJ2+cDs288xyi9GL7FyasHINR98BQ==}
+
+ object-visit@1.0.1:
+ resolution: {integrity: sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==}
+ engines: {node: '>=0.10.0'}
+
+ object.assign@4.1.5:
+ resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==}
+ engines: {node: '>= 0.4'}
+
+ object.pick@1.3.0:
+ resolution: {integrity: sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==}
+ engines: {node: '>=0.10.0'}
+
+ once@1.4.0:
+ resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
+
+ optionator@0.9.4:
+ resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
+ engines: {node: '>= 0.8.0'}
+
+ p-limit@3.1.0:
+ resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
+ engines: {node: '>=10'}
+
+ p-locate@5.0.0:
+ resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
+ engines: {node: '>=10'}
+
+ parent-module@1.0.1:
+ resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
+ engines: {node: '>=6'}
+
+ parse-json@4.0.0:
+ resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==}
+ engines: {node: '>=4'}
+
+ parse-node-version@1.0.1:
+ resolution: {integrity: sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==}
+ engines: {node: '>= 0.10'}
+
+ parse5@7.1.2:
+ resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==}
+
+ pascalcase@0.1.1:
+ resolution: {integrity: sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==}
+ engines: {node: '>=0.10.0'}
+
+ path-exists@4.0.0:
+ resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
+ engines: {node: '>=8'}
+
+ path-intersection@3.1.0:
+ resolution: {integrity: sha512-3xS3lvv/vuwm5aH2BVvNRvnvwR2Drde7jQClKpCXTYXIMMjcw/EnMhzCgeHwqbCpzi760PEfAkU53vSIlrNr9A==}
+ engines: {node: '>= 14.20'}
+
+ path-is-absolute@1.0.1:
+ resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
+ engines: {node: '>=0.10.0'}
+
+ path-key@2.0.1:
+ resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==}
+ engines: {node: '>=4'}
+
+ path-key@3.1.1:
+ resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
+ engines: {node: '>=8'}
+
+ path-parse@1.0.7:
+ resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
+
+ path-type@3.0.0:
+ resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==}
+ engines: {node: '>=4'}
+
+ path-type@4.0.0:
+ resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
+ engines: {node: '>=8'}
+
+ pathe@0.2.0:
+ resolution: {integrity: sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==}
+
+ pathval@1.1.1:
+ resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==}
+
+ picocolors@1.1.0:
+ resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==}
+
+ picomatch@2.3.1:
+ resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
+ engines: {node: '>=8.6'}
+
+ pidtree@0.3.1:
+ resolution: {integrity: sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==}
+ engines: {node: '>=0.10'}
+ hasBin: true
+
+ pify@3.0.0:
+ resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==}
+ engines: {node: '>=4'}
+
+ pify@4.0.1:
+ resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==}
+ engines: {node: '>=6'}
+
+ pinia@2.2.2:
+ resolution: {integrity: sha512-ja2XqFWZC36mupU4z1ZzxeTApV7DOw44cV4dhQ9sGwun+N89v/XP7+j7q6TanS1u1tdbK4r+1BUx7heMaIdagA==}
+ peerDependencies:
+ '@vue/composition-api': ^1.4.0
+ typescript: '>=4.4.4'
+ vue: ^2.6.14 || ^3.3.0
+ peerDependenciesMeta:
+ '@vue/composition-api':
+ optional: true
+ typescript:
+ optional: true
+
+ posix-character-classes@0.1.1:
+ resolution: {integrity: sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==}
+ engines: {node: '>=0.10.0'}
+
+ possible-typed-array-names@1.0.0:
+ resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==}
+ engines: {node: '>= 0.4'}
+
+ postcss-prefix-selector@1.16.1:
+ resolution: {integrity: sha512-Umxu+FvKMwlY6TyDzGFoSUnzW+NOfMBLyC1tAkIjgX+Z/qGspJeRjVC903D7mx7TuBpJlwti2ibXtWuA7fKMeQ==}
+ peerDependencies:
+ postcss: '>4 <9'
+
+ postcss-selector-parser@6.1.2:
+ resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==}
+ engines: {node: '>=4'}
+
+ postcss@5.2.18:
+ resolution: {integrity: sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==}
+ engines: {node: '>=0.12'}
+
+ postcss@8.4.47:
+ resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==}
+ engines: {node: ^10 || ^12 || >=14}
+
+ posthtml-parser@0.2.1:
+ resolution: {integrity: sha512-nPC53YMqJnc/+1x4fRYFfm81KV2V+G9NZY+hTohpYg64Ay7NemWWcV4UWuy/SgMupqQ3kJ88M/iRfZmSnxT+pw==}
+
+ posthtml-rename-id@1.0.12:
+ resolution: {integrity: sha512-UKXf9OF/no8WZo9edRzvuMenb6AD5hDLzIepJW+a4oJT+T/Lx7vfMYWT4aWlGNQh0WMhnUx1ipN9OkZ9q+ddEw==}
+
+ posthtml-render@1.4.0:
+ resolution: {integrity: sha512-W1779iVHGfq0Fvh2PROhCe2QhB8mEErgqzo1wpIt36tCgChafP+hbXIhLDOM8ePJrZcFs0vkNEtdibEWVqChqw==}
+ engines: {node: '>=10'}
+
+ posthtml-svg-mode@1.0.3:
+ resolution: {integrity: sha512-hEqw9NHZ9YgJ2/0G7CECOeuLQKZi8HjWLkBaSVtOWjygQ9ZD8P7tqeowYs7WrFdKsWEKG7o+IlsPY8jrr0CJpQ==}
+
+ posthtml@0.9.2:
+ resolution: {integrity: sha512-spBB5sgC4cv2YcW03f/IAUN1pgDJWNWD8FzkyY4mArLUMJW+KlQhlmUdKAHQuPfb00Jl5xIfImeOsf6YL8QK7Q==}
+ engines: {node: '>=0.10.0'}
+
+ preact@10.24.0:
+ resolution: {integrity: sha512-aK8Cf+jkfyuZ0ZZRG9FbYqwmEiGQ4y/PUO4SuTWoyWL244nZZh7bd5h2APd4rSNDYTBNghg1L+5iJN3Skxtbsw==}
+
+ prelude-ls@1.2.1:
+ resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
+ engines: {node: '>= 0.8.0'}
+
+ prettier-linter-helpers@1.0.0:
+ resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==}
+ engines: {node: '>=6.0.0'}
+
+ prettier@2.8.8:
+ resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==}
+ engines: {node: '>=10.13.0'}
+ hasBin: true
+
+ prismjs@1.29.0:
+ resolution: {integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==}
+ engines: {node: '>=6'}
+
+ proxy-from-env@1.1.0:
+ resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
+
+ prr@1.0.1:
+ resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==}
+
+ psl@1.9.0:
+ resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==}
+
+ punycode@2.3.1:
+ resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
+ engines: {node: '>=6'}
+
+ qqmap@1.0.1:
+ resolution: {integrity: sha512-fg9WrQj+sB5+gHt4i0TTg9ySB4PxZX8MCX5CRpuNpWBwRuPS58gZP3WkvVrOql2vz2JpYjlxV+52T3H7WLRMOQ==, tarball: https://registry.npmmirror.com/qqmap/-/qqmap-1.0.1.tgz}
+
+ qs@6.13.1:
+ resolution: {integrity: sha512-EJPeIn0CYrGu+hli1xilKAPXODtJ12T0sP63Ijx2/khC2JtuaN3JyNIpvmnkmaEtha9ocbG4A4cMcr+TvqvwQg==, tarball: https://registry.npmmirror.com/qs/-/qs-6.13.1.tgz}
+ engines: {node: '>=0.6'}
+
+ query-string@4.3.4:
+ resolution: {integrity: sha512-O2XLNDBIg1DnTOa+2XrIwSiXEV8h2KImXUnjhhn2+UsvZ+Es2uyd5CCRTNQlDGbzUQOW3aYCBx9rVA6dzsiY7Q==}
+ engines: {node: '>=0.10.0'}
+
+ querystringify@2.2.0:
+ resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==}
+
+ queue-microtask@1.2.3:
+ resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
+
+ read-pkg@3.0.0:
+ resolution: {integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==}
+ engines: {node: '>=4'}
+
+ readable-stream@3.6.2:
+ resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
+ engines: {node: '>= 6'}
+
+ regenerator-runtime@0.14.1:
+ resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==}
+
+ regex-not@1.0.2:
+ resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==}
+ engines: {node: '>=0.10.0'}
+
+ regexp.prototype.flags@1.5.2:
+ resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==}
+ engines: {node: '>= 0.4'}
+
+ repeat-element@1.1.4:
+ resolution: {integrity: sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==}
+ engines: {node: '>=0.10.0'}
+
+ repeat-string@1.6.1:
+ resolution: {integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==}
+ engines: {node: '>=0.10'}
+
+ requires-port@1.0.0:
+ resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==}
+
+ resolve-from@4.0.0:
+ resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
+ engines: {node: '>=4'}
+
+ resolve-url@0.2.1:
+ resolution: {integrity: sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==}
+ deprecated: https://github.com/lydell/resolve-url#deprecated
+
+ resolve@1.22.8:
+ resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
+ hasBin: true
+
+ ret@0.1.15:
+ resolution: {integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==}
+ engines: {node: '>=0.12'}
+
+ reusify@1.0.4:
+ resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
+ engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
+
+ rimraf@3.0.2:
+ resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
+ deprecated: Rimraf versions prior to v4 are no longer supported
+ hasBin: true
+
+ rollup@2.79.1:
+ resolution: {integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==}
+ engines: {node: '>=10.0.0'}
+ hasBin: true
+
+ rollup@3.29.4:
+ resolution: {integrity: sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==}
+ engines: {node: '>=14.18.0', npm: '>=8.0.0'}
+ hasBin: true
+
+ run-parallel@1.2.0:
+ resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
+
+ safe-array-concat@1.1.2:
+ resolution: {integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==}
+ engines: {node: '>=0.4'}
+
+ safe-buffer@5.2.1:
+ resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
+
+ safe-regex-test@1.0.3:
+ resolution: {integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==}
+ engines: {node: '>= 0.4'}
+
+ safe-regex@1.1.0:
+ resolution: {integrity: sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==}
+
+ safer-buffer@2.1.2:
+ resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
+
+ sax@1.4.1:
+ resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==}
+
+ saxen@8.1.2:
+ resolution: {integrity: sha512-xUOiiFbc3Ow7p8KMxwsGICPx46ZQvy3+qfNVhrkwfz3Vvq45eGt98Ft5IQaA1R/7Tb5B5MKh9fUR9x3c3nDTxw==}
+
+ saxes@6.0.0:
+ resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==}
+ engines: {node: '>=v12.22.7'}
+
+ screenfull@6.0.2:
+ resolution: {integrity: sha512-AQdy8s4WhNvUZ6P8F6PB21tSPIYKniic+Ogx0AacBMjKP1GUHN2E9URxQHtCusiwxudnCKkdy4GrHXPPJSkCCw==}
+ engines: {node: ^14.13.1 || >=16.0.0}
+
+ scroll-into-view-if-needed@2.2.31:
+ resolution: {integrity: sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==}
+
+ semver@5.7.2:
+ resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==}
+ hasBin: true
+
+ semver@7.6.3:
+ resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==}
+ engines: {node: '>=10'}
+ hasBin: true
+
+ set-function-length@1.2.2:
+ resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==}
+ engines: {node: '>= 0.4'}
+
+ set-function-name@2.0.2:
+ resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==}
+ engines: {node: '>= 0.4'}
+
+ set-value@2.0.1:
+ resolution: {integrity: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==}
+ engines: {node: '>=0.10.0'}
+
+ shebang-command@1.2.0:
+ resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==}
+ engines: {node: '>=0.10.0'}
+
+ shebang-command@2.0.0:
+ resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
+ engines: {node: '>=8'}
+
+ shebang-regex@1.0.0:
+ resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==}
+ engines: {node: '>=0.10.0'}
+
+ shebang-regex@3.0.0:
+ resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
+ engines: {node: '>=8'}
+
+ shell-quote@1.8.1:
+ resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==}
+
+ side-channel@1.0.6:
+ resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==}
+ engines: {node: '>= 0.4'}
+
+ slash@3.0.0:
+ resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
+ engines: {node: '>=8'}
+
+ slate-history@0.66.0:
+ resolution: {integrity: sha512-6MWpxGQZiMvSINlCbMW43E2YBSVMCMCIwQfBzGssjWw4kb0qfvj0pIdblWNRQZD0hR6WHP+dHHgGSeVdMWzfng==}
+ peerDependencies:
+ slate: '>=0.65.3'
+
+ slate@0.72.8:
+ resolution: {integrity: sha512-/nJwTswQgnRurpK+bGJFH1oM7naD5qDmHd89JyiKNT2oOKD8marW0QSBtuFnwEbL5aGCS8AmrhXQgNOsn4osAw==}
+
+ snabbdom@3.6.2:
+ resolution: {integrity: sha512-ig5qOnCDbugFntKi6c7Xlib8bA6xiJVk8O+WdFrV3wxbMqeHO0hXFQC4nAhPVWfZfi8255lcZkNhtIBINCc4+Q==}
+ engines: {node: '>=12.17.0'}
+
+ snapdragon-node@2.1.1:
+ resolution: {integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==}
+ engines: {node: '>=0.10.0'}
+
+ snapdragon-util@3.0.1:
+ resolution: {integrity: sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==}
+ engines: {node: '>=0.10.0'}
+
+ snapdragon@0.8.2:
+ resolution: {integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==}
+ engines: {node: '>=0.10.0'}
+
+ sortablejs@1.14.0:
+ resolution: {integrity: sha512-pBXvQCs5/33fdN1/39pPL0NZF20LeRbLQ5jtnheIPN9JQAaufGjKdWduZn4U7wCtVuzKhmRkI0DFYHYRbB2H1w==}
+
+ source-map-js@1.2.1:
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
+ engines: {node: '>=0.10.0'}
+
+ source-map-resolve@0.5.3:
+ resolution: {integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==}
+ deprecated: See https://github.com/lydell/source-map-resolve#deprecated
+
+ source-map-url@0.4.1:
+ resolution: {integrity: sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==}
+ deprecated: See https://github.com/lydell/source-map-url#deprecated
+
+ source-map@0.5.7:
+ resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==}
+ engines: {node: '>=0.10.0'}
+
+ source-map@0.6.1:
+ resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==, tarball: https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz}
+ engines: {node: '>=0.10.0'}
+
+ spdx-correct@3.2.0:
+ resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==}
+
+ spdx-exceptions@2.5.0:
+ resolution: {integrity: sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==}
+
+ spdx-expression-parse@3.0.1:
+ resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==}
+
+ spdx-license-ids@3.0.20:
+ resolution: {integrity: sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==}
+
+ split-string@3.1.0:
+ resolution: {integrity: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==}
+ engines: {node: '>=0.10.0'}
+
+ splitpanes@3.1.5:
+ resolution: {integrity: sha512-r3Mq2ITFQ5a2VXLOy4/Sb2Ptp7OfEO8YIbhVJqJXoFc9hc5nTXXkCvtVDjIGbvC0vdE7tse+xTM9BMjsszP6bw==}
+
+ ssr-window@3.0.0:
+ resolution: {integrity: sha512-q+8UfWDg9Itrg0yWK7oe5p/XRCJpJF9OBtXfOPgSJl+u3Xd5KI328RUEvUqSMVM9CiQUEf1QdBzJMkYGErj9QA==}
+
+ stable@0.1.8:
+ resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==}
+ deprecated: 'Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility'
+
+ static-extend@0.1.2:
+ resolution: {integrity: sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==}
+ engines: {node: '>=0.10.0'}
+
+ strict-uri-encode@1.1.0:
+ resolution: {integrity: sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==}
+ engines: {node: '>=0.10.0'}
+
+ string.prototype.padend@3.1.6:
+ resolution: {integrity: sha512-XZpspuSB7vJWhvJc9DLSlrXl1mcA2BdoY5jjnS135ydXqLoqhs96JjDtCkjJEQHvfqZIp9hBuBMgI589peyx9Q==}
+ engines: {node: '>= 0.4'}
+
+ string.prototype.trim@1.2.9:
+ resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==}
+ engines: {node: '>= 0.4'}
+
+ string.prototype.trimend@1.0.8:
+ resolution: {integrity: sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==}
+
+ string.prototype.trimstart@1.0.8:
+ resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==}
+ engines: {node: '>= 0.4'}
+
+ string_decoder@1.3.0:
+ resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
+
+ strip-ansi@3.0.1:
+ resolution: {integrity: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==}
+ engines: {node: '>=0.10.0'}
+
+ strip-ansi@6.0.1:
+ resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
+ engines: {node: '>=8'}
+
+ strip-bom@3.0.0:
+ resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==}
+ engines: {node: '>=4'}
+
+ strip-json-comments@3.1.1:
+ resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
+ engines: {node: '>=8'}
+
+ style-mod@4.1.2:
+ resolution: {integrity: sha512-wnD1HyVqpJUI2+eKZ+eo1UwghftP6yuFheBqqe+bWCotBjC2K1YnteJILRMs3SM4V/0dLEW1SC27MWP5y+mwmw==}
+
+ supports-color@2.0.0:
+ resolution: {integrity: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==}
+ engines: {node: '>=0.8.0'}
+
+ supports-color@3.2.3:
+ resolution: {integrity: sha512-Jds2VIYDrlp5ui7t8abHN2bjAu4LV/q4N2KivFPpGH0lrka0BMq/33AmECUXlKPcHigkNaqfXRENFju+rlcy+A==}
+ engines: {node: '>=0.8.0'}
+
+ supports-color@5.5.0:
+ resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==}
+ engines: {node: '>=4'}
+
+ supports-color@7.2.0:
+ resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
+ engines: {node: '>=8'}
+
+ supports-preserve-symlinks-flag@1.0.0:
+ resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
+ engines: {node: '>= 0.4'}
+
+ svg-baker@1.7.0:
+ resolution: {integrity: sha512-nibslMbkXOIkqKVrfcncwha45f97fGuAOn1G99YwnwTj8kF9YiM6XexPcUso97NxOm6GsP0SIvYVIosBis1xLg==}
+
+ svgo@2.8.0:
+ resolution: {integrity: sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==}
+ engines: {node: '>=10.13.0'}
+ hasBin: true
+
+ symbol-tree@3.2.4:
+ resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
+
+ tabbable@6.2.0:
+ resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==}
+
+ text-table@0.2.0:
+ resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
+
+ tiny-svg@3.1.2:
+ resolution: {integrity: sha512-qvNlv/4N48HqbNpwAhzQ9HKHlBUKgA4091x+aVfsrRXHIcQ9NA3W6ZYwdmYAIdwT+vfAAksrc9L/3RQBj5KwPw==}
+
+ tiny-svg@4.1.2:
+ resolution: {integrity: sha512-xIIOeJsvkYbxiYF0VEuoBWe5w+RXXI/epS3P/Dr8S8+QG6aBy7kH6dyE9K3EfzBjV4j3edLRvKa6pGn9iTi2fQ==}
+ engines: {node: '>= 16'}
+
+ tiny-warning@1.0.3:
+ resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==}
+
+ tinypool@0.2.4:
+ resolution: {integrity: sha512-Vs3rhkUH6Qq1t5bqtb816oT+HeJTXfwt2cbPH17sWHIYKTotQIFPk3tf2fgqRrVyMDVOc1EnPgzIxfIulXVzwQ==}
+ engines: {node: '>=14.0.0'}
+
+ tinyspy@1.1.1:
+ resolution: {integrity: sha512-UVq5AXt/gQlti7oxoIg5oi/9r0WpF7DGEVwXgqWSMmyN16+e3tl5lIvTaOpJ3TAtu5xFzWccFRM4R5NaWHF+4g==}
+ engines: {node: '>=14.0.0'}
+
+ to-arraybuffer@1.0.1:
+ resolution: {integrity: sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==}
+
+ to-fast-properties@2.0.0:
+ resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
+ engines: {node: '>=4'}
+
+ to-object-path@0.3.0:
+ resolution: {integrity: sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==}
+ engines: {node: '>=0.10.0'}
+
+ to-regex-range@2.1.1:
+ resolution: {integrity: sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==}
+ engines: {node: '>=0.10.0'}
+
+ to-regex-range@5.0.1:
+ resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
+ engines: {node: '>=8.0'}
+
+ to-regex@3.0.2:
+ resolution: {integrity: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==}
+ engines: {node: '>=0.10.0'}
+
+ tough-cookie@4.1.4:
+ resolution: {integrity: sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==}
+ engines: {node: '>=6'}
+
+ tr46@3.0.0:
+ resolution: {integrity: sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==}
+ engines: {node: '>=12'}
+
+ traverse@0.6.10:
+ resolution: {integrity: sha512-hN4uFRxbK+PX56DxYiGHsTn2dME3TVr9vbNqlQGcGcPhJAn+tdP126iA+TArMpI4YSgnTkMWyoLl5bf81Hi5TA==}
+ engines: {node: '>= 0.4'}
+
+ tslib@1.14.1:
+ resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==}
+
+ tslib@2.3.0:
+ resolution: {integrity: sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==}
+
+ tslib@2.7.0:
+ resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==}
+
+ tsutils@3.21.0:
+ resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
+ engines: {node: '>= 6'}
+ peerDependencies:
+ typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
+
+ type-check@0.4.0:
+ resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
+ engines: {node: '>= 0.8.0'}
+
+ type-detect@4.1.0:
+ resolution: {integrity: sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==}
+ engines: {node: '>=4'}
+
+ type-fest@0.20.2:
+ resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==}
+ engines: {node: '>=10'}
+
+ type@2.7.3:
+ resolution: {integrity: sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==}
+
+ typed-array-buffer@1.0.2:
+ resolution: {integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==}
+ engines: {node: '>= 0.4'}
+
+ typed-array-byte-length@1.0.1:
+ resolution: {integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==}
+ engines: {node: '>= 0.4'}
+
+ typed-array-byte-offset@1.0.2:
+ resolution: {integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==}
+ engines: {node: '>= 0.4'}
+
+ typed-array-length@1.0.6:
+ resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==}
+ engines: {node: '>= 0.4'}
+
+ typedarray.prototype.slice@1.0.3:
+ resolution: {integrity: sha512-8WbVAQAUlENo1q3c3zZYuy5k9VzBQvp8AX9WOtbvyWlLM1v5JaSRmjubLjzHF4JFtptjH/5c/i95yaElvcjC0A==}
+ engines: {node: '>= 0.4'}
+
+ typescript@4.9.5:
+ resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==, tarball: https://registry.npmmirror.com/typescript/-/typescript-4.9.5.tgz}
+ engines: {node: '>=4.2.0'}
+ hasBin: true
+
+ typescript@5.0.4:
+ resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==}
+ engines: {node: '>=12.20'}
+ hasBin: true
+
+ unbox-primitive@1.0.2:
+ resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==}
+
+ union-value@1.0.1:
+ resolution: {integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==}
+ engines: {node: '>=0.10.0'}
+
+ universalify@0.2.0:
+ resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==}
+ engines: {node: '>= 4.0.0'}
+
+ universalify@2.0.1:
+ resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
+ engines: {node: '>= 10.0.0'}
+
+ unset-value@1.0.0:
+ resolution: {integrity: sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==}
+ engines: {node: '>=0.10.0'}
+
+ uri-js@4.4.1:
+ resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
+
+ urix@0.1.0:
+ resolution: {integrity: sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==}
+ deprecated: Please see https://github.com/lydell/urix#deprecated
+
+ url-parse@1.5.10:
+ resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==}
+
+ use@3.1.1:
+ resolution: {integrity: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==}
+ engines: {node: '>=0.10.0'}
+
+ util-deprecate@1.0.2:
+ resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
+
+ validate-npm-package-license@3.0.4:
+ resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==}
+
+ vary@1.1.2:
+ resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
+ engines: {node: '>= 0.8'}
+
+ vite-plugin-svg-icons@2.0.1:
+ resolution: {integrity: sha512-6ktD+DhV6Rz3VtedYvBKKVA2eXF+sAQVaKkKLDSqGUfnhqXl3bj5PPkVTl3VexfTuZy66PmINi8Q6eFnVfRUmA==}
+ peerDependencies:
+ vite: '>=2.0.0'
+
+ vite@3.2.11:
+ resolution: {integrity: sha512-K/jGKL/PgbIgKCiJo5QbASQhFiV02X9Jh+Qq0AKCRCRKZtOTVi4t6wh75FDpGf2N9rYOnzH87OEFQNaFy6pdxQ==}
+ engines: {node: ^14.18.0 || >=16.0.0}
+ hasBin: true
+ peerDependencies:
+ '@types/node': '>= 14'
+ less: '*'
+ sass: '*'
+ stylus: '*'
+ sugarss: '*'
+ terser: ^5.4.0
+ peerDependenciesMeta:
+ '@types/node':
+ optional: true
+ less:
+ optional: true
+ sass:
+ optional: true
+ stylus:
+ optional: true
+ sugarss:
+ optional: true
+ terser:
+ optional: true
+
+ vite@4.5.5:
+ resolution: {integrity: sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==}
+ engines: {node: ^14.18.0 || >=16.0.0}
+ hasBin: true
+ peerDependencies:
+ '@types/node': '>= 14'
+ less: '*'
+ lightningcss: ^1.21.0
+ sass: '*'
+ stylus: '*'
+ sugarss: '*'
+ terser: ^5.4.0
+ peerDependenciesMeta:
+ '@types/node':
+ optional: true
+ less:
+ optional: true
+ lightningcss:
+ optional: true
+ sass:
+ optional: true
+ stylus:
+ optional: true
+ sugarss:
+ optional: true
+ terser:
+ optional: true
+
+ vitest@0.18.1:
+ resolution: {integrity: sha512-4F/1K/Vn4AvJwe7i2YblR02PT5vMKcw9KN4unDq2KD0YcSxX0B/6D6Qu9PJaXwVuxXMFTQ5ovd4+CQaW3bwofA==}
+ engines: {node: '>=v14.16.0'}
+ hasBin: true
+ peerDependencies:
+ '@edge-runtime/vm': '*'
+ '@vitest/ui': '*'
+ c8: '*'
+ happy-dom: '*'
+ jsdom: '*'
+ peerDependenciesMeta:
+ '@edge-runtime/vm':
+ optional: true
+ '@vitest/ui':
+ optional: true
+ c8:
+ optional: true
+ happy-dom:
+ optional: true
+ jsdom:
+ optional: true
+
+ vue-cropper@1.1.4:
+ resolution: {integrity: sha512-5m98vBsCEI9rbS4JxELxXidtAui3qNyTHLHg67Qbn7g8cg+E6LcnC+hh3SM/p94x6mFh6KRxT1ttnta+wCYqWA==}
+
+ vue-demi@0.14.10:
+ resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==}
+ engines: {node: '>=12'}
+ hasBin: true
+ peerDependencies:
+ '@vue/composition-api': ^1.0.0-rc.1
+ vue: ^3.0.0-0 || ^2.6.0
+ peerDependenciesMeta:
+ '@vue/composition-api':
+ optional: true
+
+ vue-eslint-parser@9.4.3:
+ resolution: {integrity: sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==}
+ engines: {node: ^14.17.0 || >=16.0.0}
+ peerDependencies:
+ eslint: '>=6.0.0'
+
+ vue-jsonp@2.0.0:
+ resolution: {integrity: sha512-Mzd9GNeuKP5hHFDWZNMWOsCuMILSkA6jo2l4A02wheFz3qqBzH7aSEFTey1BRCZCLizlaf1EqJ5YUtF392KspA==, tarball: https://registry.npmmirror.com/vue-jsonp/-/vue-jsonp-2.0.0.tgz}
+
+ vue-qqmap@1.1.1:
+ resolution: {integrity: sha512-fL58MO31pmXuADRc8eYYPdLTNl7b68pP0YbyR3CLja9D5PeFv7cF4K5DOR2mOb/lCHjRVUUF+Ft5f6KVDnPUog==, tarball: https://registry.npmmirror.com/vue-qqmap/-/vue-qqmap-1.1.1.tgz}
+
+ vue-router@4.4.5:
+ resolution: {integrity: sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q==}
+ peerDependencies:
+ vue: ^3.2.0
+
+ vue-tsc@0.38.9:
+ resolution: {integrity: sha512-Yoy5phgvGqyF98Fb4mYqboR4Q149jrdcGv5kSmufXJUq++RZJ2iMVG0g6zl+v3t4ORVWkQmRpsV4x2szufZ0LQ==}
+ hasBin: true
+ peerDependencies:
+ typescript: '*'
+
+ vue@2.7.16:
+ resolution: {integrity: sha512-4gCtFXaAA3zYZdTp5s4Hl2sozuySsgz4jy1EnpBHNfpMa9dK1ZCG7viqBPCwXtmgc8nHqUsAu3G4gtmXkkY3Sw==}
+ deprecated: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details.
+
+ vue@3.3.13:
+ resolution: {integrity: sha512-LDnUpQvDgsfc0u/YgtAgTMXJlJQqjkxW1PVcOnJA5cshPleULDjHi7U45pl2VJYazSSvLH8UKcid/kzH8I0a0Q==}
+ peerDependencies:
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+
+ vuedraggable@4.1.0:
+ resolution: {integrity: sha512-FU5HCWBmsf20GpP3eudURW3WdWTKIbEIQxh9/8GE806hydR9qZqRRxRE3RjqX7PkuLuMQG/A7n3cfj9rCEchww==}
+ peerDependencies:
+ vue: ^3.0.1
+
+ w3c-keyname@2.2.8:
+ resolution: {integrity: sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==}
+
+ w3c-xmlserializer@4.0.0:
+ resolution: {integrity: sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==}
+ engines: {node: '>=14'}
+
+ wangeditor@4.7.15:
+ resolution: {integrity: sha512-aPTdREd8BxXVyJ5MI+LU83FQ7u1EPd341iXIorRNYSOvoimNoZ4nPg+yn3FGbB93/owEa6buLw8wdhYnMCJQLg==}
+
+ webidl-conversions@7.0.0:
+ resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==}
+ engines: {node: '>=12'}
+
+ whatwg-encoding@2.0.0:
+ resolution: {integrity: sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==}
+ engines: {node: '>=12'}
+
+ whatwg-mimetype@3.0.0:
+ resolution: {integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==}
+ engines: {node: '>=12'}
+
+ whatwg-url@11.0.0:
+ resolution: {integrity: sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==}
+ engines: {node: '>=12'}
+
+ which-boxed-primitive@1.0.2:
+ resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==}
+
+ which-typed-array@1.1.15:
+ resolution: {integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==}
+ engines: {node: '>= 0.4'}
+
+ which@1.3.1:
+ resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==}
+ hasBin: true
+
+ which@2.0.2:
+ resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
+ engines: {node: '>= 8'}
+ hasBin: true
+
+ wildcard@1.1.2:
+ resolution: {integrity: sha512-DXukZJxpHA8LuotRwL0pP1+rS6CS7FF2qStDDE1C7DDg2rLud2PXRMuEDYIPhgEezwnlHNL4c+N6MfMTjCGTng==}
+
+ word-wrap@1.2.5:
+ resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
+ engines: {node: '>=0.10.0'}
+
+ wrappy@1.0.2:
+ resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
+
+ ws@8.18.0:
+ resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==}
+ engines: {node: '>=10.0.0'}
+ peerDependencies:
+ bufferutil: ^4.0.1
+ utf-8-validate: '>=5.0.2'
+ peerDependenciesMeta:
+ bufferutil:
+ optional: true
+ utf-8-validate:
+ optional: true
+
+ xml-name-validator@4.0.0:
+ resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==}
+ engines: {node: '>=12'}
+
+ xmlchars@2.2.0:
+ resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==}
+
+ yocto-queue@0.1.0:
+ resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
+ engines: {node: '>=10'}
+
+ zeebe-bpmn-moddle@1.6.0:
+ resolution: {integrity: sha512-vjPeJoLQs7UkC5m27K0CyZkQMEAI8GsISU6TcfD2n/SzqkhJ6tubvcIabLRAhreaiuHY26MjtSVXw1LRVgd7Iw==}
+
+ zrender@5.6.0:
+ resolution: {integrity: sha512-uzgraf4njmmHAbEUxMJ8Oxg+P3fT04O+9p7gY+wJRVxo8Ge+KmYv0WJev945EH4wFuc4OY2NLXz46FZrWS9xJg==}
+
+snapshots:
+
+ '@babel/helper-string-parser@7.24.8': {}
+
+ '@babel/helper-validator-identifier@7.24.7': {}
+
+ '@babel/parser@7.25.6':
+ dependencies:
+ '@babel/types': 7.25.6
+
+ '@babel/runtime-corejs3@7.25.6':
+ dependencies:
+ core-js-pure: 3.38.1
+ regenerator-runtime: 0.14.1
+
+ '@babel/runtime@7.25.6':
+ dependencies:
+ regenerator-runtime: 0.14.1
+
+ '@babel/types@7.25.6':
+ dependencies:
+ '@babel/helper-string-parser': 7.24.8
+ '@babel/helper-validator-identifier': 7.24.7
+ to-fast-properties: 2.0.0
+
+ '@bpmn-io/cm-theme@0.1.0-alpha.2':
+ dependencies:
+ '@codemirror/language': 6.10.3
+ '@codemirror/view': 6.33.0
+ '@lezer/highlight': 1.2.1
+
+ '@bpmn-io/diagram-js-ui@0.2.3':
+ dependencies:
+ htm: 3.1.1
+ preact: 10.24.0
+
+ '@bpmn-io/extract-process-variables@0.9.0':
+ dependencies:
+ min-dash: 4.2.1
+
+ '@bpmn-io/feel-editor@1.9.0(@lezer/common@1.2.1)':
+ dependencies:
+ '@bpmn-io/feel-lint': 1.3.1
+ '@codemirror/autocomplete': 6.18.1(@codemirror/language@6.10.3)(@codemirror/state@6.4.1)(@codemirror/view@6.33.0)(@lezer/common@1.2.1)
+ '@codemirror/commands': 6.6.2
+ '@codemirror/language': 6.10.3
+ '@codemirror/lint': 6.8.1
+ '@codemirror/state': 6.4.1
+ '@codemirror/view': 6.33.0
+ '@lezer/highlight': 1.2.1
+ lang-feel: 2.2.0
+ min-dom: 4.2.1
+ transitivePeerDependencies:
+ - '@lezer/common'
+
+ '@bpmn-io/feel-lint@1.3.1':
+ dependencies:
+ '@codemirror/language': 6.10.3
+ lezer-feel: 1.3.0
+
+ '@bpmn-io/properties-panel@3.24.1(@lezer/common@1.2.1)':
+ dependencies:
+ '@bpmn-io/feel-editor': 1.9.0(@lezer/common@1.2.1)
+ '@codemirror/view': 6.33.0
+ classnames: 2.5.1
+ feelers: 1.4.0
+ focus-trap: 7.6.0
+ min-dash: 4.2.1
+ min-dom: 4.2.1
+ transitivePeerDependencies:
+ - '@lezer/common'
+
+ '@codemirror/autocomplete@6.18.1(@codemirror/language@6.10.3)(@codemirror/state@6.4.1)(@codemirror/view@6.33.0)(@lezer/common@1.2.1)':
+ dependencies:
+ '@codemirror/language': 6.10.3
+ '@codemirror/state': 6.4.1
+ '@codemirror/view': 6.33.0
+ '@lezer/common': 1.2.1
+
+ '@codemirror/commands@6.6.2':
+ dependencies:
+ '@codemirror/language': 6.10.3
+ '@codemirror/state': 6.4.1
+ '@codemirror/view': 6.33.0
+ '@lezer/common': 1.2.1
+
+ '@codemirror/language@6.10.3':
+ dependencies:
+ '@codemirror/state': 6.4.1
+ '@codemirror/view': 6.33.0
+ '@lezer/common': 1.2.1
+ '@lezer/highlight': 1.2.1
+ '@lezer/lr': 1.4.2
+ style-mod: 4.1.2
+
+ '@codemirror/lint@6.8.1':
+ dependencies:
+ '@codemirror/state': 6.4.1
+ '@codemirror/view': 6.33.0
+ crelt: 1.0.6
+
+ '@codemirror/state@6.4.1': {}
+
+ '@codemirror/view@6.33.0':
+ dependencies:
+ '@codemirror/state': 6.4.1
+ style-mod: 4.1.2
+ w3c-keyname: 2.2.8
+
+ '@ctrl/tinycolor@3.6.1': {}
+
+ '@element-plus/icons-vue@2.3.1(vue@3.3.13(typescript@5.0.4))':
+ dependencies:
+ vue: 3.3.13(typescript@5.0.4)
+
+ '@esbuild/android-arm64@0.18.20':
+ optional: true
+
+ '@esbuild/android-arm@0.15.18':
+ optional: true
+
+ '@esbuild/android-arm@0.18.20':
+ optional: true
+
+ '@esbuild/android-x64@0.18.20':
+ optional: true
+
+ '@esbuild/darwin-arm64@0.18.20':
+ optional: true
+
+ '@esbuild/darwin-x64@0.18.20':
+ optional: true
+
+ '@esbuild/freebsd-arm64@0.18.20':
+ optional: true
+
+ '@esbuild/freebsd-x64@0.18.20':
+ optional: true
+
+ '@esbuild/linux-arm64@0.18.20':
+ optional: true
+
+ '@esbuild/linux-arm@0.18.20':
+ optional: true
+
+ '@esbuild/linux-ia32@0.18.20':
+ optional: true
+
+ '@esbuild/linux-loong64@0.15.18':
+ optional: true
+
+ '@esbuild/linux-loong64@0.18.20':
+ optional: true
+
+ '@esbuild/linux-mips64el@0.18.20':
+ optional: true
+
+ '@esbuild/linux-ppc64@0.18.20':
+ optional: true
+
+ '@esbuild/linux-riscv64@0.18.20':
+ optional: true
+
+ '@esbuild/linux-s390x@0.18.20':
+ optional: true
+
+ '@esbuild/linux-x64@0.18.20':
+ optional: true
+
+ '@esbuild/netbsd-x64@0.18.20':
+ optional: true
+
+ '@esbuild/openbsd-x64@0.18.20':
+ optional: true
+
+ '@esbuild/sunos-x64@0.18.20':
+ optional: true
+
+ '@esbuild/win32-arm64@0.18.20':
+ optional: true
+
+ '@esbuild/win32-ia32@0.18.20':
+ optional: true
+
+ '@esbuild/win32-x64@0.18.20':
+ optional: true
+
+ '@eslint-community/eslint-utils@4.4.0(eslint@8.57.1)':
+ dependencies:
+ eslint: 8.57.1
+ eslint-visitor-keys: 3.4.3
+
+ '@eslint-community/regexpp@4.11.1': {}
+
+ '@eslint/eslintrc@2.1.4':
+ dependencies:
+ ajv: 6.12.6
+ debug: 4.3.7
+ espree: 9.6.1
+ globals: 13.24.0
+ ignore: 5.3.2
+ import-fresh: 3.3.0
+ js-yaml: 4.1.0
+ minimatch: 3.1.2
+ strip-json-comments: 3.1.1
+ transitivePeerDependencies:
+ - supports-color
+
+ '@eslint/js@8.57.1': {}
+
+ '@floating-ui/core@1.6.8':
+ dependencies:
+ '@floating-ui/utils': 0.2.8
+
+ '@floating-ui/dom@1.6.11':
+ dependencies:
+ '@floating-ui/core': 1.6.8
+ '@floating-ui/utils': 0.2.8
+
+ '@floating-ui/utils@0.2.8': {}
+
+ '@form-create/component-elm-checkbox@3.2.8':
+ dependencies:
+ '@form-create/utils': 3.2.0
+
+ '@form-create/component-elm-frame@3.2.0':
+ dependencies:
+ '@form-create/utils': 3.2.0
+
+ '@form-create/component-elm-group@3.2.8':
+ dependencies:
+ '@form-create/utils': 3.2.0
+
+ '@form-create/component-elm-radio@3.2.8':
+ dependencies:
+ '@form-create/utils': 3.2.0
+
+ '@form-create/component-elm-select@3.2.0':
+ dependencies:
+ '@form-create/utils': 3.2.0
+
+ '@form-create/component-elm-tree@3.2.0':
+ dependencies:
+ '@form-create/utils': 3.2.0
+
+ '@form-create/component-elm-upload@3.2.7':
+ dependencies:
+ '@form-create/utils': 3.2.0
+
+ '@form-create/component-subform@3.1.34': {}
+
+ '@form-create/component-wangeditor@3.2.4':
+ dependencies:
+ wangeditor: 4.7.15
+
+ '@form-create/core@3.2.8(vue@3.3.13(typescript@5.0.4))':
+ dependencies:
+ '@form-create/utils': 3.2.0
+ vue: 3.3.13(typescript@5.0.4)
+
+ '@form-create/designer@3.2.6(vue@3.3.13(typescript@5.0.4))':
+ dependencies:
+ '@form-create/component-wangeditor': 3.2.4
+ '@form-create/element-ui': 3.2.8(vue@3.3.13(typescript@5.0.4))
+ '@form-create/utils': 3.2.0
+ vuedraggable: 4.1.0(vue@3.3.13(typescript@5.0.4))
+ transitivePeerDependencies:
+ - vue
+
+ '@form-create/element-ui@3.2.8(vue@3.3.13(typescript@5.0.4))':
+ dependencies:
+ '@form-create/component-elm-checkbox': 3.2.8
+ '@form-create/component-elm-frame': 3.2.0
+ '@form-create/component-elm-group': 3.2.8
+ '@form-create/component-elm-radio': 3.2.8
+ '@form-create/component-elm-select': 3.2.0
+ '@form-create/component-elm-tree': 3.2.0
+ '@form-create/component-elm-upload': 3.2.7
+ '@form-create/component-subform': 3.1.34
+ '@form-create/core': 3.2.8(vue@3.3.13(typescript@5.0.4))
+ '@form-create/utils': 3.2.0
+ vue: 3.3.13(typescript@5.0.4)
+
+ '@form-create/utils@3.2.0': {}
+
+ '@humanwhocodes/config-array@0.13.0':
+ dependencies:
+ '@humanwhocodes/object-schema': 2.0.3
+ debug: 4.3.7
+ minimatch: 3.1.2
+ transitivePeerDependencies:
+ - supports-color
+
+ '@humanwhocodes/module-importer@1.0.1': {}
+
+ '@humanwhocodes/object-schema@2.0.3': {}
+
+ '@jridgewell/sourcemap-codec@1.5.0': {}
+
+ '@lezer/common@1.2.1': {}
+
+ '@lezer/highlight@1.2.1':
+ dependencies:
+ '@lezer/common': 1.2.1
+
+ '@lezer/lr@1.4.2':
+ dependencies:
+ '@lezer/common': 1.2.1
+
+ '@lezer/markdown@1.3.1':
+ dependencies:
+ '@lezer/common': 1.2.1
+ '@lezer/highlight': 1.2.1
+
+ '@nodelib/fs.scandir@2.1.5':
+ dependencies:
+ '@nodelib/fs.stat': 2.0.5
+ run-parallel: 1.2.0
+
+ '@nodelib/fs.stat@2.0.5': {}
+
+ '@nodelib/fs.walk@1.2.8':
+ dependencies:
+ '@nodelib/fs.scandir': 2.1.5
+ fastq: 1.17.1
+
+ '@rushstack/eslint-patch@1.10.4': {}
+
+ '@sxzz/popperjs-es@2.11.7': {}
+
+ '@tootallnate/once@2.0.0': {}
+
+ '@transloadit/prettier-bytes@0.0.7': {}
+
+ '@trysound/sax@0.2.0': {}
+
+ '@types/chai-subset@1.3.5':
+ dependencies:
+ '@types/chai': 4.3.19
+
+ '@types/chai@4.3.19': {}
+
+ '@types/event-emitter@0.3.5': {}
+
+ '@types/file-saver@2.0.7': {}
+
+ '@types/js-cookie@3.0.6': {}
+
+ '@types/jsdom@16.2.15':
+ dependencies:
+ '@types/node': 16.18.108
+ '@types/parse5': 6.0.3
+ '@types/tough-cookie': 4.0.5
+
+ '@types/json-schema@7.0.15': {}
+
+ '@types/lodash-es@4.17.12':
+ dependencies:
+ '@types/lodash': 4.17.7
+
+ '@types/lodash@4.17.7': {}
+
+ '@types/node@16.18.108': {}
+
+ '@types/nprogress@0.2.3': {}
+
+ '@types/parse5@6.0.3': {}
+
+ '@types/semver@7.5.8': {}
+
+ '@types/splitpanes@2.2.6':
+ dependencies:
+ vue: 2.7.16
+
+ '@types/svgo@2.6.4':
+ dependencies:
+ '@types/node': 16.18.108
+
+ '@types/tough-cookie@4.0.5': {}
+
+ '@types/web-bluetooth@0.0.16': {}
+
+ '@types/web-bluetooth@0.0.20': {}
+
+ '@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.0.4))(eslint@8.57.1)(typescript@5.0.4)':
+ dependencies:
+ '@eslint-community/regexpp': 4.11.1
+ '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.0.4)
+ '@typescript-eslint/scope-manager': 5.62.0
+ '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.1)(typescript@5.0.4)
+ '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.0.4)
+ debug: 4.3.7
+ eslint: 8.57.1
+ graphemer: 1.4.0
+ ignore: 5.3.2
+ natural-compare-lite: 1.4.0
+ semver: 7.6.3
+ tsutils: 3.21.0(typescript@5.0.4)
+ optionalDependencies:
+ typescript: 5.0.4
+ transitivePeerDependencies:
+ - supports-color
+
+ '@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.0.4)':
+ dependencies:
+ '@typescript-eslint/scope-manager': 5.62.0
+ '@typescript-eslint/types': 5.62.0
+ '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.0.4)
+ debug: 4.3.7
+ eslint: 8.57.1
+ optionalDependencies:
+ typescript: 5.0.4
+ transitivePeerDependencies:
+ - supports-color
+
+ '@typescript-eslint/scope-manager@5.62.0':
+ dependencies:
+ '@typescript-eslint/types': 5.62.0
+ '@typescript-eslint/visitor-keys': 5.62.0
+
+ '@typescript-eslint/type-utils@5.62.0(eslint@8.57.1)(typescript@5.0.4)':
+ dependencies:
+ '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.0.4)
+ '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.0.4)
+ debug: 4.3.7
+ eslint: 8.57.1
+ tsutils: 3.21.0(typescript@5.0.4)
+ optionalDependencies:
+ typescript: 5.0.4
+ transitivePeerDependencies:
+ - supports-color
+
+ '@typescript-eslint/types@5.62.0': {}
+
+ '@typescript-eslint/typescript-estree@5.62.0(typescript@5.0.4)':
+ dependencies:
+ '@typescript-eslint/types': 5.62.0
+ '@typescript-eslint/visitor-keys': 5.62.0
+ debug: 4.3.7
+ globby: 11.1.0
+ is-glob: 4.0.3
+ semver: 7.6.3
+ tsutils: 3.21.0(typescript@5.0.4)
+ optionalDependencies:
+ typescript: 5.0.4
+ transitivePeerDependencies:
+ - supports-color
+
+ '@typescript-eslint/utils@5.62.0(eslint@8.57.1)(typescript@5.0.4)':
+ dependencies:
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1)
+ '@types/json-schema': 7.0.15
+ '@types/semver': 7.5.8
+ '@typescript-eslint/scope-manager': 5.62.0
+ '@typescript-eslint/types': 5.62.0
+ '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.0.4)
+ eslint: 8.57.1
+ eslint-scope: 5.1.1
+ semver: 7.6.3
+ transitivePeerDependencies:
+ - supports-color
+ - typescript
+
+ '@typescript-eslint/visitor-keys@5.62.0':
+ dependencies:
+ '@typescript-eslint/types': 5.62.0
+ eslint-visitor-keys: 3.4.3
+
+ '@ungap/structured-clone@1.2.0': {}
+
+ '@uppy/companion-client@2.2.2':
+ dependencies:
+ '@uppy/utils': 4.1.3
+ namespace-emitter: 2.0.1
+
+ '@uppy/core@2.3.4':
+ dependencies:
+ '@transloadit/prettier-bytes': 0.0.7
+ '@uppy/store-default': 2.1.1
+ '@uppy/utils': 4.1.3
+ lodash.throttle: 4.1.1
+ mime-match: 1.0.2
+ namespace-emitter: 2.0.1
+ nanoid: 3.3.7
+ preact: 10.24.0
+
+ '@uppy/store-default@2.1.1': {}
+
+ '@uppy/utils@4.1.3':
+ dependencies:
+ lodash.throttle: 4.1.1
+
+ '@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4)':
+ dependencies:
+ '@uppy/companion-client': 2.2.2
+ '@uppy/core': 2.3.4
+ '@uppy/utils': 4.1.3
+ nanoid: 3.3.7
+
+ '@vitejs/plugin-vue@3.2.0(vite@4.5.5(@types/node@16.18.108)(less@4.2.0))(vue@3.3.13(typescript@5.0.4))':
+ dependencies:
+ vite: 4.5.5(@types/node@16.18.108)(less@4.2.0)
+ vue: 3.3.13(typescript@5.0.4)
+
+ '@volar/code-gen@0.38.9':
+ dependencies:
+ '@volar/source-map': 0.38.9
+
+ '@volar/source-map@0.38.9': {}
+
+ '@volar/vue-code-gen@0.38.9':
+ dependencies:
+ '@volar/code-gen': 0.38.9
+ '@volar/source-map': 0.38.9
+ '@vue/compiler-core': 3.5.7
+ '@vue/compiler-dom': 3.5.7
+ '@vue/shared': 3.5.7
+
+ '@volar/vue-typescript@0.38.9':
+ dependencies:
+ '@volar/code-gen': 0.38.9
+ '@volar/source-map': 0.38.9
+ '@volar/vue-code-gen': 0.38.9
+ '@vue/compiler-sfc': 3.5.7
+ '@vue/reactivity': 3.5.7
+
+ '@vue-flow/additional-components@1.3.3(@vue-flow/core@1.41.2(vue@3.3.13(typescript@5.0.4)))(vue@3.3.13(typescript@5.0.4))':
+ dependencies:
+ '@vue-flow/core': 1.41.2(vue@3.3.13(typescript@5.0.4))
+ d3-selection: 3.0.0
+ d3-zoom: 3.0.0
+ vue: 3.3.13(typescript@5.0.4)
+
+ '@vue-flow/core@1.41.2(vue@3.3.13(typescript@5.0.4))':
+ dependencies:
+ '@vueuse/core': 10.11.1(vue@3.3.13(typescript@5.0.4))
+ d3-drag: 3.0.0
+ d3-selection: 3.0.0
+ d3-zoom: 3.0.0
+ vue: 3.3.13(typescript@5.0.4)
+ transitivePeerDependencies:
+ - '@vue/composition-api'
+
+ '@vue-office/docx@1.6.2(vue-demi@0.14.10(vue@3.3.13(typescript@5.0.4)))(vue@3.3.13(typescript@5.0.4))':
+ dependencies:
+ vue: 3.3.13(typescript@5.0.4)
+ vue-demi: 0.14.10(vue@3.3.13(typescript@5.0.4))
+
+ '@vue-office/excel@1.7.11(vue-demi@0.14.10(vue@3.3.13(typescript@5.0.4)))(vue@3.3.13(typescript@5.0.4))':
+ dependencies:
+ vue: 3.3.13(typescript@5.0.4)
+ vue-demi: 0.14.10(vue@3.3.13(typescript@5.0.4))
+
+ '@vue-office/pdf@1.6.5(vue-demi@0.14.10(vue@3.3.13(typescript@5.0.4)))(vue@3.3.13(typescript@5.0.4))':
+ dependencies:
+ vue: 3.3.13(typescript@5.0.4)
+ vue-demi: 0.14.10(vue@3.3.13(typescript@5.0.4))
+
+ '@vue/compiler-core@3.3.13':
+ dependencies:
+ '@babel/parser': 7.25.6
+ '@vue/shared': 3.3.13
+ estree-walker: 2.0.2
+ source-map-js: 1.2.1
+
+ '@vue/compiler-core@3.5.7':
+ dependencies:
+ '@babel/parser': 7.25.6
+ '@vue/shared': 3.5.7
+ entities: 4.5.0
+ estree-walker: 2.0.2
+ source-map-js: 1.2.1
+
+ '@vue/compiler-dom@3.3.13':
+ dependencies:
+ '@vue/compiler-core': 3.3.13
+ '@vue/shared': 3.3.13
+
+ '@vue/compiler-dom@3.5.7':
+ dependencies:
+ '@vue/compiler-core': 3.5.7
+ '@vue/shared': 3.5.7
+
+ '@vue/compiler-sfc@2.7.16':
+ dependencies:
+ '@babel/parser': 7.25.6
+ postcss: 8.4.47
+ source-map: 0.6.1
+ optionalDependencies:
+ prettier: 2.8.8
+
+ '@vue/compiler-sfc@3.3.13':
+ dependencies:
+ '@babel/parser': 7.25.6
+ '@vue/compiler-core': 3.3.13
+ '@vue/compiler-dom': 3.3.13
+ '@vue/compiler-ssr': 3.3.13
+ '@vue/reactivity-transform': 3.3.13
+ '@vue/shared': 3.3.13
+ estree-walker: 2.0.2
+ magic-string: 0.30.11
+ postcss: 8.4.47
+ source-map-js: 1.2.1
+
+ '@vue/compiler-sfc@3.5.7':
+ dependencies:
+ '@babel/parser': 7.25.6
+ '@vue/compiler-core': 3.5.7
+ '@vue/compiler-dom': 3.5.7
+ '@vue/compiler-ssr': 3.5.7
+ '@vue/shared': 3.5.7
+ estree-walker: 2.0.2
+ magic-string: 0.30.11
+ postcss: 8.4.47
+ source-map-js: 1.2.1
+
+ '@vue/compiler-ssr@3.3.13':
+ dependencies:
+ '@vue/compiler-dom': 3.3.13
+ '@vue/shared': 3.3.13
+
+ '@vue/compiler-ssr@3.5.7':
+ dependencies:
+ '@vue/compiler-dom': 3.5.7
+ '@vue/shared': 3.5.7
+
+ '@vue/devtools-api@6.6.4': {}
+
+ '@vue/eslint-config-prettier@7.1.0(eslint@8.57.1)(prettier@2.8.8)':
+ dependencies:
+ eslint: 8.57.1
+ eslint-config-prettier: 8.10.0(eslint@8.57.1)
+ eslint-plugin-prettier: 4.2.1(eslint-config-prettier@8.10.0(eslint@8.57.1))(eslint@8.57.1)(prettier@2.8.8)
+ prettier: 2.8.8
+
+ '@vue/eslint-config-typescript@11.0.3(eslint-plugin-vue@9.28.0(eslint@8.57.1))(eslint@8.57.1)(typescript@5.0.4)':
+ dependencies:
+ '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.0.4))(eslint@8.57.1)(typescript@5.0.4)
+ '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.0.4)
+ eslint: 8.57.1
+ eslint-plugin-vue: 9.28.0(eslint@8.57.1)
+ vue-eslint-parser: 9.4.3(eslint@8.57.1)
+ optionalDependencies:
+ typescript: 5.0.4
+ transitivePeerDependencies:
+ - supports-color
+
+ '@vue/reactivity-transform@3.3.13':
+ dependencies:
+ '@babel/parser': 7.25.6
+ '@vue/compiler-core': 3.3.13
+ '@vue/shared': 3.3.13
+ estree-walker: 2.0.2
+ magic-string: 0.30.11
+
+ '@vue/reactivity@3.3.13':
+ dependencies:
+ '@vue/shared': 3.3.13
+
+ '@vue/reactivity@3.5.7':
+ dependencies:
+ '@vue/shared': 3.5.7
+
+ '@vue/runtime-core@3.3.13':
+ dependencies:
+ '@vue/reactivity': 3.3.13
+ '@vue/shared': 3.3.13
+
+ '@vue/runtime-dom@3.3.13':
+ dependencies:
+ '@vue/runtime-core': 3.3.13
+ '@vue/shared': 3.3.13
+ csstype: 3.1.3
+
+ '@vue/server-renderer@3.3.13(vue@3.3.13(typescript@5.0.4))':
+ dependencies:
+ '@vue/compiler-ssr': 3.3.13
+ '@vue/shared': 3.3.13
+ vue: 3.3.13(typescript@5.0.4)
+
+ '@vue/shared@3.3.13': {}
+
+ '@vue/shared@3.5.7': {}
+
+ '@vue/tsconfig@0.1.3(@types/node@16.18.108)':
+ optionalDependencies:
+ '@types/node': 16.18.108
+
+ '@vueuse/components@10.11.1(vue@3.3.13(typescript@5.0.4))':
+ dependencies:
+ '@vueuse/core': 10.11.1(vue@3.3.13(typescript@5.0.4))
+ '@vueuse/shared': 10.11.1(vue@3.3.13(typescript@5.0.4))
+ vue-demi: 0.14.10(vue@3.3.13(typescript@5.0.4))
+ transitivePeerDependencies:
+ - '@vue/composition-api'
+ - vue
+
+ '@vueuse/core@10.11.1(vue@3.3.13(typescript@5.0.4))':
+ dependencies:
+ '@types/web-bluetooth': 0.0.20
+ '@vueuse/metadata': 10.11.1
+ '@vueuse/shared': 10.11.1(vue@3.3.13(typescript@5.0.4))
+ vue-demi: 0.14.10(vue@3.3.13(typescript@5.0.4))
+ transitivePeerDependencies:
+ - '@vue/composition-api'
+ - vue
+
+ '@vueuse/core@9.13.0(vue@3.3.13(typescript@5.0.4))':
+ dependencies:
+ '@types/web-bluetooth': 0.0.16
+ '@vueuse/metadata': 9.13.0
+ '@vueuse/shared': 9.13.0(vue@3.3.13(typescript@5.0.4))
+ vue-demi: 0.14.10(vue@3.3.13(typescript@5.0.4))
+ transitivePeerDependencies:
+ - '@vue/composition-api'
+ - vue
+
+ '@vueuse/metadata@10.11.1': {}
+
+ '@vueuse/metadata@9.13.0': {}
+
+ '@vueuse/shared@10.11.1(vue@3.3.13(typescript@5.0.4))':
+ dependencies:
+ vue-demi: 0.14.10(vue@3.3.13(typescript@5.0.4))
+ transitivePeerDependencies:
+ - '@vue/composition-api'
+ - vue
+
+ '@vueuse/shared@9.13.0(vue@3.3.13(typescript@5.0.4))':
+ dependencies:
+ vue-demi: 0.14.10(vue@3.3.13(typescript@5.0.4))
+ transitivePeerDependencies:
+ - '@vue/composition-api'
+ - vue
+
+ '@wangeditor/basic-modules@1.1.7(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(lodash.throttle@4.1.1)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2)':
+ dependencies:
+ '@wangeditor/core': 1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2)
+ dom7: 3.0.0
+ is-url: 1.2.4
+ lodash.throttle: 4.1.1
+ nanoid: 3.3.7
+ slate: 0.72.8
+ snabbdom: 3.6.2
+
+ '@wangeditor/code-highlight@1.0.3(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(slate@0.72.8)(snabbdom@3.6.2)':
+ dependencies:
+ '@wangeditor/core': 1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2)
+ dom7: 3.0.0
+ prismjs: 1.29.0
+ slate: 0.72.8
+ snabbdom: 3.6.2
+
+ '@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2)':
+ dependencies:
+ '@types/event-emitter': 0.3.5
+ '@uppy/core': 2.3.4
+ '@uppy/xhr-upload': 2.1.3(@uppy/core@2.3.4)
+ dom7: 3.0.0
+ event-emitter: 0.3.5
+ html-void-elements: 2.0.1
+ i18next: 20.6.1
+ is-hotkey: 0.2.0
+ lodash.camelcase: 4.3.0
+ lodash.clonedeep: 4.5.0
+ lodash.debounce: 4.0.8
+ lodash.foreach: 4.5.0
+ lodash.isequal: 4.5.0
+ lodash.throttle: 4.1.1
+ lodash.toarray: 4.4.0
+ nanoid: 3.3.7
+ scroll-into-view-if-needed: 2.2.31
+ slate: 0.72.8
+ slate-history: 0.66.0(slate@0.72.8)
+ snabbdom: 3.6.2
+
+ '@wangeditor/editor-for-vue@5.1.12(@wangeditor/editor@5.1.23)(vue@3.3.13(typescript@5.0.4))':
+ dependencies:
+ '@wangeditor/editor': 5.1.23
+ vue: 3.3.13(typescript@5.0.4)
+
+ '@wangeditor/editor@5.1.23':
+ dependencies:
+ '@uppy/core': 2.3.4
+ '@uppy/xhr-upload': 2.1.3(@uppy/core@2.3.4)
+ '@wangeditor/basic-modules': 1.1.7(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(lodash.throttle@4.1.1)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2)
+ '@wangeditor/code-highlight': 1.0.3(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(slate@0.72.8)(snabbdom@3.6.2)
+ '@wangeditor/core': 1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2)
+ '@wangeditor/list-module': 1.0.5(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(slate@0.72.8)(snabbdom@3.6.2)
+ '@wangeditor/table-module': 1.1.4(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2)
+ '@wangeditor/upload-image-module': 1.0.2(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(@wangeditor/basic-modules@1.1.7(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(lodash.throttle@4.1.1)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2))(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(lodash.foreach@4.5.0)(slate@0.72.8)(snabbdom@3.6.2)
+ '@wangeditor/video-module': 1.1.4(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2)
+ dom7: 3.0.0
+ is-hotkey: 0.2.0
+ lodash.camelcase: 4.3.0
+ lodash.clonedeep: 4.5.0
+ lodash.debounce: 4.0.8
+ lodash.foreach: 4.5.0
+ lodash.isequal: 4.5.0
+ lodash.throttle: 4.1.1
+ lodash.toarray: 4.4.0
+ nanoid: 3.3.7
+ slate: 0.72.8
+ snabbdom: 3.6.2
+
+ '@wangeditor/list-module@1.0.5(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(slate@0.72.8)(snabbdom@3.6.2)':
+ dependencies:
+ '@wangeditor/core': 1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2)
+ dom7: 3.0.0
+ slate: 0.72.8
+ snabbdom: 3.6.2
+
+ '@wangeditor/table-module@1.1.4(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2)':
+ dependencies:
+ '@wangeditor/core': 1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2)
+ dom7: 3.0.0
+ lodash.isequal: 4.5.0
+ lodash.throttle: 4.1.1
+ nanoid: 3.3.7
+ slate: 0.72.8
+ snabbdom: 3.6.2
+
+ '@wangeditor/upload-image-module@1.0.2(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(@wangeditor/basic-modules@1.1.7(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(lodash.throttle@4.1.1)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2))(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(lodash.foreach@4.5.0)(slate@0.72.8)(snabbdom@3.6.2)':
+ dependencies:
+ '@uppy/core': 2.3.4
+ '@uppy/xhr-upload': 2.1.3(@uppy/core@2.3.4)
+ '@wangeditor/basic-modules': 1.1.7(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(lodash.throttle@4.1.1)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2)
+ '@wangeditor/core': 1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2)
+ dom7: 3.0.0
+ lodash.foreach: 4.5.0
+ slate: 0.72.8
+ snabbdom: 3.6.2
+
+ '@wangeditor/video-module@1.1.4(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2)':
+ dependencies:
+ '@uppy/core': 2.3.4
+ '@uppy/xhr-upload': 2.1.3(@uppy/core@2.3.4)
+ '@wangeditor/core': 1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.7)(slate@0.72.8)(snabbdom@3.6.2)
+ dom7: 3.0.0
+ nanoid: 3.3.7
+ slate: 0.72.8
+ snabbdom: 3.6.2
+
+ abab@2.0.6: {}
+
+ acorn-globals@7.0.1:
+ dependencies:
+ acorn: 8.12.1
+ acorn-walk: 8.3.4
+
+ acorn-jsx@5.3.2(acorn@8.12.1):
+ dependencies:
+ acorn: 8.12.1
+
+ acorn-walk@8.3.4:
+ dependencies:
+ acorn: 8.12.1
+
+ acorn@8.12.1: {}
+
+ agent-base@6.0.2:
+ dependencies:
+ debug: 4.3.7
+ transitivePeerDependencies:
+ - supports-color
+
+ ajv@6.12.6:
+ dependencies:
+ fast-deep-equal: 3.1.3
+ fast-json-stable-stringify: 2.1.0
+ json-schema-traverse: 0.4.1
+ uri-js: 4.4.1
+
+ ansi-regex@2.1.1: {}
+
+ ansi-regex@5.0.1: {}
+
+ ansi-styles@2.2.1: {}
+
+ ansi-styles@3.2.1:
+ dependencies:
+ color-convert: 1.9.3
+
+ ansi-styles@4.3.0:
+ dependencies:
+ color-convert: 2.0.1
+
+ argparse@2.0.1: {}
+
+ arr-diff@4.0.0: {}
+
+ arr-flatten@1.1.0: {}
+
+ arr-union@3.1.0: {}
+
+ array-buffer-byte-length@1.0.1:
+ dependencies:
+ call-bind: 1.0.7
+ is-array-buffer: 3.0.4
+
+ array-move@4.0.0: {}
+
+ array-union@2.1.0: {}
+
+ array-unique@0.3.2: {}
+
+ arraybuffer.prototype.slice@1.0.3:
+ dependencies:
+ array-buffer-byte-length: 1.0.1
+ call-bind: 1.0.7
+ define-properties: 1.2.1
+ es-abstract: 1.23.3
+ es-errors: 1.3.0
+ get-intrinsic: 1.2.4
+ is-array-buffer: 3.0.4
+ is-shared-array-buffer: 1.0.3
+
+ assertion-error@1.1.0: {}
+
+ assign-symbols@1.0.0: {}
+
+ async-validator@4.2.5: {}
+
+ asynckit@0.4.0: {}
+
+ atob@2.1.2: {}
+
+ available-typed-arrays@1.0.7:
+ dependencies:
+ possible-typed-array-names: 1.0.0
+
+ axios@0.21.4:
+ dependencies:
+ follow-redirects: 1.15.9
+ transitivePeerDependencies:
+ - debug
+
+ axios@1.7.7:
+ dependencies:
+ follow-redirects: 1.15.9
+ form-data: 4.0.0
+ proxy-from-env: 1.1.0
+ transitivePeerDependencies:
+ - debug
+
+ balanced-match@1.0.2: {}
+
+ base64-js@1.5.1: {}
+
+ base@0.11.2:
+ dependencies:
+ cache-base: 1.0.1
+ class-utils: 0.3.6
+ component-emitter: 1.3.1
+ define-property: 1.0.0
+ isobject: 3.0.1
+ mixin-deep: 1.3.2
+ pascalcase: 0.1.1
+
+ big.js@5.2.2: {}
+
+ bluebird@3.7.2: {}
+
+ boolbase@1.0.0: {}
+
+ bpmn-js-properties-panel@5.24.0(@bpmn-io/properties-panel@3.24.1(@lezer/common@1.2.1))(bpmn-js@17.11.1)(camunda-bpmn-js-behaviors@1.6.1(bpmn-js@17.11.1)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0))(diagram-js@14.11.0):
+ dependencies:
+ '@bpmn-io/extract-process-variables': 0.9.0
+ '@bpmn-io/properties-panel': 3.24.1(@lezer/common@1.2.1)
+ array-move: 4.0.0
+ bpmn-js: 17.11.1
+ camunda-bpmn-js-behaviors: 1.6.1(bpmn-js@17.11.1)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0)
+ diagram-js: 14.11.0
+ ids: 1.0.5
+ min-dash: 4.2.1
+ min-dom: 4.2.1
+
+ bpmn-js@17.11.1:
+ dependencies:
+ bpmn-moddle: 8.1.0
+ diagram-js: 14.11.0
+ diagram-js-direct-editing: 3.1.0(diagram-js@14.11.0)
+ ids: 1.0.5
+ inherits-browser: 0.1.0
+ min-dash: 4.2.1
+ min-dom: 4.2.1
+ tiny-svg: 3.1.2
+
+ bpmn-moddle@8.1.0:
+ dependencies:
+ min-dash: 4.2.1
+ moddle: 6.2.3
+ moddle-xml: 10.1.0
+
+ brace-expansion@1.1.11:
+ dependencies:
+ balanced-match: 1.0.2
+ concat-map: 0.0.1
+
+ braces@2.3.2:
+ dependencies:
+ arr-flatten: 1.1.0
+ array-unique: 0.3.2
+ extend-shallow: 2.0.1
+ fill-range: 4.0.0
+ isobject: 3.0.1
+ repeat-element: 1.1.4
+ snapdragon: 0.8.2
+ snapdragon-node: 2.1.1
+ split-string: 3.1.0
+ to-regex: 3.0.2
+ transitivePeerDependencies:
+ - supports-color
+
+ braces@3.0.3:
+ dependencies:
+ fill-range: 7.1.1
+
+ buffer@5.7.1:
+ dependencies:
+ base64-js: 1.5.1
+ ieee754: 1.2.1
+
+ cache-base@1.0.1:
+ dependencies:
+ collection-visit: 1.0.0
+ component-emitter: 1.3.1
+ get-value: 2.0.6
+ has-value: 1.0.0
+ isobject: 3.0.1
+ set-value: 2.0.1
+ to-object-path: 0.3.0
+ union-value: 1.0.1
+ unset-value: 1.0.0
+
+ call-bind@1.0.7:
+ dependencies:
+ es-define-property: 1.0.0
+ es-errors: 1.3.0
+ function-bind: 1.1.2
+ get-intrinsic: 1.2.4
+ set-function-length: 1.2.2
+
+ callsites@3.1.0: {}
+
+ camunda-bpmn-js-behaviors@1.6.1(bpmn-js@17.11.1)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0):
+ dependencies:
+ bpmn-js: 17.11.1
+ camunda-bpmn-moddle: 7.0.1
+ ids: 1.0.5
+ min-dash: 4.2.1
+ zeebe-bpmn-moddle: 1.6.0
+
+ camunda-bpmn-moddle@7.0.1: {}
+
+ chai@4.5.0:
+ dependencies:
+ assertion-error: 1.1.0
+ check-error: 1.0.3
+ deep-eql: 4.1.4
+ get-func-name: 2.0.2
+ loupe: 2.3.7
+ pathval: 1.1.1
+ type-detect: 4.1.0
+
+ chalk@1.1.3:
+ dependencies:
+ ansi-styles: 2.2.1
+ escape-string-regexp: 1.0.5
+ has-ansi: 2.0.0
+ strip-ansi: 3.0.1
+ supports-color: 2.0.0
+
+ chalk@2.4.2:
+ dependencies:
+ ansi-styles: 3.2.1
+ escape-string-regexp: 1.0.5
+ supports-color: 5.5.0
+
+ chalk@4.1.2:
+ dependencies:
+ ansi-styles: 4.3.0
+ supports-color: 7.2.0
+
+ check-error@1.0.3:
+ dependencies:
+ get-func-name: 2.0.2
+
+ class-utils@0.3.6:
+ dependencies:
+ arr-union: 3.1.0
+ define-property: 0.2.5
+ isobject: 3.0.1
+ static-extend: 0.1.2
+
+ classnames@2.5.1: {}
+
+ clone@2.1.2: {}
+
+ clsx@2.1.1: {}
+
+ collection-visit@1.0.0:
+ dependencies:
+ map-visit: 1.0.0
+ object-visit: 1.0.1
+
+ color-convert@1.9.3:
+ dependencies:
+ color-name: 1.1.3
+
+ color-convert@2.0.1:
+ dependencies:
+ color-name: 1.1.4
+
+ color-name@1.1.3: {}
+
+ color-name@1.1.4: {}
+
+ combined-stream@1.0.8:
+ dependencies:
+ delayed-stream: 1.0.0
+
+ commander@7.2.0: {}
+
+ component-emitter@1.3.1: {}
+
+ component-event@0.2.1: {}
+
+ compute-scroll-into-view@1.0.20: {}
+
+ concat-map@0.0.1: {}
+
+ copy-anything@2.0.6:
+ dependencies:
+ is-what: 3.14.1
+
+ copy-descriptor@0.1.1: {}
+
+ core-js-pure@3.38.1: {}
+
+ core-js@3.39.0: {}
+
+ cors@2.8.5:
+ dependencies:
+ object-assign: 4.1.1
+ vary: 1.1.2
+
+ crelt@1.0.6: {}
+
+ cross-spawn@6.0.5:
+ dependencies:
+ nice-try: 1.0.5
+ path-key: 2.0.1
+ semver: 5.7.2
+ shebang-command: 1.2.0
+ which: 1.3.1
+
+ cross-spawn@7.0.3:
+ dependencies:
+ path-key: 3.1.1
+ shebang-command: 2.0.0
+ which: 2.0.2
+
+ css-select@4.3.0:
+ dependencies:
+ boolbase: 1.0.0
+ css-what: 6.1.0
+ domhandler: 4.3.1
+ domutils: 2.8.0
+ nth-check: 2.1.1
+
+ css-tree@1.1.3:
+ dependencies:
+ mdn-data: 2.0.14
+ source-map: 0.6.1
+
+ css-what@6.1.0: {}
+
+ cssesc@3.0.0: {}
+
+ csso@4.2.0:
+ dependencies:
+ css-tree: 1.1.3
+
+ cssom@0.3.8: {}
+
+ cssom@0.5.0: {}
+
+ cssstyle@2.3.0:
+ dependencies:
+ cssom: 0.3.8
+
+ csstype@3.1.3: {}
+
+ d3-color@3.1.0: {}
+
+ d3-dispatch@3.0.1: {}
+
+ d3-drag@3.0.0:
+ dependencies:
+ d3-dispatch: 3.0.1
+ d3-selection: 3.0.0
+
+ d3-ease@3.0.1: {}
+
+ d3-interpolate@3.0.1:
+ dependencies:
+ d3-color: 3.1.0
+
+ d3-selection@3.0.0: {}
+
+ d3-timer@3.0.1: {}
+
+ d3-transition@3.0.1(d3-selection@3.0.0):
+ dependencies:
+ d3-color: 3.1.0
+ d3-dispatch: 3.0.1
+ d3-ease: 3.0.1
+ d3-interpolate: 3.0.1
+ d3-selection: 3.0.0
+ d3-timer: 3.0.1
+
+ d3-zoom@3.0.0:
+ dependencies:
+ d3-dispatch: 3.0.1
+ d3-drag: 3.0.0
+ d3-interpolate: 3.0.1
+ d3-selection: 3.0.0
+ d3-transition: 3.0.1(d3-selection@3.0.0)
+
+ d@1.0.2:
+ dependencies:
+ es5-ext: 0.10.64
+ type: 2.7.3
+
+ data-urls@3.0.2:
+ dependencies:
+ abab: 2.0.6
+ whatwg-mimetype: 3.0.0
+ whatwg-url: 11.0.0
+
+ data-view-buffer@1.0.1:
+ dependencies:
+ call-bind: 1.0.7
+ es-errors: 1.3.0
+ is-data-view: 1.0.1
+
+ data-view-byte-length@1.0.1:
+ dependencies:
+ call-bind: 1.0.7
+ es-errors: 1.3.0
+ is-data-view: 1.0.1
+
+ data-view-byte-offset@1.0.0:
+ dependencies:
+ call-bind: 1.0.7
+ es-errors: 1.3.0
+ is-data-view: 1.0.1
+
+ dayjs@1.11.13: {}
+
+ debug@2.6.9:
+ dependencies:
+ ms: 2.0.0
+
+ debug@4.3.7:
+ dependencies:
+ ms: 2.1.3
+
+ decimal.js@10.4.3: {}
+
+ decode-uri-component@0.2.2: {}
+
+ deep-eql@4.1.4:
+ dependencies:
+ type-detect: 4.1.0
+
+ deep-is@0.1.4: {}
+
+ define-data-property@1.1.4:
+ dependencies:
+ es-define-property: 1.0.0
+ es-errors: 1.3.0
+ gopd: 1.0.1
+
+ define-properties@1.2.1:
+ dependencies:
+ define-data-property: 1.1.4
+ has-property-descriptors: 1.0.2
+ object-keys: 1.1.1
+
+ define-property@0.2.5:
+ dependencies:
+ is-descriptor: 0.1.7
+
+ define-property@1.0.0:
+ dependencies:
+ is-descriptor: 1.0.3
+
+ define-property@2.0.2:
+ dependencies:
+ is-descriptor: 1.0.3
+ isobject: 3.0.1
+
+ delayed-stream@1.0.0: {}
+
+ diagram-js-direct-editing@3.1.0(diagram-js@14.11.0):
+ dependencies:
+ diagram-js: 14.11.0
+ min-dash: 4.2.1
+ min-dom: 4.2.1
+
+ diagram-js@14.11.0:
+ dependencies:
+ '@bpmn-io/diagram-js-ui': 0.2.3
+ clsx: 2.1.1
+ didi: 10.2.2
+ inherits-browser: 0.1.0
+ min-dash: 4.2.1
+ min-dom: 4.2.1
+ object-refs: 0.4.0
+ path-intersection: 3.1.0
+ tiny-svg: 3.1.2
+
+ didi@10.2.2: {}
+
+ dir-glob@3.0.1:
+ dependencies:
+ path-type: 4.0.0
+
+ doctrine@3.0.0:
+ dependencies:
+ esutils: 2.0.3
+
+ dom-serializer@0.2.2:
+ dependencies:
+ domelementtype: 2.3.0
+ entities: 2.2.0
+
+ dom-serializer@1.4.1:
+ dependencies:
+ domelementtype: 2.3.0
+ domhandler: 4.3.1
+ entities: 2.2.0
+
+ dom7@3.0.0:
+ dependencies:
+ ssr-window: 3.0.0
+
+ domelementtype@1.3.1: {}
+
+ domelementtype@2.3.0: {}
+
+ domexception@4.0.0:
+ dependencies:
+ webidl-conversions: 7.0.0
+
+ domhandler@2.4.2:
+ dependencies:
+ domelementtype: 1.3.1
+
+ domhandler@4.3.1:
+ dependencies:
+ domelementtype: 2.3.0
+
+ domify@1.4.2: {}
+
+ domify@2.0.0: {}
+
+ domutils@1.7.0:
+ dependencies:
+ dom-serializer: 0.2.2
+ domelementtype: 1.3.1
+
+ domutils@2.8.0:
+ dependencies:
+ dom-serializer: 1.4.1
+ domelementtype: 2.3.0
+ domhandler: 4.3.1
+
+ echarts@5.5.1:
+ dependencies:
+ tslib: 2.3.0
+ zrender: 5.6.0
+
+ element-plus@2.8.3(vue@3.3.13(typescript@5.0.4)):
+ dependencies:
+ '@ctrl/tinycolor': 3.6.1
+ '@element-plus/icons-vue': 2.3.1(vue@3.3.13(typescript@5.0.4))
+ '@floating-ui/dom': 1.6.11
+ '@popperjs/core': '@sxzz/popperjs-es@2.11.7'
+ '@types/lodash': 4.17.7
+ '@types/lodash-es': 4.17.12
+ '@vueuse/core': 9.13.0(vue@3.3.13(typescript@5.0.4))
+ async-validator: 4.2.5
+ dayjs: 1.11.13
+ escape-html: 1.0.3
+ lodash: 4.17.21
+ lodash-es: 4.17.21
+ lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21)
+ memoize-one: 6.0.0
+ normalize-wheel-es: 1.2.0
+ vue: 3.3.13(typescript@5.0.4)
+ transitivePeerDependencies:
+ - '@vue/composition-api'
+
+ emojis-list@3.0.0: {}
+
+ entities@1.1.2: {}
+
+ entities@2.2.0: {}
+
+ entities@4.5.0: {}
+
+ errno@0.1.8:
+ dependencies:
+ prr: 1.0.1
+ optional: true
+
+ error-ex@1.3.2:
+ dependencies:
+ is-arrayish: 0.2.1
+
+ es-abstract@1.23.3:
+ dependencies:
+ array-buffer-byte-length: 1.0.1
+ arraybuffer.prototype.slice: 1.0.3
+ available-typed-arrays: 1.0.7
+ call-bind: 1.0.7
+ data-view-buffer: 1.0.1
+ data-view-byte-length: 1.0.1
+ data-view-byte-offset: 1.0.0
+ es-define-property: 1.0.0
+ es-errors: 1.3.0
+ es-object-atoms: 1.0.0
+ es-set-tostringtag: 2.0.3
+ es-to-primitive: 1.2.1
+ function.prototype.name: 1.1.6
+ get-intrinsic: 1.2.4
+ get-symbol-description: 1.0.2
+ globalthis: 1.0.4
+ gopd: 1.0.1
+ has-property-descriptors: 1.0.2
+ has-proto: 1.0.3
+ has-symbols: 1.0.3
+ hasown: 2.0.2
+ internal-slot: 1.0.7
+ is-array-buffer: 3.0.4
+ is-callable: 1.2.7
+ is-data-view: 1.0.1
+ is-negative-zero: 2.0.3
+ is-regex: 1.1.4
+ is-shared-array-buffer: 1.0.3
+ is-string: 1.0.7
+ is-typed-array: 1.1.13
+ is-weakref: 1.0.2
+ object-inspect: 1.13.2
+ object-keys: 1.1.1
+ object.assign: 4.1.5
+ regexp.prototype.flags: 1.5.2
+ safe-array-concat: 1.1.2
+ safe-regex-test: 1.0.3
+ string.prototype.trim: 1.2.9
+ string.prototype.trimend: 1.0.8
+ string.prototype.trimstart: 1.0.8
+ typed-array-buffer: 1.0.2
+ typed-array-byte-length: 1.0.1
+ typed-array-byte-offset: 1.0.2
+ typed-array-length: 1.0.6
+ unbox-primitive: 1.0.2
+ which-typed-array: 1.1.15
+
+ es-define-property@1.0.0:
+ dependencies:
+ get-intrinsic: 1.2.4
+
+ es-errors@1.3.0: {}
+
+ es-object-atoms@1.0.0:
+ dependencies:
+ es-errors: 1.3.0
+
+ es-set-tostringtag@2.0.3:
+ dependencies:
+ get-intrinsic: 1.2.4
+ has-tostringtag: 1.0.2
+ hasown: 2.0.2
+
+ es-to-primitive@1.2.1:
+ dependencies:
+ is-callable: 1.2.7
+ is-date-object: 1.0.5
+ is-symbol: 1.0.4
+
+ es5-ext@0.10.64:
+ dependencies:
+ es6-iterator: 2.0.3
+ es6-symbol: 3.1.4
+ esniff: 2.0.1
+ next-tick: 1.1.0
+
+ es6-iterator@2.0.3:
+ dependencies:
+ d: 1.0.2
+ es5-ext: 0.10.64
+ es6-symbol: 3.1.4
+
+ es6-symbol@3.1.4:
+ dependencies:
+ d: 1.0.2
+ ext: 1.7.0
+
+ esbuild-android-64@0.15.18:
+ optional: true
+
+ esbuild-android-arm64@0.15.18:
+ optional: true
+
+ esbuild-darwin-64@0.15.18:
+ optional: true
+
+ esbuild-darwin-arm64@0.15.18:
+ optional: true
+
+ esbuild-freebsd-64@0.15.18:
+ optional: true
+
+ esbuild-freebsd-arm64@0.15.18:
+ optional: true
+
+ esbuild-linux-32@0.15.18:
+ optional: true
+
+ esbuild-linux-64@0.15.18:
+ optional: true
+
+ esbuild-linux-arm64@0.15.18:
+ optional: true
+
+ esbuild-linux-arm@0.15.18:
+ optional: true
+
+ esbuild-linux-mips64le@0.15.18:
+ optional: true
+
+ esbuild-linux-ppc64le@0.15.18:
+ optional: true
+
+ esbuild-linux-riscv64@0.15.18:
+ optional: true
+
+ esbuild-linux-s390x@0.15.18:
+ optional: true
+
+ esbuild-netbsd-64@0.15.18:
+ optional: true
+
+ esbuild-openbsd-64@0.15.18:
+ optional: true
+
+ esbuild-sunos-64@0.15.18:
+ optional: true
+
+ esbuild-windows-32@0.15.18:
+ optional: true
+
+ esbuild-windows-64@0.15.18:
+ optional: true
+
+ esbuild-windows-arm64@0.15.18:
+ optional: true
+
+ esbuild@0.15.18:
+ optionalDependencies:
+ '@esbuild/android-arm': 0.15.18
+ '@esbuild/linux-loong64': 0.15.18
+ esbuild-android-64: 0.15.18
+ esbuild-android-arm64: 0.15.18
+ esbuild-darwin-64: 0.15.18
+ esbuild-darwin-arm64: 0.15.18
+ esbuild-freebsd-64: 0.15.18
+ esbuild-freebsd-arm64: 0.15.18
+ esbuild-linux-32: 0.15.18
+ esbuild-linux-64: 0.15.18
+ esbuild-linux-arm: 0.15.18
+ esbuild-linux-arm64: 0.15.18
+ esbuild-linux-mips64le: 0.15.18
+ esbuild-linux-ppc64le: 0.15.18
+ esbuild-linux-riscv64: 0.15.18
+ esbuild-linux-s390x: 0.15.18
+ esbuild-netbsd-64: 0.15.18
+ esbuild-openbsd-64: 0.15.18
+ esbuild-sunos-64: 0.15.18
+ esbuild-windows-32: 0.15.18
+ esbuild-windows-64: 0.15.18
+ esbuild-windows-arm64: 0.15.18
+
+ esbuild@0.18.20:
+ optionalDependencies:
+ '@esbuild/android-arm': 0.18.20
+ '@esbuild/android-arm64': 0.18.20
+ '@esbuild/android-x64': 0.18.20
+ '@esbuild/darwin-arm64': 0.18.20
+ '@esbuild/darwin-x64': 0.18.20
+ '@esbuild/freebsd-arm64': 0.18.20
+ '@esbuild/freebsd-x64': 0.18.20
+ '@esbuild/linux-arm': 0.18.20
+ '@esbuild/linux-arm64': 0.18.20
+ '@esbuild/linux-ia32': 0.18.20
+ '@esbuild/linux-loong64': 0.18.20
+ '@esbuild/linux-mips64el': 0.18.20
+ '@esbuild/linux-ppc64': 0.18.20
+ '@esbuild/linux-riscv64': 0.18.20
+ '@esbuild/linux-s390x': 0.18.20
+ '@esbuild/linux-x64': 0.18.20
+ '@esbuild/netbsd-x64': 0.18.20
+ '@esbuild/openbsd-x64': 0.18.20
+ '@esbuild/sunos-x64': 0.18.20
+ '@esbuild/win32-arm64': 0.18.20
+ '@esbuild/win32-ia32': 0.18.20
+ '@esbuild/win32-x64': 0.18.20
+
+ escape-html@1.0.3: {}
+
+ escape-string-regexp@1.0.5: {}
+
+ escape-string-regexp@4.0.0: {}
+
+ escodegen@2.1.0:
+ dependencies:
+ esprima: 4.0.1
+ estraverse: 5.3.0
+ esutils: 2.0.3
+ optionalDependencies:
+ source-map: 0.6.1
+
+ eslint-config-prettier@8.10.0(eslint@8.57.1):
+ dependencies:
+ eslint: 8.57.1
+
+ eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.10.0(eslint@8.57.1))(eslint@8.57.1)(prettier@2.8.8):
+ dependencies:
+ eslint: 8.57.1
+ prettier: 2.8.8
+ prettier-linter-helpers: 1.0.0
+ optionalDependencies:
+ eslint-config-prettier: 8.10.0(eslint@8.57.1)
+
+ eslint-plugin-vue@9.28.0(eslint@8.57.1):
+ dependencies:
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1)
+ eslint: 8.57.1
+ globals: 13.24.0
+ natural-compare: 1.4.0
+ nth-check: 2.1.1
+ postcss-selector-parser: 6.1.2
+ semver: 7.6.3
+ vue-eslint-parser: 9.4.3(eslint@8.57.1)
+ xml-name-validator: 4.0.0
+ transitivePeerDependencies:
+ - supports-color
+
+ eslint-scope@5.1.1:
+ dependencies:
+ esrecurse: 4.3.0
+ estraverse: 4.3.0
+
+ eslint-scope@7.2.2:
+ dependencies:
+ esrecurse: 4.3.0
+ estraverse: 5.3.0
+
+ eslint-visitor-keys@3.4.3: {}
+
+ eslint@8.57.1:
+ dependencies:
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1)
+ '@eslint-community/regexpp': 4.11.1
+ '@eslint/eslintrc': 2.1.4
+ '@eslint/js': 8.57.1
+ '@humanwhocodes/config-array': 0.13.0
+ '@humanwhocodes/module-importer': 1.0.1
+ '@nodelib/fs.walk': 1.2.8
+ '@ungap/structured-clone': 1.2.0
+ ajv: 6.12.6
+ chalk: 4.1.2
+ cross-spawn: 7.0.3
+ debug: 4.3.7
+ 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.6.0
+ esutils: 2.0.3
+ fast-deep-equal: 3.1.3
+ file-entry-cache: 6.0.1
+ find-up: 5.0.0
+ glob-parent: 6.0.2
+ globals: 13.24.0
+ graphemer: 1.4.0
+ ignore: 5.3.2
+ imurmurhash: 0.1.4
+ is-glob: 4.0.3
+ 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.4
+ strip-ansi: 6.0.1
+ text-table: 0.2.0
+ transitivePeerDependencies:
+ - supports-color
+
+ esniff@2.0.1:
+ dependencies:
+ d: 1.0.2
+ es5-ext: 0.10.64
+ event-emitter: 0.3.5
+ type: 2.7.3
+
+ espree@9.6.1:
+ dependencies:
+ acorn: 8.12.1
+ acorn-jsx: 5.3.2(acorn@8.12.1)
+ eslint-visitor-keys: 3.4.3
+
+ esprima@4.0.1: {}
+
+ esquery@1.6.0:
+ dependencies:
+ estraverse: 5.3.0
+
+ esrecurse@4.3.0:
+ dependencies:
+ estraverse: 5.3.0
+
+ estraverse@4.3.0: {}
+
+ estraverse@5.3.0: {}
+
+ estree-walker@2.0.2: {}
+
+ esutils@2.0.3: {}
+
+ etag@1.8.1: {}
+
+ event-emitter@0.3.5:
+ dependencies:
+ d: 1.0.2
+ es5-ext: 0.10.64
+
+ expand-brackets@2.1.4:
+ dependencies:
+ debug: 2.6.9
+ define-property: 0.2.5
+ extend-shallow: 2.0.1
+ posix-character-classes: 0.1.1
+ regex-not: 1.0.2
+ snapdragon: 0.8.2
+ to-regex: 3.0.2
+ transitivePeerDependencies:
+ - supports-color
+
+ ext@1.7.0:
+ dependencies:
+ type: 2.7.3
+
+ extend-shallow@2.0.1:
+ dependencies:
+ is-extendable: 0.1.1
+
+ extend-shallow@3.0.2:
+ dependencies:
+ assign-symbols: 1.0.0
+ is-extendable: 1.0.1
+
+ extglob@2.0.4:
+ dependencies:
+ array-unique: 0.3.2
+ define-property: 1.0.0
+ expand-brackets: 2.1.4
+ extend-shallow: 2.0.1
+ fragment-cache: 0.2.1
+ regex-not: 1.0.2
+ snapdragon: 0.8.2
+ to-regex: 3.0.2
+ transitivePeerDependencies:
+ - supports-color
+
+ fast-deep-equal@3.1.3: {}
+
+ fast-diff@1.3.0: {}
+
+ fast-glob@3.3.2:
+ dependencies:
+ '@nodelib/fs.stat': 2.0.5
+ '@nodelib/fs.walk': 1.2.8
+ glob-parent: 5.1.2
+ merge2: 1.4.1
+ micromatch: 4.0.8
+
+ fast-json-stable-stringify@2.1.0: {}
+
+ fast-levenshtein@2.0.6: {}
+
+ fastq@1.17.1:
+ dependencies:
+ reusify: 1.0.4
+
+ feelers@1.4.0:
+ dependencies:
+ '@bpmn-io/cm-theme': 0.1.0-alpha.2
+ '@bpmn-io/feel-lint': 1.3.1
+ '@codemirror/autocomplete': 6.18.1(@codemirror/language@6.10.3)(@codemirror/state@6.4.1)(@codemirror/view@6.33.0)(@lezer/common@1.2.1)
+ '@codemirror/commands': 6.6.2
+ '@codemirror/language': 6.10.3
+ '@codemirror/lint': 6.8.1
+ '@codemirror/state': 6.4.1
+ '@codemirror/view': 6.33.0
+ '@lezer/common': 1.2.1
+ '@lezer/highlight': 1.2.1
+ '@lezer/lr': 1.4.2
+ '@lezer/markdown': 1.3.1
+ feelin: 3.1.2
+ lezer-feel: 1.3.0
+ min-dom: 5.1.1
+
+ feelin@3.1.2:
+ dependencies:
+ '@lezer/lr': 1.4.2
+ lezer-feel: 1.3.0
+ luxon: 3.5.0
+
+ file-entry-cache@6.0.1:
+ dependencies:
+ flat-cache: 3.2.0
+
+ file-saver@2.0.5: {}
+
+ fill-range@4.0.0:
+ dependencies:
+ extend-shallow: 2.0.1
+ is-number: 3.0.0
+ repeat-string: 1.6.1
+ to-regex-range: 2.1.1
+
+ fill-range@7.1.1:
+ dependencies:
+ to-regex-range: 5.0.1
+
+ find-up@5.0.0:
+ dependencies:
+ locate-path: 6.0.0
+ path-exists: 4.0.0
+
+ flat-cache@3.2.0:
+ dependencies:
+ flatted: 3.3.1
+ keyv: 4.5.4
+ rimraf: 3.0.2
+
+ flatted@3.3.1: {}
+
+ focus-trap@7.6.0:
+ dependencies:
+ tabbable: 6.2.0
+
+ follow-redirects@1.15.9: {}
+
+ for-each@0.3.3:
+ dependencies:
+ is-callable: 1.2.7
+
+ for-in@1.0.2: {}
+
+ form-data@4.0.0:
+ dependencies:
+ asynckit: 0.4.0
+ combined-stream: 1.0.8
+ mime-types: 2.1.35
+
+ fragment-cache@0.2.1:
+ dependencies:
+ map-cache: 0.2.2
+
+ fs-extra@10.1.0:
+ dependencies:
+ graceful-fs: 4.2.11
+ jsonfile: 6.1.0
+ universalify: 2.0.1
+
+ fs.realpath@1.0.0: {}
+
+ fsevents@2.3.3:
+ optional: true
+
+ function-bind@1.1.2: {}
+
+ function.prototype.name@1.1.6:
+ dependencies:
+ call-bind: 1.0.7
+ define-properties: 1.2.1
+ es-abstract: 1.23.3
+ functions-have-names: 1.2.3
+
+ functions-have-names@1.2.3: {}
+
+ fuse.js@7.0.0: {}
+
+ get-func-name@2.0.2: {}
+
+ get-intrinsic@1.2.4:
+ dependencies:
+ es-errors: 1.3.0
+ function-bind: 1.1.2
+ has-proto: 1.0.3
+ has-symbols: 1.0.3
+ hasown: 2.0.2
+
+ get-symbol-description@1.0.2:
+ dependencies:
+ call-bind: 1.0.7
+ es-errors: 1.3.0
+ get-intrinsic: 1.2.4
+
+ get-value@2.0.6: {}
+
+ glob-parent@5.1.2:
+ dependencies:
+ is-glob: 4.0.3
+
+ glob-parent@6.0.2:
+ dependencies:
+ is-glob: 4.0.3
+
+ glob@7.2.3:
+ dependencies:
+ fs.realpath: 1.0.0
+ inflight: 1.0.6
+ inherits: 2.0.4
+ minimatch: 3.1.2
+ once: 1.4.0
+ path-is-absolute: 1.0.1
+
+ globals@13.24.0:
+ dependencies:
+ type-fest: 0.20.2
+
+ globalthis@1.0.4:
+ dependencies:
+ define-properties: 1.2.1
+ gopd: 1.0.1
+
+ globby@11.1.0:
+ dependencies:
+ array-union: 2.1.0
+ dir-glob: 3.0.1
+ fast-glob: 3.3.2
+ ignore: 5.3.2
+ merge2: 1.4.1
+ slash: 3.0.0
+
+ gm-crypto@0.1.12:
+ dependencies:
+ buffer: 5.7.1
+ jsbn: 1.1.0
+ to-arraybuffer: 1.0.1
+
+ gopd@1.0.1:
+ dependencies:
+ get-intrinsic: 1.2.4
+
+ graceful-fs@4.2.11: {}
+
+ graphemer@1.4.0: {}
+
+ has-ansi@2.0.0:
+ dependencies:
+ ansi-regex: 2.1.1
+
+ has-bigints@1.0.2: {}
+
+ has-flag@1.0.0: {}
+
+ has-flag@3.0.0: {}
+
+ has-flag@4.0.0: {}
+
+ has-property-descriptors@1.0.2:
+ dependencies:
+ es-define-property: 1.0.0
+
+ has-proto@1.0.3: {}
+
+ has-symbols@1.0.3: {}
+
+ has-tostringtag@1.0.2:
+ dependencies:
+ has-symbols: 1.0.3
+
+ has-value@0.3.1:
+ dependencies:
+ get-value: 2.0.6
+ has-values: 0.1.4
+ isobject: 2.1.0
+
+ has-value@1.0.0:
+ dependencies:
+ get-value: 2.0.6
+ has-values: 1.0.0
+ isobject: 3.0.1
+
+ has-values@0.1.4: {}
+
+ has-values@1.0.0:
+ dependencies:
+ is-number: 3.0.0
+ kind-of: 4.0.0
+
+ hasown@2.0.2:
+ dependencies:
+ function-bind: 1.1.2
+
+ he@1.2.0: {}
+
+ hosted-git-info@2.8.9: {}
+
+ htm@3.1.1: {}
+
+ html-encoding-sniffer@3.0.0:
+ dependencies:
+ whatwg-encoding: 2.0.0
+
+ html-void-elements@2.0.1: {}
+
+ htmlparser2@3.10.1:
+ dependencies:
+ domelementtype: 1.3.1
+ domhandler: 2.4.2
+ domutils: 1.7.0
+ entities: 1.1.2
+ inherits: 2.0.4
+ readable-stream: 3.6.2
+
+ http-proxy-agent@5.0.0:
+ dependencies:
+ '@tootallnate/once': 2.0.0
+ agent-base: 6.0.2
+ debug: 4.3.7
+ transitivePeerDependencies:
+ - supports-color
+
+ https-proxy-agent@5.0.1:
+ dependencies:
+ agent-base: 6.0.2
+ debug: 4.3.7
+ transitivePeerDependencies:
+ - supports-color
+
+ i18next@20.6.1:
+ dependencies:
+ '@babel/runtime': 7.25.6
+
+ iconv-lite@0.6.3:
+ dependencies:
+ safer-buffer: 2.1.2
+
+ ids@1.0.5: {}
+
+ ieee754@1.2.1: {}
+
+ ignore@5.3.2: {}
+
+ image-size@0.5.5: {}
+
+ immer@9.0.21: {}
+
+ import-fresh@3.3.0:
+ dependencies:
+ parent-module: 1.0.1
+ resolve-from: 4.0.0
+
+ imurmurhash@0.1.4: {}
+
+ inflight@1.0.6:
+ dependencies:
+ once: 1.4.0
+ wrappy: 1.0.2
+
+ inherits-browser@0.1.0: {}
+
+ inherits@2.0.4: {}
+
+ internal-slot@1.0.7:
+ dependencies:
+ es-errors: 1.3.0
+ hasown: 2.0.2
+ side-channel: 1.0.6
+
+ is-accessor-descriptor@1.0.1:
+ dependencies:
+ hasown: 2.0.2
+
+ is-array-buffer@3.0.4:
+ dependencies:
+ call-bind: 1.0.7
+ get-intrinsic: 1.2.4
+
+ is-arrayish@0.2.1: {}
+
+ is-bigint@1.0.4:
+ dependencies:
+ has-bigints: 1.0.2
+
+ is-boolean-object@1.1.2:
+ dependencies:
+ call-bind: 1.0.7
+ has-tostringtag: 1.0.2
+
+ is-buffer@1.1.6: {}
+
+ is-callable@1.2.7: {}
+
+ is-core-module@2.15.1:
+ dependencies:
+ hasown: 2.0.2
+
+ is-data-descriptor@1.0.1:
+ dependencies:
+ hasown: 2.0.2
+
+ is-data-view@1.0.1:
+ dependencies:
+ is-typed-array: 1.1.13
+
+ is-date-object@1.0.5:
+ dependencies:
+ has-tostringtag: 1.0.2
+
+ is-descriptor@0.1.7:
+ dependencies:
+ is-accessor-descriptor: 1.0.1
+ is-data-descriptor: 1.0.1
+
+ is-descriptor@1.0.3:
+ dependencies:
+ is-accessor-descriptor: 1.0.1
+ is-data-descriptor: 1.0.1
+
+ is-extendable@0.1.1: {}
+
+ is-extendable@1.0.1:
+ dependencies:
+ is-plain-object: 2.0.4
+
+ is-extglob@2.1.1: {}
+
+ is-glob@4.0.3:
+ dependencies:
+ is-extglob: 2.1.1
+
+ is-hotkey@0.2.0: {}
+
+ is-negative-zero@2.0.3: {}
+
+ is-number-object@1.0.7:
+ dependencies:
+ has-tostringtag: 1.0.2
+
+ is-number@3.0.0:
+ dependencies:
+ kind-of: 3.2.2
+
+ is-number@7.0.0: {}
+
+ is-path-inside@3.0.3: {}
+
+ is-plain-obj@1.1.0: {}
+
+ is-plain-object@2.0.4:
+ dependencies:
+ isobject: 3.0.1
+
+ is-plain-object@5.0.0: {}
+
+ is-potential-custom-element-name@1.0.1: {}
+
+ is-regex@1.1.4:
+ dependencies:
+ call-bind: 1.0.7
+ has-tostringtag: 1.0.2
+
+ is-shared-array-buffer@1.0.3:
+ dependencies:
+ call-bind: 1.0.7
+
+ is-string@1.0.7:
+ dependencies:
+ has-tostringtag: 1.0.2
+
+ is-symbol@1.0.4:
+ dependencies:
+ has-symbols: 1.0.3
+
+ is-typed-array@1.1.13:
+ dependencies:
+ which-typed-array: 1.1.15
+
+ is-url@1.2.4: {}
+
+ is-weakref@1.0.2:
+ dependencies:
+ call-bind: 1.0.7
+
+ is-what@3.14.1: {}
+
+ is-windows@1.0.2: {}
+
+ isarray@1.0.0: {}
+
+ isarray@2.0.5: {}
+
+ isexe@2.0.0: {}
+
+ isobject@2.1.0:
+ dependencies:
+ isarray: 1.0.0
+
+ isobject@3.0.1: {}
+
+ js-base64@2.6.4: {}
+
+ js-cookie@3.0.5: {}
+
+ js-yaml@4.1.0:
+ dependencies:
+ argparse: 2.0.1
+
+ jsbn@1.1.0: {}
+
+ jsdom@20.0.3:
+ dependencies:
+ abab: 2.0.6
+ acorn: 8.12.1
+ acorn-globals: 7.0.1
+ cssom: 0.5.0
+ cssstyle: 2.3.0
+ data-urls: 3.0.2
+ decimal.js: 10.4.3
+ domexception: 4.0.0
+ escodegen: 2.1.0
+ form-data: 4.0.0
+ html-encoding-sniffer: 3.0.0
+ http-proxy-agent: 5.0.0
+ https-proxy-agent: 5.0.1
+ is-potential-custom-element-name: 1.0.1
+ nwsapi: 2.2.12
+ parse5: 7.1.2
+ saxes: 6.0.0
+ symbol-tree: 3.2.4
+ tough-cookie: 4.1.4
+ w3c-xmlserializer: 4.0.0
+ webidl-conversions: 7.0.0
+ whatwg-encoding: 2.0.0
+ whatwg-mimetype: 3.0.0
+ whatwg-url: 11.0.0
+ ws: 8.18.0
+ xml-name-validator: 4.0.0
+ transitivePeerDependencies:
+ - bufferutil
+ - supports-color
+ - utf-8-validate
+
+ jsencrypt@3.3.2: {}
+
+ json-buffer@3.0.1: {}
+
+ json-parse-better-errors@1.0.2: {}
+
+ json-schema-traverse@0.4.1: {}
+
+ json-stable-stringify-without-jsonify@1.0.1: {}
+
+ json5@1.0.2:
+ dependencies:
+ minimist: 1.2.8
+
+ jsonfile@6.1.0:
+ dependencies:
+ universalify: 2.0.1
+ optionalDependencies:
+ graceful-fs: 4.2.11
+
+ keyv@4.5.4:
+ dependencies:
+ json-buffer: 3.0.1
+
+ kind-of@3.2.2:
+ dependencies:
+ is-buffer: 1.1.6
+
+ kind-of@4.0.0:
+ dependencies:
+ is-buffer: 1.1.6
+
+ kind-of@5.1.0: {}
+
+ kind-of@6.0.3: {}
+
+ lang-feel@2.2.0:
+ dependencies:
+ '@codemirror/autocomplete': 6.18.1(@codemirror/language@6.10.3)(@codemirror/state@6.4.1)(@codemirror/view@6.33.0)(@lezer/common@1.2.1)
+ '@codemirror/language': 6.10.3
+ '@codemirror/state': 6.4.1
+ '@codemirror/view': 6.33.0
+ '@lezer/common': 1.2.1
+ lezer-feel: 1.3.0
+
+ less@4.2.0:
+ dependencies:
+ copy-anything: 2.0.6
+ parse-node-version: 1.0.1
+ tslib: 2.7.0
+ optionalDependencies:
+ errno: 0.1.8
+ graceful-fs: 4.2.11
+ image-size: 0.5.5
+ make-dir: 2.1.0
+ mime: 1.6.0
+ needle: 3.3.1
+ source-map: 0.6.1
+
+ levn@0.4.1:
+ dependencies:
+ prelude-ls: 1.2.1
+ type-check: 0.4.0
+
+ lezer-feel@1.3.0:
+ dependencies:
+ '@lezer/highlight': 1.2.1
+ '@lezer/lr': 1.4.2
+
+ load-json-file@4.0.0:
+ dependencies:
+ graceful-fs: 4.2.11
+ parse-json: 4.0.0
+ pify: 3.0.0
+ strip-bom: 3.0.0
+
+ loader-utils@1.4.2:
+ dependencies:
+ big.js: 5.2.2
+ emojis-list: 3.0.0
+ json5: 1.0.2
+
+ local-pkg@0.4.3: {}
+
+ locate-path@6.0.0:
+ dependencies:
+ p-locate: 5.0.0
+
+ lodash-es@4.17.21: {}
+
+ lodash-unified@1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21):
+ dependencies:
+ '@types/lodash-es': 4.17.12
+ lodash: 4.17.21
+ lodash-es: 4.17.21
+
+ lodash.camelcase@4.3.0: {}
+
+ lodash.clonedeep@4.5.0: {}
+
+ lodash.debounce@4.0.8: {}
+
+ lodash.foreach@4.5.0: {}
+
+ lodash.isequal@4.5.0: {}
+
+ lodash.merge@4.6.2: {}
+
+ lodash.throttle@4.1.1: {}
+
+ lodash.toarray@4.4.0: {}
+
+ lodash@4.17.21: {}
+
+ loupe@2.3.7:
+ dependencies:
+ get-func-name: 2.0.2
+
+ luxon@3.5.0: {}
+
+ magic-string@0.30.11:
+ dependencies:
+ '@jridgewell/sourcemap-codec': 1.5.0
+
+ make-dir@2.1.0:
+ dependencies:
+ pify: 4.0.1
+ semver: 5.7.2
+ optional: true
+
+ map-cache@0.2.2: {}
+
+ map-visit@1.0.0:
+ dependencies:
+ object-visit: 1.0.1
+
+ mdn-data@2.0.14: {}
+
+ memoize-one@6.0.0: {}
+
+ memorystream@0.3.1: {}
+
+ merge-options@1.0.1:
+ dependencies:
+ is-plain-obj: 1.1.0
+
+ merge2@1.4.1: {}
+
+ micromatch@3.1.0:
+ dependencies:
+ arr-diff: 4.0.0
+ array-unique: 0.3.2
+ braces: 2.3.2
+ define-property: 1.0.0
+ extend-shallow: 2.0.1
+ extglob: 2.0.4
+ fragment-cache: 0.2.1
+ kind-of: 5.1.0
+ nanomatch: 1.2.13
+ object.pick: 1.3.0
+ regex-not: 1.0.2
+ snapdragon: 0.8.2
+ to-regex: 3.0.2
+ transitivePeerDependencies:
+ - supports-color
+
+ micromatch@4.0.8:
+ dependencies:
+ braces: 3.0.3
+ picomatch: 2.3.1
+
+ mime-db@1.52.0: {}
+
+ mime-match@1.0.2:
+ dependencies:
+ wildcard: 1.1.2
+
+ mime-types@2.1.35:
+ dependencies:
+ mime-db: 1.52.0
+
+ mime@1.6.0:
+ optional: true
+
+ min-dash@4.2.1: {}
+
+ min-dom@4.2.1:
+ dependencies:
+ component-event: 0.2.1
+ domify: 1.4.2
+ min-dash: 4.2.1
+
+ min-dom@5.1.1:
+ dependencies:
+ domify: 2.0.0
+ min-dash: 4.2.1
+
+ minimatch@3.1.2:
+ dependencies:
+ brace-expansion: 1.1.11
+
+ minimist@1.2.8: {}
+
+ mixin-deep@1.3.2:
+ dependencies:
+ for-in: 1.0.2
+ is-extendable: 1.0.1
+
+ moddle-xml@10.1.0:
+ dependencies:
+ min-dash: 4.2.1
+ moddle: 6.2.3
+ saxen: 8.1.2
+
+ moddle@6.2.3:
+ dependencies:
+ min-dash: 4.2.1
+
+ ms@2.0.0: {}
+
+ ms@2.1.3: {}
+
+ namespace-emitter@2.0.1: {}
+
+ nanoid@3.3.7: {}
+
+ nanomatch@1.2.13:
+ dependencies:
+ arr-diff: 4.0.0
+ array-unique: 0.3.2
+ define-property: 2.0.2
+ extend-shallow: 3.0.2
+ fragment-cache: 0.2.1
+ is-windows: 1.0.2
+ kind-of: 6.0.3
+ object.pick: 1.3.0
+ regex-not: 1.0.2
+ snapdragon: 0.8.2
+ to-regex: 3.0.2
+ transitivePeerDependencies:
+ - supports-color
+
+ natural-compare-lite@1.4.0: {}
+
+ natural-compare@1.4.0: {}
+
+ needle@3.3.1:
+ dependencies:
+ iconv-lite: 0.6.3
+ sax: 1.4.1
+ optional: true
+
+ next-tick@1.1.0: {}
+
+ nice-try@1.0.5: {}
+
+ normalize-package-data@2.5.0:
+ dependencies:
+ hosted-git-info: 2.8.9
+ resolve: 1.22.8
+ semver: 5.7.2
+ validate-npm-package-license: 3.0.4
+
+ normalize-wheel-es@1.2.0: {}
+
+ npm-run-all@4.1.5:
+ dependencies:
+ ansi-styles: 3.2.1
+ chalk: 2.4.2
+ cross-spawn: 6.0.5
+ memorystream: 0.3.1
+ minimatch: 3.1.2
+ pidtree: 0.3.1
+ read-pkg: 3.0.0
+ shell-quote: 1.8.1
+ string.prototype.padend: 3.1.6
+
+ nprogress@0.2.0: {}
+
+ nth-check@2.1.1:
+ dependencies:
+ boolbase: 1.0.0
+
+ nwsapi@2.2.12: {}
+
+ object-assign@4.1.1: {}
+
+ object-copy@0.1.0:
+ dependencies:
+ copy-descriptor: 0.1.1
+ define-property: 0.2.5
+ kind-of: 3.2.2
+
+ object-inspect@1.13.2: {}
+
+ object-keys@1.1.1: {}
+
+ object-refs@0.4.0: {}
+
+ object-visit@1.0.1:
+ dependencies:
+ isobject: 3.0.1
+
+ object.assign@4.1.5:
+ dependencies:
+ call-bind: 1.0.7
+ define-properties: 1.2.1
+ has-symbols: 1.0.3
+ object-keys: 1.1.1
+
+ object.pick@1.3.0:
+ dependencies:
+ isobject: 3.0.1
+
+ once@1.4.0:
+ dependencies:
+ wrappy: 1.0.2
+
+ optionator@0.9.4:
+ dependencies:
+ deep-is: 0.1.4
+ fast-levenshtein: 2.0.6
+ levn: 0.4.1
+ prelude-ls: 1.2.1
+ type-check: 0.4.0
+ word-wrap: 1.2.5
+
+ p-limit@3.1.0:
+ dependencies:
+ yocto-queue: 0.1.0
+
+ p-locate@5.0.0:
+ dependencies:
+ p-limit: 3.1.0
+
+ parent-module@1.0.1:
+ dependencies:
+ callsites: 3.1.0
+
+ parse-json@4.0.0:
+ dependencies:
+ error-ex: 1.3.2
+ json-parse-better-errors: 1.0.2
+
+ parse-node-version@1.0.1: {}
+
+ parse5@7.1.2:
+ dependencies:
+ entities: 4.5.0
+
+ pascalcase@0.1.1: {}
+
+ path-exists@4.0.0: {}
+
+ path-intersection@3.1.0: {}
+
+ path-is-absolute@1.0.1: {}
+
+ path-key@2.0.1: {}
+
+ path-key@3.1.1: {}
+
+ path-parse@1.0.7: {}
+
+ path-type@3.0.0:
+ dependencies:
+ pify: 3.0.0
+
+ path-type@4.0.0: {}
+
+ pathe@0.2.0: {}
+
+ pathval@1.1.1: {}
+
+ picocolors@1.1.0: {}
+
+ picomatch@2.3.1: {}
+
+ pidtree@0.3.1: {}
+
+ pify@3.0.0: {}
+
+ pify@4.0.1:
+ optional: true
+
+ pinia@2.2.2(typescript@5.0.4)(vue@3.3.13(typescript@5.0.4)):
+ dependencies:
+ '@vue/devtools-api': 6.6.4
+ vue: 3.3.13(typescript@5.0.4)
+ vue-demi: 0.14.10(vue@3.3.13(typescript@5.0.4))
+ optionalDependencies:
+ typescript: 5.0.4
+
+ posix-character-classes@0.1.1: {}
+
+ possible-typed-array-names@1.0.0: {}
+
+ postcss-prefix-selector@1.16.1(postcss@5.2.18):
+ dependencies:
+ postcss: 5.2.18
+
+ postcss-selector-parser@6.1.2:
+ dependencies:
+ cssesc: 3.0.0
+ util-deprecate: 1.0.2
+
+ postcss@5.2.18:
+ dependencies:
+ chalk: 1.1.3
+ js-base64: 2.6.4
+ source-map: 0.5.7
+ supports-color: 3.2.3
+
+ postcss@8.4.47:
+ dependencies:
+ nanoid: 3.3.7
+ picocolors: 1.1.0
+ source-map-js: 1.2.1
+
+ posthtml-parser@0.2.1:
+ dependencies:
+ htmlparser2: 3.10.1
+ isobject: 2.1.0
+
+ posthtml-rename-id@1.0.12:
+ dependencies:
+ escape-string-regexp: 1.0.5
+
+ posthtml-render@1.4.0: {}
+
+ posthtml-svg-mode@1.0.3:
+ dependencies:
+ merge-options: 1.0.1
+ posthtml: 0.9.2
+ posthtml-parser: 0.2.1
+ posthtml-render: 1.4.0
+
+ posthtml@0.9.2:
+ dependencies:
+ posthtml-parser: 0.2.1
+ posthtml-render: 1.4.0
+
+ preact@10.24.0: {}
+
+ prelude-ls@1.2.1: {}
+
+ prettier-linter-helpers@1.0.0:
+ dependencies:
+ fast-diff: 1.3.0
+
+ prettier@2.8.8: {}
+
+ prismjs@1.29.0: {}
+
+ proxy-from-env@1.1.0: {}
+
+ prr@1.0.1:
+ optional: true
+
+ psl@1.9.0: {}
+
+ punycode@2.3.1: {}
+
+ qqmap@1.0.1: {}
+
+ qs@6.13.1:
+ dependencies:
+ side-channel: 1.0.6
+
+ query-string@4.3.4:
+ dependencies:
+ object-assign: 4.1.1
+ strict-uri-encode: 1.1.0
+
+ querystringify@2.2.0: {}
+
+ queue-microtask@1.2.3: {}
+
+ read-pkg@3.0.0:
+ dependencies:
+ load-json-file: 4.0.0
+ normalize-package-data: 2.5.0
+ path-type: 3.0.0
+
+ readable-stream@3.6.2:
+ dependencies:
+ inherits: 2.0.4
+ string_decoder: 1.3.0
+ util-deprecate: 1.0.2
+
+ regenerator-runtime@0.14.1: {}
+
+ regex-not@1.0.2:
+ dependencies:
+ extend-shallow: 3.0.2
+ safe-regex: 1.1.0
+
+ regexp.prototype.flags@1.5.2:
+ dependencies:
+ call-bind: 1.0.7
+ define-properties: 1.2.1
+ es-errors: 1.3.0
+ set-function-name: 2.0.2
+
+ repeat-element@1.1.4: {}
+
+ repeat-string@1.6.1: {}
+
+ requires-port@1.0.0: {}
+
+ resolve-from@4.0.0: {}
+
+ resolve-url@0.2.1: {}
+
+ resolve@1.22.8:
+ dependencies:
+ is-core-module: 2.15.1
+ path-parse: 1.0.7
+ supports-preserve-symlinks-flag: 1.0.0
+
+ ret@0.1.15: {}
+
+ reusify@1.0.4: {}
+
+ rimraf@3.0.2:
+ dependencies:
+ glob: 7.2.3
+
+ rollup@2.79.1:
+ optionalDependencies:
+ fsevents: 2.3.3
+
+ rollup@3.29.4:
+ optionalDependencies:
+ fsevents: 2.3.3
+
+ run-parallel@1.2.0:
+ dependencies:
+ queue-microtask: 1.2.3
+
+ safe-array-concat@1.1.2:
+ dependencies:
+ call-bind: 1.0.7
+ get-intrinsic: 1.2.4
+ has-symbols: 1.0.3
+ isarray: 2.0.5
+
+ safe-buffer@5.2.1: {}
+
+ safe-regex-test@1.0.3:
+ dependencies:
+ call-bind: 1.0.7
+ es-errors: 1.3.0
+ is-regex: 1.1.4
+
+ safe-regex@1.1.0:
+ dependencies:
+ ret: 0.1.15
+
+ safer-buffer@2.1.2: {}
+
+ sax@1.4.1:
+ optional: true
+
+ saxen@8.1.2: {}
+
+ saxes@6.0.0:
+ dependencies:
+ xmlchars: 2.2.0
+
+ screenfull@6.0.2: {}
+
+ scroll-into-view-if-needed@2.2.31:
+ dependencies:
+ compute-scroll-into-view: 1.0.20
+
+ semver@5.7.2: {}
+
+ semver@7.6.3: {}
+
+ set-function-length@1.2.2:
+ dependencies:
+ define-data-property: 1.1.4
+ es-errors: 1.3.0
+ function-bind: 1.1.2
+ get-intrinsic: 1.2.4
+ gopd: 1.0.1
+ has-property-descriptors: 1.0.2
+
+ set-function-name@2.0.2:
+ dependencies:
+ define-data-property: 1.1.4
+ es-errors: 1.3.0
+ functions-have-names: 1.2.3
+ has-property-descriptors: 1.0.2
+
+ set-value@2.0.1:
+ dependencies:
+ extend-shallow: 2.0.1
+ is-extendable: 0.1.1
+ is-plain-object: 2.0.4
+ split-string: 3.1.0
+
+ shebang-command@1.2.0:
+ dependencies:
+ shebang-regex: 1.0.0
+
+ shebang-command@2.0.0:
+ dependencies:
+ shebang-regex: 3.0.0
+
+ shebang-regex@1.0.0: {}
+
+ shebang-regex@3.0.0: {}
+
+ shell-quote@1.8.1: {}
+
+ side-channel@1.0.6:
+ dependencies:
+ call-bind: 1.0.7
+ es-errors: 1.3.0
+ get-intrinsic: 1.2.4
+ object-inspect: 1.13.2
+
+ slash@3.0.0: {}
+
+ slate-history@0.66.0(slate@0.72.8):
+ dependencies:
+ is-plain-object: 5.0.0
+ slate: 0.72.8
+
+ slate@0.72.8:
+ dependencies:
+ immer: 9.0.21
+ is-plain-object: 5.0.0
+ tiny-warning: 1.0.3
+
+ snabbdom@3.6.2: {}
+
+ snapdragon-node@2.1.1:
+ dependencies:
+ define-property: 1.0.0
+ isobject: 3.0.1
+ snapdragon-util: 3.0.1
+
+ snapdragon-util@3.0.1:
+ dependencies:
+ kind-of: 3.2.2
+
+ snapdragon@0.8.2:
+ dependencies:
+ base: 0.11.2
+ debug: 2.6.9
+ define-property: 0.2.5
+ extend-shallow: 2.0.1
+ map-cache: 0.2.2
+ source-map: 0.5.7
+ source-map-resolve: 0.5.3
+ use: 3.1.1
+ transitivePeerDependencies:
+ - supports-color
+
+ sortablejs@1.14.0: {}
+
+ source-map-js@1.2.1: {}
+
+ source-map-resolve@0.5.3:
+ dependencies:
+ atob: 2.1.2
+ decode-uri-component: 0.2.2
+ resolve-url: 0.2.1
+ source-map-url: 0.4.1
+ urix: 0.1.0
+
+ source-map-url@0.4.1: {}
+
+ source-map@0.5.7: {}
+
+ source-map@0.6.1: {}
+
+ spdx-correct@3.2.0:
+ dependencies:
+ spdx-expression-parse: 3.0.1
+ spdx-license-ids: 3.0.20
+
+ spdx-exceptions@2.5.0: {}
+
+ spdx-expression-parse@3.0.1:
+ dependencies:
+ spdx-exceptions: 2.5.0
+ spdx-license-ids: 3.0.20
+
+ spdx-license-ids@3.0.20: {}
+
+ split-string@3.1.0:
+ dependencies:
+ extend-shallow: 3.0.2
+
+ splitpanes@3.1.5: {}
+
+ ssr-window@3.0.0: {}
+
+ stable@0.1.8: {}
+
+ static-extend@0.1.2:
+ dependencies:
+ define-property: 0.2.5
+ object-copy: 0.1.0
+
+ strict-uri-encode@1.1.0: {}
+
+ string.prototype.padend@3.1.6:
+ dependencies:
+ call-bind: 1.0.7
+ define-properties: 1.2.1
+ es-abstract: 1.23.3
+ es-object-atoms: 1.0.0
+
+ string.prototype.trim@1.2.9:
+ dependencies:
+ call-bind: 1.0.7
+ define-properties: 1.2.1
+ es-abstract: 1.23.3
+ es-object-atoms: 1.0.0
+
+ string.prototype.trimend@1.0.8:
+ dependencies:
+ call-bind: 1.0.7
+ define-properties: 1.2.1
+ es-object-atoms: 1.0.0
+
+ string.prototype.trimstart@1.0.8:
+ dependencies:
+ call-bind: 1.0.7
+ define-properties: 1.2.1
+ es-object-atoms: 1.0.0
+
+ string_decoder@1.3.0:
+ dependencies:
+ safe-buffer: 5.2.1
+
+ strip-ansi@3.0.1:
+ dependencies:
+ ansi-regex: 2.1.1
+
+ strip-ansi@6.0.1:
+ dependencies:
+ ansi-regex: 5.0.1
+
+ strip-bom@3.0.0: {}
+
+ strip-json-comments@3.1.1: {}
+
+ style-mod@4.1.2: {}
+
+ supports-color@2.0.0: {}
+
+ supports-color@3.2.3:
+ dependencies:
+ has-flag: 1.0.0
+
+ supports-color@5.5.0:
+ dependencies:
+ has-flag: 3.0.0
+
+ supports-color@7.2.0:
+ dependencies:
+ has-flag: 4.0.0
+
+ supports-preserve-symlinks-flag@1.0.0: {}
+
+ svg-baker@1.7.0:
+ dependencies:
+ bluebird: 3.7.2
+ clone: 2.1.2
+ he: 1.2.0
+ image-size: 0.5.5
+ loader-utils: 1.4.2
+ merge-options: 1.0.1
+ micromatch: 3.1.0
+ postcss: 5.2.18
+ postcss-prefix-selector: 1.16.1(postcss@5.2.18)
+ posthtml-rename-id: 1.0.12
+ posthtml-svg-mode: 1.0.3
+ query-string: 4.3.4
+ traverse: 0.6.10
+ transitivePeerDependencies:
+ - supports-color
+
+ svgo@2.8.0:
+ dependencies:
+ '@trysound/sax': 0.2.0
+ commander: 7.2.0
+ css-select: 4.3.0
+ css-tree: 1.1.3
+ csso: 4.2.0
+ picocolors: 1.1.0
+ stable: 0.1.8
+
+ symbol-tree@3.2.4: {}
+
+ tabbable@6.2.0: {}
+
+ text-table@0.2.0: {}
+
+ tiny-svg@3.1.2: {}
+
+ tiny-svg@4.1.2: {}
+
+ tiny-warning@1.0.3: {}
+
+ tinypool@0.2.4: {}
+
+ tinyspy@1.1.1: {}
+
+ to-arraybuffer@1.0.1: {}
+
+ to-fast-properties@2.0.0: {}
+
+ to-object-path@0.3.0:
+ dependencies:
+ kind-of: 3.2.2
+
+ to-regex-range@2.1.1:
+ dependencies:
+ is-number: 3.0.0
+ repeat-string: 1.6.1
+
+ to-regex-range@5.0.1:
+ dependencies:
+ is-number: 7.0.0
+
+ to-regex@3.0.2:
+ dependencies:
+ define-property: 2.0.2
+ extend-shallow: 3.0.2
+ regex-not: 1.0.2
+ safe-regex: 1.1.0
+
+ tough-cookie@4.1.4:
+ dependencies:
+ psl: 1.9.0
+ punycode: 2.3.1
+ universalify: 0.2.0
+ url-parse: 1.5.10
+
+ tr46@3.0.0:
+ dependencies:
+ punycode: 2.3.1
+
+ traverse@0.6.10:
+ dependencies:
+ gopd: 1.0.1
+ typedarray.prototype.slice: 1.0.3
+ which-typed-array: 1.1.15
+
+ tslib@1.14.1: {}
+
+ tslib@2.3.0: {}
+
+ tslib@2.7.0: {}
+
+ tsutils@3.21.0(typescript@5.0.4):
+ dependencies:
+ tslib: 1.14.1
+ typescript: 5.0.4
+
+ type-check@0.4.0:
+ dependencies:
+ prelude-ls: 1.2.1
+
+ type-detect@4.1.0: {}
+
+ type-fest@0.20.2: {}
+
+ type@2.7.3: {}
+
+ typed-array-buffer@1.0.2:
+ dependencies:
+ call-bind: 1.0.7
+ es-errors: 1.3.0
+ is-typed-array: 1.1.13
+
+ typed-array-byte-length@1.0.1:
+ dependencies:
+ call-bind: 1.0.7
+ for-each: 0.3.3
+ gopd: 1.0.1
+ has-proto: 1.0.3
+ is-typed-array: 1.1.13
+
+ typed-array-byte-offset@1.0.2:
+ dependencies:
+ available-typed-arrays: 1.0.7
+ call-bind: 1.0.7
+ for-each: 0.3.3
+ gopd: 1.0.1
+ has-proto: 1.0.3
+ is-typed-array: 1.1.13
+
+ typed-array-length@1.0.6:
+ dependencies:
+ call-bind: 1.0.7
+ for-each: 0.3.3
+ gopd: 1.0.1
+ has-proto: 1.0.3
+ is-typed-array: 1.1.13
+ possible-typed-array-names: 1.0.0
+
+ typedarray.prototype.slice@1.0.3:
+ dependencies:
+ call-bind: 1.0.7
+ define-properties: 1.2.1
+ es-abstract: 1.23.3
+ es-errors: 1.3.0
+ typed-array-buffer: 1.0.2
+ typed-array-byte-offset: 1.0.2
+
+ typescript@4.9.5: {}
+
+ typescript@5.0.4: {}
+
+ unbox-primitive@1.0.2:
+ dependencies:
+ call-bind: 1.0.7
+ has-bigints: 1.0.2
+ has-symbols: 1.0.3
+ which-boxed-primitive: 1.0.2
+
+ union-value@1.0.1:
+ dependencies:
+ arr-union: 3.1.0
+ get-value: 2.0.6
+ is-extendable: 0.1.1
+ set-value: 2.0.1
+
+ universalify@0.2.0: {}
+
+ universalify@2.0.1: {}
+
+ unset-value@1.0.0:
+ dependencies:
+ has-value: 0.3.1
+ isobject: 3.0.1
+
+ uri-js@4.4.1:
+ dependencies:
+ punycode: 2.3.1
+
+ urix@0.1.0: {}
+
+ url-parse@1.5.10:
+ dependencies:
+ querystringify: 2.2.0
+ requires-port: 1.0.0
+
+ use@3.1.1: {}
+
+ util-deprecate@1.0.2: {}
+
+ validate-npm-package-license@3.0.4:
+ dependencies:
+ spdx-correct: 3.2.0
+ spdx-expression-parse: 3.0.1
+
+ vary@1.1.2: {}
+
+ vite-plugin-svg-icons@2.0.1(vite@4.5.5(@types/node@16.18.108)(less@4.2.0)):
+ dependencies:
+ '@types/svgo': 2.6.4
+ cors: 2.8.5
+ debug: 4.3.7
+ etag: 1.8.1
+ fs-extra: 10.1.0
+ pathe: 0.2.0
+ svg-baker: 1.7.0
+ svgo: 2.8.0
+ vite: 4.5.5(@types/node@16.18.108)(less@4.2.0)
+ transitivePeerDependencies:
+ - supports-color
+
+ vite@3.2.11(@types/node@16.18.108)(less@4.2.0):
+ dependencies:
+ esbuild: 0.15.18
+ postcss: 8.4.47
+ resolve: 1.22.8
+ rollup: 2.79.1
+ optionalDependencies:
+ '@types/node': 16.18.108
+ fsevents: 2.3.3
+ less: 4.2.0
+
+ vite@4.5.5(@types/node@16.18.108)(less@4.2.0):
+ dependencies:
+ esbuild: 0.18.20
+ postcss: 8.4.47
+ rollup: 3.29.4
+ optionalDependencies:
+ '@types/node': 16.18.108
+ fsevents: 2.3.3
+ less: 4.2.0
+
+ vitest@0.18.1(jsdom@20.0.3)(less@4.2.0):
+ dependencies:
+ '@types/chai': 4.3.19
+ '@types/chai-subset': 1.3.5
+ '@types/node': 16.18.108
+ chai: 4.5.0
+ debug: 4.3.7
+ local-pkg: 0.4.3
+ tinypool: 0.2.4
+ tinyspy: 1.1.1
+ vite: 3.2.11(@types/node@16.18.108)(less@4.2.0)
+ optionalDependencies:
+ jsdom: 20.0.3
+ transitivePeerDependencies:
+ - less
+ - sass
+ - stylus
+ - sugarss
+ - supports-color
+ - terser
+
+ vue-cropper@1.1.4: {}
+
+ vue-demi@0.14.10(vue@3.3.13(typescript@5.0.4)):
+ dependencies:
+ vue: 3.3.13(typescript@5.0.4)
+
+ vue-eslint-parser@9.4.3(eslint@8.57.1):
+ dependencies:
+ debug: 4.3.7
+ eslint: 8.57.1
+ eslint-scope: 7.2.2
+ eslint-visitor-keys: 3.4.3
+ espree: 9.6.1
+ esquery: 1.6.0
+ lodash: 4.17.21
+ semver: 7.6.3
+ transitivePeerDependencies:
+ - supports-color
+
+ vue-jsonp@2.0.0: {}
+
+ vue-qqmap@1.1.1:
+ dependencies:
+ axios: 0.21.4
+ core-js: 3.39.0
+ lodash-es: 4.17.21
+ qs: 6.13.1
+ typescript: 4.9.5
+ vue: 3.3.13(typescript@4.9.5)
+ vue-jsonp: 2.0.0
+ transitivePeerDependencies:
+ - debug
+
+ vue-router@4.4.5(vue@3.3.13(typescript@5.0.4)):
+ dependencies:
+ '@vue/devtools-api': 6.6.4
+ vue: 3.3.13(typescript@5.0.4)
+
+ vue-tsc@0.38.9(typescript@5.0.4):
+ dependencies:
+ '@volar/vue-typescript': 0.38.9
+ typescript: 5.0.4
+
+ vue@2.7.16:
+ dependencies:
+ '@vue/compiler-sfc': 2.7.16
+ csstype: 3.1.3
+
+ vue@3.3.13(typescript@4.9.5):
+ dependencies:
+ '@vue/compiler-dom': 3.3.13
+ '@vue/compiler-sfc': 3.3.13
+ '@vue/runtime-dom': 3.3.13
+ '@vue/server-renderer': 3.3.13(vue@3.3.13(typescript@5.0.4))
+ '@vue/shared': 3.3.13
+ optionalDependencies:
+ typescript: 4.9.5
+
+ vue@3.3.13(typescript@5.0.4):
+ dependencies:
+ '@vue/compiler-dom': 3.3.13
+ '@vue/compiler-sfc': 3.3.13
+ '@vue/runtime-dom': 3.3.13
+ '@vue/server-renderer': 3.3.13(vue@3.3.13(typescript@5.0.4))
+ '@vue/shared': 3.3.13
+ optionalDependencies:
+ typescript: 5.0.4
+
+ vuedraggable@4.1.0(vue@3.3.13(typescript@5.0.4)):
+ dependencies:
+ sortablejs: 1.14.0
+ vue: 3.3.13(typescript@5.0.4)
+
+ w3c-keyname@2.2.8: {}
+
+ w3c-xmlserializer@4.0.0:
+ dependencies:
+ xml-name-validator: 4.0.0
+
+ wangeditor@4.7.15:
+ dependencies:
+ '@babel/runtime': 7.25.6
+ '@babel/runtime-corejs3': 7.25.6
+ tslib: 2.7.0
+
+ webidl-conversions@7.0.0: {}
+
+ whatwg-encoding@2.0.0:
+ dependencies:
+ iconv-lite: 0.6.3
+
+ whatwg-mimetype@3.0.0: {}
+
+ whatwg-url@11.0.0:
+ dependencies:
+ tr46: 3.0.0
+ webidl-conversions: 7.0.0
+
+ which-boxed-primitive@1.0.2:
+ dependencies:
+ is-bigint: 1.0.4
+ is-boolean-object: 1.1.2
+ is-number-object: 1.0.7
+ is-string: 1.0.7
+ is-symbol: 1.0.4
+
+ which-typed-array@1.1.15:
+ dependencies:
+ available-typed-arrays: 1.0.7
+ call-bind: 1.0.7
+ for-each: 0.3.3
+ gopd: 1.0.1
+ has-tostringtag: 1.0.2
+
+ which@1.3.1:
+ dependencies:
+ isexe: 2.0.0
+
+ which@2.0.2:
+ dependencies:
+ isexe: 2.0.0
+
+ wildcard@1.1.2: {}
+
+ word-wrap@1.2.5: {}
+
+ wrappy@1.0.2: {}
+
+ ws@8.18.0: {}
+
+ xml-name-validator@4.0.0: {}
+
+ xmlchars@2.2.0: {}
+
+ yocto-queue@0.1.0: {}
+
+ zeebe-bpmn-moddle@1.6.0: {}
+
+ zrender@5.6.0:
+ dependencies:
+ tslib: 2.3.0
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000..866d7a1
Binary files /dev/null and b/public/favicon.ico differ
diff --git a/src/App.d.ts b/src/App.d.ts
new file mode 100644
index 0000000..42a892e
--- /dev/null
+++ b/src/App.d.ts
@@ -0,0 +1,11 @@
+declare module "*.vue" {
+ import { ComponentOptions } from "vue";
+ const componentOptions: ComponentOptions;
+ export default componentOptions;
+}
+
+declare const qq: any;
+// declare module 'qqmap'{
+// import QQMap from 'qqmap'
+// export default qqmap
+// }
\ No newline at end of file
diff --git a/src/App.vue b/src/App.vue
new file mode 100644
index 0000000..83565ae
--- /dev/null
+++ b/src/App.vue
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/api/common.ts b/src/api/common.ts
new file mode 100644
index 0000000..0229f61
--- /dev/null
+++ b/src/api/common.ts
@@ -0,0 +1,46 @@
+import server from '@/utils/request'
+
+
+//单文件上传
+//gateway/resource/file/upload
+
+interface File{
+ user:String,
+ isAlterRandomName:Boolean,
+ file:File
+}
+
+export function updateyys(data:File) {
+
+
+ // let formData = new FormData()
+ // formData.append('user',data.user)
+ // formData.append('isAlterRandomName',data.isAlterRandomName)
+ // formData.append('file', data.file)
+
+
+ // return server.request({
+ // headers:{
+ // 'Content-Type':'multipart/form-data',
+ // },
+ // url: '/resource/file/upload',
+ // method: 'post',
+ // data:formData
+ // })
+}
+
+//查询区划
+interface Query{
+ admdvsNo?:String
+ admdvsName?:String
+ level?:String|Number
+ isTree?:String|Number //是否返回树,1-是,0-否
+}
+
+export function getArea(params:Query) {
+ return server.request({
+ url: '/resource/admdvs/treelist',
+ method: 'get',
+ params
+ })
+}
\ No newline at end of file
diff --git a/src/api/form.ts b/src/api/form.ts
new file mode 100644
index 0000000..076d3dc
--- /dev/null
+++ b/src/api/form.ts
@@ -0,0 +1,16 @@
+import type { FormContext, FormValidateCallback, FormValidationResult } from "element-plus";
+import type { App } from "vue";
+
+export type ElForm = FormContext &
+ App & {
+ readonly validate: (callback?: FormValidateCallback | undefined) => FormValidationResult;
+ };
+
+export type QueryParam = {
+ pageNum: number;
+ pageSize: number;
+ beginTime?: string;
+ endTime?: string;
+ orderByColumn?: string;
+ isAsc?: string;
+};
diff --git a/src/api/login.ts b/src/api/login.ts
new file mode 100644
index 0000000..dd398ca
--- /dev/null
+++ b/src/api/login.ts
@@ -0,0 +1,96 @@
+import server from "@/utils/request";
+import type { UserInfoObj } from "./system/user";
+
+export type LoginReq = {
+ username: string;
+ password: string;
+ confirmPassword?: string;
+ rememberMe?: boolean;
+ code?: string;
+ uuid?: string;
+};
+
+// 登录方法
+export function login(data: LoginReq) {
+ return server.requestT<{ token: string }>({
+ url: "/oauth2/login/oauthlogin",
+ headers: {
+ Authorization: "Basic eXRoZDpZVEhEMTIz",
+ isToken: false,
+ },
+ method: "post",
+ data: data,
+ },false);
+}
+
+// 注册方法
+export function register(data: LoginReq) {
+ return server.request({
+ url: "/register",
+ headers: {
+ isToken: false,
+ },
+ method: "post",
+ data: data,
+ });
+}
+
+// 获取用户详细信息
+export function getInfo() {
+ return server.requestT<{
+ user: UserInfoObj;
+ roles: string[];
+ permissions: string[];
+ }>({
+ url: "/getInfo",
+ method: "get",
+ });
+}
+
+// 退出方法
+export function logout() {
+ return server.request({
+ url: "/oauth2/login/oauthlogout",
+ method: "DELETE",
+ });
+}
+
+// 获取验证码
+export function getCodeImg() {
+ return server.requestT<{
+ captchaEnabled: boolean;
+ img: string;
+ uuid: string;
+ }>({
+ url: "/oauth2/captcha/get",
+ headers: {
+ isToken: false,
+ },
+ method: "get",
+ timeout: 20000,
+ },false);
+}
+
+//验证验证码是否有效
+interface Code {
+ code: string | number;
+}
+export function checkcaptcha(data: Code) {
+ return server.requestT({
+ url: "/oauth2/captcha/check",
+ headers: {
+ isToken: false,
+ },
+ method: "post",
+ data: data,
+ });
+}
+
+//检查token 是否失效
+export function checktoken(data: {token:string}) {
+ return server.requestT({
+ url: "/oauth2/login/checktoken",
+ method: "post",
+ data: data
+ });
+}
diff --git a/src/api/menu.ts b/src/api/menu.ts
new file mode 100644
index 0000000..51d4d05
--- /dev/null
+++ b/src/api/menu.ts
@@ -0,0 +1,27 @@
+import server from "@/utils/request";
+
+export type MenuRouter = {
+ name: string;
+ path: string;
+ hidden?: boolean;
+ redirect?: string;
+ component?: string;
+ alwaysShow?: boolean;
+ meta: {
+ title: string;
+ icon?: string;
+ noCache?: boolean;
+ link?: string;
+ };
+ children?: MenuRouter[];
+};
+
+// 获取路由
+export const getRouters = () => {
+ return server.request({
+ url:"/resource/menu/tree", //"/getRouters",
+ method: "get",
+ })
+}
+
+//'/gateway/resource/menu/tree'
diff --git a/src/api/monitor/cache.ts b/src/api/monitor/cache.ts
new file mode 100644
index 0000000..ab06e88
--- /dev/null
+++ b/src/api/monitor/cache.ts
@@ -0,0 +1,81 @@
+import server from "@/utils/request";
+export type CacheObj = {
+ cacheName: string;
+ cacheKey: string;
+ cacheValue?: string;
+};
+
+export type CacheInfoObj = {
+ info?: {
+ redis_version?: string;
+ redis_mode?: string;
+ tcp_port?: string;
+ connected_clients?: string;
+ uptime_in_days?: string;
+ used_memory_human?: string;
+ used_cpu_user_children?: string;
+ maxmemory_human?: string;
+ aof_enabled?: string;
+ rdb_last_bgsave_status?: string;
+ instantaneous_input_kbps?: string;
+ instantaneous_output_kbps?: string;
+ };
+ dbSize?: string;
+ commandStats?: string;
+};
+
+// 查询缓存详细
+export function getCache() {
+ return server.request({
+ url: "/monitor/cache",
+ method: "get",
+ });
+}
+
+// 查询缓存名称列表
+export function listCacheName() {
+ return server.request({
+ url: "/monitor/cache/getNames",
+ method: "get",
+ });
+}
+
+// 查询缓存键名列表
+export function listCacheKey(cacheName: string) {
+ return server.request({
+ url: "/monitor/cache/getKeys/" + cacheName,
+ method: "get",
+ });
+}
+
+// 查询缓存内容
+export function getCacheValue(cacheName: string, cacheKey: string) {
+ return server.request({
+ url: "/monitor/cache/getValue/" + cacheName + "/" + cacheKey,
+ method: "get",
+ });
+}
+
+// 清理指定名称缓存
+export function clearCacheName(cacheName: string) {
+ return server.request({
+ url: "/monitor/cache/clearCacheName/" + cacheName,
+ method: "delete",
+ });
+}
+
+// 清理指定键名缓存
+export function clearCacheKey(cacheKey: string) {
+ return server.request({
+ url: "/monitor/cache/clearCacheKey/" + cacheKey,
+ method: "delete",
+ });
+}
+
+// 清理全部缓存
+export function clearCacheAll() {
+ return server.request({
+ url: "/monitor/cache/clearCacheAll",
+ method: "delete",
+ });
+}
diff --git a/src/api/monitor/job.ts b/src/api/monitor/job.ts
new file mode 100644
index 0000000..57c6283
--- /dev/null
+++ b/src/api/monitor/job.ts
@@ -0,0 +1,81 @@
+import server from "@/utils/request";
+export type JobObj = {
+ jobId: string;
+ jobName?: string;
+ jobGroup?: string;
+ invokeTarget?: string;
+ cronExpression?: string;
+ misfirePolicy?: number;
+ concurrent?: number;
+ status?: string;
+ createTime?: string;
+ nextValidTime?: string;
+};
+// 查询定时任务调度列表
+export function listJob(query: JobObj & { pageNum: number; pageSize: number }) {
+ return server.request({
+ url: "/monitor/job/list",
+ method: "get",
+ params: query,
+ });
+}
+
+// 查询定时任务调度详细
+export function getJob(jobId: string) {
+ return server.request({
+ url: "/monitor/job/" + jobId,
+ method: "get",
+ });
+}
+
+// 新增定时任务调度
+export function addJob(data: JobObj) {
+ return server.request({
+ url: "/monitor/job",
+ method: "post",
+ data: data,
+ });
+}
+
+// 修改定时任务调度
+export function updateJob(data: JobObj) {
+ return server.request({
+ url: "/monitor/job",
+ method: "put",
+ data: data,
+ });
+}
+
+// 删除定时任务调度
+export function delJob(jobId: string) {
+ return server.request({
+ url: "/monitor/job/" + jobId,
+ method: "delete",
+ });
+}
+
+// 任务状态修改
+export function changeJobStatus(jobId: string, status: string) {
+ const data = {
+ jobId,
+ status,
+ };
+ return server.request({
+ url: "/monitor/job/changeStatus",
+ method: "put",
+ data: data,
+ });
+}
+
+// 定时任务立即执行一次
+export function runJob(jobId: string, jobGroup: string) {
+ const data = {
+ jobId,
+ jobGroup,
+ };
+ return server.request({
+ url: "/monitor/job/run",
+ method: "put",
+ data: data,
+ });
+}
diff --git a/src/api/monitor/jobLog.ts b/src/api/monitor/jobLog.ts
new file mode 100644
index 0000000..4e212f6
--- /dev/null
+++ b/src/api/monitor/jobLog.ts
@@ -0,0 +1,36 @@
+import server from "@/utils/request";
+import type { QueryParam } from "../form";
+export type JobLogObj = {
+ jobLogId: string;
+ jobName?: string;
+ jobGroup?: string;
+ createTime?: string;
+ invokeTarget?: string;
+ jobMessage?: string;
+ status?: string;
+ exceptionInfo?: string;
+};
+// 查询调度日志列表
+export function listJobLog(query: JobLogObj & QueryParam) {
+ return server.request({
+ url: "/monitor/jobLog/list",
+ method: "get",
+ params: query,
+ });
+}
+
+// 删除调度日志
+export function delJobLog(jobLogId: string) {
+ return server.request({
+ url: "/monitor/jobLog/" + jobLogId,
+ method: "delete",
+ });
+}
+
+// 清空调度日志
+export function cleanJobLog() {
+ return server.request({
+ url: "/monitor/jobLog/clean",
+ method: "delete",
+ });
+}
diff --git a/src/api/monitor/logininfor.ts b/src/api/monitor/logininfor.ts
new file mode 100644
index 0000000..c2a3034
--- /dev/null
+++ b/src/api/monitor/logininfor.ts
@@ -0,0 +1,51 @@
+import server from "@/utils/request";
+import type { QueryParam } from "../form";
+
+export type LoginLogObj = {
+ browser?: string;
+ createBy?: string;
+ createTime?: string;
+ infoId: string;
+ ipaddr?: string;
+ loginLocation?: string;
+ loginTime?: string;
+ msg?: string;
+ os?: string;
+ remark?: string;
+ status?: string;
+ updateBy?: string;
+ updateTime?: string;
+ userName?: string;
+};
+// 查询登录日志列表
+export function list(query: LoginLogObj & QueryParam) {
+ return server.request({
+ url: "/monitor/logininfor/list",
+ method: "get",
+ params: query,
+ });
+}
+
+// 删除登录日志
+export function delLogininfor(infoId: string) {
+ return server.request({
+ url: "/monitor/logininfor/" + infoId,
+ method: "delete",
+ });
+}
+
+// 解锁用户登录状态
+export function unlockLogininfor(userName: string) {
+ return server.request({
+ url: "/monitor/logininfor/unlock/" + userName,
+ method: "get",
+ });
+}
+
+// 清空登录日志
+export function cleanLogininfor() {
+ return server.request({
+ url: "/monitor/logininfor/clean",
+ method: "delete",
+ });
+}
diff --git a/src/api/monitor/online.ts b/src/api/monitor/online.ts
new file mode 100644
index 0000000..03c1372
--- /dev/null
+++ b/src/api/monitor/online.ts
@@ -0,0 +1,22 @@
+import server from "@/utils/request";
+export type OnlineInfoObj = {
+ ipaddr?: string;
+ userName?: string;
+ tokenId: string;
+};
+// 查询在线用户列表
+export function list(query: OnlineInfoObj & { pageNum: number; pageSize: number }) {
+ return server.request({
+ url: "/monitor/online/list",
+ method: "get",
+ params: query,
+ });
+}
+
+// 强退用户
+export function forceLogout(tokenId: string) {
+ return server.request({
+ url: "/monitor/online/" + tokenId,
+ method: "delete",
+ });
+}
diff --git a/src/api/monitor/operlog.ts b/src/api/monitor/operlog.ts
new file mode 100644
index 0000000..758c113
--- /dev/null
+++ b/src/api/monitor/operlog.ts
@@ -0,0 +1,51 @@
+import server from "@/utils/request";
+
+export type OperLogObj = {
+ businessType: string;
+ businessTypes?: string;
+ createBy?: string;
+ createTime?: string;
+ deptName?: string;
+ errorMsg?: string;
+ jsonResult?: string;
+ method?: string;
+ operId: string;
+ operIp?: string;
+ operLocation?: string;
+ operName?: string;
+ operParam?: string;
+ costTime?: string;
+ operTime?: string;
+ operUrl?: string;
+ operatorType?: string;
+ remark?: string;
+ requestMethod?: string;
+ status?: number;
+ title?: string;
+ updateBy?: string;
+ updateTime?: string;
+};
+// 查询操作日志列表
+export function list(query: OperLogObj & { pageNum: number; pageSize: number }) {
+ return server.request({
+ url: "/monitor/operlog/list",
+ method: "get",
+ params: query,
+ });
+}
+
+// 删除操作日志
+export function delOperlog(operId: string) {
+ return server.request({
+ url: "/monitor/operlog/" + operId,
+ method: "delete",
+ });
+}
+
+// 清空操作日志
+export function cleanOperlog() {
+ return server.request({
+ url: "/monitor/operlog/clean",
+ method: "delete",
+ });
+}
diff --git a/src/api/monitor/server.ts b/src/api/monitor/server.ts
new file mode 100644
index 0000000..616d129
--- /dev/null
+++ b/src/api/monitor/server.ts
@@ -0,0 +1,52 @@
+import server from "@/utils/request";
+
+export type ServerObj = {
+ cpu?: {
+ cpuNum?: number;
+ used?: number;
+ sys?: number;
+ free?: number;
+ };
+ mem?: {
+ total?: number;
+ used?: number;
+ free?: number;
+ usage?: number;
+ };
+ jvm?: {
+ total?: number;
+ used?: number;
+ free?: number;
+ usage?: number;
+ name?: string;
+ version?: string;
+ startTime?: string;
+ runTime?: string;
+ home?: string;
+ inputArgs?: string;
+ };
+ sys?: {
+ computerName?: string;
+ osName?: string;
+ userDir?: string;
+ computerIp?: string;
+ osArch?: string;
+ };
+ sysFiles?: {
+ dirName?: string;
+ sysTypeName?: string;
+ typeName?: string;
+ total?: number;
+ free?: number;
+ used?: number;
+ usage?: number;
+ }[];
+};
+
+// 获取服务信息
+export function getServer() {
+ return server.request({
+ url: "/monitor/server",
+ method: "get",
+ });
+}
diff --git a/src/api/order/accdetails.ts b/src/api/order/accdetails.ts
new file mode 100644
index 0000000..0931871
--- /dev/null
+++ b/src/api/order/accdetails.ts
@@ -0,0 +1,64 @@
+import server from '@/utils/request'
+
+//新增
+interface Addobj{
+ code:String //编码
+ tradeNo:String //交易编码
+ preTotalAmount:String //交易前账户总金额,分:总金额=充值金额+赠送金额
+ preRechargeAmount:String //交易前充值余额,分
+ preGiftAmount:String //交易前赠送金额,分
+ tradeTotalAmount:String //交易总金额,分:总金额=充值金额+赠送金额
+ tradeRechargeAmount:String //交易充值余额,分
+ tradeGiftAmount:String //交易赠送金额,分
+ afterTotalAmount:String //交易后总金额,分:总金额=充值金额+赠送金额
+ afterRechargeAmount:String //交易后充值余额,分
+ afterGiftAmount:String //交易后赠送金额,分
+}
+
+export function addhdz(data:Addobj) {
+ return server.request({
+ url: '/cloud/batterystation/fee/detail/add',
+ method: 'post',
+ data
+ })
+}
+
+//修改 ??
+// export function update(data:Addobj) {
+// return server.request({
+// url: '/cloud/batterystation/fee/detail/update',
+// method: 'post',
+// data
+// })
+// }
+
+//查询
+interface Querydata{
+ pageSize:String|Number //每页条数,示例值(10)
+ pageNo:String|Number //页数,示例值
+ ownerType?:String //户主类型:1-个人,2-企业
+ ownerId?:String //户主ID
+ code?:String //编码
+ stationCode?:String //引入站点
+}
+export function getmxlist(params:Querydata) {
+ return server.request({
+ url: '/cloud/wallet/detail/list',
+ method: 'get',
+ params
+ })
+}
+
+//删除
+export function delhdz(id:string,code:string) {
+ return server.request({
+ url: '/cloud/wallet/detail/del',
+ method: 'post',
+ data:{
+ id,
+ code
+ }
+ })
+}
+
+
diff --git a/src/api/order/account.ts b/src/api/order/account.ts
new file mode 100644
index 0000000..c329a27
--- /dev/null
+++ b/src/api/order/account.ts
@@ -0,0 +1,61 @@
+import server from '@/utils/request'
+
+//新增
+interface Addobj{
+ ownerType:String //户主类型:1-个人,2-企业
+ ownerId:String //户主ID
+ stationCode:String //引入站点
+ pkId?:String
+ totalAmount?:String //账户总金额,分:总金额=充值金额+赠送金额
+ rechargeAmount?:String //充值余额,分
+ giftAmount?:String //赠送金额,分
+ point?:String //积分余额
+ deposit?:String //押金
+ snCode?:String //SN码
+ rent?:String //租金
+}
+
+export function addhdz(data:Addobj) {
+ return server.request({
+ url: '/cloud/wallet/add',
+ method: 'post',
+ data
+ })
+}
+
+//修改
+export function update(data:Addobj) {
+ return server.request({
+ url: '/cloud/wallet/update',
+ method: 'post',
+ data
+ })
+}
+
+//查询
+interface Querydata{
+ pageSize:String|number, //每页条数
+ pageNo:String|number //页数
+ ownerType?:String //户主类型:1-个人,2-企业
+ ownerId?:String //户主ID
+ code?:String //编码
+ stationCode?:String //引入站点
+}
+export function getjqrlist(params:Querydata) {
+ return server.request({
+ url: '/cloud/wallet/list',
+ method: 'get',
+ params
+ })
+}
+
+//删除
+export function delhdz(id:string) {
+ return server.request({
+ url: '/cloud/wallet/del',
+ method: 'post',
+ data:{
+ id
+ }
+ })
+}
\ No newline at end of file
diff --git a/src/api/order/replabatt.ts b/src/api/order/replabatt.ts
new file mode 100644
index 0000000..83e2709
--- /dev/null
+++ b/src/api/order/replabatt.ts
@@ -0,0 +1,84 @@
+import server from '@/utils/request'
+
+//新增
+interface Addobj{
+ orderType:String|Number //类型:1-换电,2-充电
+ plateNum:String //车牌号
+ orderTime:String //订单时间,示例值(yyyy-MM-dd HH:mm:ss)
+ stationCode:String //换电站编码
+ stationName:String //换电站名称
+ accountCode:String //金额账号
+ amount:String|Number //订单金额
+ status:String|Number //订单状态:1-等待受理,2-换电中,3-换电完成,4-出现异常,5-未结算,6-订单取消,7-已结算
+ feeType:String //计算费用方式:1-ODO,2-SOC,3-按电量
+ basicFee:String //基础费用
+ serviceTimeBegin:String|Number //服务开始时间
+ serviceTimeEnd:String //服务结束时间
+ serviceFee:String|Number //服务费
+ lastRentBatCarOdo:String //上次租赁电池时车辆里程
+ nowReturnBatCarOdo:String //归还电池时车辆里程
+ odoAmount:String|Number //按ODO换电费
+ electAmount:String|Number //总充电量
+ rentBatNo:String|Number //租借电池包仓位
+ rentBatCode:String //租用电池包编码
+ rentBatSoc:String //租用电池包SOC
+ returnBatCode:String //归还电池包编码
+ returnBatNo:String|Number //归还电池包仓位
+ returnBatSoc:String //归还电池包SOC
+ returnBatRentSoc:String //归还电池租出时soc
+ returnBatRentStationCode:String //归还电池租出的换电站编码
+ returnBatRentStationName:String //归还电池租出的换电站
+ changeMode:String|Number //换电模式:1-全自动,2-半自动,3-人工干预
+ changeLane:String|Number //换电车道 1-A 车道;2-B 车道
+ userId:String //换电车主ID
+ tradeNo:String //交易编码
+}
+
+export function addhdz(data:Addobj) {
+ return server.request({
+ url: '/cloud/order/swap/add',
+ method: 'post',
+ data
+ })
+}
+
+//修改
+export function update(data:Addobj) {
+ return server.request({
+ url: '/cloud/order/swap/update',
+ method: 'post',
+ data
+ })
+}
+
+//查询
+interface Querydata{
+ pageSize:String|Number //每页条数
+ pageNo:String|Number //页数
+ orderNo:String //订单编码
+ plateNum:String //车牌号
+ orderTimeBegin:String //订单时间开始,示例值(yyyy-MM-dd HH:mm:ss)
+ orderTimeEnd:String //订单时间结束
+ stationCode:String //换电站编码
+ stationName:String //换电站名称
+ userId:String //换电车主ID
+ tradeNo:String //交易编码
+}
+export function getjqrlist(params:Querydata) {
+ return server.request({
+ url: '/cloud/order/swap/list',
+ method: 'get',
+ params
+ })
+}
+
+//删除
+export function delhdz(id:string) {
+ return server.request({
+ url: '/cloud/order/swap/del',
+ method: 'post',
+ data:{
+ id
+ }
+ })
+}
\ No newline at end of file
diff --git a/src/api/order/reservation.ts b/src/api/order/reservation.ts
new file mode 100644
index 0000000..fbba780
--- /dev/null
+++ b/src/api/order/reservation.ts
@@ -0,0 +1,57 @@
+import server from '@/utils/request'
+
+//新增
+interface Addobj{
+ userId:String //预约人ID
+ uname:String //预约人姓名
+ phone:String //手机号码
+ plateNum:String //车牌号
+ stationCode:String //换电站编码
+ stationName:String //换电站名称
+ swapDay:String //预约换电日期,示例值(yyyyMMdd)
+ swapDuration:String //预约换电时间段,示例值(8:00-10:00)
+ status:String|Number //状态:1-预约成功,2-到店使用,3-取消,4-过期
+}
+
+export function addhdz(data:Addobj) {
+ return server.request({
+ url: '/cloud/order/swap/pre/add',
+ method: 'post',
+ data
+ })
+}
+
+//修改
+export function update(data:Addobj) {
+ return server.request({
+ url: '/cloud/order/swap/update',
+ method: 'post',
+ data
+ })
+}
+
+//查询
+interface Querydata{
+ pageSize:String|Number //每页条数
+ pageNo:String|Number //页数
+ userId:String //车主id
+ status:String //状态
+}
+export function getjqrlist(params:Querydata) {
+ return server.request({
+ url: '/cloud/order/swap/pre/list',
+ method: 'get',
+ params
+ })
+}
+
+//取消预约
+export function delhdz(id:string) {
+ return server.request({
+ url: '/cloud/order/swap/pre/cancel',
+ method: 'post',
+ data:{
+ id
+ }
+ })
+}
\ No newline at end of file
diff --git a/src/api/swapstation/battery.ts b/src/api/swapstation/battery.ts
new file mode 100644
index 0000000..46948be
--- /dev/null
+++ b/src/api/swapstation/battery.ts
@@ -0,0 +1,60 @@
+import server from '@/utils/request'
+
+//新增
+interface Addobj{
+ typeCode:String //电池型号编码
+ batCode:String //电池编码
+ sourceFrom:String|Number //初始来源:1-站,2-车
+ status:String|Number //状态:1-出租中,2-充电中,3-充电完毕,4-故障,5-其它
+ pkId?:String
+ productionDate?:String //生产日期
+ registrationDate?:String //注册时间
+ sourceCode?:String //站码或车牌照
+ stationCode?:String //换电站编码
+ soc?:String|Number //当前电量
+}
+
+export function addhdz(data:Addobj) {
+ return server.request({
+ url: '/cloud/batterystation/dc/add',
+ method: 'post',
+ data
+ })
+}
+
+//修改
+export function update(data:Addobj) {
+ return server.request({
+ url: '/cloud/batterystation/dc/update',
+ method: 'post',
+ data
+ })
+}
+
+//查询
+interface Querydata{
+ pageSize:String|number, //每页条数
+ pageNo:String|number //页数
+ stationCode?:String //换电站编码
+ proxyId?:String //归属运营商ID
+}
+export function getjqrlist(params:Querydata) {
+ return server.request({
+ url: '/cloud/batterystation/dc/list',
+ method: 'get',
+ params
+ })
+}
+
+//删除
+export function delhdz(id:string) {
+ return server.request({
+ url: '/cloud/batterystation/dc/del',
+ method: 'post',
+ data:{
+ id
+ }
+ })
+}
+
+
diff --git a/src/api/swapstation/costdetails.ts b/src/api/swapstation/costdetails.ts
new file mode 100644
index 0000000..3b5f2ba
--- /dev/null
+++ b/src/api/swapstation/costdetails.ts
@@ -0,0 +1,56 @@
+import server from '@/utils/request'
+
+//新增
+interface Addobj{
+ stationCode:String //换电站编码
+ standardId:String //收费规则ID
+ timeBegin:String //开始时间
+ timeEnd:String //结束时间
+ pkId?:String
+ eachKmFee?:String|Number //每公里收费
+ eachSocFee?:String|Number //每SOC收费
+ eachKwhFee?:String|Number //每度电收费
+ timeServiceFee?:String|Number //谷段服务费
+}
+
+export function addhdz(data:Addobj) {
+ return server.request({
+ url: '/cloud/batterystation/fee/detail/add',
+ method: 'post',
+ data
+ })
+}
+
+//修改
+export function update(data:Addobj) {
+ return server.request({
+ url: '/cloud/batterystation/fee/detail/update',
+ method: 'post',
+ data
+ })
+}
+
+//查询
+interface Querydata{
+ standardId:String //收费规则id
+}
+export function getmxlist(params:Querydata) {
+ return server.request({
+ url: '/cloud/batterystation/fee/detail/list',
+ method: 'get',
+ params
+ })
+}
+
+//删除
+export function delhdz(id:string) {
+ return server.request({
+ url: '/cloud/batterystation/fee/detail/del',
+ method: 'post',
+ data:{
+ id
+ }
+ })
+}
+
+
diff --git a/src/api/swapstation/dcc.ts b/src/api/swapstation/dcc.ts
new file mode 100644
index 0000000..c74d304
--- /dev/null
+++ b/src/api/swapstation/dcc.ts
@@ -0,0 +1,54 @@
+import server from '@/utils/request'
+
+//新增
+interface Addobj{
+ pkId?:String
+ stationCode:String //换电站编码
+ dccNo:String|Number //电池仓序号
+ status:String|Number //状态:1-正常,2-检修, 3-坏
+}
+
+export function addhdz(data:Addobj) {
+ return server.request({
+ url: '/cloud/batterystation/dcc/add',
+ method: 'post',
+ data
+ })
+}
+
+//修改
+export function update(data:Addobj) {
+ return server.request({
+ url: '/cloud/batterystation/dcc/update',
+ method: 'post',
+ data
+ })
+}
+
+//查询
+interface Querydata{
+ pageSize:String|number, //每页条数
+ pageNo:String|number //页数
+ stationCode?:String //换电站编码
+ proxyId?:String //归属运营商ID
+}
+export function getjqrlist(params:Querydata) {
+ return server.request({
+ url: '/cloud/batterystation/dcc/list',
+ method: 'get',
+ params
+ })
+}
+
+//删除
+export function delhdz(id:string) {
+ return server.request({
+ url: '/cloud/batterystation/dcc/del',
+ method: 'post',
+ data:{
+ id
+ }
+ })
+}
+
+
diff --git a/src/api/swapstation/electmach.ts b/src/api/swapstation/electmach.ts
new file mode 100644
index 0000000..b8095cc
--- /dev/null
+++ b/src/api/swapstation/electmach.ts
@@ -0,0 +1,59 @@
+import server from '@/utils/request'
+
+//新增
+interface Addobj{
+
+ stationCode:String //换电站编码
+ code:String //充电机编码
+ version:String //充电机软件版本
+ switchType:String|Number //充电连接类型:1-连接器,2-充电枪
+ status:String|Number //状态:1-正常,2-检修, 3-坏
+ pkId?:String
+ dccNo?:String //电池仓序号
+ gunNum?:String|Number //充电枪数量
+}
+
+export function addhdz(data:Addobj) {
+ return server.request({
+ url: '/cloud/batterystation/dj/add',
+ method: 'post',
+ data
+ })
+}
+
+//修改
+export function update(data:Addobj) {
+ return server.request({
+ url: '/cloud/batterystation/dj/update',
+ method: 'post',
+ data
+ })
+}
+
+//查询
+interface Querydata{
+ pageSize:String|number, //每页条数
+ pageNo:String|number //页数
+ stationCode:String //换电站编码
+ proxyId?:String //归属运营商ID
+}
+export function getjqrlist(params:Querydata) {
+ return server.request({
+ url: '/cloud/batterystation/dj/list',
+ method: 'get',
+ params
+ })
+}
+
+//删除
+export function delhdz(id:string) {
+ return server.request({
+ url: '/cloud/batterystation/dj/del',
+ method: 'post',
+ data:{
+ id
+ }
+ })
+}
+
+
diff --git a/src/api/swapstation/hdz.ts b/src/api/swapstation/hdz.ts
new file mode 100644
index 0000000..091dd3e
--- /dev/null
+++ b/src/api/swapstation/hdz.ts
@@ -0,0 +1,78 @@
+import server from '@/utils/request'
+
+//新增
+interface Addobj{
+ pkId?:String
+ proxyId:String //归属运营商ID
+ name:String //站点名称
+ code:String //站点编码
+ status:String|Number //状态:1-正常营业,2-正常停运,3-故障停运,4-指令停运,9-其它
+ type?:String //站点类型ID
+ division?:String, //地区 ??
+ divisionNo?:String, //地区编码 ??
+ address?:String //地址
+ addressProvince?:String //地址-省
+ addressCity?:String //地址-市 query
+ addressArea?:String //地址-区县
+ registerDate?:String //注册日期
+ contacts?:String //联系人
+ phone?:String //联系电话
+ delFlag?:String|Number //删除标识:1-已删除,0-未删除
+ activeDate?:String //激活日期
+ locationPoint?:String //经纬度信息
+ openAllDay?:String|Number //全天营业:1-是,0-否
+ tdQuantity?:String|Number //通道数
+ jqrQuantity?:String|Number //机器人数量
+ cdjQuantity?:String|Number //充电机数量
+ dccQuantity?:String|Number //电池仓数量
+ dcQuantity?:String|Number //电池数量
+}
+
+export function addhdz(data:Addobj) {
+ return server.request({
+ url: '/cloud/batterystation/add',
+ method: 'post',
+ data
+ })
+}
+
+//修改
+export function update(data:Addobj) {
+ return server.request({
+ url: '/cloud/batterystation/update',
+ method: 'post',
+ data
+ })
+}
+
+//查询
+interface Querydata{
+ pageSize:String|number, //每页条数
+ pageNo:String|number //页数
+ proxyId:String //归属运营商ID
+ pkId?:String
+ name?:String //站点名称
+ code?:String //站点编码
+ status?:String //状态:1-正常营业,2-正常停运,3-故障停运,4-指令停运,9-其它
+ type?:String //站点类型ID
+}
+export function gethdzlist(params:Querydata) {
+ return server.request({
+ url: '/cloud/batterystation/list',
+ method: 'get',
+ params
+ })
+}
+
+//删除
+export function delhdz(id:string) {
+ return server.request({
+ url: '/cloud/batterystation/del',
+ method: 'post',
+ data:{
+ id
+ }
+ })
+}
+
+
diff --git a/src/api/swapstation/robot.ts b/src/api/swapstation/robot.ts
new file mode 100644
index 0000000..2780eba
--- /dev/null
+++ b/src/api/swapstation/robot.ts
@@ -0,0 +1,54 @@
+import server from '@/utils/request'
+
+//新增
+interface Addobj{
+ pkId?:String
+ stationCode:String //换电站编码
+ code:String //机器人编码
+ status:String|Number //状态:1-正常 2-禁用
+ runMode:String|Number //运行模式:1-就地,2-远程
+}
+
+export function addhdz(data:Addobj) {
+ return server.request({
+ url: '/cloud/batterystation/robot/add',
+ method: 'post',
+ data
+ })
+}
+
+//修改
+export function update(data:Addobj) {
+ return server.request({
+ url: '/cloud/batterystation/robot/update',
+ method: 'post',
+ data
+ })
+}
+
+//查询
+interface Querydata{
+ pageSize:String|number, //每页条数
+ pageNo:String|number //页数
+ stationCode:String //换电站编码
+}
+export function getjqrlist(params:Querydata) {
+ return server.request({
+ url: '/cloud/batterystation/robot/list',
+ method: 'get',
+ params
+ })
+}
+
+//删除
+export function delhdz(id:string) {
+ return server.request({
+ url: '/cloud/batterystation/robot/del',
+ method: 'post',
+ data:{
+ id
+ }
+ })
+}
+
+
diff --git a/src/api/swapstation/swapstation.ts b/src/api/swapstation/swapstation.ts
new file mode 100644
index 0000000..e670975
--- /dev/null
+++ b/src/api/swapstation/swapstation.ts
@@ -0,0 +1,59 @@
+import server from '@/utils/request'
+
+//新增
+interface Addobj{
+ stationCode:String //换电站编码
+ dayBegin:String //开始时间
+ dayEnd:String //结束时间
+ name:String //费用标准名称
+ pkId?:String
+ stationName:String //换电站名称
+ commonRemainFee?:String //正常换电服务费
+ commonRemainSocRange?:String //换电时正常电量范围
+ moreRemainSoc?:String //换电时电量剩余过多的soc界定
+ moreRemainFee?:String //换电时电量剩余过多的服务费
+ fewRemainSoc?:String //换电时电量剩余一般的soc界定
+ fewRemainFee?:String //换电时电量剩余一般的服务费
+}
+
+export function addhdz(data:Addobj) {
+ return server.request({
+ url: '/cloud/batterystation/fee/add',
+ method: 'post',
+ data
+ })
+}
+
+//修改
+export function update(data:Addobj) {
+ return server.request({
+ url: '/cloud/batterystation/fee/update',
+ method: 'post',
+ data
+ })
+}
+
+//查询
+interface Querydata{
+ stationCode:String //换电站编码
+}
+export function getjqrlist(params:Querydata) {
+ return server.request({
+ url: '/cloud/batterystation/fee/list',
+ method: 'get',
+ params
+ })
+}
+
+//删除
+export function delhdz(id:string) {
+ return server.request({
+ url: '/cloud/batterystation/fee/del',
+ method: 'post',
+ data:{
+ id
+ }
+ })
+}
+
+
diff --git a/src/api/swapstation/vehicle.ts b/src/api/swapstation/vehicle.ts
new file mode 100644
index 0000000..3de5b2a
--- /dev/null
+++ b/src/api/swapstation/vehicle.ts
@@ -0,0 +1,78 @@
+import server from '@/utils/request'
+
+//新增
+interface Addobj{
+ typeCode:String //车辆型号编码
+ vinNo:String //车辆识别代码VIN号
+ frameworkNo:String //车架号
+ ownerType:String|Number //车主类型:1-个人,2-企业
+ ownerName:String //车主名称
+ plateNum:String //车牌号
+ engineNo:String //引擎号
+ usageType:String //消费方式:1-电量,2-里程
+ pkId?:String
+ ownerId?:String //车主ID
+ seatsCount?:String //座位数
+ carColor?:String //车身颜色
+ carArea?:String //车籍/归属地
+ productionDate?:String //出厂日期
+ purchaseDate?:String //购车日期
+ boardDate?:String //上牌日期
+ registrationDate?:String //首次登记日期
+ totalMileage?:String //总里程
+ phone?:String //联系电话
+ cname?:String //公司名称
+ ccode?:String //组织机构代码
+}
+
+export function addhdz(data:Addobj) {
+ return server.request({
+ url: '/cloud/vehicle/add',
+ method: 'post',
+ data
+ })
+}
+
+//修改
+export function update(data:Addobj) {
+ return server.request({
+ url: '/cloud/vehicle/update',
+ method: 'post',
+ data
+ })
+}
+
+//查询
+interface Querydata{
+ pageSize:String|number, //每页条数
+ pageNo:String|number //页数
+ typeCode?:String //型号编码
+ vinNo?:String //车辆识别代码VIN号
+ frameworkNo?:String //车架号
+ ownerType?:String //车主类型:1-个人,2-企业
+ ownerId?:String //车主ID
+ ownerName?:String //车主名称
+ plateNum?:String //车牌号
+ phone?:String //联系电话
+ engineNo?:String //引擎号
+}
+export function getjqrlist(params:Querydata) {
+ return server.request({
+ url: '/cloud/vehicle/list',
+ method: 'get',
+ params
+ })
+}
+
+//删除
+export function delhdz(id:string) {
+ return server.request({
+ url: '/cloud/vehicle/del',
+ method: 'post',
+ data:{
+ id
+ }
+ })
+}
+
+
diff --git a/src/api/system/config.ts b/src/api/system/config.ts
new file mode 100644
index 0000000..125f3f6
--- /dev/null
+++ b/src/api/system/config.ts
@@ -0,0 +1,68 @@
+import server from "@/utils/request";
+import type { QueryParam } from "../form";
+export type SysConfigObj = {
+ configId?: string;
+ configName?: string;
+ configKey?: string;
+ configValue?: string;
+ configType?: string;
+ remark?: string;
+};
+// 查询参数列表
+export function listConfig(query: SysConfigObj & QueryParam) {
+ return server.request({
+ url: "/system/config/list",
+ method: "get",
+ params: query,
+ });
+}
+
+// 查询参数详细
+export function getConfig(configId: string) {
+ return server.request({
+ url: "/system/config/" + configId,
+ method: "get",
+ });
+}
+
+// 根据参数键名查询参数值
+export function getConfigKey(configKey: string) {
+ return server.request({
+ url: "/system/config/configKey/" + configKey,
+ method: "get",
+ });
+}
+
+// 新增参数配置
+export function addConfig(data: SysConfigObj) {
+ return server.request({
+ url: "/system/config",
+ method: "post",
+ data: data,
+ });
+}
+
+// 修改参数配置
+export function updateConfig(data: SysConfigObj) {
+ return server.request({
+ url: "/system/config",
+ method: "put",
+ data: data,
+ });
+}
+
+// 删除参数配置
+export function delConfig(configId: string) {
+ return server.request({
+ url: "/system/config/" + configId,
+ method: "delete",
+ });
+}
+
+// 刷新参数缓存
+export function refreshCache() {
+ return server.request({
+ url: "/system/config/refreshCache",
+ method: "delete",
+ });
+}
diff --git a/src/api/system/dept.ts b/src/api/system/dept.ts
new file mode 100644
index 0000000..f607555
--- /dev/null
+++ b/src/api/system/dept.ts
@@ -0,0 +1,70 @@
+import server from "@/utils/request";
+
+export type DeptObj = {
+ deptId: string;
+ parentId?: string;
+ deptName?: string;
+ orderNum?: number;
+ leader?: string;
+ phone?: string;
+ email?: string;
+ status?: string;
+ children?: DeptObj[];
+};
+
+export type TreeDeptObj = {
+ id: number;
+ label: string;
+ children?: TreeDeptObj[];
+};
+
+// 查询部门列表
+export function listDept(query?: DeptObj) {
+ return server.request({
+ url: "/system/dept/list",
+ method: "get",
+ params: query,
+ });
+}
+
+// 查询部门列表(排除节点)
+export function listDeptExcludeChild(deptId: string) {
+ return server.request({
+ url: "/system/dept/list/exclude/" + deptId,
+ method: "get",
+ });
+}
+
+// 查询部门详细
+export function getDept(deptId: string) {
+ return server.request({
+ url: "/system/dept/" + deptId,
+ method: "get",
+ });
+}
+
+// 新增部门
+export function addDept(data: DeptObj) {
+ return server.request({
+ url: "/system/dept",
+ method: "post",
+ data: data,
+ });
+}
+
+// 修改部门
+export function updateDept(data: DeptObj) {
+ return server.request({
+ url: "/system/dept",
+ method: "put",
+ data: data,
+ });
+}
+
+// 删除部门
+export function delDept(deptId: string) {
+ return server.request({
+ url: "/system/dept/" + deptId,
+ method: "delete",
+ });
+}
diff --git a/src/api/system/dict/data.ts b/src/api/system/dict/data.ts
new file mode 100644
index 0000000..b859fd3
--- /dev/null
+++ b/src/api/system/dict/data.ts
@@ -0,0 +1,75 @@
+import server from "@/utils/request";
+import type { DictTypeObj } from "./type";
+
+export type DictObj = {
+ createBy?: string;
+ createTime?: string;
+ updateBy?: string;
+ updateTime?: string;
+ remark?: string;
+ dictCode: string;
+ dictSort?: number;
+ dictLabel: string;
+ dictValue: string;
+ dictType: string;
+ cssClass?: string;
+ listClass?: string;
+ isDefault?: string;
+ elTagType?: string;
+ elTagClass?: string;
+ status?: string;
+ default?: boolean;
+ label?: string;
+ value?: string;
+};
+
+// 查询字典数据列表
+export function listData(query: DictTypeObj & { pageNum: number; pageSize: number }) {
+ return server.request({
+ url: "/system/dict/data/list",
+ method: "get",
+ params: query,
+ });
+}
+
+// 查询字典数据详细
+export function getData(dictCode: string) {
+ return server.request({
+ url: "/system/dict/data/" + dictCode,
+ method: "get",
+ });
+}
+
+// 根据字典类型查询字典数据信息
+export function getDicts(dictType: string) {
+ return server.request({
+ url: "/system/dict/data/type/" + dictType,
+ method: "get",
+ });
+}
+
+// 新增字典数据
+export function addData(data: DictObj) {
+ return server.request({
+ url: "/system/dict/data",
+ method: "post",
+ data: data,
+ });
+}
+
+// 修改字典数据
+export function updateData(data: DictObj) {
+ return server.request({
+ url: "/system/dict/data",
+ method: "put",
+ data: data,
+ });
+}
+
+// 删除字典数据
+export function delData(dictCode: string) {
+ return server.request({
+ url: "/system/dict/data/" + dictCode,
+ method: "delete",
+ });
+}
diff --git a/src/api/system/dict/type.ts b/src/api/system/dict/type.ts
new file mode 100644
index 0000000..f7fd1ee
--- /dev/null
+++ b/src/api/system/dict/type.ts
@@ -0,0 +1,69 @@
+import type { QueryParam } from "@/api/form";
+import server from "@/utils/request";
+
+export type DictTypeObj = {
+ dictId?: string;
+ dictName?: string;
+ dictType?: string;
+ status?: string;
+ remark?: string;
+};
+
+// 查询字典类型列表
+export function listType(query: DictTypeObj & QueryParam) {
+ return server.request({
+ url: "/system/dict/type/list",
+ method: "get",
+ params: query,
+ });
+}
+
+// 查询字典类型详细
+export function getType(dictId: string) {
+ return server.request({
+ url: "/system/dict/type/" + dictId,
+ method: "get",
+ });
+}
+
+// 新增字典类型
+export function addType(data: DictTypeObj) {
+ return server.request({
+ url: "/system/dict/type",
+ method: "post",
+ data: data,
+ });
+}
+
+// 修改字典类型
+export function updateType(data: DictTypeObj) {
+ return server.request({
+ url: "/system/dict/type",
+ method: "put",
+ data: data,
+ });
+}
+
+// 删除字典类型
+export function delType(dictId: string) {
+ return server.request({
+ url: "/system/dict/type/" + dictId,
+ method: "delete",
+ });
+}
+
+// 刷新字典缓存
+export function refreshCache() {
+ return server.request({
+ url: "/system/dict/type/refreshCache",
+ method: "delete",
+ });
+}
+
+// 获取字典选择框列表
+export function optionselect() {
+ return server.request({
+ url: "/system/dict/type/optionselect",
+ method: "get",
+ });
+}
diff --git a/src/api/system/menu.ts b/src/api/system/menu.ts
new file mode 100644
index 0000000..16ef32c
--- /dev/null
+++ b/src/api/system/menu.ts
@@ -0,0 +1,83 @@
+import server from "@/utils/request";
+export type MenuObj = {
+ menuId: string;
+ parentId?: string;
+ menuName?: string;
+ icon?: string;
+ menuType?: string;
+ orderNum?: string;
+ isFrame?: string;
+ isCache?: string;
+ visible?: string;
+ status?: string;
+ query?: string;
+ perms?: string;
+ component?: string;
+ path?: string;
+ children?: MenuObj[];
+};
+
+export type TreeMenuObj = {
+ id: number;
+ label: string;
+ children?: TreeMenuObj[];
+};
+
+// 查询菜单列表
+export function listMenu(query?: MenuObj) {
+ return server.request({
+ url: "/system/menu/list",
+ method: "get",
+ params: query,
+ });
+}
+
+// 查询菜单详细
+export function getMenu(menuId: string) {
+ return server.request({
+ url: "/system/menu/" + menuId,
+ method: "get",
+ });
+}
+
+// 查询菜单下拉树结构
+export function treeselect() {
+ return server.request({
+ url: "/system/menu/treeselect",
+ method: "get",
+ });
+}
+
+// 根据角色ID查询菜单下拉树结构
+export function roleMenuTreeselect(roleId: string) {
+ return server.requestT<{ menus: TreeMenuObj[]; checkedKeys: number[] }>({
+ url: "/system/menu/roleMenuTreeselect/" + roleId,
+ method: "get",
+ });
+}
+
+// 新增菜单
+export function addMenu(data: MenuObj) {
+ return server.request({
+ url: "/system/menu",
+ method: "post",
+ data: data,
+ });
+}
+
+// 修改菜单
+export function updateMenu(data: MenuObj) {
+ return server.request({
+ url: "/system/menu",
+ method: "put",
+ data: data,
+ });
+}
+
+// 删除菜单
+export function delMenu(menuId: string) {
+ return server.request({
+ url: "/system/menu/" + menuId,
+ method: "delete",
+ });
+}
diff --git a/src/api/system/notice.ts b/src/api/system/notice.ts
new file mode 100644
index 0000000..4ea14c2
--- /dev/null
+++ b/src/api/system/notice.ts
@@ -0,0 +1,53 @@
+import server from "@/utils/request";
+
+export type NoticeObj = {
+ noticeId: string;
+ noticeTitle?: string;
+ noticeType?: string;
+ createBy?: string;
+ noticeContent?: string;
+ status?: string;
+};
+
+// 查询公告列表
+export function listNotice(query: NoticeObj & { pageNum: number; pageSize: number }) {
+ return server.request({
+ url: "/system/notice/list",
+ method: "get",
+ params: query,
+ });
+}
+
+// 查询公告详细
+export function getNotice(noticeId: string) {
+ return server.request({
+ url: "/system/notice/" + noticeId,
+ method: "get",
+ });
+}
+
+// 新增公告
+export function addNotice(data: NoticeObj) {
+ return server.request({
+ url: "/system/notice",
+ method: "post",
+ data: data,
+ });
+}
+
+// 修改公告
+export function updateNotice(data: NoticeObj) {
+ return server.request({
+ url: "/system/notice",
+ method: "put",
+ data: data,
+ });
+}
+
+// 删除公告
+export function delNotice(noticeId: string) {
+ return server.request({
+ url: "/system/notice/" + noticeId,
+ method: "delete",
+ });
+}
diff --git a/src/api/system/post.ts b/src/api/system/post.ts
new file mode 100644
index 0000000..2b2c1a2
--- /dev/null
+++ b/src/api/system/post.ts
@@ -0,0 +1,52 @@
+import server from "@/utils/request";
+
+export type PostObj = {
+ postId: string;
+ postCode?: string;
+ postName?: string;
+ postSort?: number;
+ status?: string;
+ remark?: string;
+};
+// 查询岗位列表
+export function listPost(query: PostObj & { pageNum: number; pageSize: number }) {
+ return server.request({
+ url: "/system/post/list",
+ method: "get",
+ params: query,
+ });
+}
+
+// 查询岗位详细
+export function getPost(postId: string) {
+ return server.request({
+ url: "/system/post/" + postId,
+ method: "get",
+ });
+}
+
+// 新增岗位
+export function addPost(data: PostObj) {
+ return server.request({
+ url: "/system/post",
+ method: "post",
+ data: data,
+ });
+}
+
+// 修改岗位
+export function updatePost(data: PostObj) {
+ return server.request({
+ url: "/system/post",
+ method: "put",
+ data: data,
+ });
+}
+
+// 删除岗位
+export function delPost(postId: string) {
+ return server.request({
+ url: "/system/post/" + postId,
+ method: "delete",
+ });
+}
diff --git a/src/api/system/role.ts b/src/api/system/role.ts
new file mode 100644
index 0000000..a79e228
--- /dev/null
+++ b/src/api/system/role.ts
@@ -0,0 +1,139 @@
+import server from "@/utils/request";
+import type { TreeDeptObj } from "./dept";
+import type { UserInfoObj } from "./user";
+import type { QueryParam } from "../form";
+import type { TreeKey } from "element-plus/es/components/tree/src/tree.type";
+
+export type RoleObj = {
+ roleId: string;
+ roleName?: string;
+ roleKey?: string;
+ createTime?: string;
+ flag?: boolean;
+ dataScope?: number;
+ status?: string;
+ roleSort?: number;
+ menuIds?: TreeKey[];
+ deptIds?: TreeKey[];
+ menuCheckStrictly?: boolean;
+ deptCheckStrictly?: boolean;
+ remark?: string;
+};
+
+// 查询角色列表
+export function listRole(query: RoleObj & QueryParam) {
+ return server.request({
+ url: "/system/role/list",
+ method: "get",
+ params: query,
+ });
+}
+
+// 查询角色详细
+export function getRole(roleId: string) {
+ return server.request({
+ url: "/system/role/" + roleId,
+ method: "get",
+ });
+}
+
+// 新增角色
+export function addRole(data: RoleObj) {
+ return server.request({
+ url: "/system/role",
+ method: "post",
+ data: data,
+ });
+}
+
+// 修改角色
+export function updateRole(data: RoleObj) {
+ return server.request({
+ url: "/system/role",
+ method: "put",
+ data: data,
+ });
+}
+
+// 角色数据权限
+export function dataScope(data: RoleObj) {
+ return server.request({
+ url: "/system/role/dataScope",
+ method: "put",
+ data: data,
+ });
+}
+
+// 角色状态修改
+export function changeRoleStatus(roleId: string, status: string) {
+ const data = {
+ roleId,
+ status,
+ };
+ return server.request({
+ url: "/system/role/changeStatus",
+ method: "put",
+ data: data,
+ });
+}
+
+// 删除角色
+export function delRole(roleId: string) {
+ return server.request({
+ url: "/system/role/" + roleId,
+ method: "delete",
+ });
+}
+
+// 查询角色已授权用户列表
+export function allocatedUserList(query: { pageNum: number; pageSize: number; roleId: string; userName: string; phonenumber: string }) {
+ return server.request({
+ url: "/system/role/authUser/allocatedList",
+ method: "get",
+ params: query,
+ });
+}
+
+// 查询角色未授权用户列表
+export function unallocatedUserList(query: RoleObj) {
+ return server.request({
+ url: "/system/role/authUser/unallocatedList",
+ method: "get",
+ params: query,
+ });
+}
+
+// 取消用户授权角色
+export function authUserCancel(data: { userId: string; roleId: string }) {
+ return server.request({
+ url: "/system/role/authUser/cancel",
+ method: "put",
+ data: data,
+ });
+}
+
+// 批量取消用户授权角色
+export function authUserCancelAll(data: { roleId: string; userIds: string }) {
+ return server.request({
+ url: "/system/role/authUser/cancelAll",
+ method: "put",
+ params: data,
+ });
+}
+
+// 授权用户选择
+export function authUserSelectAll(data: { roleId: string; userIds: string }) {
+ return server.request({
+ url: "/system/role/authUser/selectAll",
+ method: "put",
+ params: data,
+ });
+}
+
+// 根据角色ID查询部门树结构
+export function deptTreeSelect(roleId: string) {
+ return server.requestT<{ depts: TreeDeptObj[]; checkedKeys: number[] }>({
+ url: "/system/role/deptTree/" + roleId,
+ method: "get",
+ });
+}
diff --git a/src/api/system/user.ts b/src/api/system/user.ts
new file mode 100644
index 0000000..f7b61a1
--- /dev/null
+++ b/src/api/system/user.ts
@@ -0,0 +1,167 @@
+import server from "@/utils/request";
+import { parseStrEmpty } from "@/utils/ruoyi";
+import type { RoleObj } from "./role";
+import type { DeptObj } from "./dept";
+import type { PostObj } from "./post";
+import type { QueryParam } from "../form";
+
+export type UserInfoObj = {
+ userId: string;
+ avatar?: string;
+ deptId?: string;
+ nickName?: string;
+ userName?: string;
+ phonenumber?: string;
+ password?: string;
+ email?: string;
+ sex?: string;
+ createTime?: string;
+ status?: string;
+ remark?: string;
+ dept?: DeptObj;
+ postIds?: string[];
+ roleIds?: string[];
+};
+
+// 查询用户列表
+export function listUser(query: UserInfoObj & QueryParam) {
+ return server.request({
+ url: "/system/user/list",
+ method: "get",
+ params: query,
+ });
+}
+
+// 查询用户详细
+export function getUser(userId: string) {
+ return server.requestT<{
+ data: UserInfoObj;
+ posts: PostObj[];
+ roles: RoleObj[];
+ postIds: string[];
+ roleIds: string[];
+ }>({
+ url: "/system/user/" + parseStrEmpty(userId),
+ method: "get",
+ });
+}
+
+// 新增用户
+export function addUser(data: UserInfoObj) {
+ return server.request({
+ url: "/system/user",
+ method: "post",
+ data: data,
+ });
+}
+
+// 修改用户
+export function updateUser(data: UserInfoObj) {
+ return server.request({
+ url: "/system/user",
+ method: "put",
+ data: data,
+ });
+}
+
+// 删除用户
+export function delUser(userId: string) {
+ return server.request({
+ url: "/system/user/" + userId,
+ method: "delete",
+ });
+}
+
+// 用户密码重置
+export function resetUserPwd(userId: string, password: string) {
+ const data = {
+ userId,
+ password,
+ };
+ return server.request({
+ url: "/system/user/resetPwd",
+ method: "put",
+ data: data,
+ });
+}
+
+// 用户状态修改
+export function changeUserStatus(userId: string, status: string) {
+ const data = {
+ userId,
+ status,
+ };
+ return server.request({
+ url: "/system/user/changeStatus",
+ method: "put",
+ data: data,
+ });
+}
+
+// 查询用户个人信息
+export function getUserProfile() {
+ return server.requestT<{
+ data: UserInfoObj;
+ roleGroup: string;
+ postGroup: string;
+ }>({
+ url: "/system/user/profile",
+ method: "get",
+ });
+}
+
+// 修改用户个人信息
+export function updateUserProfile(data: UserInfoObj) {
+ return server.request({
+ url: "/system/user/profile",
+ method: "put",
+ data: data,
+ });
+}
+
+// 用户密码重置
+export function updateUserPwd(oldPassword: string, newPassword: string) {
+ const data = {
+ oldPassword,
+ newPassword,
+ };
+ return server.request({
+ url: "/system/user/profile/updatePwd",
+ method: "put",
+ params: data,
+ });
+}
+
+// 用户头像上传
+export function uploadAvatar(data: FormData) {
+ return server.requestT<{ imgUrl: string }>({
+ url: "/system/user/profile/avatar",
+ method: "post",
+ data: data,
+ });
+}
+
+// 查询授权角色
+export function getAuthRole(userId: string) {
+ return server.requestT<{ user: UserInfoObj; roles: RoleObj[] }>({
+ url: "/system/user/authRole/" + userId,
+ method: "get",
+ });
+}
+
+// 保存授权角色
+export function updateAuthRole(data: { userId: string; roleIds: string }) {
+ return server.request({
+ url: "/system/user/authRole",
+ method: "put",
+ params: data,
+ });
+}
+
+// 查询部门下拉树结构
+export function deptTreeSelect() {
+ return server.request({
+ url: "/system/user/deptTree",
+ method: "get",
+ });
+}
diff --git a/src/api/systemSet/cartype.ts b/src/api/systemSet/cartype.ts
new file mode 100644
index 0000000..578357e
--- /dev/null
+++ b/src/api/systemSet/cartype.ts
@@ -0,0 +1,54 @@
+import server from '@/utils/request'
+
+//新增
+interface Addobj{
+ pkId?:String,
+ typeName:String, //类型名称
+ typeCode:String, //类型编码
+ manufacturer:String, //车辆厂商
+ announceNum:String //公告号
+
+}
+
+export function adddicttype(data:Addobj) {
+ return server.request({
+ url: '/resource/cartype/add',
+ method: 'post',
+ data
+ })
+}
+
+//修改
+export function update(data:Addobj) {
+ return server.request({
+ url: '/resource/cartype/update',
+ method: 'post',
+ data
+ })
+}
+
+//查询
+interface Querydata{
+ pageSize:String|number, //每页条数
+ pageNo:String|number //页数
+}
+export function getdicttype(params:Querydata) {
+ return server.request({
+ url: '/resource/cartype/list',
+ method: 'get',
+ params
+ })
+}
+
+//删除
+export function deltype(id:string) {
+ return server.request({
+ url: '/resource/cartype/del',
+ method: 'post',
+ data:{
+ id
+ }
+ })
+}
+
+
diff --git a/src/api/systemSet/company.ts b/src/api/systemSet/company.ts
new file mode 100644
index 0000000..11235f6
--- /dev/null
+++ b/src/api/systemSet/company.ts
@@ -0,0 +1,62 @@
+import server from '@/utils/request'
+
+
+//查询
+interface Query{
+ pageSize:String|Number //每页条数
+ pageNo:String|Number //页数
+ divisionNo?:String //区划编码
+}
+
+export function getlist(params:Query) {
+ return server.request({
+ url: '/resource/system/company/list',
+ method: 'get',
+ params
+ })
+}
+
+//新增
+interface Addata{
+ division:String //区划名称
+ divisionNo:String //区划编码
+ cname:String //公司名称
+ ccode:String //组织机构代码
+ address?:String //地址
+ addressProvince?:String //地址-省
+ addressCity?:String //地址-市
+ addressArea?:String //地址-区县
+ contacts?:String //联系人
+ phone?:String //联系电话
+ status?:String|Number //状态:1-启用,0-禁用
+ logo?:String //logo地址
+ delFlag?:String //删除标识:1-已删除,0-未删除
+ accountBalance?:String //账户余额
+}
+export function addyunys(data:Addata) {
+ return server.request({
+ url: '/resource/system/company/add',
+ method: 'post',
+ data
+ })
+}
+
+//修改
+export function updateyys(data:Addata) {
+ return server.request({
+ url: '/resource/system/company/update',
+ method: 'post',
+ data
+ })
+}
+
+//删除
+export function delyys(id:String) {
+ return server.request({
+ url: '/resource/system/company/del',
+ method: 'post',
+ data:{
+ id
+ }
+ })
+}
\ No newline at end of file
diff --git a/src/api/systemSet/dict.ts b/src/api/systemSet/dict.ts
new file mode 100644
index 0000000..bbe6025
--- /dev/null
+++ b/src/api/systemSet/dict.ts
@@ -0,0 +1,112 @@
+import server from '@/utils/request'
+
+
+//查询字典类型
+
+interface Dictypequery{
+ pageSize:String|Number //每页条数
+ pageNo:Number //页数
+ typeName?:String //类型名称
+ typeCode?:String //类型编码
+}
+
+export function getdicttype(params:Dictypequery) {
+ return server.request({
+ url: '/resource/dict/listtype',
+ method: 'get',
+ params
+ });
+}
+
+
+//新增字典类型
+interface Dicttype {
+ pkId:String
+ typeName:String //类型名称
+ typeCode:String //类型编码
+ mark?:String //描述
+}
+
+export function adddicttype(data:Dicttype) {
+ return server.request({
+ url: '/resource/dict/addtype',
+ method: 'post',
+ data
+ })
+}
+
+//修改字典类型
+export function updatetype(data:Dicttype) {
+ return server.request({
+ url: '/resource/dict/updatetype',
+ method: 'post',
+ data
+ })
+}
+
+//删除字典类型
+export function deltype(typeId:String) {
+ return server.request({
+ url: '/resource/dict/deltype',
+ method: 'post',
+ data:{
+ typeId
+ }
+ })
+}
+
+//查询字典值
+interface Dictval{
+ typeId?:String //字典类型id
+ typeName?:String //字典类型名
+ typeCode?:String //字典类型编码
+ dictId?:String //字典id
+ dictName?:String //字典名
+ dictCode?:String //字典编码
+ dictValue?:String //字典值
+}
+export function getdict(params?:Dictval) {
+ return server.request({
+ url: '/resource/dict/listdict',
+ method: 'get',
+ params
+ })
+}
+
+interface Dictqs {
+ typeId:string //类型ID
+ dictName:string //字典名称
+ dictCode:string //字典编码
+ dictValue:string //字典值
+ sort?:string|Number //排序
+ typeCode?:string
+ }
+
+//新增字典值
+export function adddict(data:Dictqs) {
+ return server.request({
+ url: '/resource/dict/adddict',
+ method: 'post',
+ data
+ })
+}
+
+//新增字典值
+export function updatedict(data:Dictqs) {
+ return server.request({
+ url: '/resource/dict/updatedict',
+ method: 'post',
+ data
+ })
+}
+
+//删除字典值
+export function dedictval(dictId:String|Number) {
+ return server.request({
+ url: '/resource/dict/deldict',
+ method: 'post',
+ data:{
+ dictId
+ }
+ })
+}
diff --git a/src/api/systemSet/guanlf.ts b/src/api/systemSet/guanlf.ts
new file mode 100644
index 0000000..4a72a80
--- /dev/null
+++ b/src/api/systemSet/guanlf.ts
@@ -0,0 +1,43 @@
+import server from '@/utils/request'
+
+
+//查询
+interface Query{
+ pageSize?:String|Number //每页条数
+ pageNo?:String|Number //页数
+ divisionNo?:String //区划编码
+}
+
+export function getlist(params:Query) {
+ return server.request({
+ url: '/resource/system/manager/list',
+ method: 'get',
+ params
+ })
+}
+
+interface Addata{
+ division:String //区划名称
+ divisionNo:String //区划编码
+ name:String //管理方名称
+ code:String //组织机构代码
+ logo:String //logo地址
+ address:String //地址
+ addressProvince:String //地址-省
+ addressCity:String //地址-市
+ addressArea:String //地址-区县
+ contacts:String //联系人
+ phone:String //联系电话
+ bankName:String //开户行名称
+ bankAccount:String //银行账户
+ wechatPayMchid:String //微信支付商户号
+}
+
+//修改
+export function updateyys(data:Addata) {
+ return server.request({
+ url: '/resource/system/manager/update',
+ method: 'post',
+ data
+ })
+}
\ No newline at end of file
diff --git a/src/api/systemSet/hdzxh.ts b/src/api/systemSet/hdzxh.ts
new file mode 100644
index 0000000..b112f40
--- /dev/null
+++ b/src/api/systemSet/hdzxh.ts
@@ -0,0 +1,54 @@
+import server from '@/utils/request'
+
+//新增
+interface Addobj{
+ name:String //型号名称
+ dccNumMin:String //仓位数量下限
+ dccNumMax:String //仓位数量上限
+ serviceCapability:String //服务能力
+ chargerPower:String //充电机功率
+ autoLevel:String //自动化级别:1-无人值守,2-有人值守
+}
+
+export function adddicttype(data:Addobj) {
+ return server.request({
+ url: '/resource/stationtype/add',
+ method: 'post',
+ data
+ })
+}
+
+//修改
+export function update(data:Addobj) {
+ return server.request({
+ url: '/resource/stationtype/update',
+ method: 'post',
+ data
+ })
+}
+
+//查询
+interface Querydata{
+ pageSize:String|number, //每页条数
+ pageNo:String|number //页数
+}
+export function getdicttype(params:Querydata) {
+ return server.request({
+ url: '/resource/stationtype/list',
+ method: 'get',
+ params
+ })
+}
+
+//删除
+export function deltype(id:string) {
+ return server.request({
+ url: '/resource/stationtype/del',
+ method: 'post',
+ data:{
+ id
+ }
+ })
+}
+
+
diff --git a/src/api/systemSet/menu.ts b/src/api/systemSet/menu.ts
new file mode 100644
index 0000000..ac4ac21
--- /dev/null
+++ b/src/api/systemSet/menu.ts
@@ -0,0 +1,94 @@
+import server from '@/utils/request'
+
+interface Addobj{
+ name:String //菜单名称
+ mark:String //功能描述
+ component:String //对应路由组件component
+ path:String //对应路由path
+ status:String|Number //状态
+ sort:String|Number //排序
+ icon:String //菜单图标
+ type:String //菜单类型: 系统-1,目录-2,页面-3
+ parentId:String //父级菜单id
+ pkId?:String
+}
+
+//新增
+export function addmenu(data:Addobj) {
+ return server.request({
+ url: '/resource/menu/add',
+ method: 'post',
+ data
+ })
+}
+
+//修改
+export function update(data:Addobj) {
+ return server.request({
+ url: '/resource/menu/update',
+ method: 'post',
+ data
+ })
+}
+
+//删除
+export function delmenu(menuId:String) {
+ return server.request({
+ url: '/resource/menu/del',
+ method: 'post',
+ data:{
+ menuId
+ }
+ })
+}
+
+//新增接口权限
+
+interface AddTnter{
+ code:String //资源编码:页面:操作 权限标识符
+ name:String //接口名称
+ menuId:String //菜单ID
+ allow:String //允许访问路径,gateway-允许网关访问,private-不允许网关访问
+ uri:String //uri路径
+ requestType:String //请求方式:GET/POST/DEL/PUSH
+ mark:String //接口描述
+ pkId?:String
+}
+
+export function addInter(data:AddTnter) {
+ return server.request({
+ url: '/resource/permission/add',
+ method: 'post',
+ data
+ })
+}
+
+//修改
+export function updateInter(data:AddTnter) {
+ return server.request({
+ url: '/resource/permission/update',
+ method: 'post',
+ data
+ })
+}
+//删除
+export function delInter(permissionId:String) {
+ return server.request({
+ url: '/resource/permission/del',
+ method: 'post',
+ data:{
+ permissionId
+ }
+ })
+}
+
+//查询
+export function getInter(menuId:String) {
+ return server.request({
+ url: '/resource/permission/list',
+ method: 'get',
+ params:{
+ menuId
+ }
+ })
+}
\ No newline at end of file
diff --git a/src/api/systemSet/modelno.ts b/src/api/systemSet/modelno.ts
new file mode 100644
index 0000000..3f7f3e6
--- /dev/null
+++ b/src/api/systemSet/modelno.ts
@@ -0,0 +1,59 @@
+import server from '@/utils/request'
+
+//新增
+interface Addobj{
+ pkId?:String,
+ typeName:String //型号名称
+ typeCode:String //型号编码
+ batteryCellManuafactory:String //电芯厂商
+ batteryManuafactory:String //电池包厂商
+ material:String //电池材料:1-三元铁锂,2-磷酸铁锂
+ connectionMode:String //连接方式
+ capacity:String //标称容量,单位千瓦时kWh
+ voltage:String //标称电压,单位伏特V
+ weight:String //重量,单位克
+ size:String //尺寸,长宽高
+}
+
+export function adddicttype(data:Addobj) {
+ return server.request({
+ url: '/resource/batterytype/add',
+ method: 'post',
+ data
+ })
+}
+
+//修改
+export function update(data:Addobj) {
+ return server.request({
+ url: '/resource/batterytype/update',
+ method: 'post',
+ data
+ })
+}
+
+//查询
+interface Querydata{
+ pageSize:String|number, //每页条数
+ pageNo:String|number //页数
+}
+export function getdicttype(params:Querydata) {
+ return server.request({
+ url: '/resource/batterytype/list',
+ method: 'get',
+ params
+ })
+}
+
+//删除
+export function deltype(id:string) {
+ return server.request({
+ url: '/resource/batterytype/del',
+ method: 'post',
+ data:{
+ id
+ }
+ })
+}
+
+
diff --git a/src/api/systemSet/operator.ts b/src/api/systemSet/operator.ts
new file mode 100644
index 0000000..ad1ef9f
--- /dev/null
+++ b/src/api/systemSet/operator.ts
@@ -0,0 +1,64 @@
+import server from '@/utils/request'
+
+
+//查询
+interface Query{
+ pageSize:String|Number //每页条数
+ pageNo:String|Number //页数
+ divisionNo?:String //区划编码
+ poname?:String //运营商名称
+ pocode?:String //运营商组织机构代码
+ status?:String //状态:1-启用,0-禁用
+}
+
+export function getlist(params:Query) {
+ return server.request({
+ url: '/resource/proxyoperater/list',
+ method: 'get',
+ params
+ })
+}
+
+//新增
+interface Addata{
+ division:String //区划名称
+ divisionNo:String //区划编码
+ poname:String //运营商名称
+ pocode:String //运营商组织机构代码
+ address?:String //地址
+ addressProvince?:String //地址-省
+ addressCity?:String //地址-市
+ addressArea?:String //地址-区县
+ contacts?:String //联系人
+ phone?:String //联系电话
+ status?:String|Number //状态:1-启用,0-禁用
+ readonly?:String|Number //只读:1-是,0-否
+ stationCount?:String //换电站数量
+}
+export function addyunys(data:Addata) {
+ return server.request({
+ url: '/resource/proxyoperater/add',
+ method: 'post',
+ data
+ })
+}
+
+//修改
+export function updateyys(data:Addata) {
+ return server.request({
+ url: '/resource/proxyoperater/update',
+ method: 'post',
+ data
+ })
+}
+
+//删除
+export function delyys(id:String) {
+ return server.request({
+ url: '/resource/proxyoperater/del',
+ method: 'post',
+ data:{
+ id
+ }
+ })
+}
\ No newline at end of file
diff --git a/src/api/systemSet/role.ts b/src/api/systemSet/role.ts
new file mode 100644
index 0000000..48aa16d
--- /dev/null
+++ b/src/api/systemSet/role.ts
@@ -0,0 +1,80 @@
+import server from '@/utils/request'
+
+//新增
+interface Addobj{
+ pkId:String
+ name:String //角色名称
+ rcode:String //角色编码
+ mark:String //功能描述
+ status:String|Number //状态
+ type:String|Number //角色类型:1-开发者,2-运营方,3-客户
+ readonly:String|Number //是否内置角色,内置角色不允许修改
+}
+
+export function addrole(data:Addobj) {
+ return server.request({
+ url: '/resource/role/add',
+ method: 'post',
+ data
+ })
+}
+
+//修改
+export function updaterole(data:Addobj) {
+ return server.request({
+ url: '/resource/role/update',
+ method: 'post',
+ data
+ })
+}
+
+//删除
+export function delrole(rid:String) {
+ return server.request({
+ url: '/resource/role/del',
+ method: 'post',
+ data:{
+ rid
+ }
+ })
+}
+
+//查询
+export function getlist(userId:String) {
+ return server.request({
+ url: '/resource/role/list',
+ method: 'get',
+ params:{
+ userId
+ }
+ })
+}
+
+//全量新增资源权限
+interface Addquanx{
+ rcode:String, //角色编码
+ types:String //类型,不同类型之间用';' SYS-系统,MENU-菜单,PER-资源权限 示例 SYS;MENU;PER
+ sourceIds:String //资源ID。同一类型之间用','隔开,不同类型之间用';'隔开,与type对应 跟types顺序保持一致 示例 123,4561;asd,sdd;ms11,4d4s
+}
+
+
+export function allAddpermi(data:Addquanx) {
+ return server.request({
+ url: '/resource/role/deladdrolesource',
+ method: 'post',
+ data
+ })
+}
+
+//查询角色资源
+interface Qsobj{
+ rcode:String //角色编码
+ resourceType:String //资源类型
+}
+export function getinter(data:Qsobj) {
+ return server.request({
+ url: '/resource/role/listrolesource',
+ method: 'post',
+ data
+ })
+}
\ No newline at end of file
diff --git a/src/api/systemSet/user.ts b/src/api/systemSet/user.ts
new file mode 100644
index 0000000..0d91808
--- /dev/null
+++ b/src/api/systemSet/user.ts
@@ -0,0 +1,89 @@
+import server from '@/utils/request'
+
+//新增用户
+interface User{
+ uname:String //账号
+ type:String|Number //账号类型:1-开发者,2-运营方,3-客户
+ password:String // 密码
+ status:String|Number //状态:1-启用,0-禁用
+ uid?:String //用户ID(修改时用)
+ typeRelateCode?:String //关联方代码
+ name?:String //姓名
+ email?:String //邮箱
+ phone?:String //手机号码
+ sex?:String|Number //性别
+ readonly?:String|Number //是否内置账号,内置账号不允许动
+ avatar?:String //头像
+}
+
+//新增
+export function adduser(data:User) {
+ return server.request({
+ url: '/resource/user/add',
+ method: 'post',
+ data
+ })
+}
+
+
+interface Userquery{
+ pageSize:String|Number //每页条数
+ pageNo:String|Number //页数
+ uname?:String //账号
+ typeRelateCode?:String //关联方代码
+ name?:String //姓名
+ phone?:String //手机
+}
+
+//查询
+export function getuser(params:Userquery) {
+ return server.request({
+ url: '/resource/user/list',
+ method: 'get',
+ params
+ })
+}
+
+//修改
+export function updateuser(data:User) {
+ return server.request({
+ url: '/resource/user/update',
+ method: 'post',
+ data
+ })
+}
+
+//删除
+export function deleteuser(data:String) {
+ return server.request({
+ url: '/resource/user/del',
+ method: 'post',
+ data
+ })
+}
+
+//查询角色 ??
+// export function getrolelist(userId:String) {
+// return server.request({
+// url: '/resource/role/list',
+// method: 'get',
+// params:{
+// userId
+// }
+// })
+// }
+
+//给用户分配角色
+interface Addrole{
+ uid:String //用户ID
+ rcode:String //角色编码
+ pkId?:String
+}
+
+export function adduserrole(data:Addrole) {
+ return server.request({
+ url: '/resource/user/adduserrole',
+ method: 'post',
+ data
+ })
+}
\ No newline at end of file
diff --git a/src/api/tool/gen.ts b/src/api/tool/gen.ts
new file mode 100644
index 0000000..cc2d869
--- /dev/null
+++ b/src/api/tool/gen.ts
@@ -0,0 +1,121 @@
+import server from "@/utils/request";
+import type { QueryParam } from "../form";
+
+export type GenEColumn = {
+ columnName?: string;
+ columnComment?: string;
+};
+export type GenTColumn = {
+ tableName?: string;
+ tableComment?: string;
+ columns?: GenEColumn[];
+};
+
+export type GenInfoObj = {
+ subTableName?: string;
+ subTableFkName?: string;
+ tplWebType?: string;
+ tplCategory?: string;
+ packageName?: string;
+ moduleName?: string;
+ businessName?: string;
+ functionName?: string;
+ treeName?: string;
+ genType?: string;
+ parentMenuId?: string;
+ genPath?: string;
+ treeCode?: string;
+ columns?: GenEColumn[];
+ treeParentCode?: string;
+ params?: {
+ treeCode?: string;
+ treeName?: string;
+ treeParentCode?: string;
+ parentMenuId?: string;
+ };
+ tableId?: string;
+ tableName?: string;
+ tableComment?: string;
+ className?: string;
+ functionAuthor?: string;
+ remark?: string;
+};
+
+// 查询生成表数据
+export function listTable(query: GenTColumn & QueryParam) {
+ return server.request({
+ url: "/tool/gen/list",
+ method: "get",
+ params: query,
+ });
+}
+// 查询db数据库列表
+export function listDbTable(query: GenTColumn & QueryParam) {
+ return server.request({
+ url: "/tool/gen/db/list",
+ method: "get",
+ params: query,
+ });
+}
+
+// 查询表详细信息
+export function getGenTable(tableId: string) {
+ return server.request<{
+ rows?: GenEColumn[];
+ info?: GenInfoObj;
+ tables?: GenTColumn[];
+ }>({
+ url: "/tool/gen/" + tableId,
+ method: "get",
+ });
+}
+
+// 修改代码生成信息
+export function updateGenTable(data: GenInfoObj) {
+ return server.request({
+ url: "/tool/gen",
+ method: "put",
+ data: data,
+ });
+}
+
+// 导入表
+export function importTable(data: { tables: string }) {
+ return server.request({
+ url: "/tool/gen/importTable",
+ method: "post",
+ params: data,
+ });
+}
+
+// 预览生成代码
+export function previewTable(tableId: string) {
+ return server.request<{ [key: string]: string }>({
+ url: "/tool/gen/preview/" + tableId,
+ method: "get",
+ });
+}
+
+// 删除表数据
+export function delTable(tableId: string) {
+ return server.request({
+ url: "/tool/gen/" + tableId,
+ method: "delete",
+ });
+}
+
+// 生成代码(自定义路径)
+export function genCode(tableName: string) {
+ return server.request({
+ url: "/tool/gen/genCode/" + tableName,
+ method: "get",
+ });
+}
+
+// 同步数据库
+export function synchDb(tableName: string) {
+ return server.request({
+ url: "/tool/gen/synchDb/" + tableName,
+ method: "get",
+ });
+}
diff --git a/src/api/workflow/activiti/definition.ts b/src/api/workflow/activiti/definition.ts
new file mode 100644
index 0000000..70c9954
--- /dev/null
+++ b/src/api/workflow/activiti/definition.ts
@@ -0,0 +1,60 @@
+import server from "@/utils/request";
+import type { QueryParam } from "../../form";
+
+export type ActDefinitionObj = {
+ id: string;
+ key?: string;
+ name?: string;
+ category?: string;
+ version?: string;
+ description?: string;
+ deploymentId?: string;
+ suspendState?: number;
+};
+
+// 查询ActDefinition列表
+export function listDefinition(query: ActDefinitionObj & QueryParam) {
+ return server.request({
+ url: "/activiti/processDefinition/list",
+ method: "get",
+ params: query,
+ });
+}
+
+// 挂起激活转换
+export function suspendOrActiveApply(data: ActDefinitionObj) {
+ return server.request({
+ url: "/activiti/processDefinition/suspendOrActiveApply",
+ method: "post",
+ data: data,
+ });
+}
+
+// 删除ActDefinition
+export function delDefinition(id: string) {
+ return server.request({
+ url: "/activiti/processDefinition/remove/" + id,
+ method: "delete",
+ });
+}
+
+// 流程定义转成模型
+export function convert2Model(data: { processDefinitionId: string }) {
+ return server.request({
+ url: "/activiti/processDefinition/convert2Model",
+ method: "post",
+ params: data,
+ });
+}
+
+// 上传并部署流程定义
+export function uploadDefinition(data: { file: File }) {
+ return server.request({
+ url: "/activiti/processDefinition/upload",
+ method: "post",
+ headers: {
+ "Content-Type": "multipart/form-data",
+ },
+ data: data,
+ });
+}
diff --git a/src/api/workflow/activiti/historyFormdata.ts b/src/api/workflow/activiti/historyFormdata.ts
new file mode 100644
index 0000000..e1f38d9
--- /dev/null
+++ b/src/api/workflow/activiti/historyFormdata.ts
@@ -0,0 +1,19 @@
+import server from "@/utils/request";
+
+export type ApprovalHisObj = {
+ id: string;
+ taskNodeName?: string;
+ createName?: string;
+ createdDate?: string;
+ formHistoryDataDTO?: {
+ title?: string;
+ value?: string;
+ }[];
+};
+// 查询请假详细
+export function historyFromData(instanceId: string) {
+ return server.request({
+ url: "/historyFromData/ByInstanceId/" + instanceId,
+ method: "get",
+ });
+}
diff --git a/src/api/workflow/activiti/modeler.ts b/src/api/workflow/activiti/modeler.ts
new file mode 100644
index 0000000..8231c9e
--- /dev/null
+++ b/src/api/workflow/activiti/modeler.ts
@@ -0,0 +1,81 @@
+import server from "@/utils/request";
+import type { QueryParam } from "../../form";
+
+export type XmlMetaInfo = {
+ key?: string;
+ name?: string;
+ description?: string;
+ version?: number;
+};
+
+export type ActModelerObj = {
+ id: string;
+ key?: string;
+ name?: string;
+ version?: string;
+ createTime?: string;
+ lastUpdateTime?: string;
+ description?: string;
+ bpmnXml?: string;
+ svgXml?: string;
+ metaInfo?: string;
+};
+
+// 查询模型列表
+export function listModeler(query: ActModelerObj & QueryParam) {
+ return server.request({
+ url: "/activiti/modeler/list",
+ method: "get",
+ params: query,
+ });
+}
+
+// 新增模型
+export function addModeler(data: ActModelerObj) {
+ return server.request({
+ url: "/activiti/modeler/create",
+ method: "post",
+ params: data,
+ });
+}
+
+// 删除模型
+export function delModeler(modelId: string) {
+ return server.request({
+ url: "/activiti/modeler/remove/" + modelId,
+ method: "delete",
+ });
+}
+
+// 导出模型
+export function exportModeler(modelId: string) {
+ return server.request({
+ url: "/activiti/modeler/export/" + modelId,
+ method: "get",
+ });
+}
+
+// 部署模型
+export function deployModeler(modelId: string) {
+ return server.request({
+ url: "/activiti/modeler/deploy/" + modelId,
+ method: "get",
+ });
+}
+
+// 获取Modeler详情
+export function getModelerDetail(modelId: string) {
+ return server.request({
+ url: "/activiti/modeler/detail/" + modelId,
+ method: "get",
+ });
+}
+
+// 部署模型
+export function updateModeler(data: ActModelerObj) {
+ return server.request({
+ url: "/activiti/modeler/save",
+ method: "put",
+ data: data,
+ });
+}
diff --git a/src/api/workflow/activiti/task.ts b/src/api/workflow/activiti/task.ts
new file mode 100644
index 0000000..3ed4212
--- /dev/null
+++ b/src/api/workflow/activiti/task.ts
@@ -0,0 +1,103 @@
+import server from "@/utils/request";
+import type { QueryParam } from "../../form";
+
+export type ActTaskObj = {
+ taskId?: string;
+ taskName?: string;
+ taskContent?: string;
+ procDefId?: string;
+ instanceId?: string;
+ definitionKey?: string;
+ businessKey?: string;
+ instanceName?: string;
+ createUser?: string;
+ createUserName?: string;
+ startTime?: string;
+ endTime?: string;
+ status?: string;
+};
+
+export type TaskHistoryObj = {
+ actId?: string;
+ actName?: string;
+ actType?: string;
+ actKey?: string;
+ definitionKey?: string;
+ businessKey?: string;
+ instanceId?: string;
+ instanceName?: string;
+ assignee?: string;
+ assigneeName?: string;
+ startTime?: string;
+ endTime?: string;
+ status?: string;
+ pass?: string;
+ reason?: string;
+ department?: string;
+ actParams?: string;
+ actParamsObj?: { [key: string]: string };
+};
+
+// 查询已办任务列表
+export function queryDoneList(query: ActTaskObj & QueryParam) {
+ return server.request({
+ url: "/activiti/task/doneList",
+ method: "get",
+ params: query,
+ });
+}
+
+// 查询待办办任务列表
+export function queryTodoList(query: ActTaskObj & QueryParam) {
+ return server.request({
+ url: "/activiti/task/todoList",
+ method: "get",
+ params: query,
+ });
+}
+
+// 查询我的流程列表
+export function queryMyProcess(query: ActTaskObj & QueryParam) {
+ return server.request({
+ url: "/activiti/task/myProcessList",
+ method: "get",
+ params: query,
+ });
+}
+
+// 查询流程图相关数据
+export function queryViewerData(params: { procDefId: string; instanceId: string }) {
+ return server.request<{ bpmnXml: string; actList: TaskHistoryObj[] }>({
+ url: `/activiti/task/viewerData`,
+ method: "get",
+ params: params,
+ });
+}
+
+// 查询历史审批
+export function queryHistoryList(query: TaskHistoryObj & QueryParam) {
+ return server.request({
+ url: "/activiti/task/historyList",
+ method: "get",
+ params: query,
+ });
+}
+
+// 审批任务
+export function complete(params: { taskId: string; pass: string; comment?: string }) {
+ return server.request({
+ url: "/activiti/task/complete",
+ method: "post",
+ data: params,
+ });
+}
+
+// 查询已办任务列表
+export function queryTaskCount() {
+ return server.get<{
+ todoCount: number;
+ doneCount: number;
+ myProcessCount: number;
+ finishCount: number;
+ }>("/activiti/task/taskCount");
+}
diff --git a/src/api/workflow/leave.ts b/src/api/workflow/leave.ts
new file mode 100644
index 0000000..1c6bea7
--- /dev/null
+++ b/src/api/workflow/leave.ts
@@ -0,0 +1,70 @@
+import server from "@/utils/request";
+import type { QueryParam } from "../form";
+
+export type LeaveObj = {
+ id: string;
+ createName?: string;
+ processType?: string;
+ department?: string;
+ type?: string;
+ title?: string;
+ reason?: string;
+ leaveStartTime?: string;
+ leaveEndTime?: string;
+ instanceId?: string;
+ state?: string;
+ createBy?: string;
+ createTime?: string;
+ updateTime?: string;
+};
+// 查询请假列表
+export function listLeave(query: LeaveObj & QueryParam) {
+ return server.request({
+ url: "/workflow/leave/list",
+ method: "get",
+ params: query,
+ });
+}
+
+// 查询请假详细
+export function getLeave(id: string) {
+ return server.request({
+ url: "/workflow/leave/" + id,
+ method: "get",
+ });
+}
+
+// 新增请假
+export function addLeave(data: LeaveObj) {
+ return server.request({
+ url: "/workflow/leave",
+ method: "post",
+ data: data,
+ });
+}
+
+// 修改请假
+export function updateLeave(data: LeaveObj) {
+ return server.request({
+ url: "/workflow/leave",
+ method: "put",
+ data: data,
+ });
+}
+
+// 删除请假
+export function delLeave(id: LeaveObj) {
+ return server.request({
+ url: "/workflow/leave/" + id,
+ method: "delete",
+ });
+}
+
+// 导出请假
+export function exportLeave(query: LeaveObj) {
+ return server.request({
+ url: "/workflow/leave/export",
+ method: "get",
+ params: query,
+ });
+}
diff --git a/src/assets/401_images/401.gif b/src/assets/401_images/401.gif
new file mode 100644
index 0000000..cd6e0d9
Binary files /dev/null and b/src/assets/401_images/401.gif differ
diff --git a/src/assets/404_images/404.png b/src/assets/404_images/404.png
new file mode 100644
index 0000000..3d8e230
Binary files /dev/null and b/src/assets/404_images/404.png differ
diff --git a/src/assets/404_images/404_cloud.png b/src/assets/404_images/404_cloud.png
new file mode 100644
index 0000000..c6281d0
Binary files /dev/null and b/src/assets/404_images/404_cloud.png differ
diff --git a/src/assets/base.css b/src/assets/base.css
new file mode 100644
index 0000000..71dc55a
--- /dev/null
+++ b/src/assets/base.css
@@ -0,0 +1,74 @@
+/* color palette from */
+:root {
+ --vt-c-white: #ffffff;
+ --vt-c-white-soft: #f8f8f8;
+ --vt-c-white-mute: #f2f2f2;
+
+ --vt-c-black: #181818;
+ --vt-c-black-soft: #222222;
+ --vt-c-black-mute: #282828;
+
+ --vt-c-indigo: #2c3e50;
+
+ --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
+ --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
+ --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
+ --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);
+
+ --vt-c-text-light-1: var(--vt-c-indigo);
+ --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
+ --vt-c-text-dark-1: var(--vt-c-white);
+ --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
+}
+
+/* semantic color variables for this project */
+:root {
+ --color-background: var(--vt-c-white);
+ --color-background-soft: var(--vt-c-white-soft);
+ --color-background-mute: var(--vt-c-white-mute);
+
+ --color-border: var(--vt-c-divider-light-2);
+ --color-border-hover: var(--vt-c-divider-light-1);
+
+ --color-heading: var(--vt-c-text-light-1);
+ --color-text: var(--vt-c-text-light-1);
+
+ --section-gap: 160px;
+}
+
+@media (prefers-color-scheme: dark) {
+ :root {
+ --color-background: var(--vt-c-black);
+ --color-background-soft: var(--vt-c-black-soft);
+ --color-background-mute: var(--vt-c-black-mute);
+
+ --color-border: var(--vt-c-divider-dark-2);
+ --color-border-hover: var(--vt-c-divider-dark-1);
+
+ --color-heading: var(--vt-c-text-dark-1);
+ --color-text: var(--vt-c-text-dark-2);
+ }
+}
+
+*,
+*::before,
+*::after {
+ box-sizing: border-box;
+ margin: 0;
+ position: relative;
+ font-weight: normal;
+}
+
+body {
+ min-height: 100vh;
+ color: var(--color-text);
+ background: var(--color-background);
+ transition: color 0.5s, background-color 0.5s;
+ line-height: 1.6;
+ font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
+ Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
+ font-size: 15px;
+ text-rendering: optimizeLegibility;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
diff --git a/src/assets/icons/svg/404.svg b/src/assets/icons/svg/404.svg
new file mode 100644
index 0000000..6df5019
--- /dev/null
+++ b/src/assets/icons/svg/404.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/alignCenterHorizontal.svg b/src/assets/icons/svg/alignCenterHorizontal.svg
new file mode 100644
index 0000000..b529323
--- /dev/null
+++ b/src/assets/icons/svg/alignCenterHorizontal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/alignCenterVertical.svg b/src/assets/icons/svg/alignCenterVertical.svg
new file mode 100644
index 0000000..d5fd3a1
--- /dev/null
+++ b/src/assets/icons/svg/alignCenterVertical.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/alignEndHorizontal.svg b/src/assets/icons/svg/alignEndHorizontal.svg
new file mode 100644
index 0000000..464adf4
--- /dev/null
+++ b/src/assets/icons/svg/alignEndHorizontal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/alignEndVertical.svg b/src/assets/icons/svg/alignEndVertical.svg
new file mode 100644
index 0000000..7e3a999
--- /dev/null
+++ b/src/assets/icons/svg/alignEndVertical.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/alignStartHorizontal.svg b/src/assets/icons/svg/alignStartHorizontal.svg
new file mode 100644
index 0000000..d83eea6
--- /dev/null
+++ b/src/assets/icons/svg/alignStartHorizontal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/alignStartVertical.svg b/src/assets/icons/svg/alignStartVertical.svg
new file mode 100644
index 0000000..15c7154
--- /dev/null
+++ b/src/assets/icons/svg/alignStartVertical.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/bug.svg b/src/assets/icons/svg/bug.svg
new file mode 100644
index 0000000..05a150d
--- /dev/null
+++ b/src/assets/icons/svg/bug.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/build.svg b/src/assets/icons/svg/build.svg
new file mode 100644
index 0000000..97c4688
--- /dev/null
+++ b/src/assets/icons/svg/build.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/button.svg b/src/assets/icons/svg/button.svg
new file mode 100644
index 0000000..904fddc
--- /dev/null
+++ b/src/assets/icons/svg/button.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/cascader.svg b/src/assets/icons/svg/cascader.svg
new file mode 100644
index 0000000..e256024
--- /dev/null
+++ b/src/assets/icons/svg/cascader.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/chart.svg b/src/assets/icons/svg/chart.svg
new file mode 100644
index 0000000..27728fb
--- /dev/null
+++ b/src/assets/icons/svg/chart.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/checkbox.svg b/src/assets/icons/svg/checkbox.svg
new file mode 100644
index 0000000..013fd3a
--- /dev/null
+++ b/src/assets/icons/svg/checkbox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/clipboard.svg b/src/assets/icons/svg/clipboard.svg
new file mode 100644
index 0000000..90923ff
--- /dev/null
+++ b/src/assets/icons/svg/clipboard.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/code.svg b/src/assets/icons/svg/code.svg
new file mode 100644
index 0000000..5f9c5ab
--- /dev/null
+++ b/src/assets/icons/svg/code.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/color.svg b/src/assets/icons/svg/color.svg
new file mode 100644
index 0000000..44a81aa
--- /dev/null
+++ b/src/assets/icons/svg/color.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/component.svg b/src/assets/icons/svg/component.svg
new file mode 100644
index 0000000..29c3458
--- /dev/null
+++ b/src/assets/icons/svg/component.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/dashboard.svg b/src/assets/icons/svg/dashboard.svg
new file mode 100644
index 0000000..5317d37
--- /dev/null
+++ b/src/assets/icons/svg/dashboard.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/date.svg b/src/assets/icons/svg/date.svg
new file mode 100644
index 0000000..52dc73e
--- /dev/null
+++ b/src/assets/icons/svg/date.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/dateRange.svg b/src/assets/icons/svg/dateRange.svg
new file mode 100644
index 0000000..fda571e
--- /dev/null
+++ b/src/assets/icons/svg/dateRange.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/dict.svg b/src/assets/icons/svg/dict.svg
new file mode 100644
index 0000000..4849377
--- /dev/null
+++ b/src/assets/icons/svg/dict.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/documentation.svg b/src/assets/icons/svg/documentation.svg
new file mode 100644
index 0000000..7043122
--- /dev/null
+++ b/src/assets/icons/svg/documentation.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/download.svg b/src/assets/icons/svg/download.svg
new file mode 100644
index 0000000..c896951
--- /dev/null
+++ b/src/assets/icons/svg/download.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/drag.svg b/src/assets/icons/svg/drag.svg
new file mode 100644
index 0000000..4185d3c
--- /dev/null
+++ b/src/assets/icons/svg/drag.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/druid.svg b/src/assets/icons/svg/druid.svg
new file mode 100644
index 0000000..a2b4b4e
--- /dev/null
+++ b/src/assets/icons/svg/druid.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/edit.svg b/src/assets/icons/svg/edit.svg
new file mode 100644
index 0000000..d26101f
--- /dev/null
+++ b/src/assets/icons/svg/edit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/education.svg b/src/assets/icons/svg/education.svg
new file mode 100644
index 0000000..7bfb01d
--- /dev/null
+++ b/src/assets/icons/svg/education.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/email.svg b/src/assets/icons/svg/email.svg
new file mode 100644
index 0000000..74d25e2
--- /dev/null
+++ b/src/assets/icons/svg/email.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/eraser.svg b/src/assets/icons/svg/eraser.svg
new file mode 100644
index 0000000..ff42256
--- /dev/null
+++ b/src/assets/icons/svg/eraser.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/example.svg b/src/assets/icons/svg/example.svg
new file mode 100644
index 0000000..46f42b5
--- /dev/null
+++ b/src/assets/icons/svg/example.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/excel.svg b/src/assets/icons/svg/excel.svg
new file mode 100644
index 0000000..74d97b8
--- /dev/null
+++ b/src/assets/icons/svg/excel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/exitFullscreen.svg b/src/assets/icons/svg/exitFullscreen.svg
new file mode 100644
index 0000000..485c128
--- /dev/null
+++ b/src/assets/icons/svg/exitFullscreen.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/eye.svg b/src/assets/icons/svg/eye.svg
new file mode 100644
index 0000000..16ed2d8
--- /dev/null
+++ b/src/assets/icons/svg/eye.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/eyeOpen.svg b/src/assets/icons/svg/eyeOpen.svg
new file mode 100644
index 0000000..88dcc98
--- /dev/null
+++ b/src/assets/icons/svg/eyeOpen.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/form.svg b/src/assets/icons/svg/form.svg
new file mode 100644
index 0000000..dcbaa18
--- /dev/null
+++ b/src/assets/icons/svg/form.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/fullscreen.svg b/src/assets/icons/svg/fullscreen.svg
new file mode 100644
index 0000000..0e86b6f
--- /dev/null
+++ b/src/assets/icons/svg/fullscreen.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/github.svg b/src/assets/icons/svg/github.svg
new file mode 100644
index 0000000..db0a0d4
--- /dev/null
+++ b/src/assets/icons/svg/github.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/guide.svg b/src/assets/icons/svg/guide.svg
new file mode 100644
index 0000000..b271001
--- /dev/null
+++ b/src/assets/icons/svg/guide.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/icon.svg b/src/assets/icons/svg/icon.svg
new file mode 100644
index 0000000..82be8ee
--- /dev/null
+++ b/src/assets/icons/svg/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/input.svg b/src/assets/icons/svg/input.svg
new file mode 100644
index 0000000..ab91381
--- /dev/null
+++ b/src/assets/icons/svg/input.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/international.svg b/src/assets/icons/svg/international.svg
new file mode 100644
index 0000000..e9b56ee
--- /dev/null
+++ b/src/assets/icons/svg/international.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/job.svg b/src/assets/icons/svg/job.svg
new file mode 100644
index 0000000..2a93a25
--- /dev/null
+++ b/src/assets/icons/svg/job.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/language.svg b/src/assets/icons/svg/language.svg
new file mode 100644
index 0000000..0082b57
--- /dev/null
+++ b/src/assets/icons/svg/language.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/link.svg b/src/assets/icons/svg/link.svg
new file mode 100644
index 0000000..48197ba
--- /dev/null
+++ b/src/assets/icons/svg/link.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/list.svg b/src/assets/icons/svg/list.svg
new file mode 100644
index 0000000..20259ed
--- /dev/null
+++ b/src/assets/icons/svg/list.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/lock.svg b/src/assets/icons/svg/lock.svg
new file mode 100644
index 0000000..74fee54
--- /dev/null
+++ b/src/assets/icons/svg/lock.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/log.svg b/src/assets/icons/svg/log.svg
new file mode 100644
index 0000000..d879d33
--- /dev/null
+++ b/src/assets/icons/svg/log.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/logininfor.svg b/src/assets/icons/svg/logininfor.svg
new file mode 100644
index 0000000..267f844
--- /dev/null
+++ b/src/assets/icons/svg/logininfor.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/message.svg b/src/assets/icons/svg/message.svg
new file mode 100644
index 0000000..14ca817
--- /dev/null
+++ b/src/assets/icons/svg/message.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/money.svg b/src/assets/icons/svg/money.svg
new file mode 100644
index 0000000..c1580de
--- /dev/null
+++ b/src/assets/icons/svg/money.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/monitor.svg b/src/assets/icons/svg/monitor.svg
new file mode 100644
index 0000000..bc308cb
--- /dev/null
+++ b/src/assets/icons/svg/monitor.svg
@@ -0,0 +1,2 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/nested.svg b/src/assets/icons/svg/nested.svg
new file mode 100644
index 0000000..06713a8
--- /dev/null
+++ b/src/assets/icons/svg/nested.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/number.svg b/src/assets/icons/svg/number.svg
new file mode 100644
index 0000000..ad5ce9a
--- /dev/null
+++ b/src/assets/icons/svg/number.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/online.svg b/src/assets/icons/svg/online.svg
new file mode 100644
index 0000000..330a202
--- /dev/null
+++ b/src/assets/icons/svg/online.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/password.svg b/src/assets/icons/svg/password.svg
new file mode 100644
index 0000000..6c64def
--- /dev/null
+++ b/src/assets/icons/svg/password.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/pdf.svg b/src/assets/icons/svg/pdf.svg
new file mode 100644
index 0000000..957aa0c
--- /dev/null
+++ b/src/assets/icons/svg/pdf.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/people.svg b/src/assets/icons/svg/people.svg
new file mode 100644
index 0000000..2bd54ae
--- /dev/null
+++ b/src/assets/icons/svg/people.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/peoples.svg b/src/assets/icons/svg/peoples.svg
new file mode 100644
index 0000000..aab852e
--- /dev/null
+++ b/src/assets/icons/svg/peoples.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/phone.svg b/src/assets/icons/svg/phone.svg
new file mode 100644
index 0000000..ab8e8c4
--- /dev/null
+++ b/src/assets/icons/svg/phone.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/post.svg b/src/assets/icons/svg/post.svg
new file mode 100644
index 0000000..2922c61
--- /dev/null
+++ b/src/assets/icons/svg/post.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/qq.svg b/src/assets/icons/svg/qq.svg
new file mode 100644
index 0000000..ee13d4e
--- /dev/null
+++ b/src/assets/icons/svg/qq.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/question.svg b/src/assets/icons/svg/question.svg
new file mode 100644
index 0000000..cf75bd4
--- /dev/null
+++ b/src/assets/icons/svg/question.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/radio.svg b/src/assets/icons/svg/radio.svg
new file mode 100644
index 0000000..0cde345
--- /dev/null
+++ b/src/assets/icons/svg/radio.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/rate.svg b/src/assets/icons/svg/rate.svg
new file mode 100644
index 0000000..aa3b14d
--- /dev/null
+++ b/src/assets/icons/svg/rate.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/redis.svg b/src/assets/icons/svg/redis.svg
new file mode 100644
index 0000000..2f1d62d
--- /dev/null
+++ b/src/assets/icons/svg/redis.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/redisList.svg b/src/assets/icons/svg/redisList.svg
new file mode 100644
index 0000000..98a15b2
--- /dev/null
+++ b/src/assets/icons/svg/redisList.svg
@@ -0,0 +1,2 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/redo.svg b/src/assets/icons/svg/redo.svg
new file mode 100644
index 0000000..1053982
--- /dev/null
+++ b/src/assets/icons/svg/redo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/row.svg b/src/assets/icons/svg/row.svg
new file mode 100644
index 0000000..0780992
--- /dev/null
+++ b/src/assets/icons/svg/row.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/search.svg b/src/assets/icons/svg/search.svg
new file mode 100644
index 0000000..84233dd
--- /dev/null
+++ b/src/assets/icons/svg/search.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/select.svg b/src/assets/icons/svg/select.svg
new file mode 100644
index 0000000..d628382
--- /dev/null
+++ b/src/assets/icons/svg/select.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/server.svg b/src/assets/icons/svg/server.svg
new file mode 100644
index 0000000..eb287e3
--- /dev/null
+++ b/src/assets/icons/svg/server.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/shopping.svg b/src/assets/icons/svg/shopping.svg
new file mode 100644
index 0000000..87513e7
--- /dev/null
+++ b/src/assets/icons/svg/shopping.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/size.svg b/src/assets/icons/svg/size.svg
new file mode 100644
index 0000000..ddb25b8
--- /dev/null
+++ b/src/assets/icons/svg/size.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/skill.svg b/src/assets/icons/svg/skill.svg
new file mode 100644
index 0000000..a3b7312
--- /dev/null
+++ b/src/assets/icons/svg/skill.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/slider.svg b/src/assets/icons/svg/slider.svg
new file mode 100644
index 0000000..fbe4f39
--- /dev/null
+++ b/src/assets/icons/svg/slider.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/star.svg b/src/assets/icons/svg/star.svg
new file mode 100644
index 0000000..6cf86e6
--- /dev/null
+++ b/src/assets/icons/svg/star.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/swagger.svg b/src/assets/icons/svg/swagger.svg
new file mode 100644
index 0000000..05d4e7b
--- /dev/null
+++ b/src/assets/icons/svg/swagger.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/switch.svg b/src/assets/icons/svg/switch.svg
new file mode 100644
index 0000000..0ba61e3
--- /dev/null
+++ b/src/assets/icons/svg/switch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/system.svg b/src/assets/icons/svg/system.svg
new file mode 100644
index 0000000..5992593
--- /dev/null
+++ b/src/assets/icons/svg/system.svg
@@ -0,0 +1,2 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/tab.svg b/src/assets/icons/svg/tab.svg
new file mode 100644
index 0000000..b4b48e4
--- /dev/null
+++ b/src/assets/icons/svg/tab.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/table.svg b/src/assets/icons/svg/table.svg
new file mode 100644
index 0000000..0e3dc9d
--- /dev/null
+++ b/src/assets/icons/svg/table.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/textarea.svg b/src/assets/icons/svg/textarea.svg
new file mode 100644
index 0000000..2709f29
--- /dev/null
+++ b/src/assets/icons/svg/textarea.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/theme.svg b/src/assets/icons/svg/theme.svg
new file mode 100644
index 0000000..5982a2f
--- /dev/null
+++ b/src/assets/icons/svg/theme.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/time.svg b/src/assets/icons/svg/time.svg
new file mode 100644
index 0000000..b376e32
--- /dev/null
+++ b/src/assets/icons/svg/time.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/timeRange.svg b/src/assets/icons/svg/timeRange.svg
new file mode 100644
index 0000000..13c1202
--- /dev/null
+++ b/src/assets/icons/svg/timeRange.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/tool.svg b/src/assets/icons/svg/tool.svg
new file mode 100644
index 0000000..48e0e35
--- /dev/null
+++ b/src/assets/icons/svg/tool.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/tree.svg b/src/assets/icons/svg/tree.svg
new file mode 100644
index 0000000..dd4b7dd
--- /dev/null
+++ b/src/assets/icons/svg/tree.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/treeTable.svg b/src/assets/icons/svg/treeTable.svg
new file mode 100644
index 0000000..8aafdb8
--- /dev/null
+++ b/src/assets/icons/svg/treeTable.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/undo.svg b/src/assets/icons/svg/undo.svg
new file mode 100644
index 0000000..2e95239
--- /dev/null
+++ b/src/assets/icons/svg/undo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/upload.svg b/src/assets/icons/svg/upload.svg
new file mode 100644
index 0000000..bae49c0
--- /dev/null
+++ b/src/assets/icons/svg/upload.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/user.svg b/src/assets/icons/svg/user.svg
new file mode 100644
index 0000000..0ba0716
--- /dev/null
+++ b/src/assets/icons/svg/user.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/validCode.svg b/src/assets/icons/svg/validCode.svg
new file mode 100644
index 0000000..cfb1021
--- /dev/null
+++ b/src/assets/icons/svg/validCode.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/wechat.svg b/src/assets/icons/svg/wechat.svg
new file mode 100644
index 0000000..c586e55
--- /dev/null
+++ b/src/assets/icons/svg/wechat.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/zip.svg b/src/assets/icons/svg/zip.svg
new file mode 100644
index 0000000..f806fc4
--- /dev/null
+++ b/src/assets/icons/svg/zip.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/images/login-background.jpg b/src/assets/images/login-background.jpg
new file mode 100644
index 0000000..27da7b0
Binary files /dev/null and b/src/assets/images/login-background.jpg differ
diff --git a/src/assets/images/nrtxc.png b/src/assets/images/nrtxc.png
new file mode 100644
index 0000000..95af7f8
Binary files /dev/null and b/src/assets/images/nrtxc.png differ
diff --git a/src/assets/images/qiyelogo.png b/src/assets/images/qiyelogo.png
new file mode 100644
index 0000000..6ca7398
Binary files /dev/null and b/src/assets/images/qiyelogo.png differ
diff --git a/src/assets/logo.svg b/src/assets/logo.svg
new file mode 100644
index 0000000..bc826fe
--- /dev/null
+++ b/src/assets/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/logo/logo.png b/src/assets/logo/logo.png
new file mode 100644
index 0000000..d491513
Binary files /dev/null and b/src/assets/logo/logo.png differ
diff --git a/src/assets/main.css b/src/assets/main.css
new file mode 100644
index 0000000..65335c8
--- /dev/null
+++ b/src/assets/main.css
@@ -0,0 +1,83 @@
+/* @import "./base.css"; */
+
+html,
+body,
+body>#app {
+ width: 100%;
+ height: 100%;
+ margin: 0;
+ padding: 0;
+ overflow: hidden;
+ font-family: PingFang SC, Helvetica Neue, Helvetica, microsoft yahei, arial, STHeiTi, sans-serif;
+}
+
+ul {
+ padding: 0;
+ margin: 0;
+}
+
+a {
+ text-decoration: none;
+}
+
+.content-box {
+ position: absolute;
+ left: 220px;
+ right: 0;
+ top: 70px;
+ bottom: 0;
+ padding-bottom: 30px;
+ -webkit-transition: left .3s ease-in-out;
+ transition: left .3s ease-in-out;
+ background: #ebf5ff /*eff1fe*/;
+}
+
+.content {
+ width: auto;
+ height: 100%;
+ padding: 10px;
+ overflow-y: scroll;
+ box-sizing: border-box;
+ /*background: #ebf5ff;*/
+}
+
+.content-collapse {
+ left: 65px;
+}
+
+.container {
+ padding: 30px;
+ background: #fff;
+ border: 1px solid #ddd;
+ border-radius: 5px;
+}
+
+.crumbs {
+ margin: 10px 0;
+}
+
+.el-table th {
+ background-color: #f5f7fa !important;
+}
+
+.pagination {
+ margin: 20px 0;
+ text-align: right;
+}
+
+.plugins-tips {
+ padding: 20px 10px;
+ margin-bottom: 20px;
+}
+
+.el-button+.el-tooltip {
+ margin-left: 10px;
+}
+
+.el-table tr:hover {
+ background: #f6faff;
+}
+
+.mgb20 {
+ margin-bottom: 20px;
+}
\ No newline at end of file
diff --git a/src/assets/styles/btn.scss b/src/assets/styles/btn.scss
new file mode 100644
index 0000000..e6ba1a8
--- /dev/null
+++ b/src/assets/styles/btn.scss
@@ -0,0 +1,99 @@
+@import './variables.scss';
+
+@mixin colorBtn($color) {
+ background: $color;
+
+ &:hover {
+ color: $color;
+
+ &:before,
+ &:after {
+ background: $color;
+ }
+ }
+}
+
+.blue-btn {
+ @include colorBtn($blue)
+}
+
+.light-blue-btn {
+ @include colorBtn($light-blue)
+}
+
+.red-btn {
+ @include colorBtn($red)
+}
+
+.pink-btn {
+ @include colorBtn($pink)
+}
+
+.green-btn {
+ @include colorBtn($green)
+}
+
+.tiffany-btn {
+ @include colorBtn($tiffany)
+}
+
+.yellow-btn {
+ @include colorBtn($yellow)
+}
+
+.pan-btn {
+ font-size: 14px;
+ color: #fff;
+ padding: 14px 36px;
+ border-radius: 8px;
+ border: none;
+ outline: none;
+ transition: 600ms ease all;
+ position: relative;
+ display: inline-block;
+
+ &:hover {
+ background: #fff;
+
+ &:before,
+ &:after {
+ width: 100%;
+ transition: 600ms ease all;
+ }
+ }
+
+ &:before,
+ &:after {
+ content: '';
+ position: absolute;
+ top: 0;
+ right: 0;
+ height: 2px;
+ width: 0;
+ transition: 400ms ease all;
+ }
+
+ &::after {
+ right: inherit;
+ top: inherit;
+ left: 0;
+ bottom: 0;
+ }
+}
+
+.custom-button {
+ display: inline-block;
+ line-height: 1;
+ white-space: nowrap;
+ cursor: pointer;
+ background: #fff;
+ color: #fff;
+ -webkit-appearance: none;
+ text-align: center;
+ box-sizing: border-box;
+ outline: 0;
+ margin: 0;
+ padding: 10px 15px;
+ font-size: 14px;
+ border-radius: 4px;
+}
diff --git a/src/assets/styles/element-ui.scss b/src/assets/styles/element-ui.scss
new file mode 100644
index 0000000..363092a
--- /dev/null
+++ b/src/assets/styles/element-ui.scss
@@ -0,0 +1,92 @@
+// cover some element-ui styles
+
+.el-breadcrumb__inner,
+.el-breadcrumb__inner a {
+ font-weight: 400 !important;
+}
+
+.el-upload {
+ input[type="file"] {
+ display: none !important;
+ }
+}
+
+.el-upload__input {
+ display: none;
+}
+
+.cell {
+ .el-tag {
+ margin-right: 0px;
+ }
+}
+
+.small-padding {
+ .cell {
+ padding-left: 5px;
+ padding-right: 5px;
+ }
+}
+
+.fixed-width {
+ .el-button--mini {
+ padding: 7px 10px;
+ width: 60px;
+ }
+}
+
+.status-col {
+ .cell {
+ padding: 0 10px;
+ text-align: center;
+
+ .el-tag {
+ margin-right: 0px;
+ }
+ }
+}
+
+// to fixed https://github.com/ElemeFE/element/issues/2461
+.el-dialog {
+ transform: none;
+ left: 0;
+ position: relative;
+ margin: 0 auto;
+}
+
+// refine element ui upload
+.upload-container {
+ .el-upload {
+ width: 100%;
+
+ .el-upload-dragger {
+ width: 100%;
+ height: 200px;
+ }
+ }
+}
+
+// dropdown
+.el-dropdown-menu {
+ a {
+ display: block
+ }
+}
+
+// fix date-picker ui bug in filter-item
+.el-range-editor.el-input__inner {
+ display: inline-flex !important;
+}
+
+// to fix el-date-picker css style
+.el-range-separator {
+ box-sizing: content-box;
+}
+
+.el-menu--collapse
+ > div
+ > .el-submenu
+ > .el-submenu__title
+ .el-submenu__icon-arrow {
+ display: none;
+}
\ No newline at end of file
diff --git a/src/assets/styles/element-variables.scss b/src/assets/styles/element-variables.scss
new file mode 100644
index 0000000..1615ff2
--- /dev/null
+++ b/src/assets/styles/element-variables.scss
@@ -0,0 +1,31 @@
+/**
+* I think element-ui's default theme color is too light for long-term use.
+* So I modified the default color and you can modify it to your liking.
+**/
+
+/* theme color */
+$--color-primary: #1890ff;
+$--color-success: #13ce66;
+$--color-warning: #ffba00;
+$--color-danger: #ff4949;
+// $--color-info: #1E1E1E;
+
+$--button-font-weight: 400;
+
+// $--color-text-regular: #1f2d3d;
+
+$--border-color-light: #dfe4ed;
+$--border-color-lighter: #e6ebf5;
+
+$--table-border: 1px solid #dfe6ec;
+
+/* icon font path, required */
+$--font-path: '~element-ui/lib/theme-chalk/fonts';
+
+@import "~element-ui/packages/theme-chalk/src/index";
+
+// the :export directive is the magic sauce for webpack
+// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass
+:export {
+ theme: $--color-primary;
+}
diff --git a/src/assets/styles/index.less b/src/assets/styles/index.less
new file mode 100644
index 0000000..bba7873
--- /dev/null
+++ b/src/assets/styles/index.less
@@ -0,0 +1,68 @@
+// @import './variables.scss';
+// @import './mixin.scss';
+// @import './transition.scss';
+// @import './element-ui.scss';
+// @import './sidebar.scss';
+// @import './btn.scss';
+@import './ruoyi.less';
+
+body {
+ height: 100%;
+ margin: 0;
+ -moz-osx-font-smoothing: grayscale;
+ -webkit-font-smoothing: antialiased;
+ text-rendering: optimizeLegibility;
+ font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
+}
+
+label {
+ font-weight: 700;
+}
+
+html {
+ height: 100%;
+ box-sizing: border-box;
+}
+
+#app {
+ height: 100%;
+}
+
+*,
+*:before,
+*:after {
+ box-sizing: inherit;
+}
+
+a:focus,
+a:active {
+ outline: none;
+}
+
+a,
+a:focus,
+a:hover {
+ cursor: pointer;
+ color: inherit;
+ text-decoration: none;
+}
+
+div:focus {
+ outline: none;
+}
+
+//main-container全局样式
+.app-container {
+ padding: 20px;
+ background-color: #fff;
+}
+
+.link-type,
+.link-type:focus {
+ color: #337ab7;
+ cursor: pointer;
+
+ &:hover {
+ color: rgb(32, 160, 255);
+ }
+}
\ No newline at end of file
diff --git a/src/assets/styles/mixin.scss b/src/assets/styles/mixin.scss
new file mode 100644
index 0000000..06fa061
--- /dev/null
+++ b/src/assets/styles/mixin.scss
@@ -0,0 +1,66 @@
+@mixin clearfix {
+ &:after {
+ content: "";
+ display: table;
+ clear: both;
+ }
+}
+
+@mixin scrollBar {
+ &::-webkit-scrollbar-track-piece {
+ background: #d3dce6;
+ }
+
+ &::-webkit-scrollbar {
+ width: 6px;
+ }
+
+ &::-webkit-scrollbar-thumb {
+ background: #99a9bf;
+ border-radius: 20px;
+ }
+}
+
+@mixin relative {
+ position: relative;
+ width: 100%;
+ height: 100%;
+}
+
+@mixin pct($pct) {
+ width: #{$pct};
+ position: relative;
+ margin: 0 auto;
+}
+
+@mixin triangle($width, $height, $color, $direction) {
+ $width: $width/2;
+ $color-border-style: $height solid $color;
+ $transparent-border-style: $width solid transparent;
+ height: 0;
+ width: 0;
+
+ @if $direction==up {
+ border-bottom: $color-border-style;
+ border-left: $transparent-border-style;
+ border-right: $transparent-border-style;
+ }
+
+ @else if $direction==right {
+ border-left: $color-border-style;
+ border-top: $transparent-border-style;
+ border-bottom: $transparent-border-style;
+ }
+
+ @else if $direction==down {
+ border-top: $color-border-style;
+ border-left: $transparent-border-style;
+ border-right: $transparent-border-style;
+ }
+
+ @else if $direction==left {
+ border-right: $color-border-style;
+ border-top: $transparent-border-style;
+ border-bottom: $transparent-border-style;
+ }
+}
diff --git a/src/assets/styles/ruoyi.less b/src/assets/styles/ruoyi.less
new file mode 100644
index 0000000..6b751f5
--- /dev/null
+++ b/src/assets/styles/ruoyi.less
@@ -0,0 +1,313 @@
+ /**
+ * 通用css样式布局处理
+ * Copyright (c) 2019 ruoyi
+ */
+
+ /** 基础通用 **/
+ .pt5 {
+ padding-top: 5px;
+ }
+
+ .pr5 {
+ padding-right: 5px;
+ }
+
+ .pb5 {
+ padding-bottom: 5px;
+ }
+
+ .mt5 {
+ margin-top: 5px;
+ }
+
+ .mr5 {
+ margin-right: 5px;
+ }
+
+ .mb5 {
+ margin-bottom: 5px;
+ }
+
+ .mb8 {
+ margin-bottom: 8px;
+ }
+
+ .ml5 {
+ margin-left: 5px;
+ }
+
+ .mt10 {
+ margin-top: 10px;
+ }
+
+ .mr10 {
+ margin-right: 10px;
+ }
+
+ .mb10 {
+ margin-bottom: 10px;
+ }
+
+ .ml10 {
+ margin-left: 10px;
+ }
+
+ .mt20 {
+ margin-top: 20px;
+ }
+
+ .mr20 {
+ margin-right: 20px;
+ }
+
+ .mb20 {
+ margin-bottom: 20px;
+ }
+
+ .ml20 {
+ margin-left: 20px;
+ }
+
+ .h1,
+ .h2,
+ .h3,
+ .h4,
+ .h5,
+ .h6,
+ h1,
+ h2,
+ h3,
+ h4,
+ h5,
+ h6 {
+ font-family: inherit;
+ font-weight: 500;
+ line-height: 1.1;
+ color: inherit;
+ }
+
+ .el-form .el-form-item__label {
+ font-weight: 700;
+ }
+
+ .el-dialog:not(.is-fullscreen) {
+ margin-top: 6vh !important;
+ }
+
+ .el-dialog.scrollbar .el-dialog__body {
+ overflow: auto;
+ overflow-x: hidden;
+ max-height: 70vh;
+ padding: 10px 20px 0;
+ }
+
+ .el-table {
+
+ .el-table__header-wrapper,
+ .el-table__fixed-header-wrapper {
+ th {
+ word-break: break-word;
+ background-color: #f8f8f9 !important;
+ color: #515a6e;
+ height: 40px !important;
+ font-size: 13px;
+ }
+ }
+
+ .el-table__body-wrapper {
+ .el-button [class*="el-icon-"]+span {
+ margin-left: 1px;
+ }
+ }
+ }
+
+ /** 表单布局 **/
+ .form-header {
+ font-size: 15px;
+ color: #6379bb;
+ border-bottom: 1px solid #ddd;
+ margin: 8px 10px 25px 10px;
+ padding-bottom: 5px
+ }
+
+ /** 表格布局 **/
+ .pagination-container {
+ position: relative;
+ height: 25px;
+ margin-bottom: 10px;
+ margin-top: 15px;
+ padding: 10px 20px !important;
+ }
+
+ .el-dialog .pagination-container {
+ position: static !important;
+ }
+
+ /* tree border */
+ .tree-border {
+ margin-top: 5px;
+ border: 1px solid #e5e6e7;
+ background: #FFFFFF none;
+ border-radius: 4px;
+ width: 100%;
+ }
+
+ .pagination-container .el-pagination {
+ right: 0;
+ position: absolute;
+ }
+
+ @media (max-width : 768px) {
+ .pagination-container .el-pagination>.el-pagination__jump {
+ display: none !important;
+ }
+
+ .pagination-container .el-pagination>.el-pagination__sizes {
+ display: none !important;
+ }
+ }
+
+ .el-table .fixed-width .el-button--small {
+ padding-left: 0;
+ padding-right: 0;
+ width: inherit;
+ }
+
+ /** 表格更多操作下拉样式 */
+ .el-table .el-dropdown-link {
+ cursor: pointer;
+ color: #409EFF;
+ margin-left: 10px;
+ }
+
+ .el-table .el-dropdown,
+ .el-icon-arrow-down {
+ font-size: 12px;
+ }
+
+ .el-tree-node__content>.el-checkbox {
+ margin-right: 8px;
+ }
+
+ .list-group-striped>.list-group-item {
+ border-left: 0;
+ border-right: 0;
+ border-radius: 0;
+ padding-left: 0;
+ padding-right: 0;
+ }
+
+ .list-group {
+ padding-left: 0px;
+ list-style: none;
+ }
+
+ .list-group-item {
+ border-bottom: 1px solid #e7eaec;
+ border-top: 1px solid #e7eaec;
+ margin-bottom: -1px;
+ padding: 11px 0px;
+ font-size: 13px;
+ }
+
+ .pull-right {
+ float: right !important;
+ }
+
+// .el-card__header {
+// padding: 14px 15px 7px !important;
+// min-height: 40px;
+// }
+
+// .el-card__body {
+// padding: 15px 20px 20px 20px !important;
+// }
+
+// .card-box {
+// padding-right: 15px;
+// padding-left: 15px;
+// margin-bottom: 10px;
+// }
+
+ /* button color */
+ .el-button--cyan.is-active,
+ .el-button--cyan:active {
+ background: #20B2AA;
+ border-color: #20B2AA;
+ color: #FFFFFF;
+ }
+
+ .el-button--cyan:focus,
+ .el-button--cyan:hover {
+ background: #48D1CC;
+ border-color: #48D1CC;
+ color: #FFFFFF;
+ }
+
+ .el-button--cyan {
+ background-color: #20B2AA;
+ border-color: #20B2AA;
+ color: #FFFFFF;
+ }
+
+ /* text color */
+ .text-navy {
+ color: #1ab394;
+ }
+
+ .text-primary {
+ color: inherit;
+ }
+
+ .text-success {
+ color: #1c84c6;
+ }
+
+ .text-info {
+ color: #23c6c8;
+ }
+
+ .text-warning {
+ color: #f8ac59;
+ }
+
+ .text-danger {
+ color: #ed5565;
+ }
+
+ .text-muted {
+ color: #888888;
+ }
+
+ /* image */
+ .img-circle {
+ border-radius: 50%;
+ }
+
+ .img-lg {
+ width: 120px;
+ height: 120px;
+ }
+
+ .avatar-upload-preview {
+ position: absolute;
+ top: 50%;
+ transform: translate(50%, -50%);
+ width: 200px;
+ height: 200px;
+ border-radius: 50%;
+ box-shadow: 0 0 4px #ccc;
+ overflow: hidden;
+ }
+
+ /* 拖拽列样式 */
+ .sortable-ghost {
+ opacity: .8;
+ color: #fff !important;
+ background: #42b983 !important;
+ }
+
+ /* 表格右侧工具栏样式 */
+ .top-right-btn {
+ margin-left: auto;
+ }
\ No newline at end of file
diff --git a/src/assets/styles/sidebar.scss b/src/assets/styles/sidebar.scss
new file mode 100644
index 0000000..c6205f9
--- /dev/null
+++ b/src/assets/styles/sidebar.scss
@@ -0,0 +1,227 @@
+#app {
+
+ .main-container {
+ min-height: 100%;
+ transition: margin-left .28s;
+ margin-left: $base-sidebar-width;
+ position: relative;
+ }
+
+ .sidebarHide {
+ margin-left: 0!important;
+ }
+
+ .sidebar-container {
+ -webkit-transition: width .28s;
+ transition: width 0.28s;
+ width: $base-sidebar-width !important;
+ background-color: $base-menu-background;
+ height: 100%;
+ position: fixed;
+ font-size: 0px;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 1001;
+ overflow: hidden;
+ -webkit-box-shadow: 2px 0 6px rgba(0,21,41,.35);
+ box-shadow: 2px 0 6px rgba(0,21,41,.35);
+
+ // reset element-ui css
+ .horizontal-collapse-transition {
+ transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
+ }
+
+ .scrollbar-wrapper {
+ overflow-x: hidden !important;
+ }
+
+ .el-scrollbar__bar.is-vertical {
+ right: 0px;
+ }
+
+ .el-scrollbar {
+ height: 100%;
+ }
+
+ &.has-logo {
+ .el-scrollbar {
+ height: calc(100% - 50px);
+ }
+ }
+
+ .is-horizontal {
+ display: none;
+ }
+
+ a {
+ display: inline-block;
+ width: 100%;
+ overflow: hidden;
+ }
+
+ .svg-icon {
+ margin-right: 16px;
+ }
+
+ .el-menu {
+ border: none !important;
+ height: 100%;
+ width: 100% !important;
+ }
+
+ .el-menu-item, .el-submenu__title {
+ overflow: hidden !important;
+ text-overflow: ellipsis !important;
+ white-space: nowrap !important;
+ }
+
+ // menu hover
+ // .submenu-title-noDropdown,
+ // .el-submenu__title {
+ // &:hover {
+ // background-color: rgba(0, 0, 0, 0.06) !important;
+ // }
+ // }
+
+ & .theme-dark .is-active > .el-submenu__title {
+ color: $base-menu-color-active !important;
+ }
+
+ & .nest-menu .el-submenu>.el-submenu__title,
+ & .el-submenu .el-menu-item {
+ min-width: $base-sidebar-width !important;
+
+ &:hover {
+ background-color: rgba(0, 0, 0, 0.06) !important;
+ }
+ }
+
+ & .theme-dark .nest-menu .el-submenu>.el-submenu__title,
+ & .theme-dark .el-submenu .el-menu-item {
+ background-color: $base-sub-menu-background !important;
+
+ &:hover {
+ background-color: $base-sub-menu-hover !important;
+ }
+ }
+ }
+
+ .hideSidebar {
+ .sidebar-container {
+ width: 54px !important;
+ }
+
+ .main-container {
+ margin-left: 54px;
+ }
+
+ .submenu-title-noDropdown {
+ padding: 0 !important;
+ position: relative;
+
+ .el-tooltip {
+ padding: 0 !important;
+
+ .svg-icon {
+ margin-left: 20px;
+ }
+ }
+ }
+
+ .el-submenu {
+ overflow: hidden;
+
+ &>.el-submenu__title {
+ padding: 0 !important;
+
+ .svg-icon {
+ margin-left: 20px;
+ }
+
+ }
+ }
+
+ .el-menu--collapse {
+ .el-submenu {
+ &>.el-submenu__title {
+ &>span {
+ height: 0;
+ width: 0;
+ overflow: hidden;
+ visibility: hidden;
+ display: inline-block;
+ }
+ }
+ }
+ }
+ }
+
+ .el-menu--collapse .el-menu .el-submenu {
+ min-width: $base-sidebar-width !important;
+ }
+
+ // mobile responsive
+ .mobile {
+ .main-container {
+ margin-left: 0px;
+ }
+
+ .sidebar-container {
+ transition: transform .28s;
+ width: $base-sidebar-width !important;
+ }
+
+ &.hideSidebar {
+ .sidebar-container {
+ pointer-events: none;
+ transition-duration: 0.3s;
+ transform: translate3d(-$base-sidebar-width, 0, 0);
+ }
+ }
+ }
+
+ .withoutAnimation {
+
+ .main-container,
+ .sidebar-container {
+ transition: none;
+ }
+ }
+}
+
+// when menu collapsed
+.el-menu--vertical {
+ &>.el-menu {
+ .svg-icon {
+ margin-right: 16px;
+ }
+ }
+
+ // .nest-menu .el-submenu>.el-submenu__title,
+ // .el-menu-item {
+ // &:hover {
+ // // you can use $subMenuHover
+ // background-color: rgba(0, 0, 0, 0.06) !important;
+ // }
+ // }
+
+ // the scroll bar appears when the subMenu is too long
+ >.el-menu--popup {
+ max-height: 100vh;
+ overflow-y: auto;
+
+ &::-webkit-scrollbar-track-piece {
+ background: #d3dce6;
+ }
+
+ &::-webkit-scrollbar {
+ width: 6px;
+ }
+
+ &::-webkit-scrollbar-thumb {
+ background: #99a9bf;
+ border-radius: 20px;
+ }
+ }
+}
diff --git a/src/assets/styles/transition.scss b/src/assets/styles/transition.scss
new file mode 100644
index 0000000..eb49895
--- /dev/null
+++ b/src/assets/styles/transition.scss
@@ -0,0 +1,53 @@
+// global transition css
+
+/* fade */
+.fade-enter-active,
+.fade-leave-active {
+ transition: opacity 0.28s;
+}
+
+.fade-enter,
+.fade-leave-active {
+ opacity: 0;
+}
+
+/* fade-transform */
+.fade-transform--move,
+.fade-transform-leave-active,
+.fade-transform-enter-active {
+ transition: all .5s;
+}
+
+.fade-transform-leave-active {
+ position: absolute;
+}
+
+.fade-transform-enter {
+ opacity: 0;
+ transform: translateX(-30px);
+}
+
+.fade-transform-leave-to {
+ opacity: 0;
+ transform: translateX(30px);
+}
+
+/* breadcrumb transition */
+.breadcrumb-enter-active,
+.breadcrumb-leave-active {
+ transition: all .5s;
+}
+
+.breadcrumb-enter,
+.breadcrumb-leave-active {
+ opacity: 0;
+ transform: translateX(20px);
+}
+
+.breadcrumb-move {
+ transition: all .5s;
+}
+
+.breadcrumb-leave-active {
+ position: absolute;
+}
diff --git a/src/assets/styles/variables.scss b/src/assets/styles/variables.scss
new file mode 100644
index 0000000..835fd43
--- /dev/null
+++ b/src/assets/styles/variables.scss
@@ -0,0 +1,54 @@
+// base color
+$blue:#324157;
+$light-blue:#3A71A8;
+$red:#C03639;
+$pink: #E65D6E;
+$green: #30B08F;
+$tiffany: #4AB7BD;
+$yellow:#FEC171;
+$panGreen: #30B08F;
+
+// 默认菜单主题风格
+$base-menu-color:#bfcbd9;
+$base-menu-color-active:#f5f5f4;
+$base-menu-background:#304156;
+$base-logo-title-color: #ffffff;
+
+$base-menu-light-color:rgba(0,0,0,.70);
+$base-menu-light-background:#ffffff;
+$base-logo-light-title-color: #001529;
+
+$base-sub-menu-background:#3c6695;
+$base-sub-menu-hover:#3c81c1;
+
+// 自定义暗色菜单风格
+/**
+$base-menu-color:hsla(0,0%,100%,.65);
+$base-menu-color-active:#fff;
+$base-menu-background:#001529;
+$base-logo-title-color: #ffffff;
+
+$base-menu-light-color:rgba(0,0,0,.70);
+$base-menu-light-background:#ffffff;
+$base-logo-light-title-color: #001529;
+
+$base-sub-menu-background:#000c17;
+$base-sub-menu-hover:#001528;
+*/
+
+$base-sidebar-width: 200px;
+
+// the :export directive is the magic sauce for webpack
+// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass
+:export {
+ menuColor: $base-menu-color;
+ menuLightColor: $base-menu-light-color;
+ menuColorActive: $base-menu-color-active;
+ menuBackground: $base-menu-background;
+ menuLightBackground: $base-menu-light-background;
+ subMenuBackground: $base-sub-menu-background;
+ subMenuHover: $base-sub-menu-hover;
+ sideBarWidth: $base-sidebar-width;
+ logoTitleColor: $base-logo-title-color;
+ logoLightTitleColor: $base-logo-light-title-color
+}
diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue
new file mode 100644
index 0000000..4ebefca
--- /dev/null
+++ b/src/components/Breadcrumb/index.vue
@@ -0,0 +1,71 @@
+
+
+
+
+ {{ item.meta.title }}
+ {{ item.meta.title }}
+
+
+
+
+
+
+
+
diff --git a/src/components/Crontab/day.vue b/src/components/Crontab/day.vue
new file mode 100644
index 0000000..2b4bd78
--- /dev/null
+++ b/src/components/Crontab/day.vue
@@ -0,0 +1,190 @@
+
+
+
+ 日,允许的通配符[, - * ? / L W]
+
+
+
+ 不指定
+
+
+
+
+ 周期从
+
+ -
+
+ 日
+
+
+
+
+
+ 从
+
+ 号开始,每
+
+ 日执行一次
+
+
+
+
+
+ 每月
+
+ 号最近的那个工作日
+
+
+
+
+ 本月最后一天
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/Crontab/hour.vue b/src/components/Crontab/hour.vue
new file mode 100644
index 0000000..5947034
--- /dev/null
+++ b/src/components/Crontab/hour.vue
@@ -0,0 +1,147 @@
+
+
+
+ 小时,允许的通配符[, - * /]
+
+
+
+
+ 周期从
+
+ -
+
+ 时
+
+
+
+
+
+ 从
+
+ 时开始,每
+
+ 小时执行一次
+
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/Crontab/index.vue b/src/components/Crontab/index.vue
new file mode 100644
index 0000000..1762e97
--- /dev/null
+++ b/src/components/Crontab/index.vue
@@ -0,0 +1,291 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确定
+ 重置
+ 取消
+
+
+
+
+
+
+
+
diff --git a/src/components/Crontab/min.vue b/src/components/Crontab/min.vue
new file mode 100644
index 0000000..bfe853c
--- /dev/null
+++ b/src/components/Crontab/min.vue
@@ -0,0 +1,145 @@
+
+
+
+ 分钟,允许的通配符[, - * /]
+
+
+
+
+ 周期从
+
+ -
+
+ 分钟
+
+
+
+
+
+ 从
+
+ 分钟开始, 每
+
+ 分钟执行一次
+
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/Crontab/month.vue b/src/components/Crontab/month.vue
new file mode 100644
index 0000000..2087d7b
--- /dev/null
+++ b/src/components/Crontab/month.vue
@@ -0,0 +1,160 @@
+
+
+
+ 月,允许的通配符[, - * /]
+
+
+
+
+ 周期从
+
+ -
+
+ 月
+
+
+
+
+
+ 从
+
+ 月开始,每
+
+ 月月执行一次
+
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/Crontab/result.vue b/src/components/Crontab/result.vue
new file mode 100644
index 0000000..cf3d13a
--- /dev/null
+++ b/src/components/Crontab/result.vue
@@ -0,0 +1,550 @@
+
+
+
+
+
diff --git a/src/components/Crontab/second.vue b/src/components/Crontab/second.vue
new file mode 100644
index 0000000..103a182
--- /dev/null
+++ b/src/components/Crontab/second.vue
@@ -0,0 +1,148 @@
+
+
+
+ 秒,允许的通配符[, - * /]
+
+
+
+
+ 周期从
+
+ -
+
+ 秒
+
+
+
+
+
+ 从
+
+ 秒开始,每
+
+ 秒执行一次
+
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/Crontab/week.vue b/src/components/Crontab/week.vue
new file mode 100644
index 0000000..da935b4
--- /dev/null
+++ b/src/components/Crontab/week.vue
@@ -0,0 +1,200 @@
+
+
+
+ 周,允许的通配符[, - * ? / L #]
+
+
+
+ 不指定
+
+
+
+
+ 周期从
+
+ {{ item.value }}
+
+ -
+
+ {{ item.value }}
+
+
+
+
+
+
+ 第
+
+ 周的
+
+
+
+
+
+
+
+
+ 本月最后一个
+
+
+
+
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/Crontab/year.vue b/src/components/Crontab/year.vue
new file mode 100644
index 0000000..456306f
--- /dev/null
+++ b/src/components/Crontab/year.vue
@@ -0,0 +1,165 @@
+
+
+
+ 不填,允许的通配符[, - * /]
+
+
+
+ 每年
+
+
+
+
+ 周期从
+
+ -
+
+
+
+
+
+
+ 从
+
+ 年开始,每
+
+ 年执行一次
+
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/DictTag/index.vue b/src/components/DictTag/index.vue
new file mode 100644
index 0000000..941df8d
--- /dev/null
+++ b/src/components/DictTag/index.vue
@@ -0,0 +1,91 @@
+
+
+
+
+
+ {{ item.label + " " }}
+
+
+ {{ item.label + " " }}
+
+
+
+
+ {{ handleArray(unmatchArray) }}
+
+
+
+
+
+
+
diff --git a/src/components/ElIconPicker/index.vue b/src/components/ElIconPicker/index.vue
new file mode 100644
index 0000000..13f6737
--- /dev/null
+++ b/src/components/ElIconPicker/index.vue
@@ -0,0 +1,165 @@
+
+
+
+
+ {{ modelValue || "请选择图标" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/Hamburger/index.vue b/src/components/Hamburger/index.vue
new file mode 100644
index 0000000..c1b4942
--- /dev/null
+++ b/src/components/Hamburger/index.vue
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
diff --git a/src/components/HeaderSearch/index.vue b/src/components/HeaderSearch/index.vue
new file mode 100644
index 0000000..0a5fab3
--- /dev/null
+++ b/src/components/HeaderSearch/index.vue
@@ -0,0 +1,199 @@
+
+
+
+
+
+
+
diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue
new file mode 100644
index 0000000..41f8ec5
--- /dev/null
+++ b/src/components/Pagination/index.vue
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+
diff --git a/src/components/ParentView/index.vue b/src/components/ParentView/index.vue
new file mode 100644
index 0000000..bdacf85
--- /dev/null
+++ b/src/components/ParentView/index.vue
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/src/components/RightToolbar/index.vue b/src/components/RightToolbar/index.vue
new file mode 100644
index 0000000..110a7ef
--- /dev/null
+++ b/src/components/RightToolbar/index.vue
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/SvgIcon/index.vue b/src/components/SvgIcon/index.vue
new file mode 100644
index 0000000..abbb900
--- /dev/null
+++ b/src/components/SvgIcon/index.vue
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/components/SvgIcon/myIcon.ts b/src/components/SvgIcon/myIcon.ts
new file mode 100644
index 0000000..b1d0474
--- /dev/null
+++ b/src/components/SvgIcon/myIcon.ts
@@ -0,0 +1,31 @@
+import { defineComponent, h } from "vue";
+import svgIcon from "./index.vue";
+const modules = import.meta.glob("./../../assets/icons/svg/*.svg");
+
+// 获取icon名称
+const filenNmes = [];
+for (const path in modules) {
+ const name = path.split("assets/icons/svg/")[1].split(".svg");
+ filenNmes.push(name[0]);
+}
+
+/**
+ * icons组件名称数组 (my + Filename)
+ */
+export const myIconNames = filenNmes.map((name) => "my" + name.replace(/^./, (L) => L.toUpperCase()));
+
+/**
+ * icons组件数组
+ */
+const myIcons = filenNmes.map((name) => {
+ return {
+ name: "my" + name.replace(/^./, (L) => L.toUpperCase()),
+ component: defineComponent({
+ render() {
+ return h(svgIcon, { iconClass: name });
+ },
+ }),
+ };
+});
+
+export default myIcons;
diff --git a/src/components/iFrame/index.vue b/src/components/iFrame/index.vue
new file mode 100644
index 0000000..9d2c280
--- /dev/null
+++ b/src/components/iFrame/index.vue
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
diff --git a/src/components/index.ts b/src/components/index.ts
new file mode 100644
index 0000000..6565b95
--- /dev/null
+++ b/src/components/index.ts
@@ -0,0 +1,18 @@
+// 字典标签组件
+import DictTag from "./DictTag/index.vue";
+import Pagination from "./Pagination/index.vue";
+import RightToolbar from "./RightToolbar/index.vue";
+
+import type { App } from "vue";
+
+const myDirective = {
+ version: "1.0.0",
+ install: (app: App) => {
+ // 全局组件挂载
+ app.component("DictTag", DictTag);
+ app.component("Pagination", Pagination);
+ app.component("RightToolbar", RightToolbar);
+ },
+};
+
+export default myDirective;
diff --git a/src/directive/common/copyText.ts b/src/directive/common/copyText.ts
new file mode 100644
index 0000000..faa7ca1
--- /dev/null
+++ b/src/directive/common/copyText.ts
@@ -0,0 +1,59 @@
+/**
+ * v-copyText 复制文本内容
+ */
+import type { Directive } from "vue";
+
+const copyText: Directive = {
+ beforeMount(el, { value, arg }) {
+ console.log(el, value, arg);
+ // if (arg === "callback") {
+ // el.$copyCallback = value;
+ // } else {
+ // el.$copyValue = value;
+ // const handler = () => {
+ copyTextToClipboard(el.$copyValue);
+ // if (el.$copyCallback) {
+ // el.$copyCallback(el.$copyValue);
+ // }
+ // };
+ // el.addEventListener("click", handler);
+ // el.$destroyCopy = () => el.removeEventListener("click", handler);
+ // }
+ },
+};
+
+export default copyText;
+
+function copyTextToClipboard(input: string, { target = document.body } = {}) {
+ console.log(input, target);
+ // const element = document.createElement('textarea');
+ // const previouslyFocusedElement = document.activeElement;
+ // element.value = input;
+ // // Prevent keyboard from showing on mobile
+ // element.setAttribute('readonly', '');
+ // element.style.contain = 'strict';
+ // element.style.position = 'absolute';
+ // element.style.left = '-9999px';
+ // element.style.fontSize = '12pt'; // Prevent zooming on iOS
+ // const selection = document.getSelection();
+ // const originalRange = selection.rangeCount > 0 && selection.getRangeAt(0);
+ // target.append(element);
+ // element.select();
+ // // Explicit selection workaround for iOS
+ // element.selectionStart = 0;
+ // element.selectionEnd = input.length;
+ // let isSuccess = false;
+ // try {
+ // isSuccess = document.execCommand('copy');
+ // } catch { }
+ // element.remove();
+ // if (originalRange) {
+ // selection.removeAllRanges();
+ // selection.addRange(originalRange);
+ // }
+ // // Get the focus back on the previously focused element, if any
+ // if (previouslyFocusedElement) {
+ // previouslyFocusedElement.focus();
+ // }
+ // return isSuccess;
+}
diff --git a/src/directive/index.ts b/src/directive/index.ts
new file mode 100644
index 0000000..fa6d0a1
--- /dev/null
+++ b/src/directive/index.ts
@@ -0,0 +1,15 @@
+import hasRole from "./permission/hasRole";
+import hasPermi from "./permission/hasPermi";
+import copyText from "./common/copyText";
+import type { App } from "vue";
+
+const myDirective = {
+ version: "1.0.0",
+ install: (app: App) => {
+ app.directive("hasRole", hasRole);
+ app.directive("hasPermi", hasPermi);
+ app.directive("copyText", copyText);
+ },
+};
+
+export default myDirective;
diff --git a/src/directive/permission/hasPermi.ts b/src/directive/permission/hasPermi.ts
new file mode 100644
index 0000000..e0b808d
--- /dev/null
+++ b/src/directive/permission/hasPermi.ts
@@ -0,0 +1,28 @@
+/**
+ * v-hasPermi 操作权限处理
+ */
+import type { Directive } from "vue";
+import userStore from "@/stores/user";
+
+const hasPermi: Directive = {
+ mounted(el, { value }) {
+ const all_permission = "*:*:*";
+ const permissions = userStore().permissions;
+
+ if (value && value instanceof Array && value.length > 0) {
+ const permissionFlag = value;
+
+ const hasPermissions = permissions.some((permission) => {
+ return all_permission === permission || permissionFlag.includes(permission);
+ });
+
+ if (!hasPermissions) {
+ el.parentNode && el.parentNode.removeChild(el);
+ }
+ } else {
+ throw new Error(`请设置操作权限标签值`);
+ }
+ },
+};
+
+export default hasPermi;
diff --git a/src/directive/permission/hasRole.ts b/src/directive/permission/hasRole.ts
new file mode 100644
index 0000000..55e408b
--- /dev/null
+++ b/src/directive/permission/hasRole.ts
@@ -0,0 +1,28 @@
+/**
+ * v-hasRole 角色权限处理
+ */
+import type { Directive } from "vue";
+import userStore from "@/stores/user";
+
+const hasRole: Directive = {
+ mounted(el, { value }) {
+ const super_admin = "admin";
+ const roles = userStore().roles;
+
+ if (value && value instanceof Array && value.length > 0) {
+ const roleFlag = value;
+
+ const hasRole = roles.some((role) => {
+ return super_admin === role || roleFlag.includes(role);
+ });
+
+ if (!hasRole) {
+ el.parentNode && el.parentNode.removeChild(el);
+ }
+ } else {
+ throw new Error(`请设置角色权限标签值`);
+ }
+ },
+};
+
+export default hasRole;
diff --git a/src/layout/components/Header/index.vue b/src/layout/components/Header/index.vue
new file mode 100644
index 0000000..9f7fd79
--- /dev/null
+++ b/src/layout/components/Header/index.vue
@@ -0,0 +1,227 @@
+
+
+
+
+
diff --git a/src/layout/components/IframeView/index.vue b/src/layout/components/IframeView/index.vue
new file mode 100644
index 0000000..3fb6280
--- /dev/null
+++ b/src/layout/components/IframeView/index.vue
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
diff --git a/src/layout/components/InnerLink/index.vue b/src/layout/components/InnerLink/index.vue
new file mode 100644
index 0000000..8cd1ea6
--- /dev/null
+++ b/src/layout/components/InnerLink/index.vue
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue
new file mode 100644
index 0000000..ca41006
--- /dev/null
+++ b/src/layout/components/Sidebar/index.vue
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+
diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue
new file mode 100644
index 0000000..59bf19a
--- /dev/null
+++ b/src/layout/components/TagsView/index.vue
@@ -0,0 +1,249 @@
+
+
+
+
+
+
+
diff --git a/src/layout/index.vue b/src/layout/index.vue
new file mode 100644
index 0000000..8166a31
--- /dev/null
+++ b/src/layout/index.vue
@@ -0,0 +1,47 @@
+
+
+
+
+
diff --git a/src/main.ts b/src/main.ts
new file mode 100644
index 0000000..d5d812e
--- /dev/null
+++ b/src/main.ts
@@ -0,0 +1,39 @@
+import { createApp } from "vue";
+import { createPinia } from "pinia";
+import App from "./App.vue";
+import router from "./router";
+import ElementPlus from "element-plus";
+import zhCn from 'element-plus/es/locale/lang/zh-cn'
+import * as ElementPlusIconsVue from "@element-plus/icons-vue";
+import "element-plus/dist/index.css";
+import "@/assets/styles/index.less";
+import myDirective from "@/directive/index"; // directive
+//import myComponent from "@/components/index"; // component
+// svg图标
+import "virtual:svg-icons-register";
+import myIcons from "@/components/SvgIcon/myIcon";
+// formCreate
+// import formCreate from "@form-create/element-ui";
+// import fcDesigner from "@form-create/designer";
+
+
+const app = createApp(App);
+app.use(createPinia());
+app.use(router);
+// element plus Icons
+for (const [name, comp] of Object.entries(ElementPlusIconsVue)) {
+ app.component(name, comp);
+}
+// 自定义icon 转化为 element plus Icons
+myIcons.forEach((item) => {
+ app.component(item.name, item.component);
+});
+app.use(ElementPlus,{
+ locale:zhCn
+});
+app.use(myDirective); // 挂载全局指令
+
+//app.use(myComponent); // 挂载全局组件
+// app.use(formCreate);
+// app.use(fcDesigner);
+app.mount("#app");
diff --git a/src/plugins/auth.ts b/src/plugins/auth.ts
new file mode 100644
index 0000000..9232286
--- /dev/null
+++ b/src/plugins/auth.ts
@@ -0,0 +1,72 @@
+import userStore from "@/stores/user";
+
+/**
+ * 判定用户是否具有权限
+ * @param permission
+ * @returns boolean
+ */
+function authPermission(permission: string) {
+ const all_permission = "*:*:*";
+ const uStore = userStore();
+ const permissions = uStore.permissions;
+ if (permission && permission.length > 0) {
+ return permissions.some((v) => {
+ return all_permission === v || v === permission;
+ });
+ } else {
+ return false;
+ }
+}
+
+/**
+ * 判定用户是否具有权限
+ * @param role
+ * @returns boolean
+ */
+function authRole(role: string) {
+ const super_admin = "admin";
+ const uStore = userStore();
+ const roles = uStore.roles;
+ if (role && role.length > 0) {
+ return roles.some((v) => {
+ return super_admin === v || v === role;
+ });
+ } else {
+ return false;
+ }
+}
+
+export default {
+ // 验证用户是否具备某权限
+ hasPermi(permission: string) {
+ return authPermission(permission);
+ },
+ // 验证用户是否含有指定权限,只需包含其中一个
+ hasPermiOr(permissions: string[]) {
+ return permissions.some((item) => {
+ return authPermission(item);
+ });
+ },
+ // 验证用户是否含有指定权限,必须全部拥有
+ hasPermiAnd(permissions: string[]) {
+ return permissions.every((item) => {
+ return authPermission(item);
+ });
+ },
+ // 验证用户是否具备某角色
+ hasRole(role: string) {
+ return authRole(role);
+ },
+ // 验证用户是否含有指定角色,只需包含其中一个
+ hasRoleOr(roles: string[]) {
+ return roles.some((item) => {
+ return authRole(item);
+ });
+ },
+ // 验证用户是否含有指定角色,必须全部拥有
+ hasRoleAnd(roles: string[]) {
+ return roles.every((item) => {
+ return authRole(item);
+ });
+ },
+};
diff --git a/src/plugins/cache.ts b/src/plugins/cache.ts
new file mode 100644
index 0000000..c898373
--- /dev/null
+++ b/src/plugins/cache.ts
@@ -0,0 +1,79 @@
+const sessionCache = {
+ set(key: string, value: string) {
+ if (!sessionStorage) {
+ return;
+ }
+ if (key != null && value != null) {
+ sessionStorage.setItem(key, value);
+ }
+ },
+ get(key: string) {
+ if (!sessionStorage) {
+ return null;
+ }
+ if (key == null) {
+ return null;
+ }
+ return sessionStorage.getItem(key);
+ },
+ setJSON(key: string, jsonValue: object) {
+ if (jsonValue != null) {
+ this.set(key, JSON.stringify(jsonValue));
+ }
+ },
+ getJSON(key: string) {
+ const value = this.get(key);
+ if (value) {
+ return JSON.parse(value) as T;
+ } else {
+ return null;
+ }
+ },
+ remove(key: string) {
+ sessionStorage.removeItem(key);
+ },
+};
+const localCache = {
+ set(key: string, value: string) {
+ if (!localStorage) {
+ return;
+ }
+ if (key != null && value != null) {
+ localStorage.setItem(key, value);
+ }
+ },
+ get(key: string) {
+ if (!localStorage) {
+ return null;
+ }
+ if (key == null) {
+ return null;
+ }
+ return localStorage.getItem(key);
+ },
+ setJSON(key: string, jsonValue: object) {
+ if (jsonValue != null) {
+ this.set(key, JSON.stringify(jsonValue));
+ }
+ },
+ getJSON(key: string) {
+ const value = this.get(key);
+ if (value != null) {
+ return JSON.parse(value) as T;
+ }
+ },
+ remove(key: string) {
+ localStorage.removeItem(key);
+ },
+};
+
+export default {
+ /**
+ * 会话级缓存
+ */
+ session: sessionCache,
+ /**
+ * 本地缓存
+ */
+ local: localCache,
+};
diff --git a/src/router/constantRoutes.ts b/src/router/constantRoutes.ts
new file mode 100644
index 0000000..d941683
--- /dev/null
+++ b/src/router/constantRoutes.ts
@@ -0,0 +1,77 @@
+import type { RouteRecordRaw } from "vue-router";
+// import Layout from '../layout/index.vue'
+
+export const ROUTE_NAME_LAYOUT = Symbol.for("ROUTE_NAME_LAYOUT");
+
+// 公共路由
+const constantRoutes: RouteRecordRaw[] = [
+ {
+ path: "",
+ component: () => import("@/layout/index.vue"),
+ name: ROUTE_NAME_LAYOUT,
+ redirect: "index",
+ children: [
+ {
+ path: "index",
+ component: () => import("@/views/index.vue"),
+ name: "index",
+ meta: {
+ title: "首页",
+ icon: "HomeFilled",
+ affix: true,
+ fullPath: "/index",
+ },
+ },
+ ],
+ },
+ {
+ path: "/login",
+ name: "login",
+ component: () => import("../views/login/login.vue"),
+ meta: {
+ hidden: true,
+ },
+ },
+ {
+ path: "/redirect",
+ component: () => import("@/layout/index.vue"),
+ meta: {
+ hidden: true,
+ },
+ children: [
+ {
+ path: "/redirect/:path(.*)",
+ component: () => import("../views/redirect.vue"),
+ },
+ ],
+ },
+ {
+ path: '/:pathMatch(.*)*',
+ component: () => import('@/views/error/404.vue')
+ },
+ // {
+ // path: "/register",
+ // name: "register",
+ // component: () => import("../views/register.vue"),
+ // meta: {
+ // hidden: true,
+ // },
+ // },
+ // {
+ // path: "/:catchAll(.*)",
+ // name: "error404",
+ // component: () => import("../views/error/404.vue"),
+ // meta: {
+ // hidden: true,
+ // },
+ // },
+ {
+ path: "/401",
+ name: "error401",
+ component: () => import("../views/error/401.vue"),
+ meta: {
+ hidden: true,
+ },
+ }
+];
+export default constantRoutes;
diff --git a/src/router/dynamicRoutes.ts b/src/router/dynamicRoutes.ts
new file mode 100644
index 0000000..8b5213d
--- /dev/null
+++ b/src/router/dynamicRoutes.ts
@@ -0,0 +1,117 @@
+import type { RouteRecordRaw } from "vue-router";
+// import Layout from '../layout/index.vue'
+// import HomeView from '../views/Main.vue'
+
+// 功能路由
+const dynamicRoutes: RouteRecordRaw[] = [
+ {
+ path: "/system/userinfo",
+ component: () => import("@/layout/index.vue"),
+ // redirect: 'noredirect',
+ meta: {
+ hidden: true,
+ permissions: ["*:*:*"],
+ },
+ children: [
+ {
+ path: "profile",
+ component: () => import("@/views/system/user/profile/index.vue"),
+ name: "UserProfile",
+ meta: {
+ title: "个人中心",
+ activeMenu: "/system/user",
+ permissions: ["*:*:*"],
+ },
+ },
+ ],
+ },
+ {
+ path: "/system/user-auth",
+ component: () => import("@/layout/index.vue"),
+ meta: {
+ hidden: true,
+ permissions: ["system:user:edit"],
+ },
+ children: [
+ {
+ path: "role/:userId(\\d+)",
+ component: () => import("@/views/system/user/authRole.vue"),
+ name: "AuthRole",
+ meta: {
+ title: "分配角色",
+ activeMenu: "/system/user",
+ permissions: ["system:user:edit"],
+ },
+ },
+ ],
+ },
+ {
+ path: "/system/role-auth",
+ component: () => import("@/layout/index.vue"),
+ meta: {
+ hidden: true,
+ permissions: ["system:role:edit"],
+ },
+ children: [
+ {
+ path: "user/:roleId(\\d+)",
+ component: () => import("@/views/system/role/authUser.vue"),
+ name: "AuthUser",
+ meta: {
+ title: "分配用户",
+ activeMenu: "/system/role",
+ permissions: ["system:role:edit"],
+ },
+ },
+ ],
+ },
+ {
+ path: "/system/dict-data",
+ component: () => import("@/layout/index.vue"),
+ meta: {
+ hidden: true,
+ permissions: ["system:dict:list"],
+ },
+ children: [
+ {
+ path: "index/:dictId(\\d+)",
+ component: () => import("@/views/system/dict/data.vue"),
+ name: "DictData",
+ meta: {
+ title: "字典数据",
+ activeMenu: "/system/dict",
+ permissions: ["system:dict:list"],
+ },
+ },
+ ],
+ },
+ // {
+ // path: '/monitor/job-log',
+ // component: Layout,
+ // hidden: true,
+ // permissions: ['monitor:job:list'],
+ // children: [
+ // {
+ // path: 'index/:jobId(\\d+)',
+ // component: () => import('@/views/monitor/job/log'),
+ // name: 'JobLog',
+ // meta: { title: '调度日志', activeMenu: '/monitor/job' }
+ // }
+ // ]
+ // },
+ // {
+ // path: '/tool/gen-edit',
+ // component: Layout,
+ // hidden: true,
+ // permissions: ['tool:gen:edit'],
+ // children: [
+ // {
+ // path: 'index/:tableId(\\d+)',
+ // component: () => import('@/views/tool/gen/editTable'),
+ // name: 'GenEdit',
+ // meta: { title: '修改生成配置', activeMenu: '/tool/gen' }
+ // }
+ // ]
+ // }
+];
+export default dynamicRoutes;
diff --git a/src/router/index.ts b/src/router/index.ts
new file mode 100644
index 0000000..c7efbca
--- /dev/null
+++ b/src/router/index.ts
@@ -0,0 +1,133 @@
+import { createRouter, createWebHistory } from "vue-router";
+import routes from "./constantRoutes";
+import NProgress from "nprogress";
+import "nprogress/nprogress.css";
+import { getToken,removeToken } from "@/utils/auth";
+import userStore from "@/stores/user";
+import permissionStore from "@/stores/permission";
+import appStore from "@/stores/app";
+import { ElMessage } from "element-plus";
+
+/**
+ * Note: 路由配置项
+ *
+ * hidden: true // 当设置 true 的时候该路由不会再侧边栏出现 如401,login等页面,或者如一些编辑页面/edit/1
+ * alwaysShow: true // 当你一个路由下面的 children 声明的路由大于1个时,自动会变成嵌套的模式--如组件页面
+ * // 只有一个时,会将那个子路由当做根路由显示在侧边栏--如引导页面
+ * // 若你想不管路由下面的 children 声明的个数都显示你的根路由
+ * // 你可以设置 alwaysShow: true,这样它就会忽略之前定义的规则,一直显示根路由
+ * redirect: noRedirect // 当设置 noRedirect 的时候该路由在面包屑导航中不可被点击
+ * name:'router-name' // 设定路由的名字,一定要填写不然使用时会出现各种问题
+ * query: '{"id": 1, "name": "ry"}' // 访问路由的默认传递参数
+ * roles: ['admin', 'common'] // 访问路由的角色权限
+ * permissions: ['a:a:a', 'b:b:b'] // 访问路由的菜单权限
+ * meta : {
+ noCache: true // 如果设置为true,则不会被 缓存(默认 false)
+ title: 'title' // 设置该路由在侧边栏和面包屑中展示的名字
+ icon: 'svg-name' // 设置该路由的图标,对应路径src/assets/icons/svg
+ breadcrumb: false // 如果设置为false,则不会在breadcrumb面包屑中显示
+ activeMenu: '/system/user' // 当路由设置了该属性,则会高亮相对应的侧边栏。
+ }
+ */
+const router = createRouter({
+ history: createWebHistory(import.meta.env.BASE_URL),
+ routes: routes,
+});
+
+//刷新后,重新加载缓存中的动态路由
+// addCacheRouter(router);
+
+// 是否显示重新登录
+export const isRelogin = { show: false };
+const whiteList = ["/login", "/register"];
+
+NProgress.configure({ showSpinner: false });
+
+let init = true
+
+router.beforeEach((to, from, next) => {
+ NProgress.start();
+ if(to.path === "/login"){
+ appStore().setloginPage()
+ }
+ if (getToken()) {
+ /* has token*/
+ if (to.path === "/login") {
+ next({ path: "/" });
+ NProgress.done();
+ } else {
+ const uStore = userStore();
+ //setInfor
+ if(init){
+ isRelogin.show = true;
+ const pStore = permissionStore();
+ pStore.GenerateRoutes().then(() => {
+ isRelogin.show = false;
+ init = false
+ next({ ...to, replace: true }); // hack方法 确保addRoutes已完成
+ }).catch(err => {
+ init = true
+ if(err == 'S0405'){
+ removeToken()
+ next({ path: "/login" })
+ }
+ // uStore.LogOut().then(() => {
+ // //ElMessage.error(err);
+ // next({ path: "/login" });
+ // })
+ })
+ }else{
+ next()
+ }
+
+
+ // if (uStore.roles.length === 0) {
+ // isRelogin.show = true;
+ // const pStore = permissionStore();
+ // pStore.GenerateRoutes().then(() => {
+ // isRelogin.show = false;
+ // next({ ...to, replace: true }); // hack方法 确保addRoutes已完成
+ // }).catch((err) => {
+ // uStore.LogOut().then(() => {
+ // ElMessage.error(err);
+ // next({ path: "/login" });
+ // })
+ // })
+ // // isRelogin.show = true;
+ // // // 判断当前用户是否已拉取完user_info信息
+ // // uStore
+ // // .GetInfo()
+ // // .then(() => {
+ // // isRelogin.show = false;
+ // // const pStore = permissionStore();
+ // // pStore.GenerateRoutes().then(() => {
+ // // next({ ...to, replace: true }); // hack方法 确保addRoutes已完成
+ // // });
+ // // })
+ // // .catch((err) => {
+ // // uStore.LogOut().then(() => {
+ // // ElMessage.error(err);
+ // // next({ path: "/login" });
+ // // });
+ // // });
+ // } else {
+ // next();
+ // }
+ }
+ } else {
+ // 没有token
+ if (whiteList.indexOf(to.path) !== -1) {
+ // 在免登录白名单,直接进入
+ next();
+ } else {
+ next(`/login?redirect=${to.fullPath}`); // 否则全部重定向到登录页
+ NProgress.done();
+ }
+ }
+});
+
+router.afterEach(() => {
+ NProgress.done();
+});
+
+export default router;
diff --git a/src/router/router.ts b/src/router/router.ts
new file mode 100644
index 0000000..e917971
--- /dev/null
+++ b/src/router/router.ts
@@ -0,0 +1,31 @@
+import "vue-router";
+type TagsTree = {
+ icon?: string;
+ title?: string;
+};
+declare module "vue-router" {
+ interface RouteMeta {
+ // 是可选的
+ title?: string;
+ // 路由权限
+ permissions?: string[];
+ // 路由角色权限
+ roles?: string[];
+ // 父级地址
+ parentPath?: string;
+ // 全路由地址
+ fullPath?: string;
+ // 父级地址
+ hidden?: boolean;
+ // icon
+ icon?: string;
+ // tags 路径
+ tagsTree?: TagsTree[];
+ // 是否缓存
+ cachedViews?: boolean;
+ // 是否缓存
+ query?: string;
+ // 链接
+ link?: string;
+ }
+}
diff --git a/src/stores/app.ts b/src/stores/app.ts
new file mode 100644
index 0000000..0b85fb7
--- /dev/null
+++ b/src/stores/app.ts
@@ -0,0 +1,63 @@
+import Cookies from "js-cookie";
+import { defineStore } from "pinia";
+
+const store = defineStore({
+ id: "app",
+ state: () => {
+ //刷新后,重新加载缓存中的页签
+ const sidebarStatus = Cookies.get("sidebarStatus");
+
+ return {
+ sidebar: {
+ opened: sidebarStatus ? !!+sidebarStatus : true,
+ withoutAnimation: false,
+ hide: false,
+ },
+ device: "desktop",
+ size: Cookies.get("size") || "medium",
+ isEffecti:true, //登录状态是否有效
+ loginPage:false //是否是登录页面
+ };
+ },
+ getters: {
+ //方法名称参照官网
+ //https://pinia.vuejs.org/core-concepts/getters.html#accessing-other-getters
+ },
+ actions: {
+ seteff(v:boolean) {
+ this.isEffecti = v
+ },
+ setloginPage() {
+ this.loginPage = true
+ },
+ toggleSideBar() {
+ if (this.sidebar.hide) {
+ return false;
+ }
+ this.sidebar.opened = !this.sidebar.opened;
+ this.sidebar.withoutAnimation = false;
+ if (this.sidebar.opened) {
+ Cookies.set("sidebarStatus", "1");
+ } else {
+ Cookies.set("sidebarStatus", "0");
+ }
+ },
+ closeSideBar(withoutAnimation: boolean) {
+ Cookies.set("sidebarStatus", "0");
+ this.sidebar.opened = false;
+ this.sidebar.withoutAnimation = withoutAnimation;
+ },
+ toggleDevice(device: string) {
+ this.device = device;
+ },
+ setSize(size: string) {
+ this.size = size;
+ Cookies.set("size", size);
+ },
+ toggleSideBarHide(status: boolean) {
+ this.sidebar.hide = status;
+ },
+ },
+});
+
+export default store;
diff --git a/src/stores/dict.ts b/src/stores/dict.ts
new file mode 100644
index 0000000..1757c15
--- /dev/null
+++ b/src/stores/dict.ts
@@ -0,0 +1,55 @@
+import { defineStore } from "pinia";
+import type { DictObj } from "@/api/system/dict/data";
+
+type DictList = {
+ key: string;
+ value: DictObj[];
+};
+
+const store = defineStore({
+ id: "dict",
+ state: () => {
+ return {
+ dict: [] as DictList[],
+ };
+ },
+ getters: {
+ //方法名称参照官网
+ //https://pinia.vuejs.org/core-concepts/getters.html#accessing-other-getters
+ },
+ actions: {
+ // 设置字典
+ setDict(key: string, value: DictObj[]) {
+ if (key !== null && key !== "") {
+ this.dict.push({
+ key: key,
+ value: value,
+ });
+ }
+ },
+ // 获取字典
+ getDict(key: string) {
+ const index = this.dict.findIndex((dict) => dict.key == key);
+ return index >= 0 ? this.dict[index].value : null;
+ },
+ // 删除字典
+ removeDict(key: string) {
+ try {
+ for (let i = 0; i < this.dict.length; i++) {
+ if (this.dict[i].key == key) {
+ this.dict.splice(i, i);
+ return true;
+ }
+ }
+ } catch (e) {
+ console.log(e);
+ }
+ },
+ // 清空字典
+ cleanDict() {
+ this.dict = [] as DictList[];
+ },
+ },
+});
+
+export default store;
diff --git a/src/stores/index.ts b/src/stores/index.ts
new file mode 100644
index 0000000..fa98787
--- /dev/null
+++ b/src/stores/index.ts
@@ -0,0 +1,19 @@
+import appStore from "./app";
+import dictStore from "./dict";
+import permissionStore from "./permission";
+import tagsViewStore from "./tagsView";
+import userStore from "./user";
+
+export { appStore, dictStore, permissionStore, tagsViewStore, userStore };
+
+export default {
+ initStore() {
+ return {
+ appStore: appStore(),
+ dictStore: dictStore(),
+ permissionStore: permissionStore(),
+ userStore: userStore(),
+ tagsViewStore: tagsViewStore(),
+ };
+ },
+};
diff --git a/src/stores/permission.ts b/src/stores/permission.ts
new file mode 100644
index 0000000..3e78d22
--- /dev/null
+++ b/src/stores/permission.ts
@@ -0,0 +1,314 @@
+import auth from "@/plugins/auth";
+import router from "@/router";
+// import constantRoutes from "@/router/constantRoutes";
+import dynamicRoutes from "@/router/dynamicRoutes";
+import { getRouters } from "@/api/menu";
+// import Layout from '@/layout/index.vue'
+// import ParentView from '@/components/ParentView/index.vue'
+// import InnerLink from '@/layout/components/InnerLink/index.vue'
+
+import { defineStore } from "pinia";
+import type { RouteRecordRaw } from "vue-router";
+import type { MenuRouter } from "@/api/menu";
+
+
+//引入所有views下.vue文件
+const modules = import.meta.glob("@/views/**/**.vue");
+
+/**
+ * 处理菜单路由访问路径
+ * @param menuRouters
+ * @param perantPath
+ * @returns
+ */
+function dealMenuPath(menuRouters: MenuRouter[], perantPath = "") {
+ const routers: MenuRouter[] = [];
+ menuRouters.forEach((aRouter) => {
+ aRouter.path = perantPath ? perantPath + "/" + aRouter.path : aRouter.path;
+ if (aRouter.children) {
+ aRouter.children = dealMenuPath(aRouter.children, aRouter.path);
+ }
+ routers.push(aRouter);
+ });
+ return routers;
+}
+
+/**
+ * 首页菜单
+ * @returns
+ */
+function getHomeMenu() {
+ const homeMenu: MenuRouter = {
+ path: "/index",
+ name: "index",
+ meta: { title: "首页", icon: "HomeFilled" },
+ };
+ return [homeMenu];
+}
+
+// 遍历后台传来的路由字符串,转换为组件对象
+function filterSidebarRouter(asyncRouterMap: MenuRouter[], perantPath = "") {
+ const routers: RouteRecordRaw[] = [];
+ asyncRouterMap.forEach((aRouter) => {
+ const fullPath = perantPath ? perantPath + "/" + aRouter.path : aRouter.path;
+ const router: RouteRecordRaw = {
+ name: aRouter.name,
+ path: aRouter.path,
+ // component: () => Layout,
+ children: [],
+ redirect: aRouter.redirect,
+ meta: {
+ title: aRouter.meta.title,
+ icon: aRouter.meta.icon,
+ noCache: aRouter.meta.noCache,
+ link: aRouter.meta.link,
+ hidden: aRouter.hidden,
+ alwaysShow: aRouter.alwaysShow,
+ fullPath: fullPath,
+ },
+ };
+ // if (aRouter.children) {
+ // aRouter.children = filterChildren(aRouter.children)
+ // }
+
+ // Layout ParentView 组件特殊处理
+ if (aRouter.component) {
+ if (aRouter.component === "Layout") {
+ router.component = () => import("@/layout/index.vue");
+ } else if (aRouter.component === "ParentView") {
+ router.component = () => import("@/components/ParentView/index.vue");
+ // } else if (aRouter.component === "InnerLink") {
+ // router.component = () => import("@/layout/components/InnerLink/index.vue");
+ } else if (aRouter.component === "IframeView") {
+ router.component = () => import("@/layout/components/IframeView/index.vue");
+ } else {
+ router.component = modules[`/src/views/${aRouter.component}.vue`];
+ }
+ }
+ if (aRouter.children) {
+ router.children = filterSidebarRouter(aRouter.children, fullPath);
+ }
+ routers.push(router);
+ });
+ return routers;
+}
+
+// function filterChildren(childrenMap: MenuRouter[]) {
+// let children: MenuRouter[] = [];
+// childrenMap.forEach((cRouter) => {
+// if (cRouter.children && cRouter.children.length) {
+// if (cRouter.component === "ParentView") {
+// cRouter.children.forEach((c) => {
+// if (c.children && c.children.length) {
+// children = children.concat(filterChildren(c.children));
+// return;
+// }
+// children.push(c);
+// });
+// return;
+// }
+// }
+// children = children.concat(cRouter);
+// });
+// return children;
+// }
+
+/**
+ * 动态路由遍历,验证是否具备权限
+ * @param routes
+ * @returns
+ */
+function filterDynamicRoutes(routes: RouteRecordRaw[], perantPath = "") {
+ const res: RouteRecordRaw[] = [];
+ routes.forEach((route) => {
+ if ((route.meta?.permissions && auth.hasPermiOr(route.meta.permissions)) || (route.meta?.roles && auth.hasRoleOr(route.meta.roles))) {
+ const fullPath = perantPath ? perantPath + "/" + route.path : route.path;
+ route.meta.fullPath = fullPath;
+ route.children && (route.children = filterDynamicRoutes(route.children, fullPath));
+ res.push(route);
+ }
+ });
+ return res;
+}
+
+/**
+ * 获取tagsView中路由的路径
+ * @param routers
+ * @param perantPath
+ * @returns
+ */
+// function getTagsRouterPath(routers: RouteRecordRaw[], perantPath = "") {
+// const paths: string[] = [];
+// routers.forEach((router) => {
+// paths.push(perantPath ? perantPath + "/" + router.path : router.path);
+// router.children &&
+// getTagsRouterPath(router.children, router.path).forEach((path) => {
+// paths.push(path);
+// });
+// });
+// return paths;
+// }
+
+/**
+ * tagsView路由匹配
+ * @param tagsRouters
+ * @param fullPath
+ * @returns boolean
+ */
+function isTagsRouter(tagsRouters: RouteRecordRaw[], fullPath: string) {
+ for (let i = 0; i < tagsRouters.length; i++) {
+ const router = tagsRouters[i];
+ if (fullPath == router.meta?.fullPath) {
+ return true;
+ }
+
+ if (router.meta?.fullPath && fullPath.indexOf(router.meta.fullPath) === 0 && router.children) {
+ if (isTagsRouter(router.children, fullPath)) {
+ return true;
+ }
+ }
+ }
+ return false;
+}
+
+/**
+ * 深度合并两个路由,后者覆盖前者
+ * @param routers1
+ * @param routers2
+ */
+function concatRouter(routers1: RouteRecordRaw[], routers2: RouteRecordRaw[]) {
+ const map: Map = new Map();
+ for (const router of routers2) {
+ map.set(router.path, router);
+ }
+
+ for (const router of routers1) {
+ const temp = map.get(router.path);
+ if (!temp) {
+ map.set(router.path, router);
+ continue;
+ }
+
+ if (!temp.children && router.children) {
+ temp.children = router.children;
+ continue;
+ }
+
+ if (temp.children && router.children) {
+ temp.children = concatRouter(temp.children, router.children);
+ continue;
+ }
+ }
+
+ const list: RouteRecordRaw[] = [];
+ map.forEach((router) => {
+ list.push(router);
+ });
+ return list;
+}
+
+
+// 过滤路由
+function filterRtree(asyncRouterMap:any) {
+ const routers:any[] = []
+ asyncRouterMap.forEach((n:any) => {
+
+ const router = {
+ name: n.path,
+ path: n.path,
+ hidden: false,
+ component: n.component,
+ alwaysShow: n.status == 1?true:false,
+ meta: {
+ title:n.name,
+ icon: n.icon,
+ noCache: false,
+ link: null
+ },
+ children:[]
+ }
+ if(n.type == 2 && n.parentId == 20000){
+ Object.assign(router,{
+ path: /^\//.test(n.path)?n.path:'/'+n.path,
+ redirect:'noRedirect'
+ })
+ }
+ if (n.subMenuList &&n.subMenuList.length > 0) {
+ router.children = filterRtree(n.subMenuList)
+ }
+ routers.push(router);
+ })
+ return routers
+}
+
+
+const store = defineStore({
+ id: "permission",
+ state: () => {
+ return {
+ sidebarMenu: [] as MenuRouter[],
+ routes: [] as RouteRecordRaw[],
+ tagsRouters: [] as RouteRecordRaw[],
+ // tagsRouterPaths: [] as string[],
+ sidebarRouters: [] as RouteRecordRaw[],
+ sidebarIsCollapsed: false,
+ };
+ },
+ getters: {
+ //方法名称参照官网
+ //https://pinia.vuejs.org/core-concepts/getters.html#accessing-other-getters
+ },
+ actions: {
+ // 生成路由
+ GenerateRoutes() {
+ return new Promise((resolve,reject) => {
+ // 向后端请求路由数据
+ getRouters().then((res) => {
+
+ const odata = filterRtree((res.data as any)[0].subMenuList)
+
+ const routers = odata || []; //??
+ //菜单展示
+ this.sidebarMenu = getHomeMenu().concat(dealMenuPath(routers as any));
+ //动态添加路由
+ this.sidebarRouters = filterSidebarRouter(routers as any); // 菜单路由
+ this.tagsRouters = this.sidebarRouters
+ // const asyncRoutes = filterDynamicRoutes(dynamicRoutes); // 功能路由
+ // this.tagsRouters = concatRouter(this.sidebarRouters, asyncRoutes);
+ // this.tagsRouters.push({
+ // path: "/:catchAll(.*)",
+ // name: "error404",
+ // component: () => import("../views/error/404.vue"),
+ // meta: {
+ // hidden: true,
+ // },
+ // })
+ this.tagsRouters.forEach((route) => router.addRoute(route));
+
+ //this.tagsRouterPaths = getTagsRouterPath(this.tagsRouters);
+ //全部路由
+ //this.routes = concatRouter(this.tagsRouters, constantRoutes);
+ resolve(this.routes);
+ }).catch(err => {
+ if(err == 'S0405'){
+ reject('S0405')
+ }
+ reject()
+ })
+ });
+ },
+ // Sidebar 是否折叠
+ setSidebarIsCollapsed(value: boolean) {
+ this.sidebarIsCollapsed = value;
+ },
+ // 判断是否是tag需要显示的路由
+ isTagsRouter(fullPath: string) {
+ if (fullPath === "/index") {
+ return true;
+ }
+ return isTagsRouter(this.tagsRouters, fullPath);
+ },
+ },
+});
+
+export default store;
diff --git a/src/stores/tagsView.ts b/src/stores/tagsView.ts
new file mode 100644
index 0000000..ed85f20
--- /dev/null
+++ b/src/stores/tagsView.ts
@@ -0,0 +1,97 @@
+import cache from "@/plugins/cache";
+import type { RouteLocationNormalized, RouteRecordName } from "vue-router";
+import { defineStore } from "pinia";
+
+export type Tag = {
+ path: string;
+ name: RouteRecordName | null | undefined;
+ title: string;
+ cachedViews?: boolean;
+ fullPath?: string;
+};
+
+// declare interface TagStore {
+// tagsList: Tag[],
+// visitedViews: RouteLocationNormalized[],
+// cachedViews: RouteLocationNormalized[],
+// iframeViews: RouteLocationNormalized[],
+// }
+
+const store = defineStore({
+ id: "tagsView",
+ state: () => {
+ //刷新后,重新加载缓存中的页签
+ const tagsList: Tag[] = cache.session.getJSON("store_tagsList") || [];
+ // const route: RouteLocationNormalized | undefined
+ return {
+ activePath: "",
+ tagsList: tagsList,
+ visitedViews: [] as RouteLocationNormalized[],
+ cachedViews: [] as RouteLocationNormalized[],
+ iframeViews: [] as RouteLocationNormalized[],
+ };
+ },
+ getters: {
+ //方法名称参照官网
+ //https://pinia.vuejs.org/core-concepts/getters.html#accessing-other-getters
+ },
+ actions: {
+ setTagsItem(tagsList: Tag[]) {
+ this.tagsList = tagsList;
+ cache.session.setJSON("store_tagsList", this.tagsList);
+ },
+ addTagsItem(tag: Tag) {
+ if (!this.tagsList) {
+ this.tagsList = [];
+ }
+ this.tagsList.push(tag);
+ this.setTagsItem(this.tagsList);
+ },
+ updateTagsItem(tag: Tag) {
+ const index = this.tagsList.findIndex((item) => tag.fullPath === item.fullPath);
+ if (index >= 0) {
+ this.tagsList[index] = tag;
+ this.setTagsItem(this.tagsList);
+ } else {
+ this.addTagsItem(tag);
+ }
+ },
+ delTagsItem(index: number) {
+ if (this.tagsList && this.tagsList.length > 0) {
+ this.tagsList.splice(index, 1);
+ this.setTagsItem(this.tagsList);
+ }
+ },
+ clearAllTags() {
+ this.setTagsItem([]);
+ },
+ closeTagsOther(tagsList: Tag[]) {
+ this.setTagsItem(tagsList);
+ },
+ // 关闭指定tab页签
+ closePage(path?: string) {
+ if (!path) {
+ path = this.activePath;
+ }
+ // 删除当前页面
+ const index = this.tagsList.findIndex((item) => item.path === path);
+ index >= 0 && this.delTagsItem(index);
+ // 设置下一页面
+ const nextTag = this.tagsList[index] ? this.tagsList[index] : this.tagsList[index - 1];
+ this.activePath = nextTag && nextTag.path ? nextTag.path : "/index";
+ },
+ // 关闭当前打开指定页面
+ closeOpenPage(toPath: string, path?: string) {
+ if (!path) {
+ path = this.activePath;
+ }
+ // 删除当前页面
+ const index = this.tagsList.findIndex((item) => item.path === path);
+ index >= 0 && this.delTagsItem(index);
+ // 设置下一页面
+ this.activePath = toPath;
+ },
+ },
+});
+
+export default store;
diff --git a/src/stores/user.ts b/src/stores/user.ts
new file mode 100644
index 0000000..3aab248
--- /dev/null
+++ b/src/stores/user.ts
@@ -0,0 +1,154 @@
+import { login, logout, getInfo } from "@/api/login";
+import type { LoginReq } from "@/api/login";
+import { getToken, setToken, removeToken} from "@/utils/auth";
+import { defineStore } from "pinia";
+
+
+let Infor:any = localStorage.getItem('Infor')
+if(Infor){
+ Infor = JSON.parse(Infor)
+}
+const store = defineStore({
+ id: "user",
+ state: () => {
+ return {
+ token: getToken(),
+ name: Infor?.name,
+ nickName: Infor?.nickName,
+ phonenumber: "",
+ email: "",
+ avatar: Infor?.avatar,
+ roles: [] as string[],
+ permissions: [] as string[],
+ };
+ },
+ getters: {
+ //方法名称参照官网
+ //https://pinia.vuejs.org/core-concepts/getters.html#accessing-other-getters
+ },
+ actions: {
+ // 登录
+ Login(userInfo: LoginReq) {
+ const username = userInfo.username.trim();
+ const password = userInfo.password;
+ const code = userInfo.code;
+ const uuid = userInfo.uuid;
+ return new Promise((resolve, reject) => {
+ login({ username, password, code, uuid })
+ .then(res=> {
+ let data = res.data as any
+ setToken(data.token.accessToken);
+ this.token = data.token.accessToken;
+
+
+
+ //const user = res.user;
+ const avatar = data.avatar == "" || data.avatar == null ? "/images/nrtxc.png" : data.avatar //import.meta.env.VITE_APP_BASE_API + user.avatar;
+ if (data.roleList && data.roleList.length > 0) {
+ // 验证返回的roles是否是一个非空数组
+ this.roles = data.roleList;
+ //this.permissions = res.permissions;
+ } else {
+ this.roles = ["ROLE_DEFAULT"];
+ }
+ this.name = data.uname || "";
+ this.nickName = data.nickName || "";
+ this.avatar = avatar;
+
+ let infor = JSON.stringify({
+ avatar,
+ roles:data.roleList,
+ name:data.uname,
+ nickName:data.nickName
+ })
+
+ localStorage.setItem('Infor',infor)
+ // setInfor(JSON.stringify({
+ // avatar,
+ // roles:data.roleList,
+ // name:data.name,
+ // nickName:data.nickName
+ // }))
+
+ //setInfor(data.name)
+
+ resolve(data.token.accessToken);
+
+ })
+ .catch((error: string) => {
+ reject(error);
+ });
+ });
+ },
+
+ // 获取用户信息
+ // GetInfo() {
+ // return new Promise((resolve, reject) => {
+ // getInfo()
+ // .then((res) => {
+ // const user = res.user;
+ // const avatar = user.avatar == "" || user.avatar == null ? "/images/profile.jpg" : import.meta.env.VITE_APP_BASE_API + user.avatar;
+ // if (res.roles && res.roles.length > 0) {
+ // // 验证返回的roles是否是一个非空数组
+ // this.roles = res.roles;
+ // this.permissions = res.permissions;
+ // } else {
+ // this.roles = ["ROLE_DEFAULT"];
+ // }
+ // this.name = user.userName || "";
+ // this.nickName = user.nickName || "";
+ // this.avatar = avatar;
+ // resolve(res);
+ // })
+ // .catch((error: string) => {
+ // reject(error);
+ // });
+ // });
+ // },
+
+ // 退出系统
+ LogOut() {
+ return new Promise((resolve, reject) => {
+
+ //resolve(this.token);
+
+ logout()
+ .then(() => {
+ this.token = "";
+ this.roles = [];
+ this.permissions = [];
+ removeToken();
+ //removeInfor()
+ localStorage.removeItem('Infor')
+ resolve(this.token);
+
+ })
+ .catch((error: string) => {
+ //reject(error);
+
+ this.token = "";
+ this.roles = [];
+ this.permissions = [];
+ removeToken();
+ //removeInfor()
+ localStorage.removeItem('Infor')
+ resolve(this.token);
+ });
+
+ });
+ },
+
+ // 前端 登出
+ FedLogOut() {
+ return new Promise((resolve) => {
+ this.token = "";
+ removeToken();
+ //removeInfor()
+ localStorage.removeItem('Infor')
+ resolve(this.token);
+ });
+ },
+ },
+});
+
+export default store;
diff --git a/src/utils/auth.ts b/src/utils/auth.ts
new file mode 100644
index 0000000..d672ae7
--- /dev/null
+++ b/src/utils/auth.ts
@@ -0,0 +1,29 @@
+import Cookies from "js-cookie";
+
+const TokenKey = "Admin-Token";
+
+export function getToken() {
+ return Cookies.get(TokenKey);
+}
+
+export function setToken(token: string) {
+ return Cookies.set(TokenKey, token);
+}
+
+export function removeToken() {
+ return Cookies.remove(TokenKey);
+}
+
+const Infor = 'Infor'
+
+export function getInfor() {
+ return Cookies.get(Infor)
+}
+
+export function setInfor(infor:any) {
+ return Cookies.set(Infor,infor)
+}
+
+export function removeInfor() {
+ return Cookies.remove(Infor)
+}
\ No newline at end of file
diff --git a/src/utils/contentType.ts b/src/utils/contentType.ts
new file mode 100644
index 0000000..87c6219
--- /dev/null
+++ b/src/utils/contentType.ts
@@ -0,0 +1,95 @@
+// 类型可以参照:https://www.iana.org/assignments/media-types/media-types.xhtml
+// 部分后缀对应类型可参照:https://tool.oschina.net/commons
+// 以下为部分类型,没有的需要自己处理
+
+const typeMap = new Map();
+typeMap.set("xls", "application/vnd.ms-excel"); // Microsoft Excel
+typeMap.set("xlsx", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"); // Microsoft Excel (OpenXML)
+typeMap.set("csv", "text/csv"); // CSV
+typeMap.set("doc", "application/msword"); // Microsoft Word
+typeMap.set("docx", "application/vnd.openxmlformats-officedocument.wordprocessingml.document"); // Microsoft Word (OpenXML)
+typeMap.set("pdf", "application/pdf"); // PDF
+typeMap.set("ppt", "application/vnd.ms-powerpoint"); // Microsoft PowerPoint
+typeMap.set("pptx", "application/vnd.openxmlformats-officedocument.presentationml.presentation"); // Microsoft PowerPoint (OpenXML)
+typeMap.set("png", "image/png"); // 便携式网络图形(PNG)
+typeMap.set("gif", "image/gif"); // GIF
+typeMap.set("jpeg", "image/jpeg"); // JPEG 图片
+typeMap.set("jpg", "image/jpeg"); // JPEG 图片
+typeMap.set("mp3", "audio/mpeg"); // MP3 音频
+typeMap.set("aac", "audio/aac"); // AAC 音频
+typeMap.set("html", "text/html"); // 超文本标记语言 (HTML)
+typeMap.set("css", "text/css"); // CSS
+typeMap.set("js", "text/javascript"); // JavaScript
+typeMap.set("json", "application/json"); // JSON 格式
+typeMap.set("abw", "application/x-abiword"); // AbiWord 文档
+typeMap.set("arc", "application/x-freearc"); // 存档文档(多个文件嵌入)
+typeMap.set("avi", "video/x-msvideo"); // AVI: 音频视频交错
+typeMap.set("azw", "application/vnd.amazon.ebook"); // 亚马逊Kindle电子书格式
+typeMap.set("bin", "application/octet-stream"); // 任何类型的二进制数据
+typeMap.set("bmp", "image/bmp"); // Windows OS/2位图图形
+typeMap.set("bz", "application/x-bzip"); // BZip 存档
+typeMap.set("bz2", "application/x-bzip2"); // BZip2 存档
+typeMap.set("csh", "application/x-csh"); // C-Shell 脚本
+typeMap.set("eot", "application/vnd.ms-fontobject"); // MS嵌入式OpenType字体
+typeMap.set("epub", "application/epub+zip"); // 电子出版物(EPUB)
+typeMap.set("htm", "text/html"); // 超文本标记语言 (HTML)
+typeMap.set("ico", "image/vnd.microsoft.icon"); // Icon 格式
+typeMap.set("ics", "text/calendar"); // iCalendar 格式
+typeMap.set("jar", "application/java-archive"); // Java Archive (JAR)
+typeMap.set("jsonld", "application/ld+json"); // JSON-LD 格式
+typeMap.set("mid", "audio/midi audio/x-midi"); // 乐器数字接口(MIDI)
+typeMap.set("midi", "audio/midi audio/x-midi"); // 乐器数字接口(MIDI)
+typeMap.set("mjs", "text/javascript"); // JavaScript 模块
+typeMap.set("mpeg", "video/mpeg"); // MPEG 视频
+typeMap.set("mpkg", "application/vnd.apple.installer+xml"); // 苹果安装程序包
+typeMap.set("odp", "application/vnd.oasis.opendocument.presentation"); // OpenDocument演示文档
+typeMap.set("ods", "application/vnd.oasis.opendocument.spreadsheet"); // OpenDocument 电子表格文件
+typeMap.set("odt", "application/vnd.oasis.opendocument.text"); // OpenDocument 文本文档
+typeMap.set("oga", "audio/ogg"); // OGG 音频
+typeMap.set("ogv", "video/ogg"); // OGG 视频
+typeMap.set("ogx", "application/ogg"); // OGG
+typeMap.set("otf", "font/otf"); // OpenType 字体
+typeMap.set("rar", "application/x-rar-compressed"); // RAR 存档
+typeMap.set("rtf", "application/rtf"); // 富文本格式 (RTF)
+typeMap.set("sh", "application/x-sh"); // Bourne shell 脚本
+typeMap.set("svg", "image/svg+xml"); // 可缩放矢量图形 (SVG)
+typeMap.set("swf", "application/x-shockwave-flash"); // 小型web格式 (SWF) or Adobe Flash document
+typeMap.set("tar", "application/x-tar"); // Tape 归档(TAR)
+typeMap.set("tif", "image/tiff"); // 标记图像文件格式 (TIFF)
+typeMap.set("tiff", "image/tiff"); // Tagged Image File Format (TIFF)
+typeMap.set("ttf", "font/ttf"); // TrueType 字体
+typeMap.set("txt", "text/plain"); // Text
+typeMap.set("vsd", "application/vnd.visio"); // Microsoft Visio
+typeMap.set("wav", "audio/wav"); // 波形音频格式
+typeMap.set("weba", "audio/webm"); // WEBM 音频
+typeMap.set("webm", "video/webm"); // WEBM 视频
+typeMap.set("webp", "image/webp"); // WEBP 图片
+typeMap.set("woff", "font/woff"); // 网页开放字体格式 (WOFF)
+typeMap.set("woff2", "font/woff2"); // 网页开放字体格式 (WOFF)
+typeMap.set("xhtml", "application/xhtml+xml"); // XHTML
+typeMap.set("xml", "text/xml"); // XML application/xml(普通用户不可读)、text/xml(普通用户可读)
+typeMap.set("xul", "application/vnd.mozilla.xul+xml"); // XUL
+typeMap.set("zip", "application/zip"); // ZIP
+typeMap.set("3gp", "video/3gpp"); // 3GPP audio/video 容器 video/3gpp、audio/3gpp(不含视频)
+typeMap.set("3g2", "video/3gpp2"); // 3GPP2 audio/video 容器 video/3gpp2、audio/3gpp2(不含视频)
+typeMap.set("7z", "application/x-7z-compressed"); // 7-zip
+
+export default typeMap;
+
+const getContentType = function (filename: string): string {
+ if (!filename || filename.trim() == "") {
+ throw "filename is null";
+ }
+ const name = filename.split(".");
+ if (name.length < 2) {
+ return "text/xml";
+ }
+
+ if (typeMap.get(name[name.length - 1])) {
+ return typeMap.get(name[name.length - 1]);
+ }
+
+ return "text/xml";
+};
+
+export { getContentType };
diff --git a/src/utils/dict.ts b/src/utils/dict.ts
new file mode 100644
index 0000000..6d0d385
--- /dev/null
+++ b/src/utils/dict.ts
@@ -0,0 +1,67 @@
+import dictStore from "@/stores/dict";
+import { getDicts as requestDicts } from "@/api/system/dict/data";
+import type { DictObj } from "@/api/system/dict/data";
+import { ref } from "vue";
+
+export type DictMapObj = { [key: string]: DictObj[] | undefined };
+
+export const getDicts = (dictType: string | string[]) => {
+ const store = dictStore();
+ const types = typeof dictType == "string" ? [dictType] : dictType;
+ const DictMapObj = new Object() as DictMapObj;
+
+ //查询store中存在的字典数据
+ const typesNo: string[] = [];
+ types.forEach((type) => {
+ const dict = store.getDict(type);
+ if (dict) {
+ DictMapObj[type] = dict;
+ } else {
+ typesNo.push(type);
+ }
+ });
+
+ if (typesNo.length === 0) {
+ return new Promise((resolve) => {
+ resolve(DictMapObj);
+ });
+ } else {
+ //查询store中不存在的字典数据
+ const promises = typesNo.map((type) => {
+ return new Promise<{ key: string; value: DictObj[] | undefined }>((resolve) => {
+ requestDicts(type).then((rsp) => {
+ rsp.data?.forEach((dict) => {
+ dict.label = dict.dictLabel;
+ dict.value = dict.dictValue;
+ });
+ resolve({
+ key: type,
+ value: rsp.data,
+ });
+ });
+ });
+ });
+ return new Promise((resolve) => {
+ Promise.all(promises).then((rsps) => {
+ rsps.forEach((rsp) => {
+ rsp.value && store.setDict(rsp.key, rsp.value);
+ rsp.value && (DictMapObj[rsp.key] = rsp.value);
+ });
+ resolve(DictMapObj);
+ });
+ });
+ }
+};
+
+/**
+ * 初始化字典对象
+ * @param dictType
+ * @returns vue Ref
+ */
+export const loadDicts = (dictType: string | string[]) => {
+ const dict = ref({});
+ getDicts(dictType).then((rsp) => {
+ dict.value = rsp;
+ });
+ return dict;
+};
diff --git a/src/utils/errorCode.ts b/src/utils/errorCode.ts
new file mode 100644
index 0000000..e0d572c
--- /dev/null
+++ b/src/utils/errorCode.ts
@@ -0,0 +1,7 @@
+const codes: { [keys: string]: string } = {
+ "401": "认证失败,无法访问系统资源",
+ "403": "当前操作没有权限",
+ "404": "访问资源不存在",
+ default: "系统未知错误,请反馈给管理员",
+};
+export default codes;
diff --git a/src/utils/jsencrypt.ts b/src/utils/jsencrypt.ts
new file mode 100644
index 0000000..2bf1e9e
--- /dev/null
+++ b/src/utils/jsencrypt.ts
@@ -0,0 +1,29 @@
+import JSEncrypt from "jsencrypt";
+
+// 密钥对生成 http://web.chacuo.net/netrsakeypair
+
+const publicKey = "MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAKoR8mX0rGKLqzcWmOzbfj64K8ZIgOdH\n" + "nzkXSOVOZbFu/TJhZ7rFAN+eaGkl3C4buccQd/EjEsj9ir7ijT7h96MCAwEAAQ==";
+
+const privateKey =
+ "MIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAqhHyZfSsYourNxaY\n" +
+ "7Nt+PrgrxkiA50efORdI5U5lsW79MmFnusUA355oaSXcLhu5xxB38SMSyP2KvuKN\n" +
+ "PuH3owIDAQABAkAfoiLyL+Z4lf4Myxk6xUDgLaWGximj20CUf+5BKKnlrK+Ed8gA\n" +
+ "kM0HqoTt2UZwA5E2MzS4EI2gjfQhz5X28uqxAiEA3wNFxfrCZlSZHb0gn2zDpWow\n" +
+ "cSxQAgiCstxGUoOqlW8CIQDDOerGKH5OmCJ4Z21v+F25WaHYPxCFMvwxpcw99Ecv\n" +
+ "DQIgIdhDTIqD2jfYjPTY8Jj3EDGPbH2HHuffvflECt3Ek60CIQCFRlCkHpi7hthh\n" +
+ "YhovyloRYsM+IS9h/0BzlEAuO0ktMQIgSPT3aFAgJYwKpqRYKlLDVcflZFCKY7u3\n" +
+ "UP8iWi1Qw0Y=";
+
+// 加密
+export function encrypt(txt: string) {
+ const encryptor = new JSEncrypt();
+ encryptor.setPublicKey(publicKey); // 设置公钥
+ return encryptor.encrypt(txt); // 对数据进行加密
+}
+
+// 解密
+export function decrypt(txt: string) {
+ const encryptor = new JSEncrypt();
+ encryptor.setPrivateKey(privateKey); // 设置私钥
+ return encryptor.decrypt(txt); // 对数据进行解密
+}
diff --git a/src/utils/loading.ts b/src/utils/loading.ts
new file mode 100644
index 0000000..48cc89e
--- /dev/null
+++ b/src/utils/loading.ts
@@ -0,0 +1,24 @@
+import { ElLoading } from 'element-plus'
+
+let loadingInstance:any = null; // 存储当前的加载实例
+
+// 显示加载动画
+export const showLoading = () => {
+ if (!loadingInstance) {
+ loadingInstance = ElLoading.service({
+ lock: true, // 锁定屏幕,防止用户在加载过程中进行其他操作
+ text: '加载中...', // 自定义加载提示文本
+ background: 'rgba(0, 0, 0, 0)', // 自定义背景颜色
+ //spinner: null, // 自定义加载动画(可选)
+ fullscreen: true // 全屏模式
+ });
+ }
+};
+
+// 隐藏加载动画
+export const hideLoading = () => {
+ if (loadingInstance) {
+ loadingInstance.close() // 关闭加载动画
+ loadingInstance = null // 重置实例
+ }
+};
\ No newline at end of file
diff --git a/src/utils/request.ts b/src/utils/request.ts
new file mode 100644
index 0000000..5e7d6a5
--- /dev/null
+++ b/src/utils/request.ts
@@ -0,0 +1,302 @@
+import axios from "axios";
+import type { AxiosInstance, AxiosRequestConfig } from "axios";
+import { ElLoading, ElMessage, ElMessageBox, ElNotification } from "element-plus";
+import { getToken,removeToken } from "@/utils/auth";
+
+import { blobValidate, tansParams } from "./ruoyi";
+import cache from "@/plugins/cache";
+import errorCode from "./errorCode";
+import userStore from "@/stores/user";
+
+
+import appStore from "@/stores/app";
+import { saveAs } from "file-saver";
+
+import { showLoading,hideLoading } from './loading'
+
+
+//const urlConfig = require('./public/urlConfig.json')
+
+
+
+
+//import prourl from './public/urlConfig.json'
+
+type ResponseData = {
+ msg?: string;
+ code?: number;
+ data?: T;
+ rows?: T[];
+ total?: number;
+};
+
+// 是否显示重新登录
+export const isRelogin = { show: false };
+
+//let baseURL = import.meta.env.MODE === 'production' ? urlConfig.prourl:urlConfig.devurl;
+
+axios.defaults.headers["Content-Type"] = "application/x-www-form-urlencoded;charset=utf-8"; //"application/json;charset=utf-8";
+
+export class Service {
+ // axios 实例
+ instance: AxiosInstance;
+ // 基础配置,url和超时时间
+ //import.meta.env.VITE_APP_BASE_API
+ //http://192.168.5.213:9100/gateway
+ //https://api.evo-techina.com'
+
+
+ baseConfig: AxiosRequestConfig = { baseURL:import.meta.env.VITE_APP_BASE_API, timeout: 30000 };
+
+ isloading:Boolean = true
+
+ constructor(config: AxiosRequestConfig) {
+ // 使用axios.create创建axios实例,配置为基础配置和我们传递进来的配置
+ this.instance = axios.create(Object.assign(this.baseConfig, config));
+
+ // request拦截器
+ this.instance.interceptors.request.use(
+ (config) => {
+ if(this.isloading){
+ showLoading()
+ }
+ // 是否需要设置 token
+ const isToken = (config.headers || {}).isToken === false;
+ // 是否需要防止数据重复提交
+ const isRepeatSubmit = (config.headers || {}).repeatSubmit === false;
+ if (getToken() && !isToken) {
+ config.headers["Authorization"] = "Bearer " + getToken(); // 让每个请求携带自定义token 请根据实际情况自行修改
+ }
+ // get请求映射params参数
+ if (config.method === "get" && config.params) {
+ let url = config.url + "?" + tansParams(config.params);
+ url = url.slice(0, -1);
+ config.params = {};
+ config.url = url;
+ }
+ if (!isRepeatSubmit && (config.method === "post" || config.method === "put")) {
+ const requestObj = {
+ url: config.url,
+ data: config.data instanceof Object ? JSON.stringify(config.data) : config.data,
+ time: new Date().getTime(),
+ };
+ const sessionObj = cache.session.getJSON<{
+ url: string;
+ data: { url: string; data: unknown; time: number };
+ time: number;
+ }>("sessionObj");
+ if (sessionObj === null) {
+ cache.session.setJSON("sessionObj", requestObj);
+ } else {
+ const s_url = sessionObj.url; // 请求地址
+ const s_data = sessionObj.data; // 请求数据
+ const s_time = sessionObj.time; // 请求时间
+ const interval = 1000; // 间隔时间(ms),小于此时间视为重复提交
+ if (s_data === requestObj.data && requestObj.time - s_time < interval && s_url === requestObj.url) {
+ const message = "数据正在处理,请勿重复提交";
+ console.warn(`[${s_url}]: ` + message);
+ return Promise.reject(new Error(message));
+ } else {
+ cache.session.setJSON("sessionObj", requestObj);
+ }
+ }
+ }
+ return config;
+ },
+ (error) => {
+ if(this.isloading){
+ hideLoading()
+ }
+ console.log(error);
+ Promise.reject(error);
+ }
+ );
+
+ // 响应拦截器
+ this.instance.interceptors.response.use(
+ (res) => {
+ if(this.isloading){
+ hideLoading()
+ }
+ // 未设置状态码则默认成功状态
+ const code = res.data.code || 1000;
+ // 获取错误信息
+ const msg = errorCode[code] || res.data.msg || errorCode["default"];
+ // 二进制数据则直接返回
+ if (res.request.responseType === "blob" || res.request.responseType === "arraybuffer") {
+ return res.data;
+ }
+ if (code == 'S0404' || code == 'S0405') {
+ appStore().seteff(false)
+ if (!isRelogin.show) {
+
+ // isRelogin.show = false;
+ // removeToken();
+ // location.href = "/login";
+
+ // isRelogin.show = true;
+ // ElMessageBox.confirm("登录状态已过期,您可以继续留在该页面,或者重新登录", "系统提示", {
+ // confirmButtonText: "重新登录",
+ // cancelButtonText: "取消",
+ // type: "warning",
+ // })
+ // .then(() => {
+ // isRelogin.show = false;
+ // removeToken(); //??
+ // location.href = "/login"; //??
+ // // const store = userStore();
+ // // store.LogOut().then(() => {
+ // // location.href = "/login";
+ // // });
+ // })
+ // .catch(() => {
+ // isRelogin.show = false;
+ // });
+ }
+ //return Promise.reject("登录已过期,请重新登录。");
+ return Promise.reject('S0405')
+ return Promise.reject()
+ } else if (code == 500) {
+ ElMessage({ message: msg, type: "error" });
+ return Promise.reject(new Error(msg));
+ } else if (code == 601) {
+ ElMessage({ message: msg, type: "warning" });
+ return Promise.reject("error");
+ } else if (code != 1000) {
+ ElMessage({ message: msg, type: "warning",duration:1500 });
+ //ElNotification.error({ title: msg });
+ return Promise.reject("error");
+ } else {
+ return res.data;
+ }
+ },
+ (error) => {
+ if(this.isloading){
+ hideLoading()
+ }
+ console.log("err" + error);
+ let { message } = error;
+ if (message == "Network Error") {
+ message = "后端接口连接异常";
+ } else if (message.includes("timeout")) {
+ message = "系统接口请求超时";
+ } else if (message.includes("Request failed with status code")) {
+ message = "系统接口" + message.substr(message.length - 3) + "异常";
+ }
+ ElMessage({ message: message, type: "error", duration: 5 * 1000 });
+ return Promise.reject(error);
+ }
+ );
+ }
+
+ /**
+ * 请求方法 此接口后台参数不标准,建议调整后台接口
+ * @param config
+ * @returns Promise
+ */
+ public requestT(config: AxiosRequestConfig,isloading:Boolean = true): Promise {
+ this.isloading = isloading
+ return this.instance.request(config);
+ }
+
+ /**
+ * 请求方法
+ * @param config
+ * @returns Promise
+ */
+ public request(config: AxiosRequestConfig,isloading:Boolean = true): Promise> {
+ this.isloading = isloading
+ return this.instance.request(config);
+ }
+
+ /**
+ * get请求
+ * @param url
+ * @param config
+ * @returns
+ */
+ public get(url: string, config?: AxiosRequestConfig): Promise> {
+ return this.instance.get(url, config);
+ }
+
+ /**
+ * post 请求
+ * @param url
+ * @param data
+ * @param config
+ * @returns
+ */
+ public post(url: string, data?: unknown, config?: AxiosRequestConfig): Promise> {
+ return this.instance.post(url, data, config);
+ }
+
+ /**
+ * put 请求
+ * @param url
+ * @param data
+ * @param config
+ * @returns
+ */
+ public put(url: string, data?: unknown, config?: AxiosRequestConfig): Promise> {
+ return this.instance.put(url, data, config);
+ }
+
+ /**
+ * delete 请求
+ * @param url
+ * @param data
+ * @param config
+ * @returns
+ */
+ public delete(url: string, config?: AxiosRequestConfig): Promise> {
+ return this.instance.delete(url, config);
+ }
+
+ /**
+ * 下载
+ * @param url
+ * @param params
+ * @param filename
+ * @param config
+ * @returns Promise
+ */
+ public download(url: string, params: T, filename: string, config: AxiosRequestConfig = {}) {
+ const downloadLoading = ElLoading.service({
+ text: "正在下载数据,请稍候",
+ spinner: "el-icon-loading",
+ background: "rgba(0, 0, 0, 0.7)",
+ });
+ return this.instance
+ .post(url, params, {
+ transformRequest: [
+ (params) => {
+ return tansParams(params);
+ },
+ ],
+ headers: { "Content-Type": "application/x-www-form-urlencoded" },
+ responseType: "blob",
+ ...config,
+ })
+ .then(async (data) => {
+ const isLogin = await blobValidate(data);
+ if (isLogin) {
+ const blob = new Blob([data]);
+ saveAs(blob, filename);
+ } else {
+ const resText = await data.text();
+ const rspObj = JSON.parse(resText);
+ const errMsg = errorCode[rspObj.code] || rspObj.msg || errorCode["default"];
+ ElMessage.error(errMsg);
+ }
+ downloadLoading.close();
+ })
+ .catch((r) => {
+ console.error(r);
+ ElMessage.error("下载文件出现错误,请联系管理员!");
+ downloadLoading.close();
+ });
+ }
+}
+
+// 默认导出Request实例
+export default new Service({});
diff --git a/src/utils/ruoyi.ts b/src/utils/ruoyi.ts
new file mode 100644
index 0000000..38d9b92
--- /dev/null
+++ b/src/utils/ruoyi.ts
@@ -0,0 +1,189 @@
+/**
+ * 通用js方法封装处理
+ * Copyright (c) 2019 ruoyi
+ */
+
+import type { DictObj } from "@/api/system/dict/data";
+import type { Ref } from "vue";
+
+/**
+ * 表单重置
+ * @param vueRef
+ */
+export function resetForm(vueRef: Ref) {
+ vueRef.value.resetFields();
+}
+
+// 添加日期范围
+export function addDateRange(params: T, dateRange: string[]) {
+ if (params instanceof Object) {
+ dateRange = Array.isArray(dateRange) ? dateRange : [];
+ params["beginTime"] = dateRange[0];
+ params["endTime"] = dateRange[1];
+ }
+ return params;
+}
+
+// 回显数据字典
+export function selectDictLabel(datas: DictObj[], value: string) {
+ if (!value) {
+ return "";
+ }
+
+ for (let i = 0; i < datas.length; i++) {
+ const dict = datas[i];
+ if (dict.value === value) {
+ return dict.label;
+ }
+ }
+
+ return "";
+}
+
+// 回显数据字典(字符串、数组)
+export function selectDictLabels(datas: { [keys: string]: { value: string; label: string } }, value: string, separator: string) {
+ if (value === undefined || value.length === 0) {
+ return "";
+ }
+ if (Array.isArray(value)) {
+ value = value.join(",");
+ }
+ const actions: string[] = [];
+ const currentSeparator = undefined === separator ? "," : separator;
+ const temp: string[] = value.split(currentSeparator);
+ Object.keys(value.split(currentSeparator)).some((val) => {
+ let match = false;
+ Object.keys(datas).some((key) => {
+ if (datas[key].value == "" + temp[Number(val)]) {
+ actions.push(datas[key].label + currentSeparator);
+ match = true;
+ }
+ });
+ if (!match) {
+ actions.push(temp[Number(val)] + currentSeparator);
+ }
+ });
+ return actions.join("").substring(0, actions.join("").length - 1);
+}
+
+// 转换字符串,undefined,null等转化为""
+export function parseStrEmpty(str: string) {
+ if (!str || str == "undefined" || str == "null") {
+ return "";
+ }
+ return str;
+}
+
+// 数据合并
+// export function mergeRecursive(source: { [keys: string]: unknown }, target: { [keys: string]: unknown }) {
+// for (const p in target) {
+// try {
+// if (target[p]?.constructor == Object) {
+// source[p] = mergeRecursive(source[p], target[p]);
+// } else {
+// source[p] = target[p];
+// }
+// } catch (e) {
+// source[p] = target[p];
+// }
+// }
+// return source;
+// }
+
+/**
+ * 构造树型结构数据
+ * @param {*} data 数据源
+ * @param {*} id id字段 默认 'id'
+ * @param {*} parentId 父节点字段 默认 'parentId'
+ * @param {*} children 孩子节点字段 默认 'children'
+ */
+export function handleTree(data: T[], id?: string, parentId?: string, children?: string) {
+ const config = {
+ id: id || "id",
+ parentId: parentId || "parentId",
+ childrenList: children || "children",
+ };
+
+ const childrenListMap: { [keys: string]: unknown } = {};
+ const nodeIds: { [keys: string]: unknown } = {};
+ const tree: T[] = [];
+
+ for (const d of data) {
+ const pId = d[config.parentId];
+ if ((typeof pId === "string" || typeof pId === "number") && !childrenListMap[pId]) {
+ childrenListMap[pId] = [];
+ }
+ const dataId = d[config.id];
+ (typeof dataId === "string" || typeof dataId === "number") && (nodeIds[dataId] = d);
+ if (typeof pId === "string" || typeof pId === "number") {
+ const cList = childrenListMap[pId];
+ cList instanceof Array && cList.push(d);
+ }
+ }
+
+ for (const d of data) {
+ const pId = d[config.parentId];
+ if ((typeof pId === "string" || typeof pId === "number") && nodeIds[pId] == null) {
+ tree.push(d);
+ }
+ }
+
+ for (const t of tree) {
+ adaptToChildrenList(t);
+ }
+
+ function adaptToChildrenList(o: { [keys: string]: unknown }) {
+ const pId = o[config.id];
+ if ((typeof pId === "string" || typeof pId === "number") && childrenListMap[pId] !== null) {
+ o[config.childrenList] = childrenListMap[pId];
+ }
+ const cList = o[config.childrenList];
+ if (cList instanceof Array) {
+ for (const c of cList) {
+ adaptToChildrenList(c);
+ }
+ }
+ }
+ return tree;
+}
+
+/**
+ * 参数处理
+ * @param {*} params 参数
+ */
+export function tansParams(params: { [keys: string]: unknown }) {
+ let result = "";
+ for (const propName of Object.keys(params)) {
+ const value = params[propName];
+ const part = encodeURIComponent(propName) + "=";
+ if (value !== null && value !== "" && typeof value !== "undefined") {
+ if (value instanceof Object) {
+ for (const [ckey, cVal] of Object.entries(value)) {
+ if (typeof cVal === "string" || typeof cVal === "number" || typeof cVal === "boolean") {
+ const temp = propName + "[" + ckey + "]";
+ const subPart = encodeURIComponent(temp) + "=";
+ result += subPart + encodeURIComponent(cVal) + "&";
+ }
+ }
+ } else if (typeof value === "string" || typeof value === "number" || typeof value === "boolean") {
+ result += part + encodeURIComponent(value) + "&";
+ }
+ }
+ }
+ return result;
+}
+
+/**
+ * 验证是否为blob格式
+ * @param data
+ * @returns
+ */
+export async function blobValidate(data: Blob) {
+ try {
+ const text = await data.text();
+ JSON.parse(text);
+ return false;
+ } catch (error) {
+ return true;
+ }
+}
diff --git a/src/utils/scroll-to.ts b/src/utils/scroll-to.ts
new file mode 100644
index 0000000..8284d15
--- /dev/null
+++ b/src/utils/scroll-to.ts
@@ -0,0 +1,63 @@
+const easeInOutQuad = function (t: number, b: number, c: number, d: number) {
+ t /= d / 2;
+ if (t < 1) {
+ return (c / 2) * t * t + b;
+ }
+ t--;
+ return (-c / 2) * (t * (t - 2) - 1) + b;
+};
+
+// requestAnimationFrame for Smart Animating http://goo.gl/sx5sts
+const requestAnimFrame = (function () {
+ return (
+ window.requestAnimationFrame ||
+ function (callback) {
+ window.setTimeout(callback, 1000 / 60);
+ }
+ );
+})();
+
+/**
+ * Because it's so fucking difficult to detect the scrolling element, just move them all
+ * @param {number} amount
+ */
+function move(amount: number) {
+ document.documentElement.scrollTop = amount;
+ // document.body.parentNode.scrollTop = amount
+ document.body.scrollTop = amount;
+}
+
+function position() {
+ return document.documentElement.scrollTop || document.body.scrollTop;
+}
+
+/**
+ * @param {number} to
+ * @param {number} duration
+ * @param {Function} callback
+ */
+export function scrollTo(to: number, duration: number, callback?: () => void) {
+ const start = position();
+ const change = to - start;
+ const increment = 20;
+ let currentTime = 0;
+ duration = typeof duration === "undefined" ? 500 : duration;
+ const animateScroll = function () {
+ // increment the time
+ currentTime += increment;
+ // find the value with the quadratic in-out easing function
+ const val = easeInOutQuad(currentTime, start, change, duration);
+ // move the document.body
+ move(val);
+ // do the animation unless its over
+ if (currentTime < duration) {
+ requestAnimFrame(animateScroll);
+ } else {
+ if (callback && typeof callback === "function") {
+ // the animation is done so lets callback
+ callback();
+ }
+ }
+ };
+ animateScroll();
+}
diff --git a/src/utils/validate.ts b/src/utils/validate.ts
new file mode 100644
index 0000000..8797d2c
--- /dev/null
+++ b/src/utils/validate.ts
@@ -0,0 +1,132 @@
+/**
+ * 判断url是否是http或https
+ * @param {string} path
+ * @returns {Boolean}
+ */
+export function isHttp(url: string) {
+ return url.indexOf("http://") !== -1 || url.indexOf("https://") !== -1;
+}
+
+/**
+ * 判断path是否为外链
+ * @param {string} path
+ * @returns {Boolean}
+ */
+export function isExternal(path: string) {
+ return /^(https?:|mailto:|tel:)/.test(path);
+}
+
+/**
+ * @param {string} str
+ * @returns {Boolean}
+ */
+export function validUsername(str: string) {
+ const valid_map = ["admin", "editor"];
+ return valid_map.indexOf(str.trim()) >= 0;
+}
+
+/**
+ * @param {string} url
+ * @returns {Boolean}
+ */
+export function validURL(url: string) {
+ const reg =
+ /^(https?|ftp):\/\/([a-zA-Z0-9.-]+(:[a-zA-Z0-9.&%$-]+)*@)*((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}|([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+\.(com|edu|gov|int|mil|net|org|biz|arpa|info|name|pro|aero|coop|museum|[a-zA-Z]{2}))(:[0-9]+)*(\/($|[a-zA-Z0-9.,?'\\+&%$#=~_-]+))*$/;
+ return reg.test(url);
+}
+
+/**
+ * @param {string} str
+ * @returns {Boolean}
+ */
+export function validLowerCase(str: string) {
+ const reg = /^[a-z]+$/;
+ return reg.test(str);
+}
+
+/**
+ * @param {string} str
+ * @returns {Boolean}
+ */
+export function validUpperCase(str: string) {
+ const reg = /^[A-Z]+$/;
+ return reg.test(str);
+}
+
+/**
+ * @param {string} str
+ * @returns {Boolean}
+ */
+export function validAlphabets(str: string) {
+ const reg = /^[A-Za-z]+$/;
+ return reg.test(str);
+}
+
+/**
+ * @param {string} email
+ * @returns {Boolean}
+ */
+// export function validEmail(email: string) {
+// const reg = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
+// return reg.test(email);
+// }
+
+/**
+ * @param {string} str
+ * @returns {Boolean}
+ */
+export function isString(str: string) {
+ if (typeof str === "string") {
+ return true;
+ }
+ return false;
+}
+
+/**
+ * @param {Array} arg
+ * @returns {Boolean}
+ */
+export function isArray(arg: unknown) {
+ if (typeof Array.isArray === "undefined") {
+ return Object.prototype.toString.call(arg) === "[object Array]";
+ }
+ return Array.isArray(arg);
+}
+
+export function setNum(v?:any){
+ if(v){
+ v = v+''
+ //替换掉数字和小数点 . 之外的字符
+ v = v.replace(/[^\d.]/g,'')
+ //把2个以上的小数点 . 替换成一个小数点 .
+ v = v.replace(/\.{2,}/g,'.')
+ //保证第一个字符为数字而不是小数点 .
+ v = v.replace(/^\./g,'')
+ //保证最后一个字符为数字而不是小数点 .
+ //v = v.replace(/\.$/g,'')
+ //保证小数点 . 只出现一次,而不能出现两次以上
+ v = v.replace('.','$#$').replace(/\./g,'').replace('$#$','.')
+ //只能输入两个小数
+ v = v.replace(/^(\-)*(\d+)\.(\d\d).*$/,'$1$2.$3')
+
+ if(/^0+[1-9]$/.test(v) || /^0+\d+\./.test(v)) {
+ v = v.replace(/^0+/,'')
+ }
+ if(/^(0+\.)/.test(v) || /^0+\.$/.test(v) || /^0+$/.test(v)) {
+ v = v.replace(/^0+/,'0')
+ }
+ return v
+ }
+ return ''
+}
+
+export function carNum(rule:any, value:any, callback:any) {
+ if(value.length > 0){
+ const regExp = new RegExp(/^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}(([0-9]{5}[DF])|([DF][A-HJ-NP-Z0-9][0-9]{4}))$/)
+ if (!regExp.test(value)) {
+ return callback(new Error('车牌号格式不正确'))
+ }
+ return callback()
+ }
+ return callback()
+}
\ No newline at end of file
diff --git a/src/views/components/detailstit.vue b/src/views/components/detailstit.vue
new file mode 100644
index 0000000..0097215
--- /dev/null
+++ b/src/views/components/detailstit.vue
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+ {{name}}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/components/latilonmap.vue b/src/views/components/latilonmap.vue
new file mode 100644
index 0000000..a26fddc
--- /dev/null
+++ b/src/views/components/latilonmap.vue
@@ -0,0 +1,158 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确定
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/components/login.vue b/src/views/components/login.vue
new file mode 100644
index 0000000..1c25f68
--- /dev/null
+++ b/src/views/components/login.vue
@@ -0,0 +1,296 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/error/401.vue b/src/views/error/401.vue
new file mode 100644
index 0000000..b6c55ad
--- /dev/null
+++ b/src/views/error/401.vue
@@ -0,0 +1,82 @@
+
+
+
返回
+
+
+ 401错误!
+ 您没有访问权限!
+ 对不起,您没有访问权限,请不要进行非法操作!您可以返回主页面
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/error/404.vue b/src/views/error/404.vue
new file mode 100644
index 0000000..c9d936b
--- /dev/null
+++ b/src/views/error/404.vue
@@ -0,0 +1,215 @@
+
+
+
+
+
+
404错误!
+
找不到网页!
+
对不起,您正在寻找的页面不存在。尝试检查URL的错误,然后按浏览器上的刷新按钮或尝试在我们的应用程序中找到其他内容。
+
返回首页
+
+
+
+
+
+
+
+
diff --git a/src/views/index.vue b/src/views/index.vue
new file mode 100644
index 0000000..7ba5a9f
--- /dev/null
+++ b/src/views/index.vue
@@ -0,0 +1,503 @@
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.count }}
+
+
{{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/login/login.vue b/src/views/login/login.vue
new file mode 100644
index 0000000..de24cd8
--- /dev/null
+++ b/src/views/login/login.vue
@@ -0,0 +1,6 @@
+
+
+
+
\ No newline at end of file
diff --git a/src/views/order/account/baldetails.vue b/src/views/order/account/baldetails.vue
new file mode 100644
index 0000000..f75462c
--- /dev/null
+++ b/src/views/order/account/baldetails.vue
@@ -0,0 +1,371 @@
+
+
+
+ 新增
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/order/account/index.vue b/src/views/order/account/index.vue
new file mode 100644
index 0000000..35712b5
--- /dev/null
+++ b/src/views/order/account/index.vue
@@ -0,0 +1,637 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
新增
+
+
+
+ {{scope.row.code}}
+
+
+
+
+ 个人
+ 企业
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
基本信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确 定
+ 重 置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/order/replabatt/index.vue b/src/views/order/replabatt/index.vue
new file mode 100644
index 0000000..b62a8b4
--- /dev/null
+++ b/src/views/order/replabatt/index.vue
@@ -0,0 +1,703 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
新增
+
+
+
+
+ 换电
+ 充电
+
+
+
+
+
+
+
+
+ 等待受理
+ 换电中
+ 换电完成
+ 出现异常
+ 未结算
+ 订单取消
+ 已结算
+
+
+
+
+ ODO
+ SOC
+ 换电量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 全自动
+ 半自动
+ 人工干预
+
+
+
+
+ A车道
+ B车道
+ 人工干预
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/order/reservation/index.vue b/src/views/order/reservation/index.vue
new file mode 100644
index 0000000..b1337e5
--- /dev/null
+++ b/src/views/order/reservation/index.vue
@@ -0,0 +1,460 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
新增
+
+
+
+
+
+
+
+
+
+
+ 预约成功
+ 到店使用
+ 取消
+ 过期
+
+
+
+
+
+ 取消
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/redirect.vue b/src/views/redirect.vue
new file mode 100644
index 0000000..1c5e0b3
--- /dev/null
+++ b/src/views/redirect.vue
@@ -0,0 +1,13 @@
+
+ loading...
+
+
diff --git a/src/views/register.vue b/src/views/register.vue
new file mode 100644
index 0000000..4e4fb10
--- /dev/null
+++ b/src/views/register.vue
@@ -0,0 +1,218 @@
+
+
+
+ 若依后台管理系统
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 注 册
+ 注 册 中...
+
+
+ 使用已有账户登录
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/swapstation/battery/index.vue b/src/views/swapstation/battery/index.vue
new file mode 100644
index 0000000..6ba482a
--- /dev/null
+++ b/src/views/swapstation/battery/index.vue
@@ -0,0 +1,400 @@
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
新增
+
+
+
+
+ {{scope.row.batCode}}
+
+
+
+
+
+ 站
+ 车
+
+
+
+
+ 出租中
+ 充电中
+ 充电完毕
+ 故障
+ 其他
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 站
+ 车
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/swapstation/costdetails/index.vue b/src/views/swapstation/costdetails/index.vue
new file mode 100644
index 0000000..be346dc
--- /dev/null
+++ b/src/views/swapstation/costdetails/index.vue
@@ -0,0 +1,360 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+ 新增
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/swapstation/dcc/index.vue b/src/views/swapstation/dcc/index.vue
new file mode 100644
index 0000000..9ff3672
--- /dev/null
+++ b/src/views/swapstation/dcc/index.vue
@@ -0,0 +1,317 @@
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
新增
+
+
+
+ {{scope.row.dccNo}}
+
+
+
+
+
+ 正常
+ 检修
+ 坏
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 正常
+ 检修
+ 坏
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/swapstation/electmach/index.vue b/src/views/swapstation/electmach/index.vue
new file mode 100644
index 0000000..c161d23
--- /dev/null
+++ b/src/views/swapstation/electmach/index.vue
@@ -0,0 +1,370 @@
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
新增
+
+
+
+ {{scope.row.code}}
+
+
+
+
+
+
+ 连接器
+ 充电枪
+
+
+
+
+ 正常
+ 检修
+ 坏
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 正常
+ 检修
+ 坏
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/swapstation/expestand/costdetails.vue b/src/views/swapstation/expestand/costdetails.vue
new file mode 100644
index 0000000..f329017
--- /dev/null
+++ b/src/views/swapstation/expestand/costdetails.vue
@@ -0,0 +1,291 @@
+
+
+
+ 新增
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/swapstation/expestand/index.vue b/src/views/swapstation/expestand/index.vue
new file mode 100644
index 0000000..1fd013d
--- /dev/null
+++ b/src/views/swapstation/expestand/index.vue
@@ -0,0 +1,600 @@
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
新增
+
+
+
+ {{scope.row.name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
费用标准
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确 定
+ 重 置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/swapstation/hdz/index.vue b/src/views/swapstation/hdz/index.vue
new file mode 100644
index 0000000..d5db5ff
--- /dev/null
+++ b/src/views/swapstation/hdz/index.vue
@@ -0,0 +1,958 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
新增
+
+
+
+ {{scope.row.name}}
+
+
+
+
+
+
+ 正常营业
+ 正常停运
+ 故障停运
+ 指令停运
+ 其它
+
+
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
基础信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确 定
+ 重 置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/swapstation/robot/index.vue b/src/views/swapstation/robot/index.vue
new file mode 100644
index 0000000..f0ae750
--- /dev/null
+++ b/src/views/swapstation/robot/index.vue
@@ -0,0 +1,337 @@
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
新增
+
+
+
+
+ {{scope.row.code}}
+
+
+
+
+
+ 就地
+ 远程
+
+
+
+
+ 正常
+ 禁用
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 正常
+ 禁用
+
+
+
+
+
+
+ {{n.dictName}}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/InfoTemplate/index.vue b/src/views/system/InfoTemplate/index.vue
new file mode 100644
index 0000000..93b1287
--- /dev/null
+++ b/src/views/system/InfoTemplate/index.vue
@@ -0,0 +1,3 @@
+
+ 信息模板
+
\ No newline at end of file
diff --git a/src/views/system/aboutus/index.vue b/src/views/system/aboutus/index.vue
new file mode 100644
index 0000000..d5a889d
--- /dev/null
+++ b/src/views/system/aboutus/index.vue
@@ -0,0 +1,311 @@
+
+
+
+
+
+
+
+
+
+
+
河北智能机械设备有限公司
+
+
修改
+
+
统一社会信用代码:12345678978945
+
联系人:张三三
+
联系电话:0311-12378952
+
详细地址:河北省石家庄市桥西区塔坛大街123号
+
银行账户:45678998787423221
+
开户行名称:建设银行塔坛支行
+
微信支付商户号:1213223312313
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/aboutus/index1.vue b/src/views/system/aboutus/index1.vue
new file mode 100644
index 0000000..3073d31
--- /dev/null
+++ b/src/views/system/aboutus/index1.vue
@@ -0,0 +1,196 @@
+
+
+
+
+
+
+
+
+
+
+
河北智能机械设备有限公司
+
+
修改
+
+
统一社会信用代码:12345678978945
+
联系人:张三三
+
联系电话:0311-12378952
+
详细地址:河北省石家庄市桥西区塔坛大街123号
+
银行账户:45678998787423221
+
开户行名称:建设银行塔坛支行
+
微信支付商户号:1213223312313
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/cartype/index.vue b/src/views/system/cartype/index.vue
new file mode 100644
index 0000000..b3f8cc0
--- /dev/null
+++ b/src/views/system/cartype/index.vue
@@ -0,0 +1,248 @@
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
新增
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/company/index.vue b/src/views/system/company/index.vue
new file mode 100644
index 0000000..2ba1b41
--- /dev/null
+++ b/src/views/system/company/index.vue
@@ -0,0 +1,463 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
新增
+
+
+
+
+
+
+
+
+
+
+ 启用
+ 禁用
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 启用
+ 禁用
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/config/index.vue b/src/views/system/config/index.vue
new file mode 100644
index 0000000..110688c
--- /dev/null
+++ b/src/views/system/config/index.vue
@@ -0,0 +1,249 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+ 刷新缓存
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dayjs(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") }}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue
new file mode 100644
index 0000000..83ed25d
--- /dev/null
+++ b/src/views/system/dept/index.vue
@@ -0,0 +1,269 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 展开/折叠
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dayjs(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") }}
+
+
+
+
+ 修改
+ 新增
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/dict/data.vue b/src/views/system/dict/data.vue
new file mode 100644
index 0000000..fceb10e
--- /dev/null
+++ b/src/views/system/dict/data.vue
@@ -0,0 +1,311 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+ 关闭
+
+
+
+
+
+
+
+
+
+ {{ scope.row.dictLabel }}
+ {{ scope.row.dictLabel }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dayjs(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") }}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/dict/edit.vue b/src/views/system/dict/edit.vue
new file mode 100644
index 0000000..0ee22dd
--- /dev/null
+++ b/src/views/system/dict/edit.vue
@@ -0,0 +1,317 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 目录
+ 菜单
+ 按钮
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是否外链
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+ 路由地址
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ form.isFrame == "1" ? "组件路径" : "外部链接" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 权限字符
+
+
+
+
+
+
+
+
+
+
+
+
+ 路由参数
+
+
+
+
+
+
+
+
+
+
+
+ 是否缓存
+
+
+
+ 缓存
+ 不缓存
+
+
+
+
+
+
+
+
+
+
+ 显示状态
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+ 菜单状态
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue
new file mode 100644
index 0000000..27eb396
--- /dev/null
+++ b/src/views/system/dict/index.vue
@@ -0,0 +1,423 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
新增
+
+
+
+
+
+
+ 查看
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+ 新增
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/dict/index1.vue b/src/views/system/dict/index1.vue
new file mode 100644
index 0000000..a691e5e
--- /dev/null
+++ b/src/views/system/dict/index1.vue
@@ -0,0 +1,296 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 展开/折叠
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+ 新增
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/hdzxh/index.vue b/src/views/system/hdzxh/index.vue
new file mode 100644
index 0000000..b11234f
--- /dev/null
+++ b/src/views/system/hdzxh/index.vue
@@ -0,0 +1,278 @@
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
新增
+
+
+
+
+
+
+
+
+ 有人值守
+ 无人值守
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 无人值守
+ 有人值守
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue
new file mode 100644
index 0000000..f70adbc
--- /dev/null
+++ b/src/views/system/menu/index.vue
@@ -0,0 +1,559 @@
+
+
+
+
+
+
+
菜单列表
+
+
+ 新增
+
+
+ 展开/折叠
+
+
+
+
+
+
+ {{scope.row.name}}
+
+
+
+
+ 系统
+ 目录
+ 页面
+
+
+
+
+
+
+
+ #
+
+
+
+
+
+
+ 显示
+ 隐藏
+
+
+
+
+
+ 新增
+
+ 删除
+
+
+
+
+
+
+
+
{{daxtit}}接口权限
+
+
+ 新增
+
+
+
+
+
+ {{scope.row.name}}
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 系统
+ 目录
+ 页面
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 显示
+ 隐藏
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ GET
+ POST
+ DEL
+ PUSH
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/miniset/index.vue b/src/views/system/miniset/index.vue
new file mode 100644
index 0000000..7b5cd7c
--- /dev/null
+++ b/src/views/system/miniset/index.vue
@@ -0,0 +1,3 @@
+
+ 小程序设置
+
\ No newline at end of file
diff --git a/src/views/system/modelno/index.vue b/src/views/system/modelno/index.vue
new file mode 100644
index 0000000..9848d07
--- /dev/null
+++ b/src/views/system/modelno/index.vue
@@ -0,0 +1,301 @@
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
新增
+
+
+
+
+
+
+ 三元铁锂
+ 磷酸铁锂
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 三元铁锂
+ 磷酸铁锂
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/notice/index.vue b/src/views/system/notice/index.vue
new file mode 100644
index 0000000..055885c
--- /dev/null
+++ b/src/views/system/notice/index.vue
@@ -0,0 +1,232 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dayjs(scope.row.createTime).format("YYYY-MM-DD") }}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/operator/index.vue b/src/views/system/operator/index.vue
new file mode 100644
index 0000000..f2c902e
--- /dev/null
+++ b/src/views/system/operator/index.vue
@@ -0,0 +1,439 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
新增
+
+
+
+
+
+
+
+
+
+
+ 启用
+ 禁用
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+ 启用
+ 禁用
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/post/index.vue b/src/views/system/post/index.vue
new file mode 100644
index 0000000..c1afc35
--- /dev/null
+++ b/src/views/system/post/index.vue
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dayjs(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") }}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/role/authUser.vue b/src/views/system/role/authUser.vue
new file mode 100644
index 0000000..d8994bf
--- /dev/null
+++ b/src/views/system/role/authUser.vue
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 添加用户
+
+
+ 批量取消授权
+
+
+ 关闭
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dayjs(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") }}
+
+
+
+
+ 取消授权
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue
new file mode 100644
index 0000000..fe6b296
--- /dev/null
+++ b/src/views/system/role/index.vue
@@ -0,0 +1,425 @@
+
+
+
+
新增
+
+
+
+ 开发者
+ 运营方
+ 客户
+
+
+
+
+
+
+ 启用
+ 禁用
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+ 分配权限
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 开发者
+ 运营方
+ 客户
+
+
+
+
+
+
+
+
+
+
+ 启用
+ 禁用
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 菜单分配
+
+
+
+
+ 接口权限分配
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/role/selectUser.vue b/src/views/system/role/selectUser.vue
new file mode 100644
index 0000000..32b5b7e
--- /dev/null
+++ b/src/views/system/role/selectUser.vue
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dayjs(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/user/authRole.vue b/src/views/system/user/authRole.vue
new file mode 100644
index 0000000..3a1d851
--- /dev/null
+++ b/src/views/system/user/authRole.vue
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ (pageNum - 1) * pageSize + scope.$index + 1 }}
+
+
+
+
+
+
+
+
+ {{ dayjs(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") }}
+
+
+
+
+
+
+
+
+ 提交
+ 返回
+
+
+
+
+
+
diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue
new file mode 100644
index 0000000..69b5eb5
--- /dev/null
+++ b/src/views/system/user/index.vue
@@ -0,0 +1,548 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
新增
+
+
+
+
+ 开发者
+ 运营方
+ 客户
+
+
+
+
+
+
+
+
+ 男
+ 女
+
+
+
+
+
+ 启用
+ 禁用
+
+
+
+
+
+ 修改
+ 分配角色
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 开发者
+ 运营方
+ 客户
+
+
+
+
+
+
+
+
+
+
+
+ 启用
+ 禁用
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 男
+ 女
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+
+
+ 基本信息
+
+
+
+
+
+
+
+
+
+
+ 角色列表
+ 分配角色
+
+
+
+
+
+
+
+ 启用
+ 禁用
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/user/profile/index.vue b/src/views/system/user/profile/index.vue
new file mode 100644
index 0000000..527c779
--- /dev/null
+++ b/src/views/system/user/profile/index.vue
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+ 个人信息
+
+
+
+
+
+
+
+
+
+
+
+ 用户名称
+ {{ form.user.userName }}
+
+
+
+
+
+ 手机号码
+ {{ form.user.phonenumber }}
+
+
+
+ 用户邮箱
+ {{ form.user.email }}
+
+
+
+ 所属部门
+ {{ form.user.dept?.deptName }} / {{ form.postGroup }}
+
+
+
+ 所属角色
+ {{ form.roleGroup }}
+
+
+
+ 创建日期
+ {{ form.user.createTime }}
+
+
+
+
+
+
+
+
+
+
+ 基本资料
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/user/profile/resetPwd.vue b/src/views/system/user/profile/resetPwd.vue
new file mode 100644
index 0000000..da80395
--- /dev/null
+++ b/src/views/system/user/profile/resetPwd.vue
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+ 关闭
+
+
+
+
+
diff --git a/src/views/system/user/profile/userAvatar.vue b/src/views/system/user/profile/userAvatar.vue
new file mode 100644
index 0000000..9050cc7
--- /dev/null
+++ b/src/views/system/user/profile/userAvatar.vue
@@ -0,0 +1,175 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 选择
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 提 交
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/user/profile/userInfo.vue b/src/views/system/user/profile/userInfo.vue
new file mode 100644
index 0000000..a446140
--- /dev/null
+++ b/src/views/system/user/profile/userInfo.vue
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 男
+ 女
+
+
+
+ 保存
+ 关闭
+
+
+
+
+
diff --git a/src/views/vehicle/car/index.vue b/src/views/vehicle/car/index.vue
new file mode 100644
index 0000000..acd2d2e
--- /dev/null
+++ b/src/views/vehicle/car/index.vue
@@ -0,0 +1,583 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
新增
+
+
+
+ {{scope.row.plateNum}}
+
+
+
+
+
+
+ 个人
+ 企业
+
+
+
+
+
+
+ 电量
+ 里程
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 个人
+ 企业
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tsconfig.app.json b/tsconfig.app.json
new file mode 100644
index 0000000..0d8dce5
--- /dev/null
+++ b/tsconfig.app.json
@@ -0,0 +1,13 @@
+{
+ "extends": "@vue/tsconfig/tsconfig.web.json",
+ "include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
+ "exclude": ["src/**/__tests__/*"],
+ "compilerOptions": {
+ "ignoreDeprecations": "5.0",
+ "composite": true,
+ "baseUrl": ".",
+ "paths": {
+ "@/*": ["./src/*"]
+ }
+ }
+}
diff --git a/tsconfig.config.json b/tsconfig.config.json
new file mode 100644
index 0000000..2773f70
--- /dev/null
+++ b/tsconfig.config.json
@@ -0,0 +1,14 @@
+{
+ "extends": "@vue/tsconfig/tsconfig.node.json",
+ "include": [
+ "vite/vite.config.*",
+ "vite/**/*"
+ ],
+ "compilerOptions": {
+ "ignoreDeprecations": "5.0",
+ "composite": true,
+ "types": [
+ "node"
+ ]
+ }
+}
\ No newline at end of file
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..726d1f1
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,19 @@
+{
+ "files": [],
+ "references": [
+ {
+ "path": "./tsconfig.config.json"
+ },
+ {
+ "path": "./tsconfig.app.json"
+ },
+ {
+ "path": "./tsconfig.vitest.json"
+ }
+ ],
+ "compilerOptions": {
+ "ignoreDeprecations": "5.0",
+ "types": [ "vite/client" ],
+ "module": "esnext"
+ }
+}
diff --git a/tsconfig.vitest.json b/tsconfig.vitest.json
new file mode 100644
index 0000000..bf5eaa4
--- /dev/null
+++ b/tsconfig.vitest.json
@@ -0,0 +1,10 @@
+{
+ "extends": "./tsconfig.app.json",
+ "exclude": [],
+ "compilerOptions": {
+ "ignoreDeprecations": "5.0",
+ "composite": true,
+ "lib": [],
+ "types": ["node", "jsdom"]
+ }
+}
diff --git a/vite.config.ts b/vite.config.ts
new file mode 100644
index 0000000..e8d8da8
--- /dev/null
+++ b/vite.config.ts
@@ -0,0 +1,52 @@
+import { fileURLToPath, URL } from "node:url";
+import createVitePlugins from "./vite/plugins";
+import serveConfig from "./vite/vite.config.serve";
+import buildConfig from "./vite/vite.config.serve";
+import { defineConfig, loadEnv } from "vite";
+
+// https://vitejs.dev/config/
+export default defineConfig(({ command, mode }) => {
+ const env = loadEnv(mode, process.cwd());
+ const { VITE_APP_ENV } = env;
+ const config = command === "build" ? buildConfig : serveConfig;
+ return {
+ plugins: createVitePlugins(VITE_APP_ENV, command === "build"),
+ resolve: {
+ alias: {
+ "@": fileURLToPath(new URL("./src", import.meta.url)),
+ },
+ },
+ ...config,
+ build: {
+ rollupOptions: {
+ output: {
+ entryFileNames: 'js/[name]-[hash].js', // 指定 JS 文件的输出路径及命名规则
+ chunkFileNames: 'js/[name]-[hash].js', // 指定分片文件的输出路径及命名规则
+ assetFileNames: (assetInfo) => {
+ // 设置不同类型文件的输出路径及命名规则
+ if (
+ assetInfo.type === 'asset' &&
+ /\.(jpe?g|png|gif|svg)$/i.test(assetInfo.name as string)
+ ) {
+ return 'img/[name].[hash].[ext]' // 图像文件输出路径及命名规则
+ }
+ if (
+ assetInfo.type === 'asset' &&
+ /\.(ttf|woff|woff2|eot)$/i.test(assetInfo.name as string)
+ ) {
+ return 'fonts/[name].[hash].[ext]' // 字体文件输出路径及命名规则
+ }
+ return '[ext]/name1-[hash].[ext]' // 其他资源文件输出路径及命名规则
+ }
+ }
+ }
+ }
+ };
+});
+
+
+
+
+
+
+
diff --git a/vite/plugins/index.ts b/vite/plugins/index.ts
new file mode 100644
index 0000000..7109c6c
--- /dev/null
+++ b/vite/plugins/index.ts
@@ -0,0 +1,9 @@
+import vue from "@vitejs/plugin-vue";
+
+import createSvgIcon from "./svg-icon";
+
+export default function createVitePlugins(viteEnv: string, isBuild = false) {
+ const vitePlugins = [vue()];
+ vitePlugins.push(createSvgIcon(isBuild));
+ return vitePlugins;
+}
diff --git a/vite/plugins/svg-icon.ts b/vite/plugins/svg-icon.ts
new file mode 100644
index 0000000..d311773
--- /dev/null
+++ b/vite/plugins/svg-icon.ts
@@ -0,0 +1,10 @@
+import { createSvgIconsPlugin } from "vite-plugin-svg-icons";
+import path from "path";
+
+export default function createSvgIcon(isBuild: boolean) {
+ return createSvgIconsPlugin({
+ iconDirs: [path.resolve(process.cwd(), "src/assets/icons/svg")],
+ symbolId: "icon-[dir]-[name]",
+ svgoOptions: isBuild,
+ });
+}
diff --git a/vite/vite.config.build.ts b/vite/vite.config.build.ts
new file mode 100644
index 0000000..7163e7b
--- /dev/null
+++ b/vite/vite.config.build.ts
@@ -0,0 +1,6 @@
+import { defineConfig } from "vite";
+
+// https://vitejs.dev/config/
+export default defineConfig({
+ envPrefix: "VITE_", //环境变量默认前缀
+});
diff --git a/vite/vite.config.serve.ts b/vite/vite.config.serve.ts
new file mode 100644
index 0000000..fb3cb2d
--- /dev/null
+++ b/vite/vite.config.serve.ts
@@ -0,0 +1,20 @@
+import { defineConfig } from "vite";
+
+// https://vitejs.dev/config/
+export default defineConfig({
+ envPrefix: "VITE_", //环境变量默认前缀
+ server: {
+ // 服务器主机名,默认是 localhost
+ host: "localhost",
+ // 是否开启自动打开浏览器
+ open: true,
+ proxy: {
+ "^/dev-api": {
+ target: `http://192.168.5.213:9100/gateway`,
+ changeOrigin: true,
+ // rewrite: (path) => path.replace(/^\/api/, '\/' + process.env.VUE_APP_BASE_API)
+ rewrite: (path) => path.replace(/^\/dev-api/, "/"),
+ },
+ },
+ },
+});