import { IconItem, FileItem, ItemContextMenuOption, SelectionType, ContextMenus } from '../types'; import { GridItemInstance } 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; /** 全选按钮文字 */ checkAllText: StringConstructor; /** 选中后的文字 */ selectedText: StringConstructor; /** 右键菜单 */ contextMenus: PropType; /** 右键菜单属性 */ contextMenuProps: PropType; }, { itemRefs: Ref; headerText: import('vue').ComputedRef; getContextMenus: (item: FileItem) => import('../../ele-dropdown/types').DropdownItem[] | undefined; onCheckAllChange: () => void; onItemClick: (item: FileItem) => void; onItemCheckChange: (item: FileItem) => 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; }, string, import('vue').PublicProps, Readonly; /** 后缀对应的图标 */ icons: PropType; /** 选择框类型 */ selectionType: PropType; /** 已选中的数据 */ selections: PropType; /** 单选选中数据 */ current: PropType; /** 是否是全选 */ isCheckAll: BooleanConstructor; /** 是否是半选 */ isIndeterminate: BooleanConstructor; /** 全选按钮文字 */ checkAllText: StringConstructor; /** 选中后的文字 */ selectedText: StringConstructor; /** 右键菜单 */ contextMenus: PropType; /** 右键菜单属性 */ contextMenuProps: PropType; }>> & { onItemClick?: ((_item: FileItem) => any) | undefined; onCheckAllChange?: (() => any) | undefined; onItemContextMenu?: ((_option: ItemContextMenuOption) => any) | undefined; onItemCheckChange?: ((_item: FileItem) => any) | undefined; }, { isIndeterminate: boolean; isCheckAll: boolean; }, {}>; export default _default;