mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
Refactor #5426 - For Calendar
This commit is contained in:
parent
4f9fe2491b
commit
9622a2b564
3 changed files with 31 additions and 8 deletions
|
@ -220,6 +220,18 @@ export default {
|
|||
type: Object,
|
||||
default: null
|
||||
},
|
||||
todayButtonProps: {
|
||||
type: Object,
|
||||
default() {
|
||||
return { severity: 'secondary', text: true };
|
||||
}
|
||||
},
|
||||
clearButtonProps: {
|
||||
type: Object,
|
||||
default() {
|
||||
return { severity: 'secondary', text: true };
|
||||
}
|
||||
},
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue