"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ENRICHMENT_DESTINATION_PATH = exports.DELETED_SECURITY_SOLUTION_DATA_VIEW = exports.DEFAULT_MAX_TABLE_QUERY_SIZE = exports.DEFAULT_COLUMN_MIN_WIDTH = void 0; /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ const DEFAULT_MAX_TABLE_QUERY_SIZE = 10000; exports.DEFAULT_MAX_TABLE_QUERY_SIZE = DEFAULT_MAX_TABLE_QUERY_SIZE; const DELETED_SECURITY_SOLUTION_DATA_VIEW = 'DELETED_SECURITY_SOLUTION_DATA_VIEW'; exports.DELETED_SECURITY_SOLUTION_DATA_VIEW = DELETED_SECURITY_SOLUTION_DATA_VIEW; const ENRICHMENT_DESTINATION_PATH = 'threat.enrichments'; /** The default minimum width of a column (when a width for the column type is not specified) */ exports.ENRICHMENT_DESTINATION_PATH = ENRICHMENT_DESTINATION_PATH; const DEFAULT_COLUMN_MIN_WIDTH = 180; // px exports.DEFAULT_COLUMN_MIN_WIDTH = DEFAULT_COLUMN_MIN_WIDTH;