From 0746b7bbe6aa3d9f02e03654a2cd4fde2081c335 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 21 四月 2025 09:29:40 +0800 Subject: [PATCH] bug修复 --- 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