mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
parent
a8f3e2d5e3
commit
a42abd68a0
11 changed files with 53 additions and 7 deletions
7
components/lib/calendar/Calendar.d.ts
vendored
7
components/lib/calendar/Calendar.d.ts
vendored
|
@ -109,22 +109,27 @@ export interface CalendarProps {
|
|||
showIcon?: boolean | undefined;
|
||||
/**
|
||||
* Icon of the calendar button.
|
||||
* @deprecated since v3.27.0. Use 'triggericon' slot.
|
||||
*/
|
||||
icon?: string | undefined;
|
||||
/**
|
||||
* Icon to show in the previous button.
|
||||
* @deprecated since v3.27.0. Use 'previousicon' slot.
|
||||
*/
|
||||
previousIcon?: string | undefined;
|
||||
/**
|
||||
* Icon to show in the next button.
|
||||
* @deprecated since v3.27.0. Use 'nexticon' slot.
|
||||
*/
|
||||
nextIcon?: string | undefined;
|
||||
/**
|
||||
* Icon to show in each of the increment buttons.
|
||||
* @deprecated since v3.27.0. Use 'incrementicon' slot.
|
||||
*/
|
||||
incrementIcon?: string | undefined;
|
||||
/**
|
||||
* Icon to show in each of the decrement buttons.
|
||||
* @deprecated since v3.27.0. Use 'decrementicon' slot.
|
||||
*/
|
||||
decrementIcon?: string | undefined;
|
||||
/**
|
||||
|
@ -370,7 +375,7 @@ export interface CalendarSlots {
|
|||
/**
|
||||
* Custom previous icon template.
|
||||
*/
|
||||
previcon(): VNode[];
|
||||
previousicon(): VNode[];
|
||||
/**
|
||||
* Custom next icon template.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue