Refactor #5548 - For Calendar

This commit is contained in:
tugcekucukoglu 2024-04-09 09:05:44 +03:00
parent 296280c54a
commit c0076f770c
3 changed files with 163 additions and 99 deletions

View file

@ -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