|
|
@ -1,3 +1,4 @@ |
|
|
|
|
|
|
|
import { Single } from 'typescript/base/single/single'; |
|
|
|
import { Widget } from '../../core/widget'; |
|
|
|
import { Widget } from '../../core/widget'; |
|
|
|
|
|
|
|
|
|
|
|
export declare class ColorChooser extends Widget { |
|
|
|
export declare class ColorChooser extends Widget { |
|
|
@ -6,8 +7,10 @@ export declare class ColorChooser extends Widget { |
|
|
|
static EVENT_AFTER_POPUPVIEW: string; |
|
|
|
static EVENT_AFTER_POPUPVIEW: string; |
|
|
|
|
|
|
|
|
|
|
|
props: { |
|
|
|
props: { |
|
|
|
|
|
|
|
stopEvent?: boolean; |
|
|
|
|
|
|
|
colorBoardHeight?: number; |
|
|
|
colorItems?: { value: string }[][]; |
|
|
|
colorItems?: { value: string }[][]; |
|
|
|
}; |
|
|
|
} & Single["props"]; |
|
|
|
|
|
|
|
|
|
|
|
isViewVisible(): boolean; |
|
|
|
isViewVisible(): boolean; |
|
|
|
|
|
|
|
|
|
|
|