Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions components.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */

// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
Expand All @@ -8,11 +8,7 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
404: typeof import('./src/components/404.vue')['default']
Avatar: typeof import('./src/components/Navigation/Avatar.vue')['default']
ChangeTheme: typeof import('./src/components/Navigation/ChangeTheme.vue')['default']
CustomFooter: typeof import('./src/components/CustomFooter/index.vue')['default']
Footer: typeof import('./src/components/Footer/index.vue')['default']
FullScreen: typeof import('./src/components/Navigation/FullScreen.vue')['default']
GradientBox: typeof import('./src/components/GradientBox/index.vue')['default']
HelloWorld: typeof import('./src/components/HelloWorld/index.vue')['default']
IconFont: typeof import('./src/components/IconFont/index.vue')['default']
Expand All @@ -24,7 +20,6 @@ declare module 'vue' {
LayoutWork: typeof import('./src/components/Layout/LayoutWork.vue')['default']
NAutoComplete: typeof import('naive-ui')['NAutoComplete']
NAvatar: typeof import('naive-ui')['NAvatar']
NavBar: typeof import('./src/components/Navigation/NavBar.vue')['default']
NavigationAvatar: typeof import('./src/components/Navigation/Avatar.vue')['default']
NavigationChangeTheme: typeof import('./src/components/Navigation/ChangeTheme.vue')['default']
NavigationFullScreen: typeof import('./src/components/Navigation/FullScreen.vue')['default']
Expand Down Expand Up @@ -65,11 +60,7 @@ declare module 'vue' {
Octocat: typeof import('./src/components/Octocat.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SearchCorporation: typeof import('./src/components/SearchSelect/SearchCorporation.vue')['default']
SearchSelect: typeof import('./src/components/SearchSelect/index.vue')['default']
SearchSelectSearchCorporation: typeof import('./src/components/SearchSelect/SearchCorporation.vue')['default']
SideAction: typeof import('./src/components/Navigation/Side/SideAction.vue')['default']
SideGoBack: typeof import('./src/components/Navigation/Side/SideGoBack.vue')['default']
SideLogo: typeof import('./src/components/Navigation/Side/SideLogo.vue')['default']
}
}
3 changes: 2 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default defineFlatConfig([
'no-loss-of-precision': 'error',
'no-misleading-character-class': 'error',
'no-multi-str': 'error',
'no-new': 'error',
'no-new': 'off',
'no-new-func': 'error',
'no-new-native-nonconstructor': 'error',
'no-new-wrappers': 'error',
Expand Down Expand Up @@ -361,6 +361,7 @@ export default defineFlatConfig([
'@typescript-eslint/indent': ['error', 2, {
SwitchCase: 1
}],
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-unused-vars': 1,
Expand Down
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"url": "https://github.com/pdsuwwz/vue3-tab-demo/issues"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-brands-svg-icons": "6.5.2",
"@fortawesome/free-regular-svg-icons": "6.5.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/fontawesome-svg-core": "6.6.0",
"@fortawesome/free-brands-svg-icons": "6.6.0",
"@fortawesome/free-regular-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/vue-fontawesome": "~3.0.8",
"@vicons/antd": "^0.12.0",
"@vicons/carbon": "^0.12.0",
Expand All @@ -63,68 +63,68 @@
"@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vicons/utils": "^0.1.4",
"@vueuse/core": "^10.10.0",
"@vueuse/core": "^10.11.0",
"axios": "1.7.2",
"echarts": "^5.5.0",
"echarts": "^5.5.1",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
"naive-ui": "^2.38.2",
"naive-ui": "^2.39.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"uuid": "^9.0.1",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"uuid": "^10.0.0",
"vue": "^3.4.33",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@eslint/js": "^9.4.0",
"@iconify/json": "^2.2.217",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@eslint/js": "^9.7.0",
"@iconify/json": "^2.2.230",
"@iconify/vue": "^4.1.2",
"@stylistic/eslint-plugin": "^2.1.0",
"@stylistic/eslint-plugin": "^2.3.0",
"@stylistic/stylelint-plugin": "^2.1.2",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.2",
"@types/node": "^20.14.11",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vitest/coverage-v8": "^1.6.0",
"@vue/compiler-sfc": "^3.4.27",
"@vitest/coverage-v8": "^2.0.4",
"@vue/compiler-sfc": "^3.4.33",
"@vue/test-utils": "2.4.6",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^9.4.0",
"eslint": "^9.7.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-html": "8.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.3.0",
"husky": "^9.0.11",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.8.0",
"husky": "^9.1.1",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.5",
"postcss": "^8.4.38",
"jsdom": "^24.1.1",
"lint-staged": "^15.2.7",
"postcss": "^8.4.39",
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"rollup": "^4.18.0",
"sass": "^1.77.4",
"stylelint": "^16.6.1",
"stylelint-config-recommended-scss": "14.0.0",
"rollup": "^4.19.0",
"sass": "^1.77.8",
"stylelint": "^16.7.0",
"stylelint-config-recommended-scss": "14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "13.1.0",
"sucrase": "^3.35.0",
"typescript": "^5.4.5",
"unocss": "^0.60.4",
"unplugin-auto-import": "^0.17.6",
"typescript": "^5.5.4",
"unocss": "^0.61.5",
"unplugin-auto-import": "^0.18.0",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.12",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.4",
"vite-svg-loader": "^5.1.0",
"vitest": "^1.6.0",
"vitest": "^2.0.4",
"vue-eslint-parser": "^9.4.3"
}
}
Loading