com.phloxui
Version:
PhloxUI Ng2+ Framework
82 lines (81 loc) • 4.15 kB
TypeScript
export declare const CHANGE_EVENT: string;
export declare const BEFORE_SHOW_EVENT: string;
export declare const SHOW_EVENT: string;
export declare const BEFORE_HIDE_EVENT: string;
export declare const HIDE_EVENT: string;
export declare const ACTIVATE_EVENT: string;
export declare const DEACTIVATE_EVENT: string;
export declare const ENABLE_EVENT: string;
export declare const DISABLE_EVENT: string;
export declare const BEFORE_CLICK_EVENT: string;
export declare const CLICK_EVENT: string;
export declare const BEFORE_DBL_CLICK_EVENT: string;
export declare const DBL_CLICK_EVENT: string;
export declare const LOAD_EVENT: string;
export declare const LOST_FOCUS_EVENT: string;
export declare const BEFORE_LOST_FOCUS_EVENT: string;
export declare const FOCUS_EVENT: string;
export declare const BEFORE_FOCUS_EVENT: string;
export declare const BLUR_EVENT: string;
export declare const BEFORE_SELECT_EVENT: string;
export declare const SELECT_EVENT: string;
export declare const TAB_CHANGE_EVENT: string;
export declare const TAB_ADD_EVENT: string;
export declare const TAB_MOVE_EVENT: string;
export declare const TAB_NEW_TAB_BTN_CLICK: string;
export declare const DATA_CHANGE_EVENT: string;
export declare const BEFORE_DATA_CHANGE_EVENT: string;
export declare const DATA_CREATE_EVENT: string;
export declare const DATA_UPDATE_EVENT: string;
export declare const DATA_DELETE_EVENT: string;
export declare const DATA_DESTROY_EVENT: string;
export declare const DATA_QUERY_EVENT: string;
export declare const DATA_PROMOTE_EVENT: string;
export declare const ROW_SELECT_EVENT: string;
export declare const DATA_REVERT_EVENT: string;
export declare const CLOSE_NOTIFICATION_EVENT: string;
export declare const CLOSE_DONE_NOTIFICATION_EVENT: string;
export declare const SHOW_ACTION_BAR_NOTIFICATION_EVENT: string;
export declare const HIDE_ACTION_BAR_NOTIFICATION_EVENT: string;
export declare const SHOW_CONTENT_NOTIFICATION_EVENT: string;
export declare const HIDE_CONTENT_NOTIFICATION_EVENT: string;
export declare const SHOW_ACTION_BAR_DONE_NOTIFICATION_EVENT: string;
export declare const HIDE_ACTION_BAR_DONE_NOTIFICATION_EVENT: string;
export declare const SHOW_CONTENT_DONE_NOTIFICATION_EVENT: string;
export declare const HIDE_CONTENT_DONE_NOTIFICATION_EVENT: string;
export declare const DRAG_EVENT: string;
export declare const DRAG_START_EVENT: string;
export declare const DRAG_END_EVENT: string;
export declare const DRAG_ENTER_EVENT: string;
export declare const DRAG_OVER_EVENT: string;
export declare const DRAG_LEAVE_EVENT: string;
export declare const DROP_EVENT: string;
export declare const DROP_ACCEPT_EVENT: string;
export declare const DROP_REJECT_EVENT: string;
export declare const BEFORE_RESULT_CHANGE_EVENT = "beforeResultChange";
export declare const RESULT_CHANGE_EVENT = "resultChange";
export declare const BEFORE_ERROR_CHANGE_EVENT = "beforeErrorChange";
export declare const ERROR_CHANGE_EVENT = "errorChange";
export declare const BEFORE_BUTTONS_CHANGE_EVENT = "beforeButtonsChange";
export declare const BUTTONS_CHANGE_EVENT = "buttonsChange";
export declare const TASK_START_EVENT = "taskStart";
export declare const TASK_COMPLETE_EVENT = "taskComplete";
export declare const TASK_RESOLVE_EVENT = "taskResolve";
export declare const TASK_REJECT_EVENT = "taskReject";
export declare const PAUSE_EVENT = "pause";
export declare const RESUME_EVENT = "resume";
export declare const START_EVENT = "start";
export declare const STOP_EVENT = "stop";
export declare const BEFORE_KEY_UP_EVENT = "beforeKeyUp";
export declare const KEY_UP_EVENT = "keyUp";
export declare const BEFORE_KEY_DOWN_EVENT = "beforeKeyDown";
export declare const KEY_DOWN_EVENT = "keyDown";
export declare const LANG_ADD_EVENT = "langAdd";
export declare const LANG_REMOVE_EVENT = "langRemove";
export declare const LANG_CLICK_EVENT = "langClick";
export declare const BEFORE_VIEW_SHOW_EVENT: string;
export declare const VIEW_SHOW_EVENT: string;
export declare const BEFORE_VIEW_HIDE_EVENT: string;
export declare const VIEW_HIDE_EVENT: string;
export declare const START_VALIDATE_EVENT: string;
export declare const END_VALIDATE_EVENT: string;