@syncfusion/ej2-filemanager
Version:
Essential JS 2 FileManager Component
225 lines (224 loc) • 6.23 kB
TypeScript
/**
* Specifies the File Manager internal ID's
*/
/** @hidden */
export declare const TOOLBAR_ID: string;
/** @hidden */
export declare const LAYOUT_ID: string;
/** @hidden */
export declare const NAVIGATION_ID: string;
/** @hidden */
export declare const TREE_ID: string;
/** @hidden */
export declare const GRID_ID: string;
/** @hidden */
export declare const LARGEICON_ID: string;
/** @hidden */
export declare const DIALOG_ID: string;
/** @hidden */
export declare const ALT_DIALOG_ID: string;
/** @hidden */
export declare const IMG_DIALOG_ID: string;
/** @hidden */
export declare const EXTN_DIALOG_ID: string;
/** @hidden */
export declare const UPLOAD_DIALOG_ID: string;
/** @hidden */
export declare const RETRY_DIALOG_ID: string;
/** @hidden */
export declare const CONTEXT_MENU_ID: string;
/** @hidden */
export declare const SORTBY_ID: string;
/** @hidden */
export declare const VIEW_ID: string;
/** @hidden */
export declare const SPLITTER_ID: string;
/** @hidden */
export declare const CONTENT_ID: string;
/** @hidden */
export declare const BREADCRUMBBAR_ID: string;
/** @hidden */
export declare const UPLOAD_ID: string;
/** @hidden */
export declare const RETRY_ID: string;
/** @hidden */
export declare const SEARCH_ID: string;
/**
* Specifies the File Manager internal class names
*/
/** @hidden */
export declare const ROOT: string;
/** @hidden */
export declare const CONTROL: string;
/** @hidden */
export declare const CHECK_SELECT: string;
/** @hidden */
export declare const ROOT_POPUP: string;
/** @hidden */
export declare const MOBILE: string;
/** @hidden */
export declare const MOB_POPUP: string;
/** @hidden */
export declare const MULTI_SELECT: string;
/** @hidden */
export declare const FILTER: string;
/** @hidden */
export declare const LAYOUT: string;
/** @hidden */
export declare const NAVIGATION: string;
/** @hidden */
export declare const LAYOUT_CONTENT: string;
/** @hidden */
export declare const LARGE_ICONS: string;
/** @hidden */
export declare const TB_ITEM: string;
/** @hidden */
export declare const LIST_ITEM: string;
/** @hidden */
export declare const LIST_TEXT: string;
/** @hidden */
export declare const LIST_PARENT: string;
/** @hidden */
export declare const TB_OPTION_TICK: string;
/** @hidden */
export declare const TB_OPTION_DOT: string;
/** @hidden */
export declare const BLUR: string;
/** @hidden */
export declare const ACTIVE: string;
/** @hidden */
export declare const HOVER: string;
/** @hidden */
export declare const FOCUS: string;
/** @hidden */
export declare const FOCUSED: string;
/** @hidden */
export declare const CHECK: string;
/** @hidden */
export declare const FRAME: string;
/** @hidden */
export declare const CB_WRAP: string;
/** @hidden */
export declare const ROW: string;
/** @hidden */
export declare const ROWCELL: string;
/** @hidden */
export declare const EMPTY: string;
/** @hidden */
export declare const EMPTY_CONTENT: string;
/** @hidden */
export declare const EMPTY_INNER_CONTENT: string;
/** @hidden */
export declare const CLONE: string;
/** @hidden */
export declare const DROP_FOLDER: string;
/** @hidden */
export declare const DROP_FILE: string;
/** @hidden */
export declare const FOLDER: string;
/** @hidden */
export declare const ICON_IMAGE: string;
/** @hidden */
export declare const ICON_MUSIC: string;
/** @hidden */
export declare const ICON_VIDEO: string;
/** @hidden */
export declare const LARGE_ICON: string;
/** @hidden */
export declare const LARGE_EMPTY_FOLDER: string;
/** @hidden */
export declare const LARGE_EMPTY_FOLDER_TWO: string;
/** @hidden */
export declare const LARGE_ICON_FOLDER: string;
/** @hidden */
export declare const SELECTED_ITEMS: string;
/** @hidden */
export declare const TEXT_CONTENT: string;
/** @hidden */
export declare const GRID_HEADER: string;
/** @hidden */
export declare const TEMPLATE_CELL: string;
/** @hidden */
export declare const TREE_VIEW: string;
/** @hidden */
export declare const MENU_ITEM: string;
/** @hidden */
export declare const MENU_ICON: string;
/** @hidden */
export declare const SUBMENU_ICON: string;
/** @hidden */
export declare const GRID_VIEW: string;
/** @hidden */
export declare const GRID_CONTENT: string;
/** @hidden */
export declare const ICON_VIEW: string;
/** @hidden */
export declare const ICON_OPEN: string;
/** @hidden */
export declare const ICON_UPLOAD: string;
/** @hidden */
export declare const ICON_CUT: string;
/** @hidden */
export declare const ICON_COPY: string;
/** @hidden */
export declare const ICON_PASTE: string;
/** @hidden */
export declare const ICON_DELETE: string;
/** @hidden */
export declare const ICON_RENAME: string;
/** @hidden */
export declare const ICON_NEWFOLDER: string;
/** @hidden */
export declare const ICON_DETAILS: string;
/** @hidden */
export declare const ICON_SHORTBY: string;
/** @hidden */
export declare const ICON_REFRESH: string;
/** @hidden */
export declare const ICON_SELECTALL: string;
/** @hidden */
export declare const ICON_DOWNLOAD: string;
/** @hidden */
export declare const ICON_OPTIONS: string;
/** @hidden */
export declare const ICON_GRID: string;
/** @hidden */
export declare const ICON_LARGE: string;
/** @hidden */
export declare const ICON_BREADCRUMB: string;
/** @hidden */
export declare const ICON_CLEAR: string;
/** @hidden */
export declare const ICON_DROP_IN: string;
/** @hidden */
export declare const ICON_DROP_OUT: string;
/** @hidden */
export declare const ICON_NO_DROP: string;
/** @hidden */
export declare const ICONS: string;
/** @hidden */
export declare const DETAILS_LABEL: string;
/** @hidden */
export declare const ERROR_CONTENT: string;
/** @hidden */
export declare const STATUS: string;
/** @hidden */
export declare const BREADCRUMBS: string;
/** @hidden */
export declare const RTL: string;
/** @hidden */
export declare const DISPLAY_NONE: string;
/** @hidden */
export declare const COLLAPSED: string;
/** @hidden */
export declare const FULLROW: string;
/** @hidden */
export declare const ICON_COLLAPSIBLE: string;
/** @hidden */
export declare const SPLIT_BAR: string;
/** @hidden */
export declare const HEADER_CHECK: string;
/** @hidden */
export declare const OVERLAY: string;
/** @hidden */
export declare const VALUE: string;