com.phloxui
Version:
PhloxUI Ng2+ Framework
124 lines (123 loc) • 6.45 kB
TypeScript
export declare const BEFORE_CHANGE_EVENT: string;
export declare const CHANGE_EVENT: string;
export declare const BEFORE_INDETERMINATE_CHANGE_EVENT: string;
export declare const INDETERMINATE_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 BEFORE_ACTIVATE_EVENT: string;
export declare const ACTIVATE_EVENT: string;
export declare const BEFORE_DEACTIVATE_EVENT: string;
export declare const DEACTIVATE_EVENT: string;
export declare const BEFORE_ENABLE_EVENT: string;
export declare const ENABLE_EVENT: string;
export declare const BEFORE_DISABLE_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 BEFORE_BLUR_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 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 DATA_SCHEMA_LOAD_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 BEFORE_VIEW_CHANGE_EVENT: string;
export declare const VIEW_CHANGE_EVENT: string;
export declare const START_VALIDATE_EVENT: string;
export declare const END_VALIDATE_EVENT: string;
export declare const BEFORE_MONTH_SELECTED_EVENT: string;
export declare const MONTH_SELECTED_EVENT: string;
export declare const BEFORE_YEAR_SELECTED_EVENT: string;
export declare const YEAR_SELECTED_EVENT: string;
export declare const DRAG_CHANGE_EVENT: string;
export declare const BEFORE_DRAG_CHANGE_EVENT: string;
export declare const TOGGLE_CHANGE_EVENT: string;
export declare const BEFORE_TOGGLE_CHANGE_EVENT: string;
export declare const CHECK_EVENT: string;
export declare const UNCHECK_EVENT: string;
export declare const BEFORE_EXPAND_EVENT: string;
export declare const EXPAND_EVENT: string;
export declare const BEFORE_CONTRACT_EVENT: string;
export declare const CONTRACT_EVENT: string;
export declare const BEFORE_TAB_CHANGE_EVENT: string;
export declare const BEFORE_TAB_ADD_EVENT: string;
export declare const BEFORE_TAB_MOVE_EVENT: string;
export declare const BEFORE_NEW_TAB_BTN_CLICK: string;
export declare const BEFORE_LANG_ADD_EVENT = "beforeLangAdd";
export declare const BEFORE_LANG_REMOVE_EVENT = "beforeLangRemove";
export declare const BEFORE_LANG_CLICK_EVENT = "beforeLangClick";
export declare const BEFORE_CHART_MOUSE_OVER_EVENT = "beforeChartMouseOver";
export declare const CHART_MOUSE_OVER_EVENT = "chartMouseOver";
export declare const BEFORE_CHART_MOUSE_OUT_EVENT = "beforeChartMouseOut";
export declare const CHART_MOUSE_OUT_EVENT = "chartMouseOut";
export declare const BEFORE_CHART_SELECT_EVENT = "beforeChartSelect";
export declare const CHART_SELECT_EVENT = "chartMouseSelect";
export declare const CHART_ERROR = "chartError";
export declare const CHART_READY = "chartReady";
export declare const COLUMN_CHANGE_EVENT: string;
export declare const BEFORE_COLUMN_CHANGE_EVENT: string;