UNPKG

paladin-vue

Version:
32 lines (27 loc) 1.18 kB
export default { COMMON_GETTER_LOADING: 'common_loading', COMMON_GETTER_REMOTE_FORM_ERROR: 'common_remote_form_error', STORE_GETTER_EMPTY: 'store_empty', STORE_GETTER_CURRENT: 'store_current', STORE_GETTER_LIST: 'store_get_list', STORE_GETTER_TOTAL: 'store_total', STORE_GETTER_PAGE_LENGTH: 'store_page_length', STORE_GETTER_PAGE:'store_page', STORE_GETTER_QUERY:'store_query', STORE_GETTER_RULES:'store_get_rules', TREE_GETTER_TREE: 'tree_get_tree', COMMON_MUTATION_START_LOAD: 'common_start_load', COMMON_MUTATION_END_LOAD: 'common_end_load', COMMON_MUTATION_SET_REMOTE_FORM_ERROR: 'common_set_remote_form_error', COMMON_MUTATION_RESET_REMOTE_FORM_ERROR: 'common_reset_remote_form_error', STORE_MUTATION_SET: 'store_set', STORE_MUTATION_SET_TOTAL: 'store_set_total', STORE_MUTATION_SET_PAGE: 'store_set_page', STORE_MUTATION_RESET_QUERY: 'store_reset_query', STORE_ACTION_LOAD: 'store_load', STORE_ACTION_GET: 'store_get', STORE_ACTION_CREATE: 'store_create', STORE_ACTION_DELETE: 'store_delete', STORE_ACTION_UPDATE: 'store_update', STORE_ACTION_LIST: 'store_list', }