mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Refactor #5681 - For DatePicker
This commit is contained in:
parent
45bb31a7d3
commit
f046eccda9
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
|||
v-bind="ptm('dropdown')"
|
||||
>
|
||||
<slot name="dropdownicon" :class="icon">
|
||||
<component :is="icon ? 'span' : 'CalendarIcon'" :class="icon" v-bind="ptm('dropdownButtonIcon')" />
|
||||
<component :is="icon ? 'span' : 'CalendarIcon'" :class="icon" v-bind="ptm('dropdownIcon')" />
|
||||
</slot>
|
||||
</button>
|
||||
</slot>
|
||||
|
|
|
@ -375,7 +375,7 @@ const classes = {
|
|||
dayView: 'p-datepicker-day-view',
|
||||
weekHeader: 'p-datepicker-weekheader p-disabled',
|
||||
weekNumber: 'p-datepicker-weeknumber',
|
||||
weekLabelContainer: 'p-disabled', //TODO:
|
||||
weekLabelContainer: 'p-disabled',
|
||||
weekDayCell: 'p-datepicker-weekday-cell',
|
||||
weekDay: 'p-date-picker-weekday',
|
||||
dayCell: ({ date }) => ['p-datepicker-day-cell', { 'p-datepicker-other-month': date.otherMonth, 'p-datepicker-today': date.today }],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue