mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #5176
This commit is contained in:
parent
3141f09df0
commit
45a23e9211
30 changed files with 110 additions and 84 deletions
|
@ -73,6 +73,7 @@
|
|||
:modelValue="allSelected"
|
||||
:binary="true"
|
||||
:disabled="disabled"
|
||||
:variant="variant"
|
||||
:aria-label="toggleAllAriaLabel"
|
||||
@change="onToggleAll"
|
||||
:unstyled="unstyled"
|
||||
|
@ -140,7 +141,7 @@
|
|||
:data-p-focused="focusedOptionIndex === getOptionIndex(i, getItemOptions)"
|
||||
:data-p-disabled="isOptionDisabled(option)"
|
||||
>
|
||||
<Checkbox :modelValue="isSelected(option)" :binary="true" :tabindex="-1" :unstyled="unstyled" :pt="getCheckboxPTOptions(option, getItemOptions, i, 'itemCheckbox')">
|
||||
<Checkbox :modelValue="isSelected(option)" :binary="true" :tabindex="-1" :variant="variant" :unstyled="unstyled" :pt="getCheckboxPTOptions(option, getItemOptions, i, 'itemCheckbox')">
|
||||
<template #icon="slotProps">
|
||||
<component v-if="$slots.itemcheckboxicon" :is="$slots.itemcheckboxicon" :checked="slotProps.checked" :class="slotProps.class" />
|
||||
<component
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue