export const NAME: "apps"; export const LOAD_APPS: "LOAD_APPS"; export namespace GRID_BREAKPOINTS { namespace general { let large: number; let medium: number; let small: number; } namespace phone { let small_1: number; export { small_1 as small }; } } export namespace GRID_COLUMN_SIZES { let large_1: number; export { large_1 as large }; let medium_1: number; export { medium_1 as medium }; let small_2: number; export { small_2 as small }; } export const DEFAULT_GRID_LAYOUT_PADDING: 10; export const NON_DRAGGABLE_ELEMENT_SELECTOR: string; export const GRID_ROW_HEIGHT: 30; export const ORIENTATION_SETTINGS: { label: string; value: string; }[]; export const FILTERING_MODES: { label: string; value: string; }[]; export namespace REPORT_APP_GRID_TYPES { namespace NORMAL { let type: string; namespace columns { let min: number; let max: number; } namespace rows { let min_1: number; export { min_1 as min }; let max_1: number; export { max_1 as max }; } let slots: number; } namespace WIDE { let type_1: string; export { type_1 as type }; export namespace columns_1 { let min_2: number; export { min_2 as min }; let max_2: number; export { max_2 as max }; } export { columns_1 as columns }; export namespace rows_1 { let min_3: number; export { min_3 as min }; let max_3: number; export { max_3 as max }; } export { rows_1 as rows }; let slots_1: number; export { slots_1 as slots }; } namespace HALFSCREEN { let type_2: string; export { type_2 as type }; export namespace columns_2 { let min_4: number; export { min_4 as min }; let max_4: number; export { max_4 as max }; } export { columns_2 as columns }; export namespace rows_2 { let min_5: number; export { min_5 as min }; let max_5: number; export { max_5 as max }; } export { rows_2 as rows }; let slots_2: number; export { slots_2 as slots }; } namespace FULLSCREEN { let type_3: string; export { type_3 as type }; export namespace columns_3 { let min_6: number; export { min_6 as min }; let max_6: number; export { max_6 as max }; } export { columns_3 as columns }; export namespace rows_3 { let min_7: number; export { min_7 as min }; let max_7: number; export { max_7 as max }; } export { rows_3 as rows }; let slots_3: number; export { slots_3 as slots }; } } export namespace DEFAULT_APP_SIZE { let w: number; let h: number; } export const APP_KEYS: {}; export namespace RIG_OPS_TYPES { let trippingInConn: number; let trippingInRun: number; let trippingOutConn: number; let trippingOutRun: number; let sTos: number; let wTowComplex: number; let wTowSimple: number; let treatment: number; let drillingTime: number; let bTos: number; let sTob: number; let wTowDetailed: number; let bTosDetailed: number; let sTobDetailed: number; let pumpsToOnBottom: number; } export const SUPPORTED_DRILLING_OPERATIONS: { [RIG_OPS_TYPES.trippingInConn]: { type: number; value: number; title: string; description: string; color: string; }; [RIG_OPS_TYPES.trippingInRun]: { type: number; value: number; title: string; description: string; color: string; }; [RIG_OPS_TYPES.trippingOutConn]: { type: number; value: number; title: string; description: string; color: string; }; [RIG_OPS_TYPES.trippingOutRun]: { type: number; value: number; title: string; description: string; color: string; }; [RIG_OPS_TYPES.sTos]: { type: number; value: number; title: string; description: string; color: string; key: string; }; [RIG_OPS_TYPES.wTowComplex]: { type: number; value: number; title: string; description: string; color: string; key: string; }; [RIG_OPS_TYPES.wTowSimple]: { type: number; value: number; title: string; description: string; color: string; key: string; }; [RIG_OPS_TYPES.wTowDetailed]: { type: number; value: number; title: string; description: string; color: string; key: string; }; [RIG_OPS_TYPES.treatment]: { type: number; value: number; title: string; description: string; color: string; }; [RIG_OPS_TYPES.drillingTime]: { type: number; value: number; title: string; description: string; color: string; }; [RIG_OPS_TYPES.bTos]: { type: number; value: number; title: string; description: string; color: string; key: string; }; [RIG_OPS_TYPES.bTosDetailed]: { type: number; value: number; title: string; description: string; color: string; key: string; }; [RIG_OPS_TYPES.sTob]: { type: number; value: number; title: string; description: string; color: string; key: string; }; [RIG_OPS_TYPES.sTobDetailed]: { type: number; value: number; title: string; description: string; color: string; key: string; }; [RIG_OPS_TYPES.pumpsToOnBottom]: { type: number; value: number; title: string; description: string; color: string; }; }; export const DEFAULT_DRILLING_OPERATION_TYPE: 0; export const APPS_TYPES: {}; export namespace APP_VISIBILITY { let _private: string; export { _private as private }; export let developer: string; export let company: string; let _public: string; export { _public as public }; } export const APP_VISIBILITY_META: { [APP_VISIBILITY.private]: { label: string; color: string; hintText: string; }; [APP_VISIBILITY.developer]: { label: string; color: string; hintText: string; }; [APP_VISIBILITY.company]: { label: string; color: string; hintText: string; }; [APP_VISIBILITY.public]: { label: string; color: string; hintText: string; }; }; //# sourceMappingURL=apps.d.ts.map