import { IconItem, FileItem, ColumnItem, ItemContextMenuOption, SelectionType, ContextMenus } from '../types'; import { TableItemInstance } from '../props'; import { EleDropdownProps, EleDropdownInstance } from '../../ele-app/plus'; import { PropType, Ref } from 'vue'; declare const _default: import('vue').DefineComponent<{ /** 文件数据 */ data: PropType; /** 后缀对应的图标 */ icons: PropType; /** 选择框类型 */ selectionType: PropType; /** 选中数据 */ selections: PropType; /** 单选选中数据 */ current: PropType; /** 是否是全选 */ isCheckAll: BooleanConstructor; /** 是否是半选 */ isIndeterminate: BooleanConstructor; /** 文件名文字 */ nameText: StringConstructor; /** 文件大小文字 */ sizeText: StringConstructor; /** 修改时间文字 */ timeText: StringConstructor; /** 默认的列是否可以排序 */ sortable: BooleanConstructor; /** 排序字段 */ sort: StringConstructor; /** 排序方式 */ order: StringConstructor; /** 自定义列配置 */ columns: PropType; /** 右键菜单 */ contextMenus: PropType; /** 右键菜单属性 */ contextMenuProps: PropType; }, { itemRefs: Ref; tableCols: import('vue').ComputedRef; getContextMenus: (item: FileItem) => import('../../ele-dropdown/types').DropdownItem[] | undefined; onCheckAllChange: () => void; onItemClick: (item: FileItem) => void; onItemCheckChange: (item: FileItem) => void; onSortChange: (sort: string, col?: ColumnItem) => void; onItemContextMenu: (option: ItemContextMenuOption) => void; onItemContextOpen: (ref: EleDropdownInstance) => void; }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { checkAllChange: () => true; itemClick: (_item: FileItem) => true; itemCheckChange: (_item: FileItem) => true; itemContextMenu: (_option: ItemContextMenuOption) => true; sortChange: (_sort: string) => true; }, string, import('vue').PublicProps, Readonly; /** 后缀对应的图标 */ icons: PropType; /** 选择框类型 */ selectionType: PropType; /** 选中数据 */ selections: PropType; /** 单选选中数据 */ current: PropType; /** 是否是全选 */ isCheckAll: BooleanConstructor; /** 是否是半选 */ isIndeterminate: BooleanConstructor; /** 文件名文字 */ nameText: StringConstructor; /** 文件大小文字 */ sizeText: StringConstructor; /** 修改时间文字 */ timeText: StringConstructor; /** 默认的列是否可以排序 */ sortable: BooleanConstructor; /** 排序字段 */ sort: StringConstructor; /** 排序方式 */ order: StringConstructor; /** 自定义列配置 */ columns: PropType; /** 右键菜单 */ contextMenus: PropType; /** 右键菜单属性 */ contextMenuProps: PropType; }>> & { onSortChange?: ((_sort: string) => any) | undefined; onItemClick?: ((_item: FileItem) => any) | undefined; onCheckAllChange?: (() => any) | undefined; onItemContextMenu?: ((_option: ItemContextMenuOption) => any) | undefined; onItemCheckChange?: ((_item: FileItem) => any) | undefined; }, { sortable: boolean; isIndeterminate: boolean; isCheckAll: boolean; }, {}>; export default _default;