blob: 49a3f96d869f2f89adffacaca1ea2df97f3db7f2 [file] [log] [blame]
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy of
// the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
// License for the specific language governing permissions and limitations under
// the License.
export default {
LAYOUT_ORIENTATION: {
TABLE: 'LAYOUT_TABLE',
METADATA: 'LAYOUT_METADATA',
JSON: 'LAYOUT_JSON'
},
// Document types that can be displayed by Index Results components
INDEX_RESULTS_DOC_TYPE: {
MANGO_INDEX: 'MangoIndex',
MANGO_QUERY: 'MangoQueryResult',
VIEW: 'view'
},
INDEX_RESULTS_STYLE: {
TEXT_OVERFLOW_TRUNCATED: 'truncated',
TEXT_OVERFLOW_FULL: 'full',
FONT_SIZE_SMALL: 'small-font',
FONT_SIZE_LARGE: 'large-font',
FONT_SIZE_MEDIUM: 'medium-font'
}
};