@syncfusion/ej2-filemanager
Version:
Essential JS 2 FileManager Component
226 lines (224 loc) • 7.29 kB
text/typescript
/**
* Specifies the File Manager internal ID's
*/
/** @hidden */
export const TOOLBAR_ID: string = '_toolbar';
/** @hidden */
export const LAYOUT_ID: string = '_layout';
/** @hidden */
export const NAVIGATION_ID: string = '_navigation';
/** @hidden */
export const TREE_ID: string = '_tree';
/** @hidden */
export const GRID_ID: string = '_grid';
/** @hidden */
export const LARGEICON_ID: string = '_largeicons';
/** @hidden */
export const DIALOG_ID: string = '_dialog';
/** @hidden */
export const ALT_DIALOG_ID: string = '_alt_dialog';
/** @hidden */
export const IMG_DIALOG_ID: string = '_img_dialog';
/** @hidden */
export const EXTN_DIALOG_ID: string = '_extn_dialog';
/** @hidden */
export const UPLOAD_DIALOG_ID: string = '_upload_dialog';
/** @hidden */
export const RETRY_DIALOG_ID: string = '_retry_dialog';
/** @hidden */
export const CONTEXT_MENU_ID: string = '_contextmenu';
/** @hidden */
export const SORTBY_ID: string = '_sortby';
/** @hidden */
export const VIEW_ID: string = '_view';
/** @hidden */
export const SPLITTER_ID: string = '_splitter';
/** @hidden */
export const CONTENT_ID: string = '_content';
/** @hidden */
export const BREADCRUMBBAR_ID: string = '_breadcrumbbar';
/** @hidden */
export const UPLOAD_ID: string = '_upload';
/** @hidden */
export const RETRY_ID: string = '_retry';
/** @hidden */
export const SEARCH_ID: string = '_search';
/**
* Specifies the File Manager internal class names
*/
/** @hidden */
export const ROOT: string = 'e-filemanager';
/** @hidden */
export const CONTROL: string = 'e-control';
/** @hidden */
export const CHECK_SELECT: string = 'e-fe-cb-select';
/** @hidden */
export const ROOT_POPUP: string = 'e-fe-popup';
/** @hidden */
export const MOBILE: string = 'e-fe-mobile';
/** @hidden */
export const MOB_POPUP: string = 'e-fe-popup e-fe-mobile';
/** @hidden */
export const MULTI_SELECT: string = 'e-fe-m-select';
/** @hidden */
export const FILTER: string = 'e-fe-m-filter';
/** @hidden */
export const LAYOUT: string = 'e-layout';
/** @hidden */
export const NAVIGATION: string = 'e-navigation';
/** @hidden */
export const LAYOUT_CONTENT: string = 'e-layout-content';
/** @hidden */
export const LARGE_ICONS: string = 'e-large-icons';
/** @hidden */
export const TB_ITEM: string = 'e-toolbar-item';
/** @hidden */
export const LIST_ITEM: string = 'e-list-item';
/** @hidden */
export const LIST_TEXT: string = 'e-list-text';
/** @hidden */
export const LIST_PARENT: string = 'e-list-parent';
/** @hidden */
export const TB_OPTION_TICK: string = 'e-icons e-fe-tick';
/** @hidden */
export const TB_OPTION_DOT: string = 'e-icons e-fe-dot';
/** @hidden */
export const BLUR: string = 'e-blur';
/** @hidden */
export const ACTIVE: string = 'e-active';
/** @hidden */
export const HOVER: string = 'e-hover';
/** @hidden */
export const FOCUS: string = 'e-focus';
/** @hidden */
export const FOCUSED: string = 'e-focused';
/** @hidden */
export const CHECK: string = 'e-check';
/** @hidden */
export const FRAME: string = 'e-frame';
/** @hidden */
export const CB_WRAP: string = 'e-checkbox-wrapper';
/** @hidden */
export const ROW: string = 'e-row';
/** @hidden */
export const ROWCELL: string = 'e-rowcell';
/** @hidden */
export const EMPTY: string = 'e-empty';
/** @hidden */
export const EMPTY_CONTENT: string = 'e-empty-content';
/** @hidden */
export const EMPTY_INNER_CONTENT: string = 'e-empty-inner-content';
/** @hidden */
export const CLONE: string = 'e-fe-clone';
/** @hidden */
export const DROP_FOLDER: string = 'e-fe-drop-folder';
/** @hidden */
export const DROP_FILE: string = 'e-fe-drop-file';
/** @hidden */
export const FOLDER: string = 'e-fe-folder';
/** @hidden */
export const ICON_IMAGE: string = 'e-fe-image';
/** @hidden */
export const ICON_MUSIC: string = 'e-fe-music';
/** @hidden */
export const ICON_VIDEO: string = 'e-fe-video';
/** @hidden */
export const LARGE_ICON: string = 'e-large-icon';
/** @hidden */
export const LARGE_EMPTY_FOLDER: string = 'e-empty-icon e-fe-folder';
/** @hidden */
export const LARGE_EMPTY_FOLDER_TWO: string = 'e-empty-icon.e-fe-folder';
/** @hidden */
export const LARGE_ICON_FOLDER: string = 'e-fe-folder';
/** @hidden */
export const SELECTED_ITEMS: string = 'e-items';
/** @hidden */
export const TEXT_CONTENT: string = 'e-text-content';
/** @hidden */
export const GRID_HEADER: string = 'e-gridheader';
/** @hidden */
export const TEMPLATE_CELL: string = 'e-templatecell';
/** @hidden */
export const TREE_VIEW: string = 'e-treeview';
/** @hidden */
export const MENU_ITEM: string = 'e-menu-item';
/** @hidden */
export const MENU_ICON: string = 'e-menu-icon';
/** @hidden */
export const SUBMENU_ICON: string = 'e-caret';
/** @hidden */
export const GRID_VIEW: string = 'e-content';
/** @hidden */
export const GRID_CONTENT: string = 'e-gridcontent';
/** @hidden */
export const ICON_VIEW: string = 'e-list-parent';
/** @hidden */
export const ICON_OPEN: string = 'e-icons e-fe-open';
/** @hidden */
export const ICON_UPLOAD: string = 'e-icons e-fe-upload';
/** @hidden */
export const ICON_CUT: string = 'e-icons e-fe-cut';
/** @hidden */
export const ICON_COPY: string = 'e-icons e-fe-copy';
/** @hidden */
export const ICON_PASTE: string = 'e-icons e-fe-paste';
/** @hidden */
export const ICON_DELETE: string = 'e-icons e-fe-delete';
/** @hidden */
export const ICON_RENAME: string = 'e-icons e-fe-rename';
/** @hidden */
export const ICON_NEWFOLDER: string = 'e-icons e-fe-newfolder';
/** @hidden */
export const ICON_DETAILS: string = 'e-icons e-fe-details';
/** @hidden */
export const ICON_SHORTBY: string = 'e-icons e-fe-sort';
/** @hidden */
export const ICON_REFRESH: string = 'e-icons e-fe-refresh';
/** @hidden */
export const ICON_SELECTALL: string = 'e-icons e-fe-select';
/** @hidden */
export const ICON_DOWNLOAD: string = 'e-icons e-fe-download';
/** @hidden */
export const ICON_OPTIONS: string = 'e-icons e-fe-options';
/** @hidden */
export const ICON_GRID: string = 'e-icons e-fe-grid';
/** @hidden */
export const ICON_LARGE: string = 'e-icons e-fe-large';
/** @hidden */
export const ICON_BREADCRUMB: string = 'e-icons e-fe-breadcrumb';
/** @hidden */
export const ICON_CLEAR: string = 'e-icons e-fe-clear';
/** @hidden */
export const ICON_DROP_IN: string = 'e-icons e-fe-drop-in';
/** @hidden */
export const ICON_DROP_OUT: string = 'e-icons e-fe-drop-out';
/** @hidden */
export const ICON_NO_DROP: string = 'e-icons e-fe-no-drop';
/** @hidden */
export const ICONS: string = 'e-icons';
/** @hidden */
export const DETAILS_LABEL: string = 'e-detailslabel';
/** @hidden */
export const ERROR_CONTENT: string = 'e-fe-errorcontent';
/** @hidden */
export const STATUS: string = 'e-status';
/** @hidden */
export const BREADCRUMBS: string = 'e-address';
/** @hidden */
export const RTL: string = 'e-rtl';
/** @hidden */
export const DISPLAY_NONE: string = 'e-display-none';
/** @hidden */
export const COLLAPSED: string = 'e-node-collapsed';
/** @hidden */
export const FULLROW: string = 'e-fullrow';
/** @hidden */
export const ICON_COLLAPSIBLE: string = 'e-icon-collapsible';
/** @hidden */
export const SPLIT_BAR: string = 'e-split-bar';
/** @hidden */
export const HEADER_CHECK: string = 'e-headercheck';
/** @hidden */
export const OVERLAY: string = 'e-fe-overlay';
/** @hidden */
export const VALUE: string = 'e-fe-value';