diff --git a/cdTMP/package-lock.json b/cdTMP/package-lock.json index 5cf7460..73f9914 100644 --- a/cdTMP/package-lock.json +++ b/cdTMP/package-lock.json @@ -12,7 +12,7 @@ "@arco-design/web-vue": "^2.57.0", "@tanstack/vue-query": "^5.76.0", "@tinymce/tinymce-vue": "^6.1.0", - "@vueuse/core": "^13.1.0", + "@vueuse/core": "^13.2.0", "axios": "^1.9.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", @@ -41,7 +41,7 @@ "@tailwindcss/postcss": "^4.1.6", "@tailwindcss/vite": "^4.1.6", "@types/lodash-es": "^4.17.12", - "@types/node": "^22.15.17", + "@types/node": "^22.15.18", "@types/nprogress": "^0.2.3", "@types/qs": "^6.9.18", "@vitejs/plugin-vue": "^5.2.4", @@ -1933,9 +1933,9 @@ } }, "node_modules/@types/node": { - "version": "22.15.17", - "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.15.17.tgz", - "integrity": "sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw==", + "version": "22.15.18", + "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.15.18.tgz", + "integrity": "sha512-v1DKRfUdyW+jJhZNEI1PYy29S2YRxMV5AOO/x/SjKmW0acCIOqmbj6Haf9eHAhsPmrhlHSxEhv/1WszcLWV4cg==", "dev": true, "license": "MIT", "dependencies": { @@ -2179,14 +2179,14 @@ "license": "MIT" }, "node_modules/@vueuse/core": { - "version": "13.1.0", - "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-13.1.0.tgz", - "integrity": "sha512-PAauvdRXZvTWXtGLg8cPUFjiZEddTqmogdwYpnn60t08AA5a8Q4hZokBnpTOnVNqySlFlTcRYIC8OqreV4hv3Q==", + "version": "13.2.0", + "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-13.2.0.tgz", + "integrity": "sha512-n5TZoIAxbWAQ3PqdVPDzLgIRQOujFfMlatdI+f7ditSmoEeNpPBvp7h2zamzikCmrhFIePAwdEQB6ENccHr7Rg==", "license": "MIT", "dependencies": { "@types/web-bluetooth": "^0.0.21", - "@vueuse/metadata": "13.1.0", - "@vueuse/shared": "13.1.0" + "@vueuse/metadata": "13.2.0", + "@vueuse/shared": "13.2.0" }, "funding": { "url": "https://github.com/sponsors/antfu" @@ -2196,18 +2196,18 @@ } }, "node_modules/@vueuse/metadata": { - "version": "13.1.0", - "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-13.1.0.tgz", - "integrity": "sha512-+TDd7/a78jale5YbHX9KHW3cEDav1lz1JptwDvep2zSG8XjCsVE+9mHIzjTOaPbHUAk5XiE4jXLz51/tS+aKQw==", + "version": "13.2.0", + "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-13.2.0.tgz", + "integrity": "sha512-kPpzuQCU0+D8DZCzK0iPpIcXI+6ufWSgwnjJ6//GNpEn+SHViaCtR+XurzORChSgvpHO9YC8gGM97Y1kB+UabA==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@vueuse/shared": { - "version": "13.1.0", - "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-13.1.0.tgz", - "integrity": "sha512-IVS/qRRjhPTZ6C2/AM3jieqXACGwFZwWTdw5sNTSKk2m/ZpkuuN+ri+WCVUP8TqaKwJYt/KuMwmXspMAw8E6ew==", + "version": "13.2.0", + "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-13.2.0.tgz", + "integrity": "sha512-vx9ZPDF5HcU9up3Jgt3G62dMUfZEdk6tLyBAHYAG4F4n73vpaA7J5hdncDI/lS9Vm7GA/FPlbOmh9TrDZROTpg==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" diff --git a/cdTMP/package.json b/cdTMP/package.json index b2cf0bf..01dd100 100644 --- a/cdTMP/package.json +++ b/cdTMP/package.json @@ -15,7 +15,7 @@ "@arco-design/web-vue": "^2.57.0", "@tanstack/vue-query": "^5.76.0", "@tinymce/tinymce-vue": "^6.1.0", - "@vueuse/core": "^13.1.0", + "@vueuse/core": "^13.2.0", "axios": "^1.9.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", @@ -44,7 +44,7 @@ "@tailwindcss/postcss": "^4.1.6", "@tailwindcss/vite": "^4.1.6", "@types/lodash-es": "^4.17.12", - "@types/node": "^22.15.17", + "@types/node": "^22.15.18", "@types/nprogress": "^0.2.3", "@types/qs": "^6.9.18", "@vitejs/plugin-vue": "^5.2.4", diff --git a/cdTMP/src/components/ma-crud/components/form.vue b/cdTMP/src/components/ma-crud/components/form.vue index 0654326..91d1f9c 100644 --- a/cdTMP/src/components/ma-crud/components/form.vue +++ b/cdTMP/src/components/ma-crud/components/form.vue @@ -1,6 +1,7 @@