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

refactor: 1.9.2
perf: select 增加可输入示例
refactor: fs-admin menu center
build: 1.9.1
pull/12/head
GitHub Actions Bot 2023-03-01 19:24:17 +00:00
parent 2c10cedb34
commit 699ab168c1
4 changed files with 46 additions and 4 deletions

View File

@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.9.2](https://github.com/fast-crud/fast-crud/compare/v1.9.1...v1.9.2) (2023-03-01)
**Note:** Version bump only for package @fast-crud/fs-admin-antdv
## [1.9.1](https://github.com/fast-crud/fast-crud/compare/v1.9.0...v1.9.1) (2023-03-01)
**Note:** Version bump only for package @fast-crud/fs-admin-antdv
## [0.10.5](https://github.com/fast-crud/fast-crud/compare/v0.10.4...v0.10.5) (2021-07-01)

View File

@ -1,6 +1,6 @@
{
"name": "@fast-crud/fs-admin-antdv",
"version": "1.9.0",
"version": "1.9.2",
"private": true,
"scripts": {
"dev": "vite",
@ -22,9 +22,9 @@
"dependencies": {
"@ant-design/colors": "^6.0.0",
"@ant-design/icons-vue": "^6.0.1",
"@fast-crud/fast-crud": "^1.9.0",
"@fast-crud/fast-extends": "^1.9.0",
"@fast-crud/ui-antdv": "^1.9.0",
"@fast-crud/fast-crud": "^1.9.2",
"@fast-crud/fast-extends": "^1.9.2",
"@fast-crud/ui-antdv": "^1.9.2",
"@iconify/iconify": "^3.0.1",
"@iconify/json": "^2.1.151",
"@purge-icons/generated": "^0.9.0",

View File

@ -113,6 +113,11 @@ export default {
.fs-framework {
height: 100%;
overflow-x: hidden;
.menu-fold {
display: flex;
justify-content: center;
align-items: center;
}
.header-logo {
width: 100%;
height: 50px;

View File

@ -289,6 +289,26 @@ export default function ({ expose }) {
}
}
},
tags: {
title: "可输入",
sortable: true,
type: "dict-select",
form: {
component: {
mode: "tags"
}
},
dict: dict({
data: [
{ value: "sz", label: "深圳", color: "success" },
{ value: "gz", label: "广州" },
{ value: "wh", label: "武汉" },
{ value: "sh", label: "上海" },
{ value: "hz", label: "杭州" },
{ value: "bj", label: "北京", color: "red" }
]
})
},
statusSimple: {
title: "普通选择",
form: {