UNPKG

vue-finder-senior

Version:

VueFinderSenior is a file manager component for vue3. And there are multiple adaptable backends available . like Python PHP Go Rust

18 lines (16 loc) 422 B
export const FEATURES = { EDIT: 'edit', NEW_FILE: 'newfile', NEW_FOLDER: 'newfolder', PREVIEW: 'preview', ARCHIVE: 'archive', UNARCHIVE: 'unarchive', SEARCH: 'search', RENAME: 'rename', UPLOAD: 'upload', DELETE: 'delete', FULL_SCREEN: 'fullscreen', DOWNLOAD: 'download', LANGUAGE: 'language', } export const FEATURE_ALL_NAMES = Object.values(FEATURES)