diff --git a/package.json b/package.json index e128807fb..e0829354d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "@ant-design/icons-vue": "~6.1.0", - "@vueuse/core": "~9.1.0", + "@vueuse/core": "~9.1.1", "ant-design-vue": "3.2.11", "axios": "~0.27.2", "core-js": "~3.24.1", @@ -58,10 +58,10 @@ "@commitlint/cli": "~17.0.3", "@commitlint/config-conventional": "~17.0.3", "@types/lodash-es": "~4.17.6", - "@types/node": "~18.7.6", + "@types/node": "~18.7.13", "@types/webpack-env": "~1.18.0", - "@typescript-eslint/eslint-plugin": "~5.33.1", - "@typescript-eslint/parser": "~5.33.1", + "@typescript-eslint/eslint-plugin": "~5.34.0", + "@typescript-eslint/parser": "~5.34.0", "@vue/cli-plugin-babel": "~5.0.8", "@vue/cli-plugin-eslint": "~5.0.8", "@vue/cli-plugin-router": "~5.0.8", @@ -72,13 +72,13 @@ "babel-plugin-import": "~1.13.5", "conventional-changelog-cli": "~2.2.2", "cross-env": "~7.0.3", - "cz-git": "~1.3.10", - "czg": "~1.3.10", + "cz-git": "~1.3.11", + "czg": "~1.3.11", "eslint": "~8.22.0", "eslint-config-prettier": "~8.5.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-prettier": "~4.2.1", - "eslint-plugin-vue": "~9.3.0", + "eslint-plugin-vue": "~9.4.0", "husky": "~8.0.1", "less": "~4.1.3", "less-loader": "11.0.0", @@ -95,7 +95,7 @@ "stylelint-config-prettier": "~9.0.3", "stylelint-config-recommended": "~9.0.0", "stylelint-config-recommended-vue": "~1.4.0", - "stylelint-config-standard": "~27.0.0", + "stylelint-config-standard": "~28.0.0", "stylelint-order": "~5.0.0", "svg-sprite-loader": "~6.0.11", "typescript": "~4.7.4", diff --git a/src/components/core/dynamic-table/src/components/table-action.vue b/src/components/core/dynamic-table/src/components/table-action.vue index 6a26b15eb..12926d44d 100644 --- a/src/components/core/dynamic-table/src/components/table-action.vue +++ b/src/components/core/dynamic-table/src/components/table-action.vue @@ -1,55 +1,98 @@