🔱: [client] sync upgrade with 3 commits [trident-sync]

build: publish success
refactor: fs-images-format images prop define
pull/14/head
GitHub Actions Bot 2023-07-23 19:24:04 +00:00
parent 32c8e9482c
commit e3b05ac77f
4 changed files with 19 additions and 6 deletions

View File

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.14.6](https://github.com/fast-crud/fast-crud/compare/v1.14.5...v1.14.6) (2023-07-23)
### Bug Fixes
* 修复element 版 search select组件右边超出显示的问题 ([ff11cf4](https://github.com/fast-crud/fast-crud/commit/ff11cf4f9c6ac63d997b5cad2067123c01cd299b))
## [1.14.5](https://github.com/fast-crud/fast-crud/compare/v1.14.4...v1.14.5) (2023-07-04) ## [1.14.5](https://github.com/fast-crud/fast-crud/compare/v1.14.4...v1.14.5) (2023-07-04)
### Bug Fixes ### Bug Fixes

View File

@ -1,6 +1,6 @@
{ {
"name": "@fast-crud/fs-admin-antdv", "name": "@fast-crud/fs-admin-antdv",
"version": "1.14.5", "version": "1.14.6",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
@ -26,10 +26,10 @@
"@ant-design/icons-vue": "^6.1.0", "@ant-design/icons-vue": "^6.1.0",
"@aws-sdk/client-s3": "^3.292.0", "@aws-sdk/client-s3": "^3.292.0",
"@aws-sdk/s3-request-presigner": "^3.292.0", "@aws-sdk/s3-request-presigner": "^3.292.0",
"@fast-crud/fast-crud": "^1.14.5", "@fast-crud/fast-crud": "^1.14.6",
"@fast-crud/fast-extends": "^1.14.5", "@fast-crud/fast-extends": "^1.14.6",
"@fast-crud/ui-antdv": "^1.14.5", "@fast-crud/ui-antdv": "^1.14.6",
"@fast-crud/ui-interface": "^1.14.5", "@fast-crud/ui-interface": "^1.14.6",
"@iconify/iconify": "^3.1.0", "@iconify/iconify": "^3.1.0",
"@iconify/json": "^2.2.35", "@iconify/json": "^2.2.35",
"@purge-icons/generated": "^0.9.0", "@purge-icons/generated": "^0.9.0",

View File

@ -98,6 +98,10 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti
title: "error", title: "error",
type: "image-uploader" type: "image-uploader"
}, },
object: {
title: "object",
type: "image-uploader"
},
pictureCard2: { pictureCard2: {
title: "通过urls显示", title: "通过urls显示",
type: "image-uploader", type: "image-uploader",

View File

@ -21,7 +21,10 @@ const list = [
], ],
limit: ["http://greper.handsfree.work/extends/avatar.jpg", "https://www.baidu.com/img/bd_logo1.png"], limit: ["http://greper.handsfree.work/extends/avatar.jpg", "https://www.baidu.com/img/bd_logo1.png"],
statusRemote: "0", statusRemote: "0",
keyValueType: "/2022-12-20/qygzqdjd1g.yaml" keyValueType: "/2022-12-20/qygzqdjd1g.yaml",
object: {
url: "http://greper.handsfree.work/extends/avatar.jpg"
}
}, },
{ {
radio: "2" radio: "2"