Compare commits
No commits in common. 'master' and 'master' have entirely different histories.
61 changed files with 202 additions and 852 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.1 MiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,17 +1,13 @@
|
||||
import { PopupView } from "../../../base/layer/layer.popup"; |
||||
import { Widget } from '../../../core/widget'; |
||||
|
||||
export declare class IconCombo extends Widget { |
||||
static xtype: string; |
||||
|
||||
static EVENT_CHANGE: string; |
||||
static EVENT_BEFORE_POPUPVIEW: string; |
||||
|
||||
showView(): void; |
||||
|
||||
hideView(): void; |
||||
|
||||
populate(items: any[]): void; |
||||
|
||||
getPopup(): PopupView; |
||||
} |
||||
|
@ -1,19 +0,0 @@
|
||||
import { Widget } from '../../core/widget'; |
||||
|
||||
export declare class MultiSelectCheckSelectedSwitcher extends Widget { |
||||
static xtype: string; |
||||
static EVENT_TRIGGER_CHANGE: string; |
||||
static EVENT_BEFORE_POPUPVIEW: string; |
||||
static EVENT_AFTER_HIDEVIEW: string; |
||||
|
||||
props: { |
||||
itemsCreator?: Function; |
||||
valueFormatter?: Function; |
||||
}; |
||||
|
||||
adjustView(): void; |
||||
|
||||
hideView(): void; |
||||
|
||||
getView(): Widget; |
||||
} |
@ -1,17 +1,8 @@
|
||||
import { PopupView } from "../../base/layer/layer.popup"; |
||||
import { Widget } from "../../core/widget"; |
||||
|
||||
export declare class TextValueDownListCombo extends Widget { |
||||
static xtype: string; |
||||
static EVENT_CHANGE: string; |
||||
static EVENT_BEFORE_POPUPVIEW: string; |
||||
|
||||
props: { |
||||
container?: string; |
||||
popup?: any; |
||||
}; |
||||
|
||||
getValue<T>(): [T]; |
||||
|
||||
getPopup(): PopupView; |
||||
} |
||||
|
Loading…
Reference in new issue