cspace-ui
Version:
CollectionSpace user interface for browsers
16 lines (15 loc) • 1.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SEARCH_RESULT_REPORT_PANEL_SEARCH_NAME = exports.SEARCH_RESULT_BATCH_PANEL_SEARCH_NAME = exports.RECORD_REPORT_PANEL_SEARCH_NAME = exports.RECORD_BATCH_PANEL_SEARCH_NAME = exports.SEARCH_RESULT_PAGE_SEARCH_NAME = void 0;
const SEARCH_RESULT_PAGE_SEARCH_NAME = 'searchResultPage';
exports.SEARCH_RESULT_PAGE_SEARCH_NAME = SEARCH_RESULT_PAGE_SEARCH_NAME;
const RECORD_BATCH_PANEL_SEARCH_NAME = 'recordBatchPanel';
exports.RECORD_BATCH_PANEL_SEARCH_NAME = RECORD_BATCH_PANEL_SEARCH_NAME;
const RECORD_REPORT_PANEL_SEARCH_NAME = 'recordReportPanel';
exports.RECORD_REPORT_PANEL_SEARCH_NAME = RECORD_REPORT_PANEL_SEARCH_NAME;
const SEARCH_RESULT_BATCH_PANEL_SEARCH_NAME = 'searchResultBatchPanel';
exports.SEARCH_RESULT_BATCH_PANEL_SEARCH_NAME = SEARCH_RESULT_BATCH_PANEL_SEARCH_NAME;
const SEARCH_RESULT_REPORT_PANEL_SEARCH_NAME = 'searchResultReportPanel';
exports.SEARCH_RESULT_REPORT_PANEL_SEARCH_NAME = SEARCH_RESULT_REPORT_PANEL_SEARCH_NAME;