Browse Source
Merge in VISUAL/fineui from ~XAVIER.MENG/fineui:master to master * commit '87ce0200b0b8c3787e06607cdece16dbf91bcfdd': 无JIRA refactor(widget/year): ts声明补充es6
Xavier.Meng-孟宇翔
2 years ago
3 changed files with 18 additions and 0 deletions
@ -0,0 +1,13 @@
|
||||
import { Widget } from '../../core/widget'; |
||||
|
||||
export declare class DynamicYearPopup extends Widget { |
||||
static xtype: string; |
||||
static BUTTON_CLEAR_EVENT_CHANGE: string; |
||||
static BUTTON_lABEL_EVENT_CHANGE: string; |
||||
static BUTTON_OK_EVENT_CHANGE: string; |
||||
static EVENT_CHANGE: string; |
||||
|
||||
setMinDate(minDate?: string): void; |
||||
|
||||
setMaxDate(maxDate?: string): void; |
||||
} |
Loading…
Reference in new issue