|
|
|
@ -78,7 +78,7 @@ useSelectedCellKeyupListener(active, (e) => {
|
|
|
|
|
|
|
|
|
|
<template> |
|
|
|
|
<div |
|
|
|
|
class="flex cursor-pointer w-full h-full py-1" |
|
|
|
|
class="flex cursor-pointer w-full h-full" |
|
|
|
|
:class="{ |
|
|
|
|
'justify-center': !isForm, |
|
|
|
|
'w-full': isForm, |
|
|
|
@ -92,7 +92,7 @@ useSelectedCellKeyupListener(active, (e) => {
|
|
|
|
|
:class="{ '!ml-[-8px]': readOnly, 'w-full justify-start': isEditColumnMenu }" |
|
|
|
|
@click="onClick(true)" |
|
|
|
|
> |
|
|
|
|
<div class="p-1" :class="{ 'bg-gray-100 rounded-full ': !vModel }"> |
|
|
|
|
<div :class="{ 'bg-gray-100 rounded-full ': !vModel }"> |
|
|
|
|
<Transition name="layout" mode="out-in" :duration="100"> |
|
|
|
|
<component |
|
|
|
|
:is="getMdiIcon(vModel ? checkboxMeta.icon.checked : checkboxMeta.icon.unchecked)" |
|
|
|
|