mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Fix #4113: Calendar showMonthAfterYear locale option
This commit is contained in:
parent
f3d1033c37
commit
12174a1f96
3 changed files with 58 additions and 24 deletions
1
components/lib/config/PrimeVue.d.ts
vendored
1
components/lib/config/PrimeVue.d.ts
vendored
|
@ -303,6 +303,7 @@ interface PrimeVueLocaleOptions {
|
|||
today?: string;
|
||||
weekHeader?: string;
|
||||
firstDayOfWeek?: number;
|
||||
showMonthAfterYear?: boolean;
|
||||
dateFormat?: string;
|
||||
weak?: string;
|
||||
medium?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue