cspace-ui
Version:
CollectionSpace user interface for browsers
11 lines (10 loc) • 854 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SEARCH_RESULT_REPORT_PANEL_SEARCH_NAME = exports.SEARCH_RESULT_PAGE_SEARCH_NAME = exports.SEARCH_RESULT_BATCH_PANEL_SEARCH_NAME = 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';