export const SMALL_SCREEN_HEIGHT: 800; export const SMALL_SCREEN_WIDTH: 650; export namespace ViewType { let none: string; let normal: string; let small: string; let tablet: string; let mobile: string; } export const MAX_OFFSET_SIZE: 1000; export const DEFAULT_BIC_OFFSET_SIZE: 50; export const DEFAULT_LOCAL_OFFSET_SIZE: 50; export const ANDROID_DEVICE: "Android"; export const IOS_DEVICE: "iOS"; export const WINDOWS_PHONE: "Window Phone"; export const OTHER_DEVICE: "other"; export const ALL_SECTION_KEY: "all"; export const ALL_SECTION_LABEL: "All"; export const EXPANDED_WELL_NAME_WIDTH: 450; export const ROWS_PER_PAGE: 50; export const ROW_HEIGHT: 60; export const LEAVE_TOUCH_DELAY: 10000; export const COMPANY_PROVIDERS_FOR_IDAS: string[]; export const SEARCH_CELL_DEFAULT_WIDTH: 1020; export const SEARCH_CELL_EXPAND_WIDTH: 1270; export const NonConvertableMetrics: string[]; export namespace FilterType { let status: string; let company: string; let rig: string; let program: string; let basin: string; let county: string; let area: string; let formation: string; let stringDesign: string; let radius: string; let period: string; let sideTracks: string; let timeRangeFrom: string; let timeRangeTo: string; } export const FilterOptions: { value: string; label: string; }[]; export namespace WellStatus { let unknown: string; let idle: string; let active: string; let paused: string; let complete: string; } export const StatusOptions: { value: string; color: string; }[]; export namespace ColumnType { export let name: string; let status_1: string; export { status_1 as status }; let company_1: string; export { company_1 as company }; let rig_1: string; export { rig_1 as rig }; export let distance: string; export let taScore: string; export let lastActive: string; export let metrics: string; export let wellSection: string; } export const TableColumns: { type: string; label: string; key: string; width: number[]; }[]; export const OBJECTIVE_PERIOD_LIST: { value: string; label: string; }[]; export const MAX_METRICS_COUNT: 3; export const METRICS_LIST: { label: string; key: string; }[]; export namespace DEFAULT_SETTINGS { let radius_1: number; export { radius_1 as radius }; export let filters: {}; export namespace sortInfo { let key: string; let direction: number; } } export const WellSectionColors: string[]; export const TOP_GRADIENT_MAP: { [ViewType.small]: number; [ViewType.mobile]: number; [ViewType.none]: number; [ViewType.tablet]: number; [ViewType.normal]: number; }; export const DEFAULT_METRICS_KEY: "hole_depth_change"; export namespace RESYNC_TASK_RESPONSE { let SUCCESS: string; let FAILURE: string; } export namespace RESYNC_STATUS { let INITIAL: number; let TRIGGERED: number; let RUNNING: number; let SUCCEEDED: number; let FAILED: number; } //# sourceMappingURL=constants.d.ts.map