mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
FileUpload: Added fileSizeTypes (#4377)
* added fileSizeTypes * Added filesizeTypes fileupload, refactor and docs * Added format
This commit is contained in:
parent
b867022473
commit
430958237d
7 changed files with 57 additions and 29 deletions
1
components/lib/config/PrimeVue.d.ts
vendored
1
components/lib/config/PrimeVue.d.ts
vendored
|
@ -300,6 +300,7 @@ export interface PrimeVueLocaleOptions {
|
|||
cancel?: string;
|
||||
completed?: string;
|
||||
pending?: string;
|
||||
fileSizeTypes: string[];
|
||||
dayNames: string[];
|
||||
dayNamesShort: string[];
|
||||
dayNamesMin: string[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue