UNPKG

@magic-xpa/utils

Version:

magic utils package

80 lines (79 loc) 3.75 kB
export declare class Constants { static readonly NULL_ARITH_NULLIFY: string; static readonly NULL_ARITH_USE_DEF: string; static readonly SELPRG_MODE_BEFORE: string; static readonly SELPRG_MODE_AFTER: string; static readonly SELPRG_MODE_PROMPT: string; static readonly MOVE_UNIT_TABLE: string; static readonly MOVE_UNIT_PAGE: string; static readonly MOVE_UNIT_ROW: string; static readonly MOVE_UNIT_TREE_NODE: string; static readonly MOVE_DIRECTION_NONE: string; static readonly MOVE_DIRECTION_BEGIN: string; static readonly MOVE_DIRECTION_PREV: string; static readonly MOVE_DIRECTION_NEXT: string; static readonly MOVE_DIRECTION_END: string; static readonly MOVE_DIRECTION_PARENT: string; static readonly MOVE_DIRECTION_FIRST_SON: string; static readonly MOVE_DIRECTION_NEXT_SIBLING: string; static readonly MOVE_DIRECTION_PREV_SIBLING: string; static readonly TASK_REFRESH_FORM: string; static readonly TASK_REFRESH_TABLE: string; static readonly TASK_REFRESH_TREE_AND_FORM: string; static readonly TASK_REFRESH_CURR_REC: string; static readonly TASK_REFRESH_NONE: string; static readonly TASK_MODE_QUERY: string; static readonly TASK_MODE_MODIFY: string; static readonly TASK_MODE_CREATE: string; static readonly TASK_MODE_DELETE: string; static readonly TASK_MODE_NONE: string; static readonly TASK_LEVEL_NONE: string; static readonly TASK_LEVEL_TASK: string; static readonly TASK_LEVEL_RECORD: string; static readonly TASK_LEVEL_CONTROL: string; static readonly MG_DATAVIEW_FIRST_RECORD: number; static readonly MG_DATAVIEW_LAST_RECORD: number; static readonly ACT_STT_TBL_SCREEN_MODE: number; static readonly ACT_STT_TBL_LEFT_TO_RIGHT: number; static readonly ACT_STT_TBL_SCREEN_TOP: number; static readonly ACT_STT_TBL_SCREEN_END: number; static readonly ACT_STT_TBL_ROW_START: number; static readonly ACT_STT_TBL_ROW_END: number; static readonly ACT_STT_EDT_LEFT_TO_RIGHT: number; static readonly ACT_STT_EDT_FORM_TOP: number; static readonly ACT_STT_EDT_FORM_END: number; static readonly ACT_STT_EDT_LINE_START: number; static readonly ACT_STT_EDT_LINE_END: number; static readonly ACT_STT_EDT_EDITING: number; static readonly ACT_STT_TREE_PARK: number; static readonly ACT_STT_TREE_EDITING: number; static readonly ForwardSlashWebUsage: string; static readonly HTTP_PROTOCOL: string; static readonly HTTPS_PROTOCOL: string; static readonly FILE_PROTOCOL: string; static readonly MG_GUI_THREAD: string; static readonly MG_WORK_THREAD: string; static readonly MG_TIMER_THREAD: string; static readonly ConfigurationFilePropertyName: string; static readonly WinPropLeft: string; static readonly WinPropTop: string; static readonly WinPropWidth: string; static readonly WinPropHeight: string; static readonly WinPropBackColor: string; static readonly WinPropForeColor: string; static readonly WinPropFont: string; static readonly WinPropText: string; static readonly WinPropLayer: string; static readonly WinPropX1: string; static readonly WinPropX2: string; static readonly WinPropY1: string; static readonly WinPropY2: string; static readonly WinPropIsTransparent: string; static readonly WinPropName: string; static readonly WinPropVisible: string; static readonly WinPropGradientStyle: string; static readonly WinPropVisibleLayerList: string; static readonly TabOrderPropertyTermination: string; static readonly SByteMaxValue: number; constructor(); }