cspace-ui
Version:
CollectionSpace user interface for browsers
20 lines (19 loc) • 1.97 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SEARCH_TERMS_GROUP_SEARCH_TERMS = exports.SEARCH_TERMS_GROUP_LIMIT_BY = exports.SEARCH_RESULT_USED_BY_PANEL = exports.SEARCH_RESULT_TERMS_USED_PANEL = exports.SEARCH_RESULT_TABLE_VIEW = exports.SEARCH_RESULT_REPORT_PANEL_SEARCH_NAME = exports.SEARCH_RESULT_PAGE_SEARCH_NAME = exports.SEARCH_RESULT_LIST_VIEW = exports.SEARCH_RESULT_GRID_VIEW = exports.SEARCH_RESULT_BATCH_PANEL_SEARCH_NAME = exports.SEARCH_RESULT_AUTH_ROLE_PAGE = exports.SEARCH_RESULT_ACCOUNT_PAGE = exports.RECORD_REPORT_PANEL_SEARCH_NAME = exports.RECORD_BATCH_PANEL_SEARCH_NAME = void 0;
const SEARCH_RESULT_PAGE_SEARCH_NAME = exports.SEARCH_RESULT_PAGE_SEARCH_NAME = 'searchResultPage';
const RECORD_BATCH_PANEL_SEARCH_NAME = exports.RECORD_BATCH_PANEL_SEARCH_NAME = 'recordBatchPanel';
const RECORD_REPORT_PANEL_SEARCH_NAME = exports.RECORD_REPORT_PANEL_SEARCH_NAME = 'recordReportPanel';
const SEARCH_RESULT_BATCH_PANEL_SEARCH_NAME = exports.SEARCH_RESULT_BATCH_PANEL_SEARCH_NAME = 'searchResultBatchPanel';
const SEARCH_RESULT_REPORT_PANEL_SEARCH_NAME = exports.SEARCH_RESULT_REPORT_PANEL_SEARCH_NAME = 'searchResultReportPanel';
const SEARCH_RESULT_TERMS_USED_PANEL = exports.SEARCH_RESULT_TERMS_USED_PANEL = 'termsUsedPanel';
const SEARCH_RESULT_USED_BY_PANEL = exports.SEARCH_RESULT_USED_BY_PANEL = 'usedByPanel';
const SEARCH_RESULT_AUTH_ROLE_PAGE = exports.SEARCH_RESULT_AUTH_ROLE_PAGE = 'authRolePage';
const SEARCH_RESULT_ACCOUNT_PAGE = exports.SEARCH_RESULT_ACCOUNT_PAGE = 'accountPage';
const SEARCH_TERMS_GROUP_LIMIT_BY = exports.SEARCH_TERMS_GROUP_LIMIT_BY = 'limitBy';
const SEARCH_TERMS_GROUP_SEARCH_TERMS = exports.SEARCH_TERMS_GROUP_SEARCH_TERMS = 'searchTerms';
const SEARCH_RESULT_GRID_VIEW = exports.SEARCH_RESULT_GRID_VIEW = 'grid';
const SEARCH_RESULT_LIST_VIEW = exports.SEARCH_RESULT_LIST_VIEW = 'list';
const SEARCH_RESULT_TABLE_VIEW = exports.SEARCH_RESULT_TABLE_VIEW = 'table';