UNPKG

@collectionspace/cspace-public-browser

Version:
26 lines (25 loc) 2.13 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TOGGLE_PANEL = exports.SET_SEARCH_PARAMS = exports.SET_SEARCH_PAGE_SIZE = exports.SET_SEARCH_ENTRY_FORM_PARAM = exports.SET_MEDIA = exports.SET_FILTER_SEARCH_VALUE = exports.SET_DETAIL_PARAMS = exports.SEARCH_STARTED = exports.SEARCH_REJECTED = exports.SEARCH_FULFILLED = exports.PREFS_LOADED = exports.OPEN_SEARCH = exports.INST_SEARCH_STARTED = exports.INST_SEARCH_REJECTED = exports.INST_SEARCH_FULFILLED = exports.EXPAND_PANEL = exports.DETAIL_READ_STARTED = exports.DETAIL_READ_REJECTED = exports.DETAIL_READ_FULFILLED = exports.CLEAR_DETAIL = void 0; const PREFS_LOADED = exports.PREFS_LOADED = 'PREFS_LOADED'; const EXPAND_PANEL = exports.EXPAND_PANEL = 'EXPAND_PANEL'; const TOGGLE_PANEL = exports.TOGGLE_PANEL = 'TOGGLE_PANEL'; const SET_MEDIA = exports.SET_MEDIA = 'SET_MEDIA'; const OPEN_SEARCH = exports.OPEN_SEARCH = 'OPEN_SEARCH'; const SET_SEARCH_PAGE_SIZE = exports.SET_SEARCH_PAGE_SIZE = 'SET_SEARCH_PAGE_SIZE'; const SET_SEARCH_PARAMS = exports.SET_SEARCH_PARAMS = 'SET_SEARCH_PARAMS'; const SEARCH_STARTED = exports.SEARCH_STARTED = 'SEARCH_STARTED'; const SEARCH_FULFILLED = exports.SEARCH_FULFILLED = 'SEARCH_FULFILLED'; const SEARCH_REJECTED = exports.SEARCH_REJECTED = 'SEARCH_REJECTED'; const SET_SEARCH_ENTRY_FORM_PARAM = exports.SET_SEARCH_ENTRY_FORM_PARAM = 'SET_SEARCH_ENTRY_FORM_PARAM'; const SET_FILTER_SEARCH_VALUE = exports.SET_FILTER_SEARCH_VALUE = 'SET_FILTER_SEARCH_VALUE'; const CLEAR_DETAIL = exports.CLEAR_DETAIL = 'CLEAR_DETAIL'; const SET_DETAIL_PARAMS = exports.SET_DETAIL_PARAMS = 'SET_DETAIL_PARAMS'; const DETAIL_READ_STARTED = exports.DETAIL_READ_STARTED = 'DETAIL_READ_STARTED'; const DETAIL_READ_FULFILLED = exports.DETAIL_READ_FULFILLED = 'DETAIL_READ_FULFILLED'; const DETAIL_READ_REJECTED = exports.DETAIL_READ_REJECTED = 'DETAIL_READ_REJECTED'; const INST_SEARCH_STARTED = exports.INST_SEARCH_STARTED = 'INST_SEARCH_STARTED'; const INST_SEARCH_FULFILLED = exports.INST_SEARCH_FULFILLED = 'INST_SEARCH_FULFILLED'; const INST_SEARCH_REJECTED = exports.INST_SEARCH_REJECTED = 'INST_SEARCH_REJECTED';