(showVerticalDots = true)}
on:mouseleave={() => (showVerticalDots = false)}
role="group"
use:focusOutside={{ onFocusOut: () => (showVerticalDots = false) }}
>
(showVerticalDots = true)}
>
{#if person.name}
{person.name}
{/if}
onMenuClick('hide-person')} icon={mdiEyeOffOutline} text={$t('hide_person')} />
onMenuClick('change-name')} icon={mdiAccountEditOutline} text={$t('change_name')} />
onMenuClick('set-birth-date')}
icon={mdiCalendarEditOutline}
text={$t('set_date_of_birth')}
/>
onMenuClick('merge-people')}
icon={mdiAccountMultipleCheckOutline}
text={$t('merge_people')}
/>