From 57ed469543e75075af3cfaf078ed2ca49e177683 Mon Sep 17 00:00:00 2001
From: XiaoDaiGua-Ray <443547225@qq.com>
Date: Fri, 12 Jan 2024 21:07:34 +0800
Subject: [PATCH] version: 4.6.0
---
.vscode/settings.json | 1 +
CHANGELOG.md | 43 ++++
package.json | 8 +-
pnpm-lock.yaml | 243 +++++++++---------
src/app-components/app/AppAvatar/index.tsx | 13 +-
.../components/UnlockScreen/index.tsx | 8 +-
src/app-components/app/RayLink/index.tsx | 22 +-
.../provider/AppNaiveGlobalProvider/index.tsx | 53 ++--
src/app-config/appConfig.ts | 2 +
src/app-config/index.ts | 6 +
src/axios/inject/request/provider.ts | 2 +-
src/axios/instance.ts | 2 +-
src/components/RChart/src/index.tsx | 2 +-
src/components/RChart/src/type.ts | 7 +
src/components/RCollapseGrid/src/index.tsx | 6 +-
src/components/RTable/src/Table.tsx | 6 +-
src/components/RTable/src/components/C.tsx | 17 +-
.../RTransitionComponent/src/index.vue | 2 +-
src/dayjs/index.ts | 2 +-
src/directives/README_DIR.md | 36 +--
.../components/useContextmenuCoordinate.ts | 19 +-
src/hooks/index.ts | 3 +
src/hooks/template/useAppNavigation.ts | 57 +++-
src/hooks/template/useMaximize.ts | 28 +-
src/hooks/template/useSiderBar.ts | 42 ++-
src/hooks/template/useTheme.ts | 2 +-
src/hooks/web/useDayjs.ts | 2 +-
src/hooks/web/useElementFullscreen.ts | 43 +++-
src/layout/components/Menu/index.tsx | 5 +-
src/layout/components/MenuTag/index.tsx | 69 +++--
.../SiderBar/components/Breadcrumb/index.tsx | 7 +-
.../components/GlobalSearch/index.tsx | 31 +--
.../components/ThemeSwitch/index.tsx | 8 +-
.../components/SettingDrawer/index.tsx | 8 +-
src/layout/components/SiderBar/index.tsx | 32 +--
src/layout/components/SiderBar/shared.ts | 2 +-
src/layout/default/ContentWrapper/index.tsx | 2 +-
src/layout/default/HeaderWrapper/index.tsx | 6 +-
src/layout/index.tsx | 2 +-
src/locales/helper.ts | 3 +-
src/locales/index.ts | 3 +-
src/router/README.md | 2 +-
src/router/helper/permission.ts | 7 +-
src/router/helper/routerCopilot.ts | 7 +-
src/router/helper/setupHelper.ts | 2 +-
src/router/index.ts | 2 +-
src/router/modules/dashboard.ts | 2 +-
src/router/modules/demo/axios.ts | 2 +-
src/router/modules/demo/context-menu.ts | 2 +-
src/router/modules/demo/directive.ts | 2 +-
src/router/modules/demo/doc.ts | 2 +-
src/router/modules/demo/echart.ts | 2 +-
src/router/modules/demo/iframe.ts | 2 +-
src/router/modules/demo/mock.ts | 4 +-
src/router/modules/demo/modal.ts | 2 +-
src/router/modules/demo/multi-menu.ts | 2 +-
src/router/modules/demo/precision.ts | 2 +-
src/router/modules/demo/qrcode.ts | 2 +-
src/router/modules/demo/rely.ts | 2 +-
src/router/modules/demo/router-demo.ts | 2 +-
src/router/modules/demo/scroll-reveal.ts | 2 +-
src/router/modules/demo/svg-icons.ts | 2 +-
src/router/modules/demo/table.ts | 2 +-
src/router/modules/demo/template-hooks.ts | 2 +-
src/router/modules/error404.ts | 2 +-
src/router/routes.ts | 2 +-
src/spin/index.tsx | 2 +-
src/store/hooks/useMenuStore.ts | 4 +-
src/store/index.ts | 3 +-
src/store/modules/keep-alive/index.ts | 2 +-
src/store/modules/menu/helper.ts | 6 +-
src/store/modules/menu/index.ts | 140 ++++------
src/store/modules/setting/index.ts | 7 +-
src/types/modules/app.ts | 1 +
src/utils/dom.ts | 4 +-
src/utils/element.ts | 2 +-
src/views/dashboard/index.tsx | 22 +-
src/views/demo/axios/index.tsx | 22 +-
src/views/demo/context-menu/index.tsx | 12 +-
src/views/demo/directive/index.tsx | 26 +-
src/views/demo/echart/index.tsx | 6 +-
src/views/demo/iframe/index.tsx | 6 +-
src/views/demo/mock-demo/index.tsx | 10 +-
src/views/demo/modal-demo/index.tsx | 14 +-
src/views/demo/precision/index.tsx | 10 +-
src/views/demo/qrcode/index.tsx | 26 +-
.../router-demo/router-demo-detail/index.tsx | 6 +-
.../router-demo/router-demo-home/index.tsx | 10 +-
src/views/demo/svg-icons/index.tsx | 6 +-
src/views/demo/table/index.tsx | 14 +-
src/views/demo/template-hooks/index.tsx | 42 +--
.../login/components/SSOSigning/index.tsx | 10 +-
src/views/login/components/Signing/index.tsx | 5 +-
src/views/login/index.tsx | 27 +-
unplugin/.eslintrc-auto-import.json | 3 +-
unplugin/auto-imports.d.ts | 1 +
96 files changed, 756 insertions(+), 610 deletions(-)
create mode 100644 src/app-config/index.ts
create mode 100644 src/hooks/index.ts
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 06350601..e5492073 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -21,6 +21,7 @@
"cSpell.words": [
"Clickoutside",
"commitmsg",
+ "datetimerange",
"domtoimage",
"EDITMSG",
"macarons",
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ddb1baf..4e006ed6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,48 @@
# CHANGE LOG
+## 4.6.0
+
+破坏性更新,请谨慎更新。
+
+提升了模板整体性能。
+
+## Feats
+
+- 更新 `vue` 版本至 `3.4.7`
+- 更新 `naive-ui` 版本至 `2.37.3`
+- 更新最新版本 `vue` 后,更新 `createDiscreteApi` 方法注册上下文,改为函数包裹,避免 `slot default invoked outside of render` 警告
+- 使用 [`NFlex`](https://www.naiveui.com/zh-CN/dark/components/flex) 组件替换 `NSpace` 组件,根据官方建议,尽量使用该组件
+- `menu store` 相关
+ - 优化 `setupAppMenu` 方法,初始化时会拼接完整的 `fullPath`,避免 `url`, `menu value` 更新路由时重复处理 `path`,提高性能
+ - 优化 `updateMenuKeyWhenRouteUpdate` 方法,减少 `path` 处理操作
+ - 优化 `changeMenuModelValue` 方法,减少 `path` 处理操作
+ - 移除 `emptyMenuTagOptions` 方法,使用 `spliceMenTagOptions` 方法替代
+- 由于更新了 `path` 逻辑,所以 `menu store`, `AppMenu` 等相关也同步更新
+ - `AppMenu` 更新 `key` 绑定字段为 `fullPath`
+ - `menu store` 更新 `menuKey` 绑定字段为 `fullPath`
+ - 更新 `parseAndFindMatchingNodes` 绑定字段为 `fullPath`
+- `useAppNavigation` 相关
+ - `navigationTo` 相关
+ - 重构该方法
+ - 支持传递完整路径跳转
+ - 支持传递参数 `vue-router query` 对象
+ - 支持配置项,详情请看 `NavigationToOptions`
+- `useSiderBar` 相关
+ - 同步更新所有方法,使用 `fullPath` 代替 `path`
+- `useContextmenuCoordinate` 方法
+ - 使用 `readonly` 方法包裹 `show` 属性
+ - 补充一些注释
+- 统一 `app-config` 的导入导出方式,现在统一为 `import { xxx } from '@/app-config'` 导入
+- 统一 `hooks` 包的导入导出方式,现在统一为 `import { xxx } from '@/hooks'` 导入
+- `app-config` 相关
+ - 开放 `APP_CATCH_KEY.appMenuKey` 属性,配置缓存读取字段
+- `useMaximize` 相关
+ - 优化 `maximize` 方法,现在支持配置滚动位置
+
+## Fixes
+
+- 修复 `RChart` 组件 `RChartInst` 类型不完整的问题
+
## 4.5.0
破坏性更新。
diff --git a/package.json b/package.json
index 82542875..6f16bfce 100755
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "ray-template",
"private": false,
- "version": "4.5.0",
+ "version": "4.6.0",
"type": "module",
"engines": {
"node": "^18.0.0 || >=20.0.0",
@@ -44,13 +44,13 @@
"interactjs": "1.10.26",
"lodash-es": "^4.17.21",
"mockjs": "1.1.0",
- "naive-ui": "^2.36.0",
+ "naive-ui": "^2.37.3",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"print-js": "^1.6.0",
- "vue": "^3.4.0",
+ "vue": "^3.4.7",
"vue-hooks-plus": "1.8.5",
- "vue-i18n": "^9.8.0",
+ "vue-i18n": "^9.9.0",
"vue-router": "^4.2.5",
"xlsx": "^0.18.5"
},
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index fbaed425..f5ffe192 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -7,7 +7,7 @@ settings:
dependencies:
'@vueuse/core':
specifier: ^10.6.1
- version: 10.6.1(vue@3.4.0)
+ version: 10.6.1(vue@3.4.7)
awesome-qr:
specifier: 2.1.5-rc.0
version: 2.1.5-rc.0
@@ -42,11 +42,11 @@ dependencies:
specifier: 1.1.0
version: 1.1.0
naive-ui:
- specifier: ^2.36.0
- version: 2.36.0(vue@3.4.0)
+ specifier: ^2.37.3
+ version: 2.37.3(vue@3.4.7)
pinia:
specifier: ^2.1.7
- version: 2.1.7(typescript@5.2.2)(vue@3.4.0)
+ version: 2.1.7(typescript@5.2.2)(vue@3.4.7)
pinia-plugin-persistedstate:
specifier: ^3.2.0
version: 3.2.0(pinia@2.1.7)
@@ -54,17 +54,17 @@ dependencies:
specifier: ^1.6.0
version: 1.6.0
vue:
- specifier: ^3.4.0
- version: 3.4.0(typescript@5.2.2)
+ specifier: ^3.4.7
+ version: 3.4.7(typescript@5.2.2)
vue-hooks-plus:
specifier: 1.8.5
- version: 1.8.5(vue@3.4.0)
+ version: 1.8.5(vue@3.4.7)
vue-i18n:
- specifier: ^9.8.0
- version: 9.8.0(vue@3.4.0)
+ specifier: ^9.9.0
+ version: 9.9.0(vue@3.4.7)
vue-router:
specifier: ^4.2.5
- version: 4.2.5(vue@3.4.0)
+ version: 4.2.5(vue@3.4.7)
xlsx:
specifier: ^0.18.5
version: 0.18.5
@@ -87,7 +87,7 @@ devDependencies:
version: 1.10.21
'@intlify/unplugin-vue-i18n':
specifier: ^1.5.0
- version: 1.5.0(vue-i18n@9.8.0)
+ version: 1.5.0(vue-i18n@9.9.0)
'@types/crypto-js':
specifier: ^4.1.1
version: 4.1.1
@@ -108,10 +108,10 @@ devDependencies:
version: 6.5.0(eslint@8.52.0)(typescript@5.2.2)
'@vitejs/plugin-vue':
specifier: ^5.0.0
- version: 5.0.0(vite@5.0.10)(vue@3.4.0)
+ version: 5.0.0(vite@5.0.10)(vue@3.4.7)
'@vitejs/plugin-vue-jsx':
specifier: ^3.1.0
- version: 3.1.0(vite@5.0.10)(vue@3.4.0)
+ version: 3.1.0(vite@5.0.10)(vue@3.4.7)
'@vue-hooks-plus/resolvers':
specifier: 1.2.4
version: 1.2.4(vue-hooks-plus@1.8.5)
@@ -183,7 +183,7 @@ devDependencies:
version: 0.16.6(@vueuse/core@10.6.1)
unplugin-vue-components:
specifier: ^0.25.2
- version: 0.25.2(vue@3.4.0)
+ version: 0.25.2(vue@3.4.7)
vite:
specifier: ^5.0.10
version: 5.0.10(@types/node@20.4.7)(sass@1.69.5)
@@ -387,9 +387,6 @@ packages:
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- peerDependenciesMeta:
- '@babel/core':
- optional: true
dependencies:
'@babel/core': 7.23.6
'@babel/helper-annotate-as-pure': 7.22.5
@@ -495,9 +492,6 @@ packages:
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- peerDependenciesMeta:
- '@babel/core':
- optional: true
dependencies:
'@babel/core': 7.23.6
'@babel/helper-environment-visitor': 7.22.20
@@ -933,12 +927,12 @@ packages:
css-render: 0.15.12
dev: false
- /@css-render/vue3-ssr@0.15.12(vue@3.4.0):
+ /@css-render/vue3-ssr@0.15.12(vue@3.4.7):
resolution: {integrity: sha512-AQLGhhaE0F+rwybRCkKUdzBdTEM/5PZBYy+fSYe1T9z9+yxMuV/k7ZRqa4M69X+EI1W8pa4kc9Iq2VjQkZx4rg==}
peerDependencies:
vue: ^3.0.11
dependencies:
- vue: 3.4.0(typescript@5.2.2)
+ vue: 3.4.7(typescript@5.2.2)
dev: false
/@emotion/hash@0.8.0:
@@ -1415,7 +1409,7 @@ packages:
resolution: {integrity: sha512-DekYpdkMV3XJVd/0k3f4pJluZAsCiG86yEtVXvGLK0lS/Fj0+OzYEv7HoMpcBZSkQ8s7//yaeEBgnxy2tV81lA==}
dev: false
- /@intlify/bundle-utils@7.4.0(vue-i18n@9.8.0):
+ /@intlify/bundle-utils@7.4.0(vue-i18n@9.9.0):
resolution: {integrity: sha512-AQfjBe2HUxzyN8ignIk3WhhSuVcSuirgzOzkd17nb337rCbI4Gv/t1R60UUyIqFoFdviLb/wLcDUzTD/xXjv9w==}
engines: {node: '>= 14.16'}
peerDependencies:
@@ -1436,16 +1430,16 @@ packages:
magic-string: 0.30.5
mlly: 1.4.1
source-map-js: 1.0.2
- vue-i18n: 9.8.0(vue@3.4.0)
+ vue-i18n: 9.9.0(vue@3.4.7)
yaml-eslint-parser: 1.2.2
dev: true
- /@intlify/core-base@9.8.0:
- resolution: {integrity: sha512-UxaSZVZ1DwqC/CltUZrWZNaWNhfmKtfyV4BJSt/Zt4Or/fZs1iFj0B+OekYk1+MRHfIOe3+x00uXGQI4PbO/9g==}
+ /@intlify/core-base@9.9.0:
+ resolution: {integrity: sha512-C7UXPymDIOlMGSNjAhNLtKgzITc/8BjINK5gNKXg8GiWCTwL6n3MWr55czksxn8RM5wTMz0qcLOFT+adtaVQaA==}
engines: {node: '>= 16'}
dependencies:
- '@intlify/message-compiler': 9.8.0
- '@intlify/shared': 9.8.0
+ '@intlify/message-compiler': 9.9.0
+ '@intlify/shared': 9.9.0
/@intlify/message-compiler@9.7.0:
resolution: {integrity: sha512-/YdZCio2L2tCM5bZ2eMHbSEIQNPh1QqvZIOLI/yCVKXLscis7O0SsR2nmuU/DfCJ3iSeI8juw82C2wLvfsAeww==}
@@ -1455,11 +1449,11 @@ packages:
source-map-js: 1.0.2
dev: true
- /@intlify/message-compiler@9.8.0:
- resolution: {integrity: sha512-McnYWhcoYmDJvssVu6QGR0shqlkJuL1HHdi5lK7fNqvQqRYaQ4lSLjYmZxwc8tRNMdIe9/KUKfyPxU9M6yCtNQ==}
+ /@intlify/message-compiler@9.9.0:
+ resolution: {integrity: sha512-yDU/jdUm9KuhEzYfS+wuyja209yXgdl1XFhMlKtXEgSFTxz4COZQCRXXbbH8JrAjMsaJ7bdoPSLsKlY6mXG2iA==}
engines: {node: '>= 16'}
dependencies:
- '@intlify/shared': 9.8.0
+ '@intlify/shared': 9.9.0
source-map-js: 1.0.2
/@intlify/shared@9.7.0:
@@ -1467,11 +1461,11 @@ packages:
engines: {node: '>= 16'}
dev: true
- /@intlify/shared@9.8.0:
- resolution: {integrity: sha512-TmgR0RCLjzrSo+W3wT0ALf9851iFMlVI9EYNGeWvZFUQTAJx0bvfsMlPdgVtV1tDNRiAfhkFsMKu6jtUY1ZLKQ==}
+ /@intlify/shared@9.9.0:
+ resolution: {integrity: sha512-1ECUyAHRrzOJbOizyGufYP2yukqGrWXtkmTu4PcswVnWbkcjzk3YQGmJ0bLkM7JZ0ZYAaohLGdYvBYnTOGYJ9g==}
engines: {node: '>= 16'}
- /@intlify/unplugin-vue-i18n@1.5.0(vue-i18n@9.8.0):
+ /@intlify/unplugin-vue-i18n@1.5.0(vue-i18n@9.9.0):
resolution: {integrity: sha512-jW0MCCdwxybxcwjEfCunAcKjVoxyO3i+cnLL6v+MNGRLUHqrpELF6zQAJUhgAK2afhY7mCliy8RxTFWKdXm26w==}
engines: {node: '>= 14.16'}
peerDependencies:
@@ -1486,7 +1480,7 @@ packages:
vue-i18n-bridge:
optional: true
dependencies:
- '@intlify/bundle-utils': 7.4.0(vue-i18n@9.8.0)
+ '@intlify/bundle-utils': 7.4.0(vue-i18n@9.9.0)
'@intlify/shared': 9.7.0
'@rollup/pluginutils': 5.0.4
'@vue/compiler-sfc': 3.3.8
@@ -1498,7 +1492,7 @@ packages:
picocolors: 1.0.0
source-map-js: 1.0.2
unplugin: 1.4.0
- vue-i18n: 9.8.0(vue@3.4.0)
+ vue-i18n: 9.9.0(vue@3.4.7)
transitivePeerDependencies:
- rollup
- supports-color
@@ -2117,7 +2111,7 @@ packages:
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
dev: true
- /@vitejs/plugin-vue-jsx@3.1.0(vite@5.0.10)(vue@3.4.0):
+ /@vitejs/plugin-vue-jsx@3.1.0(vite@5.0.10)(vue@3.4.7):
resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
@@ -2128,12 +2122,12 @@ packages:
'@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.6)
'@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.6)
vite: 5.0.10(@types/node@20.4.7)(sass@1.69.5)
- vue: 3.4.0(typescript@5.2.2)
+ vue: 3.4.7(typescript@5.2.2)
transitivePeerDependencies:
- supports-color
dev: true
- /@vitejs/plugin-vue@5.0.0(vite@5.0.10)(vue@3.4.0):
+ /@vitejs/plugin-vue@5.0.0(vite@5.0.10)(vue@3.4.7):
resolution: {integrity: sha512-7x5e8X4J1Wi4NxudGjJBd2OFerAi/0nzF80ojCzvfj347WVr0YSn82C8BSsgwSHzlk9Kw5xnZfj0/7RLnNwP5w==}
engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
@@ -2141,7 +2135,7 @@ packages:
vue: ^3.2.25
dependencies:
vite: 5.0.10(@types/node@20.4.7)(sass@1.69.5)
- vue: 3.4.0(typescript@5.2.2)
+ vue: 3.4.7(typescript@5.2.2)
dev: true
/@volar/language-core@1.10.1:
@@ -2169,7 +2163,7 @@ packages:
vue-hooks-plus: ^1.5.2
dependencies:
local-pkg: 0.4.3
- vue-hooks-plus: 1.8.5(vue@3.4.0)
+ vue-hooks-plus: 1.8.5(vue@3.4.7)
dev: true
/@vue/babel-helper-vue-transform-on@1.1.5:
@@ -2213,11 +2207,11 @@ packages:
source-map-js: 1.0.2
dev: true
- /@vue/compiler-core@3.4.0:
- resolution: {integrity: sha512-cw4S15PkNGTKkP9OFFl4wnQoJJk+HqaYBafgrpDnSukiQGpcYJeRpzmqnCVCIkl6V6Eqsv58E0OAdl6b592vuA==}
+ /@vue/compiler-core@3.4.7:
+ resolution: {integrity: sha512-hhCaE3pTMrlIJK7M/o3Xf7HV8+JoNTGOQ/coWS+V+pH6QFFyqtoXqQzpqsNp7UK17xYKua/MBiKj4e1vgZOBYw==}
dependencies:
'@babel/parser': 7.23.6
- '@vue/shared': 3.4.0
+ '@vue/shared': 3.4.7
entities: 4.5.0
estree-walker: 2.0.2
source-map-js: 1.0.2
@@ -2236,11 +2230,11 @@ packages:
'@vue/shared': 3.3.8
dev: true
- /@vue/compiler-dom@3.4.0:
- resolution: {integrity: sha512-E957uOhpoE48YjZGWeAoLmNYd3UeU4oIP8kJi8Rcsb9l2tV8Z48Jn07Zgq1aW0v3vuhlmydEKkKKbhLpADHXEA==}
+ /@vue/compiler-dom@3.4.7:
+ resolution: {integrity: sha512-qDKBAIurCTub4n/6jDYkXwgsFuriqqmmLrIq1N2QDfYJA/mwiwvxi09OGn28g+uDdERX9NaKDLji0oTjE3sScg==}
dependencies:
- '@vue/compiler-core': 3.4.0
- '@vue/shared': 3.4.0
+ '@vue/compiler-core': 3.4.7
+ '@vue/shared': 3.4.7
/@vue/compiler-sfc@3.3.8:
resolution: {integrity: sha512-WMzbUrlTjfYF8joyT84HfwwXo+8WPALuPxhy+BZ6R4Aafls+jDBnSz8PDz60uFhuqFbl3HxRfxvDzrUf3THwpA==}
@@ -2257,14 +2251,14 @@ packages:
source-map-js: 1.0.2
dev: true
- /@vue/compiler-sfc@3.4.0:
- resolution: {integrity: sha512-PWE0mE2yW7bJS7PmaCrVDEG6KPaDJo0pb4AKnCxJ5lRRDO4IwL/fswBGhCpov+v/c+N/e+hQHpXNwvqU9BtUXg==}
+ /@vue/compiler-sfc@3.4.7:
+ resolution: {integrity: sha512-Gec6CLkReVswDYjQFq79O5rktri4R7TsD/VPCiUoJw40JhNNxaNJJa8mrQrWoJluW4ETy6QN0NUyC/JO77OCOw==}
dependencies:
'@babel/parser': 7.23.6
- '@vue/compiler-core': 3.4.0
- '@vue/compiler-dom': 3.4.0
- '@vue/compiler-ssr': 3.4.0
- '@vue/shared': 3.4.0
+ '@vue/compiler-core': 3.4.7
+ '@vue/compiler-dom': 3.4.7
+ '@vue/compiler-ssr': 3.4.7
+ '@vue/shared': 3.4.7
estree-walker: 2.0.2
magic-string: 0.30.5
postcss: 8.4.32
@@ -2277,11 +2271,11 @@ packages:
'@vue/shared': 3.3.8
dev: true
- /@vue/compiler-ssr@3.4.0:
- resolution: {integrity: sha512-+oXKy105g9DIYQKDi3Gwung0xqQX5gJHr0GR+Vf7yK/WkNDM6q61ummcKmKAB85EIst8y3vj2PA9z9YU5Oc4DQ==}
+ /@vue/compiler-ssr@3.4.7:
+ resolution: {integrity: sha512-PvYeSOvnCkST5mGS0TLwEn5w+4GavtEn6adcq8AspbHaIr+mId5hp7cG3ASy3iy8b+LuXEG2/QaV/nj5BQ/Aww==}
dependencies:
- '@vue/compiler-dom': 3.4.0
- '@vue/shared': 3.4.0
+ '@vue/compiler-dom': 3.4.7
+ '@vue/shared': 3.4.7
/@vue/devtools-api@6.5.1:
resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==}
@@ -2356,32 +2350,32 @@ packages:
'@vue/shared': 3.3.8
dev: true
- /@vue/reactivity@3.4.0:
- resolution: {integrity: sha512-X6BvQjNcgKKHWPQzlRJjZvIu72Kkn8xJSv6VNptqWh8dToMknD0Hch1l4N7llKgVt6Diq4lMeUnErbZFvuGlAA==}
+ /@vue/reactivity@3.4.7:
+ resolution: {integrity: sha512-F539DO0ogH0+L8F9Pnw7cjqibcmSOh5UTk16u5f4MKQ8fraqepI9zdh+sozPX6VmEHOcjo8qw3Or9ZcFFw4SZA==}
dependencies:
- '@vue/shared': 3.4.0
+ '@vue/shared': 3.4.7
- /@vue/runtime-core@3.4.0:
- resolution: {integrity: sha512-NYrj/JgMMqnSWcIud8lLzDQrBLu+EVEeQ56QE9DYJeKG2eFrnQy8o/h57R9nCprafHs0uImKL3xsdXjHseYVxw==}
+ /@vue/runtime-core@3.4.7:
+ resolution: {integrity: sha512-QMMsWRQaD3BpGyjjChthpl4Mji4Fjx1qfdufsXlDkKU3HV+hWNor2z+29F+E1MmVcP0ZfRZUfqYgtsQoL7IGwQ==}
dependencies:
- '@vue/reactivity': 3.4.0
- '@vue/shared': 3.4.0
+ '@vue/reactivity': 3.4.7
+ '@vue/shared': 3.4.7
- /@vue/runtime-dom@3.4.0:
- resolution: {integrity: sha512-1ZoHEsA5l77qbx2F+SWo/hQdBksPuOmww1t/jznidDG+xMB/iidafEFvo2ZTtZii0JfTIrlDhjshfYUvQC17wQ==}
+ /@vue/runtime-dom@3.4.7:
+ resolution: {integrity: sha512-XwegyUY1rw8zxsX1Z36vwYcqo+uOgih5ti7y9vx+pPFhNdSQmN4LqK2RmSeAJG1oKV8NqSUmjpv92f/x6h0SeQ==}
dependencies:
- '@vue/runtime-core': 3.4.0
- '@vue/shared': 3.4.0
+ '@vue/runtime-core': 3.4.7
+ '@vue/shared': 3.4.7
csstype: 3.1.3
- /@vue/server-renderer@3.4.0(vue@3.4.0):
- resolution: {integrity: sha512-GuOVCyLDlWPu8nKo5AUxb8B+iB/Ik4I1WwqAlBqf5+y48z6D6rvKshp7KR3cJea+pte1tdTsb0+Ja82KizMZOw==}
+ /@vue/server-renderer@3.4.7(vue@3.4.7):
+ resolution: {integrity: sha512-3bWnYLEkLLhkDWqvNk7IvbQD4UcxvFKxELBiOO2iG3m6AniFIsBWfHOO5tLVQnjdWkODu4rq0GipmfEenVAK5Q==}
peerDependencies:
- vue: 3.4.0
+ vue: 3.4.7
dependencies:
- '@vue/compiler-ssr': 3.4.0
- '@vue/shared': 3.4.0
- vue: 3.4.0(typescript@5.2.2)
+ '@vue/compiler-ssr': 3.4.7
+ '@vue/shared': 3.4.7
+ vue: 3.4.7(typescript@5.2.2)
/@vue/shared@3.3.13:
resolution: {integrity: sha512-/zYUwiHD8j7gKx2argXEMCUXVST6q/21DFU0sTfNX0URJroCe3b1UF6vLJ3lQDfLNIiiRl2ONp7Nh5UVWS6QnA==}
@@ -2391,8 +2385,8 @@ packages:
resolution: {integrity: sha512-8PGwybFwM4x8pcfgqEQFy70NaQxASvOC5DJwLQfpArw1UDfUXrJkdxD3BhVTMS+0Lef/TU7YO0Jvr0jJY8T+mw==}
dev: true
- /@vue/shared@3.4.0:
- resolution: {integrity: sha512-Nhh3ed3G1R6HDAWiG6YYFt0Zmq/To6u5vjzwa9TIquGheCXPY6nEdIAO8ZdlwXsWqC2yNLj700FOvShpYt5CEA==}
+ /@vue/shared@3.4.7:
+ resolution: {integrity: sha512-G+i4glX1dMJk88sbJEcQEGWRQnVm9eIY7CcQbO5dpdsD9SF8jka3Mr5OqZYGjczGN1+D6EUwdu6phcmcx9iuPA==}
/@vue/typescript@1.8.8(typescript@5.2.2):
resolution: {integrity: sha512-jUnmMB6egu5wl342eaUH236v8tdcEPXXkPgj+eI/F6JwW/lb+yAU6U07ZbQ3MVabZRlupIlPESB7ajgAGixhow==}
@@ -2403,13 +2397,13 @@ packages:
- typescript
dev: true
- /@vueuse/core@10.6.1(vue@3.4.0):
+ /@vueuse/core@10.6.1(vue@3.4.7):
resolution: {integrity: sha512-Pc26IJbqgC9VG1u6VY/xrXXfxD33hnvxBnKrLlA2LJlyHII+BSrRoTPJgGYq7qZOu61itITFUnm6QbacwZ4H8Q==}
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 10.6.1
- '@vueuse/shared': 10.6.1(vue@3.4.0)
- vue-demi: 0.14.6(vue@3.4.0)
+ '@vueuse/shared': 10.6.1(vue@3.4.7)
+ vue-demi: 0.14.6(vue@3.4.7)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -2417,10 +2411,10 @@ packages:
/@vueuse/metadata@10.6.1:
resolution: {integrity: sha512-qhdwPI65Bgcj23e5lpGfQsxcy0bMjCAsUGoXkJ7DsoeDUdasbZ2DBa4dinFCOER3lF4gwUv+UD2AlA11zdzMFw==}
- /@vueuse/shared@10.6.1(vue@3.4.0):
+ /@vueuse/shared@10.6.1(vue@3.4.7):
resolution: {integrity: sha512-TECVDTIedFlL0NUfHWncf3zF9Gc4VfdxfQc8JFwoVZQmxpONhLxFrlm0eHQeidHj4rdTPL3KXJa0TZCk1wnc5Q==}
dependencies:
- vue-demi: 0.14.6(vue@3.4.0)
+ vue-demi: 0.14.6(vue@3.4.7)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -5984,18 +5978,19 @@ packages:
minimatch: 3.1.2
dev: true
- /naive-ui@2.36.0(vue@3.4.0):
- resolution: {integrity: sha512-r1ydtEm1Ryf/aWpbLCf32mQAGK99jd1eXgpkCtIomcBRZeAtusfy6zCtIpCppoCuIKM3BW5DMafhVxilubk/lQ==}
+ /naive-ui@2.37.3(vue@3.4.7):
+ resolution: {integrity: sha512-aUkHFXVIluSi8Me+npbcsdv1NYhVMj5t9YaruoCESlqmfqspj+R2QHEVXkTtUI1kQwVrABMCtAGq/wountqjZA==}
peerDependencies:
vue: ^3.0.0
dependencies:
'@css-render/plugin-bem': 0.15.12(css-render@0.15.12)
- '@css-render/vue3-ssr': 0.15.12(vue@3.4.0)
+ '@css-render/vue3-ssr': 0.15.12(vue@3.4.7)
'@types/katex': 0.16.7
'@types/lodash': 4.14.202
'@types/lodash-es': 4.17.11
async-validator: 4.2.5
css-render: 0.15.12
+ csstype: 3.1.3
date-fns: 2.30.0
date-fns-tz: 2.0.0(date-fns@2.30.0)
evtd: 0.2.4
@@ -6004,10 +5999,10 @@ packages:
lodash-es: 4.17.21
seemly: 0.3.8
treemate: 0.3.11
- vdirs: 0.1.8(vue@3.4.0)
- vooks: 0.2.12(vue@3.4.0)
- vue: 3.4.0(typescript@5.2.2)
- vueuc: 0.4.54(vue@3.4.0)
+ vdirs: 0.1.8(vue@3.4.7)
+ vooks: 0.2.12(vue@3.4.7)
+ vue: 3.4.7(typescript@5.2.2)
+ vueuc: 0.4.58(vue@3.4.7)
dev: false
/nan@2.17.0:
@@ -6394,10 +6389,10 @@ packages:
peerDependencies:
pinia: ^2.0.0
dependencies:
- pinia: 2.1.7(typescript@5.2.2)(vue@3.4.0)
+ pinia: 2.1.7(typescript@5.2.2)(vue@3.4.7)
dev: false
- /pinia@2.1.7(typescript@5.2.2)(vue@3.4.0):
+ /pinia@2.1.7(typescript@5.2.2)(vue@3.4.7):
resolution: {integrity: sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==}
peerDependencies:
'@vue/composition-api': ^1.4.0
@@ -6411,8 +6406,8 @@ packages:
dependencies:
'@vue/devtools-api': 6.5.1
typescript: 5.2.2
- vue: 3.4.0(typescript@5.2.2)
- vue-demi: 0.14.6(vue@3.4.0)
+ vue: 3.4.7(typescript@5.2.2)
+ vue-demi: 0.14.6(vue@3.4.7)
dev: false
/pkg-types@1.0.3:
@@ -7685,7 +7680,7 @@ packages:
dependencies:
'@antfu/utils': 0.7.6
'@rollup/pluginutils': 5.0.4
- '@vueuse/core': 10.6.1(vue@3.4.0)
+ '@vueuse/core': 10.6.1(vue@3.4.7)
fast-glob: 3.3.1
local-pkg: 0.4.3
magic-string: 0.30.5
@@ -7696,7 +7691,7 @@ packages:
- rollup
dev: true
- /unplugin-vue-components@0.25.2(vue@3.4.0):
+ /unplugin-vue-components@0.25.2(vue@3.4.7):
resolution: {integrity: sha512-OVmLFqILH6w+eM8fyt/d/eoJT9A6WO51NZLf1vC5c1FZ4rmq2bbGxTy8WP2Jm7xwFdukaIdv819+UI7RClPyCA==}
engines: {node: '>=14'}
peerDependencies:
@@ -7719,7 +7714,7 @@ packages:
minimatch: 9.0.3
resolve: 1.22.5
unplugin: 1.4.0
- vue: 3.4.0(typescript@5.2.2)
+ vue: 3.4.7(typescript@5.2.2)
transitivePeerDependencies:
- rollup
- supports-color
@@ -7810,13 +7805,13 @@ packages:
engines: {node: '>= 0.8'}
dev: true
- /vdirs@0.1.8(vue@3.4.0):
+ /vdirs@0.1.8(vue@3.4.7):
resolution: {integrity: sha512-H9V1zGRLQZg9b+GdMk8MXDN2Lva0zx72MPahDKc30v+DtwKjfyOSXWRIX4t2mhDubM1H09gPhWeth/BJWPHGUw==}
peerDependencies:
vue: ^3.0.11
dependencies:
evtd: 0.2.4
- vue: 3.4.0(typescript@5.2.2)
+ vue: 3.4.7(typescript@5.2.2)
dev: false
/vite-plugin-cdn2@0.15.2:
@@ -7999,16 +7994,16 @@ packages:
fsevents: 2.3.3
dev: true
- /vooks@0.2.12(vue@3.4.0):
+ /vooks@0.2.12(vue@3.4.7):
resolution: {integrity: sha512-iox0I3RZzxtKlcgYaStQYKEzWWGAduMmq+jS7OrNdQo1FgGfPMubGL3uGHOU9n97NIvfFDBGnpSvkWyb/NSn/Q==}
peerDependencies:
vue: ^3.0.0
dependencies:
evtd: 0.2.4
- vue: 3.4.0(typescript@5.2.2)
+ vue: 3.4.7(typescript@5.2.2)
dev: false
- /vue-demi@0.14.6(vue@3.4.0):
+ /vue-demi@0.14.6(vue@3.4.7):
resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==}
engines: {node: '>=12'}
hasBin: true
@@ -8020,7 +8015,7 @@ packages:
'@vue/composition-api':
optional: true
dependencies:
- vue: 3.4.0(typescript@5.2.2)
+ vue: 3.4.7(typescript@5.2.2)
/vue-eslint-parser@9.3.1(eslint@8.52.0):
resolution: {integrity: sha512-Clr85iD2XFZ3lJ52/ppmUDG/spxQu6+MAeHXjjyI4I1NUYZ9xmenQp4N0oaHJhrA8OOxltCVxMRfANGa70vU0g==}
@@ -8040,7 +8035,7 @@ packages:
- supports-color
dev: true
- /vue-hooks-plus@1.8.5(vue@3.4.0):
+ /vue-hooks-plus@1.8.5(vue@3.4.7):
resolution: {integrity: sha512-cIatTWz6QQcoSCDn7jadQ3zMr799FmNiHyb59yUvR7Ws5KDJ/KdIMHHx/b0XDKzbGhQ61kcJ78zJKAKhOV0pWw==}
peerDependencies:
vue: ^3.2.25
@@ -8052,26 +8047,26 @@ packages:
qs: 6.11.2
query-string: 7.1.3
screenfull: 5.2.0
- vue: 3.4.0(typescript@5.2.2)
+ vue: 3.4.7(typescript@5.2.2)
- /vue-i18n@9.8.0(vue@3.4.0):
- resolution: {integrity: sha512-Izho+6PYjejsTq2mzjcRdBZ5VLRQoSuuexvR8029h5CpN03FYqiqBrShMyf2I1DKkN6kw/xmujcbvC+4QybpsQ==}
+ /vue-i18n@9.9.0(vue@3.4.7):
+ resolution: {integrity: sha512-xQ5SxszUAqK5n84N+uUyHH/PiQl9xZ24FOxyAaNonmOQgXeN+rD9z/6DStOpOxNFQn4Cgcquot05gZc+CdOujA==}
engines: {node: '>= 16'}
peerDependencies:
vue: ^3.0.0
dependencies:
- '@intlify/core-base': 9.8.0
- '@intlify/shared': 9.8.0
+ '@intlify/core-base': 9.9.0
+ '@intlify/shared': 9.9.0
'@vue/devtools-api': 6.5.1
- vue: 3.4.0(typescript@5.2.2)
+ vue: 3.4.7(typescript@5.2.2)
- /vue-router@4.2.5(vue@3.4.0):
+ /vue-router@4.2.5(vue@3.4.7):
resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==}
peerDependencies:
vue: ^3.2.0
dependencies:
'@vue/devtools-api': 6.5.1
- vue: 3.4.0(typescript@5.2.2)
+ vue: 3.4.7(typescript@5.2.2)
dev: false
/vue-template-compiler@2.7.14:
@@ -8093,34 +8088,34 @@ packages:
typescript: 5.2.2
dev: true
- /vue@3.4.0(typescript@5.2.2):
- resolution: {integrity: sha512-iTE9Ve/7DO/H39+gXHrNkRdnh1jDwPe/fap4brbPKkp1APMkS03OiZ+UY0dwpqtRX0iPWQTkh8Fu3hKgLtaxfA==}
+ /vue@3.4.7(typescript@5.2.2):
+ resolution: {integrity: sha512-4urmkWpudekq0CPNMO7p6mBGa9qmTXwJMO2r6CT4EzIJVG7WoSReiysiNb7OSi/WI113oX0Srn9Rz1k/DCXKFQ==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
- '@vue/compiler-dom': 3.4.0
- '@vue/compiler-sfc': 3.4.0
- '@vue/runtime-dom': 3.4.0
- '@vue/server-renderer': 3.4.0(vue@3.4.0)
- '@vue/shared': 3.4.0
+ '@vue/compiler-dom': 3.4.7
+ '@vue/compiler-sfc': 3.4.7
+ '@vue/runtime-dom': 3.4.7
+ '@vue/server-renderer': 3.4.7(vue@3.4.7)
+ '@vue/shared': 3.4.7
typescript: 5.2.2
- /vueuc@0.4.54(vue@3.4.0):
- resolution: {integrity: sha512-2LED7h1BSnCRPBI6AlSIf+1Yte1shN+Vb2gpspO5wHI7zWzbcq4bAu2f9nFh5yXIUKdzqmLvzRsOXDl4TrDyCw==}
+ /vueuc@0.4.58(vue@3.4.7):
+ resolution: {integrity: sha512-Wnj/N8WbPRSxSt+9ji1jtDHPzda5h2OH/0sFBhvdxDRuyCZbjGg3/cKMaKqEoe+dErTexG2R+i6Q8S/Toq1MYg==}
peerDependencies:
vue: ^3.0.11
dependencies:
- '@css-render/vue3-ssr': 0.15.12(vue@3.4.0)
+ '@css-render/vue3-ssr': 0.15.12(vue@3.4.7)
'@juggle/resize-observer': 3.4.0
css-render: 0.15.12
evtd: 0.2.4
seemly: 0.3.8
- vdirs: 0.1.8(vue@3.4.0)
- vooks: 0.2.12(vue@3.4.0)
- vue: 3.4.0(typescript@5.2.2)
+ vdirs: 0.1.8(vue@3.4.7)
+ vooks: 0.2.12(vue@3.4.7)
+ vue: 3.4.7(typescript@5.2.2)
dev: false
/webidl-conversions@3.0.1:
diff --git a/src/app-components/app/AppAvatar/index.tsx b/src/app-components/app/AppAvatar/index.tsx
index 75843752..b977b47f 100644
--- a/src/app-components/app/AppAvatar/index.tsx
+++ b/src/app-components/app/AppAvatar/index.tsx
@@ -19,10 +19,10 @@
import './index.scss'
-import { NAvatar, NSpace } from 'naive-ui'
+import { NAvatar, NFlex } from 'naive-ui'
-import { avatarProps, spaceProps } from 'naive-ui'
-import { APP_CATCH_KEY } from '@/app-config/appConfig'
+import { avatarProps, flexProps } from 'naive-ui'
+import { APP_CATCH_KEY } from '@/app-config'
import { getStorage } from '@/utils'
import type { PropType } from 'vue'
@@ -33,7 +33,7 @@ const AppAvatar = defineComponent({
name: 'AppAvatar',
props: {
...avatarProps,
- ...spaceProps,
+ ...flexProps,
cursor: {
type: String,
default: 'auto',
@@ -64,10 +64,9 @@ const AppAvatar = defineComponent({
},
render() {
return (
-