From af930887f9972b7dd21c80599e697e44f5e5a579 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 13 十一月 2024 14:05:04 +0800
Subject: [PATCH] 移除视频相关组件
---
miniprogram_npm/tdesign-miniprogram/swipe-cell/README.en-US.md | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/miniprogram_npm/tdesign-miniprogram/swipe-cell/README.en-US.md b/miniprogram_npm/tdesign-miniprogram/swipe-cell/README.en-US.md
index 584359b..125897b 100644
--- a/miniprogram_npm/tdesign-miniprogram/swipe-cell/README.en-US.md
+++ b/miniprogram_npm/tdesign-miniprogram/swipe-cell/README.en-US.md
@@ -6,13 +6,17 @@
name | type | default | description | required
-- | -- | -- | -- | --
+style | Object | - | CSS(Cascading Style Sheets) | N
+custom-style | Object | - | CSS(Cascading Style Sheets)锛寀sed to set style on virtual component | N
disabled | Boolean | - | \- | N
-opened | Boolean / Array | false | \- | N
left | Array / Slot | - | Typescript锛歚Array<SwipeActionItem>` | N
-right | Array / Slot | - | Typescript锛歚Array<SwipeActionItem>` `interface SwipeActionItem {text?: string; icon?: string | object; className?: string; style?: string; onClick?: () => void; [key: string]: any }`銆俒see more ts definition](https://github.com/Tencent/tdesign-miniprogram/tree/develop/src/swipe-cell/type.ts) | N
+opened | Boolean / Array | false | Typescript锛歚boolean \| Array<boolean>` | N
+right | Array / Slot | - | Typescript锛歚Array<SwipeActionItem>` `interface SwipeActionItem {text?: string; icon?: string \| object, className?: string; style?: string; onClick?: () => void; [key: string]: any }`銆俒see more ts definition](https://github.com/Tencent/tdesign-miniprogram/tree/develop/src/swipe-cell/type.ts) | N
### SwipeCell Events
name | params | description
-- | -- | --
click | `(action: SwipeActionItem, source: SwipeSource)` | [see more ts definition](https://github.com/Tencent/tdesign-miniprogram/tree/develop/src/swipe-cell/type.ts)銆�<br/>`type SwipeSource = 'left' \| 'right'`<br/>
+dragend | \- | \-
+dragstart | \- | \-
\ No newline at end of file
--
Gitblit v1.9.3