|
|
@ -241,6 +241,7 @@ watch(view, async (nextView) => { |
|
|
|
:data-testid="`nc-gallery-card-${record.row.id}`" |
|
|
|
:data-testid="`nc-gallery-card-${record.row.id}`" |
|
|
|
@click="expandFormClick($event, record)" |
|
|
|
@click="expandFormClick($event, record)" |
|
|
|
@contextmenu="showContextMenu($event, { row: rowIndex })" |
|
|
|
@contextmenu="showContextMenu($event, { row: rowIndex })" |
|
|
|
|
|
|
|
:style="isPublic ? { cursor: 'default' } : { cursor: 'pointer' }" |
|
|
|
> |
|
|
|
> |
|
|
|
<template v-if="galleryData?.fk_cover_image_col_id" #cover> |
|
|
|
<template v-if="galleryData?.fk_cover_image_col_id" #cover> |
|
|
|
<a-carousel v-if="!reloadAttachments && attachments(record).length" autoplay class="gallery-carousel" arrows> |
|
|
|
<a-carousel v-if="!reloadAttachments && attachments(record).length" autoplay class="gallery-carousel" arrows> |
|
|
|