diff --git a/package.json b/package.json index e0829354d..3b745b97e 100644 --- a/package.json +++ b/package.json @@ -37,14 +37,14 @@ "@vueuse/core": "~9.1.1", "ant-design-vue": "3.2.11", "axios": "~0.27.2", - "core-js": "~3.24.1", + "core-js": "~3.25.0", "dayjs": "~1.11.5", "file-saver": "~2.0.5", "lodash-es": "~4.17.21", "mitt": "~3.0.0", "mockjs": "~1.1.0", "nprogress": "~1.0.0-1", - "pinia": "~2.0.20", + "pinia": "~2.0.21", "qs": "~6.11.0", "socket.io-client": "~4.5.1", "sortablejs": "~1.15.0", @@ -55,13 +55,13 @@ "xlsx": "~0.18.5" }, "devDependencies": { - "@commitlint/cli": "~17.0.3", - "@commitlint/config-conventional": "~17.0.3", + "@commitlint/cli": "~17.1.1", + "@commitlint/config-conventional": "~17.1.0", "@types/lodash-es": "~4.17.6", "@types/node": "~18.7.13", "@types/webpack-env": "~1.18.0", - "@typescript-eslint/eslint-plugin": "~5.34.0", - "@typescript-eslint/parser": "~5.34.0", + "@typescript-eslint/eslint-plugin": "~5.35.1", + "@typescript-eslint/parser": "~5.35.1", "@vue/cli-plugin-babel": "~5.0.8", "@vue/cli-plugin-eslint": "~5.0.8", "@vue/cli-plugin-router": "~5.0.8", @@ -74,7 +74,7 @@ "cross-env": "~7.0.3", "cz-git": "~1.3.11", "czg": "~1.3.11", - "eslint": "~8.22.0", + "eslint": "~8.23.0", "eslint-config-prettier": "~8.5.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-prettier": "~4.2.1", @@ -98,11 +98,12 @@ "stylelint-config-standard": "~28.0.0", "stylelint-order": "~5.0.0", "svg-sprite-loader": "~6.0.11", + "ts-node": "^10.9.1", "typescript": "~4.7.4", "unplugin-vue-define-options": "~0.7.3", "vue-cli-plugin-windicss": "~1.1.6", "vue-eslint-parser": "~9.0.3", - "vue-tsc": "^0.40.1" + "vue-tsc": "^0.40.2" }, "__npminstall_done": false, "repository": { diff --git a/src/components/core/dynamic-table/src/components/editable-cell/index.vue b/src/components/core/dynamic-table/src/components/editable-cell/index.vue index efdc25795..89aa64469 100644 --- a/src/components/core/dynamic-table/src/components/editable-cell/index.vue +++ b/src/components/core/dynamic-table/src/components/editable-cell/index.vue @@ -1,60 +1,179 @@