UNPKG

@mindfiredigital/pivothead

Version:

PivotHead is a powerful and flexible library for creating interactive pivot tables in JavaScript applications. It provides a core engine for data manipulation and, in the future, will be compatible with wrappers for React, Vue, Svelte, and Angular, making

31 lines 1.35 kB
export declare const ERROR_MESSAGES: { INVALID_PIVOT_DATA: string; CHART_RENDERER_ERROR: string; INVALID_CONTAINER: string; }; export declare const ERROR_CODES: { INVALID_PIVOT_DATA: string; CHART_RENDER_ERROR: string; INVALID_CONTAINER: string; }; export declare const LOGGER_LABEL = "@mindfiredigital/pivothead"; export declare const WORKERS_THRESHOLD: number; export declare const WASM_THRESHOLD: number; export declare const WASM_SAFETY_LIMIT: number; export declare const LARGE_FILE_THRESHOLD: number; export declare const CHUNK_SIZE_256KB: number; export declare const CHUNK_SIZE_1MB: number; export declare const CHUNK_SIZE_2MB: number; export declare const CHUNK_SIZE_4MB: number; export declare const CHUNK_SIZE_5MB: number; export declare const CHUNK_MEDIUM_UPPER: number; export declare const CHUNK_LARGE_UPPER: number; export declare const MAX_CARDINALITY_FOR_DIMENSIONS = 100; export declare const COMMON_ROW_FIELDS: string[]; export declare const COMMON_COLUMN_FIELDS: string[]; export declare const VIRTUAL_SCROLL_DEFAULT_ROW_HEIGHT = 40; export declare const VIRTUAL_SCROLL_DEFAULT_BUFFER_SIZE = 10; export declare const VIRTUAL_SCROLL_HEADER_OFFSET = 50; export declare const VIRTUAL_SCROLL_STICKY_Z_INDEX = 10; export declare const VIRTUAL_SCROLL_HEADER_BG = "#f8f9fa"; //# sourceMappingURL=constants.d.ts.map