From 82d243be8a093f25eacd2cb7b076c709fb3fea22 Mon Sep 17 00:00:00 2001 From: "wangqing@kaihong.com" Date: Tue, 27 Sep 2022 20:25:41 +0800 Subject: [PATCH 1/2] =?UTF-8?q?description:=E3=80=90textarea-=E7=B1=BBweb?= =?UTF-8?q?=E8=8C=83=E5=BC=8F=E3=80=91=E6=96=87=E6=9C=AC=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangqing@kaihong.com --- api/common/full/viewmodel.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/common/full/viewmodel.d.ts b/api/common/full/viewmodel.d.ts index 06b578c7fd..949f4ad1bf 100644 --- a/api/common/full/viewmodel.d.ts +++ b/api/common/full/viewmodel.d.ts @@ -971,6 +971,12 @@ export interface InputElement extends Element { * @since 6 */ delete(): void; + + /** + * set the component selected + * @since 9 + */ + select():void; } /** -- Gitee From c9965d653d5b37dc6f0238d87025b79bfa1b1a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E6=80=80=E4=BF=AE?= Date: Mon, 30 Jan 2023 03:00:01 +0000 Subject: [PATCH 2/2] update api/common/full/viewmodel.d.ts. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 姜怀修 --- api/common/full/viewmodel.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/common/full/viewmodel.d.ts b/api/common/full/viewmodel.d.ts index 949f4ad1bf..ff98fa2568 100644 --- a/api/common/full/viewmodel.d.ts +++ b/api/common/full/viewmodel.d.ts @@ -973,8 +973,8 @@ export interface InputElement extends Element { delete(): void; /** - * set the component selected - * @since 9 + * select all text + * @since 10 */ select():void; } -- Gitee