Entity.x4-file(
:entity="file"
type="files"
unique="id"
:class="classObject"
@dblclick.native.stop="dblclick")
template(
v-slot:multiple_remove
v-if="multipleRemoveVisible")
UIIcon.x4-multiple-remove(
:draggable="true"
icon="close"
:size="28"
@mousedown.native.stop
@mouseup.native.stop
@click.native.stop="multipleRemove"
@dblclick.native.stop
@contextmenu.native.prevent.stop
@dragstart.native.prevent.stop
@dragend.native.prevent.stop
@drag.native.prevent.stop)
template(
v-slot:main)
UIFileIcon(
:file="file"
:src="file.thumb"
:size="size")