From 49fa01f209bee61c6520d1747946aab9c574cace Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Sun, 13 Oct 2024 19:27:22 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B1:=20[client]=20sync=20upgrade=20wit?= =?UTF-8?q?h=204=20commits=20[trident-sync]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit build: publish success perf: 优化列设置多级表头支持级联勾选 perf: table-select支持destroyOnClose参数,以修复点击取消后,扔保留上一次选中值的bug --- packages/ui/certd-client/CHANGELOG.md | 7 +++++++ packages/ui/certd-client/package.json | 10 +++++----- .../src/layout/components/tabs/index.vue | 6 +++--- .../src/views/crud/component/text/crud.tsx | 14 +++++++++++--- .../src/views/crud/component/text/mock.ts | 1 + .../certd-client/src/views/crud/form/base/crud.tsx | 8 ++++++-- .../certd-client/src/views/crud/form/base/mock.ts | 2 ++ 7 files changed, 35 insertions(+), 13 deletions(-) diff --git a/packages/ui/certd-client/CHANGELOG.md b/packages/ui/certd-client/CHANGELOG.md index 256e68132..0cc21de0f 100644 --- a/packages/ui/certd-client/CHANGELOG.md +++ b/packages/ui/certd-client/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.21.4](https://github.com/fast-crud/fast-crud/compare/v1.21.3...v1.21.4) (2024-10-13) + +### Performance Improvements + +* 优化列设置多级表头支持级联勾选 ([a196922](https://github.com/fast-crud/fast-crud/commit/a196922630e9ef627dd548bb8d1c13acbe2eee28)) +* table-select支持destroyOnClose参数,以修复点击取消后,扔保留上一次选中值的bug ([5a70cec](https://github.com/fast-crud/fast-crud/commit/5a70cec7e5f45439a518fc2aadc40b29fad5c6f1)) + ## [1.21.3](https://github.com/fast-crud/fast-crud/compare/v1.21.2...v1.21.3) (2024-09-20) ### Performance Improvements diff --git a/packages/ui/certd-client/package.json b/packages/ui/certd-client/package.json index b13a857c6..eb0a5e7a3 100644 --- a/packages/ui/certd-client/package.json +++ b/packages/ui/certd-client/package.json @@ -1,6 +1,6 @@ { "name": "@fast-crud/fs-admin-antdv4", - "version": "1.21.3", + "version": "1.21.4", "private": true, "scripts": { "dev": "vite", @@ -26,10 +26,10 @@ "@ant-design/icons-vue": "^7.0.1", "@aws-sdk/client-s3": "^3.535.0", "@aws-sdk/s3-request-presigner": "^3.535.0", - "@fast-crud/fast-crud": "^1.21.3", - "@fast-crud/fast-extends": "^1.21.3", - "@fast-crud/ui-antdv4": "^1.21.3", - "@fast-crud/ui-interface": "^1.21.3", + "@fast-crud/fast-crud": "^1.21.4", + "@fast-crud/fast-extends": "^1.21.4", + "@fast-crud/ui-antdv4": "^1.21.4", + "@fast-crud/ui-interface": "^1.21.4", "@iconify/vue": "^4.1.1", "@soerenmartius/vue3-clipboard": "^0.1.2", "ant-design-vue": "^4.1.2", diff --git a/packages/ui/certd-client/src/layout/components/tabs/index.vue b/packages/ui/certd-client/src/layout/components/tabs/index.vue index 6f289abc0..14d8144ea 100644 --- a/packages/ui/certd-client/src/layout/components/tabs/index.vue +++ b/packages/ui/certd-client/src/layout/components/tabs/index.vue @@ -2,7 +2,7 @@
- + @@ -16,10 +16,10 @@
- +