Sfoglia il codice sorgente
* commit '28c8088f7c3963e1333ead12073180887c1acea6': auto upgrade version to 2.0.20221122113602 无JIRA refactor(TextValueCombo): 补充 ts 类型master
4 ha cambiato i file con 23 aggiunte e 2 eliminazioni
@ -0,0 +1,13 @@
|
||||
import { Pane } from "../../base/pane"; |
||||
|
||||
export declare class TextValueComboPopup extends Pane { |
||||
static xtype: string; |
||||
|
||||
static EVENT_CHANGE: string; |
||||
static EVENT_CLEAR: string; |
||||
static EVENT_CONFIRM: string; |
||||
|
||||
populate(items: any[]): void; |
||||
getValue(): any; |
||||
setValue(value: any): void; |
||||
} |
Caricamento…
Reference in new issue