mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
Refactor #5548 - For Calendar
This commit is contained in:
parent
296280c54a
commit
c0076f770c
3 changed files with 163 additions and 99 deletions
|
@ -232,6 +232,18 @@ export default {
|
|||
return { severity: 'secondary', text: true, size: 'small' };
|
||||
}
|
||||
},
|
||||
navigatorButtonProps: {
|
||||
type: Object,
|
||||
default() {
|
||||
return { severity: 'secondary', text: true };
|
||||
}
|
||||
},
|
||||
timepickerButtonProps: {
|
||||
type: Object,
|
||||
default() {
|
||||
return { severity: 'secondary', text: true };
|
||||
}
|
||||
},
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue