From ef52ea1bf5b930f74a09c3f7c1be0c34826a6ca4 Mon Sep 17 00:00:00 2001 From: youki Date: Wed, 14 Jul 2021 10:39:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20fix:=20?= =?UTF-8?q?=E6=94=B9=E4=B8=8B=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/case/toolbar/toolbar.multiselect.ts | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/typescript/case/toolbar/toolbar.multiselect.ts b/typescript/case/toolbar/toolbar.multiselect.ts index 3f4c13e93..cc57918bd 100644 --- a/typescript/case/toolbar/toolbar.multiselect.ts +++ b/typescript/case/toolbar/toolbar.multiselect.ts @@ -5,20 +5,10 @@ export declare class MultiSelectBar extends BasicButton { static EVENT_CHANGE: string; - props: { - text: string; - isAllCheckedBySelectedValue: Function; - disableSelected: boolean; - isHalfCheckedBySelectedValue: Function; - halfSelected: boolean; - iconWrapperWidth: number; - iconWidth: number; - iconHeight: number; - } & BasicButton['props']; - props: { text: string; isAllCheckedBySelectedValue: (values: any[]) => boolean; + disableSelected: boolean; isHalfCheckedBySelectedValue: (values: any[]) => boolean; halfSelected: boolean; iconWrapperWidth: number;