@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
64 lines (63 loc) • 3.62 kB
TypeScript
import { AdaptableMessageType } from '../../AdaptableState/Common/AdaptableMessageType';
import { AdaptableModule } from '../../AdaptableState/Common/Types';
import { SystemReportFormat, SystemReportName } from '../../AdaptableState/ExportState';
import { SystemExportDestination } from '../../AdaptableOptions/ExportOptions';
import { TableLayout } from '../../AdaptableState/LayoutState';
export declare const AUTOGENERATED_PK_COLUMN: string;
export declare const MISSING_COLUMN: string;
export declare const LIGHT_THEME: string;
export declare const DARK_THEME: string;
export declare const OS_THEME: string;
export declare const ERROR_LAYOUT: TableLayout;
export declare const ADAPTABLE: string;
export declare const ADAPTABLE_ID: string;
export declare const ADAPTABLE_TOOLPANEL_ID: string;
export declare const ADAPTABLE_TOOLPANEL_COMPONENT: string;
export declare const AGGRID_TOOLPANEL_FILTERS: string;
export declare const AGGRID_TOOLPANEL_COLUMNS: string;
export declare const READ_ONLY_STYLE: string;
export declare const EMPTY_STRING: string;
export declare const EMPTY_ARRAY: any[];
export declare const HALF_SECOND: number;
export declare const QUARTER_SECOND: number;
export declare const GROUP_PATH_SEPARATOR: string;
export declare const AG_GRID_GROUPED_COLUMN: string;
export declare const AG_GRID_SELECTION_COLUMN: string;
export declare const AG_GRID_PIVOT_COLUMN: string;
export declare const AG_GRID_CHART_WINDOW = "AG Grid Window";
export declare const ADAPTABLE_FDC3_ACTION_COLUMN_FRIENDLY_NAME = "(FDC3ActionColumn)";
export declare const DEFAULT_DATE_FORMAT_PATTERN = "dd-MM-yyyy";
export declare const DEFAULT_DATE_FORMAT_PATTERN_WITH_TIME = "dd-MM-yyyy HH:mm:ss";
export declare const DEFAULT_STRING_DISPLAY_VALUE = "Hello World";
export declare const DEFAULT_INTEGER_DISPLAY_VALUE = 12345;
export declare const DEFAULT_DOUBLE_DISPLAY_VALUE = 12345.6789;
export declare const QUICK_SEARCH_DEBOUNCE_TIME: number;
export declare const MENU_SEPARATOR: string;
export declare const DEFAULT_LIVE_REPORT_THROTTLE_TIME: number;
export declare const SERVER_VALIDATION_HEADER: string;
export declare const SERVER_VALIDATION_MESSAGE_TYPE: AdaptableMessageType;
export declare const ALL_DATA_REPORT = "All Data";
export declare const CURRENT_LAYOUT_REPORT = "Current Layout";
export declare const SELECTED_DATA_REPORT = "Selected Data";
export declare const SYSTEM_REPORT_NAMES: SystemReportName[];
export declare const EXCEL_FORMAT_REPORT = "Excel";
export declare const VISUAL_EXCEL_FORMAT_REPORT = "VisualExcel";
export declare const CSV_FORMAT_REPORT = "CSV";
export declare const JSON_FORMAT_REPORT = "JSON";
export declare const SYSTEM_REPORT_FORMATS: SystemReportFormat[];
export declare const SELECT_REPORT_STRING: string;
export declare const SELECT_REPORT_FORMAT_STRING: string;
export declare const DOWNLOAD_EXPORT_DESTINATION = "Download";
export declare const CLIPBOARD_EXPORT_DESTINATION = "Clipboard";
export declare const SYSTEM_EXPORT_DESTINATIONS: SystemExportDestination[];
export declare const THEME_STYLE: string;
export declare const LAYOUT_NEW_TABLE_TOOLTIP: string;
export declare const LAYOUT_NEW_PIVOT_TOOLTIP: string;
export declare const LAYOUT_NEW_TABLE_OR_PIVOT_TOOLTIP: string;
export declare const LAYOUT_SAVE_TOOLTIP: string;
export declare const LAYOUT_EDIT_TOOLTIP: string;
export declare const LAYOUT_CLONE_TOOLTIP: string;
export declare const LAYOUT_DELETE_TOOLTIP: string;
export declare const STANDALONE_MODULE_POPUPS: AdaptableModule[];
export declare const OBSERVABLE_EXPRESSION_ROW_ADDED: string;
export declare const OBSERVABLE_EXPRESSION_ROW_REMOVED: string;