diff --git a/typescript/case/combo/bubblecombo/popup.bubble.ts b/typescript/case/combo/bubblecombo/popup.bubble.ts index 71ca1e302..e23113b63 100644 --- a/typescript/case/combo/bubblecombo/popup.bubble.ts +++ b/typescript/case/combo/bubblecombo/popup.bubble.ts @@ -4,15 +4,11 @@ import { Widget } from "../../../core/widget"; export declare class BubblePopupView extends PopupView { static xtype: string; static EVENT_CLICK_TOOLBAR_BUTTON: string; - - populate(v: string): void; } export declare class BubblePopupBarView extends BubblePopupView { static xtype: string; static EVENT_CLICK_TOOLBAR_BUTTON: string; - - populate(v: string): void; } export declare class TextBubblePopupBarView extends Widget { diff --git a/typescript/widget/textvaluedownlistcombo/combo.textvaluedownlist.ts b/typescript/widget/textvaluedownlistcombo/combo.textvaluedownlist.ts index 32ba52b4e..e3387f30d 100644 --- a/typescript/widget/textvaluedownlistcombo/combo.textvaluedownlist.ts +++ b/typescript/widget/textvaluedownlistcombo/combo.textvaluedownlist.ts @@ -4,5 +4,5 @@ export declare class TextValueDownListCombo extends Widget { static xtype: string; static EVENT_CHANGE: string; - getValue(): [any]; + getValue(): [T]; }