From eb806246da49b8d9d0ea33191b24f5501d170f66 Mon Sep 17 00:00:00 2001 From: xuliangzhan Date: Fri, 15 Sep 2023 08:38:34 +0800 Subject: [PATCH] update --- README.en.md | 6 +++--- README.md | 6 +++--- README.zh-TW.md | 6 +++--- helper/vetur/attributes.json | 8 ++++++++ helper/vetur/tags.json | 2 ++ 5 files changed, 19 insertions(+), 9 deletions(-) diff --git a/README.en.md b/README.en.md index cce681027..01001f056 100644 --- a/README.en.md +++ b/README.en.md @@ -78,9 +78,9 @@ Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | * [x] Virtual scroller * [x] Virtual merger * [x] CSS Variable Theme -* [x] (pro) Cell area selection -* [x] (pro) Cell copy & paste -* [x] (pro) Cell find and replace +* [x] (插件) Cell area selection +* [x] (插件) Cell copy & paste +* [x] (插件) Cell find and replace ## Installing diff --git a/README.md b/README.md index 741037772..8f223828d 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,9 @@ * [x] 虚拟滚动 * [x] 虚拟合并 * [x] CSS 变量主题 -* [x] (pro) 单元格区域选取 -* [x] (pro) 单元格复制/粘贴 -* [x] (pro) 单元格查找和替换 +* [x] (插件) 单元格区域选取 +* [x] (插件) 单元格复制/粘贴 +* [x] (插件) 单元格查找和替换 ## 安装 diff --git a/README.zh-TW.md b/README.zh-TW.md index 5959d9965..8b182066f 100644 --- a/README.zh-TW.md +++ b/README.zh-TW.md @@ -77,9 +77,9 @@ Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | * [x] 虛擬滾動 * [x] 虛擬合併 * [x] CSS 變量主題 -* [x] (pro) 儲存格區域選取 -* [x] (pro) 儲存格複製/粘貼 -* [x] (pro) 儲存格查找和替換 +* [x] (Plugin) 儲存格區域選取 +* [x] (Plugin) 儲存格複製/粘貼 +* [x] (Plugin) 儲存格查找和替換 ## 安裝 diff --git a/helper/vetur/attributes.json b/helper/vetur/attributes.json index a0aad5d93..abb83b810 100644 --- a/helper/vetur/attributes.json +++ b/helper/vetur/attributes.json @@ -1695,6 +1695,10 @@ "type": "string | boolean", "description": "所有设置标题内容过长时显示为省略号" }, + "vxe-form/vertical": { + "type": "boolean", + "description": "所有项使用垂直布局" + }, "vxe-form/class-name": { "type": "string, ({ data }) => string", "description": "给表单附加 className" @@ -1763,6 +1767,10 @@ "type": "boolean", "description": "是否显示标题" }, + "vxe-form-item/vertical": { + "type": "boolean", + "description": "使用垂直布局" + }, "vxe-form-item/class-name": { "type": "string, ({ field, data }) => string", "description": "给表单项附加 className" diff --git a/helper/vetur/tags.json b/helper/vetur/tags.json index da0eefef5..b07f5887b 100644 --- a/helper/vetur/tags.json +++ b/helper/vetur/tags.json @@ -546,6 +546,7 @@ "title-colon", "title-asterisk", "title-overflow", + "vertical", "class-name", "collapse-status", "custom-layout", @@ -571,6 +572,7 @@ "title-asterisk", "title-overflow", "show-title", + "vertical", "class-name", "content-class-name", "content-style",