UNPKG

cspace-ui

Version:
15 lines (14 loc) 858 B
export const SEARCH_RESULT_PAGE_SEARCH_NAME = 'searchResultPage'; export const RECORD_BATCH_PANEL_SEARCH_NAME = 'recordBatchPanel'; export const RECORD_REPORT_PANEL_SEARCH_NAME = 'recordReportPanel'; export const SEARCH_RESULT_BATCH_PANEL_SEARCH_NAME = 'searchResultBatchPanel'; export const SEARCH_RESULT_REPORT_PANEL_SEARCH_NAME = 'searchResultReportPanel'; export const SEARCH_RESULT_TERMS_USED_PANEL = 'termsUsedPanel'; export const SEARCH_RESULT_USED_BY_PANEL = 'usedByPanel'; export const SEARCH_RESULT_AUTH_ROLE_PAGE = 'authRolePage'; export const SEARCH_RESULT_ACCOUNT_PAGE = 'accountPage'; export const SEARCH_TERMS_GROUP_LIMIT_BY = 'limitBy'; export const SEARCH_TERMS_GROUP_SEARCH_TERMS = 'searchTerms'; export const SEARCH_RESULT_GRID_VIEW = 'grid'; export const SEARCH_RESULT_LIST_VIEW = 'list'; export const SEARCH_RESULT_TABLE_VIEW = 'table';