mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
.d.ts updates
This commit is contained in:
parent
f2024af40d
commit
95d3740f63
46 changed files with 396 additions and 380 deletions
6
components/dataview/DataView.d.ts
vendored
6
components/dataview/DataView.d.ts
vendored
|
@ -43,7 +43,7 @@ export interface DataViewProps {
|
|||
value?: any[] | undefined;
|
||||
/**
|
||||
* Layout of the items, valid values are 'list' and 'grid'.
|
||||
* @defaultValue list
|
||||
* @defaultValue 'list'
|
||||
*/
|
||||
layout?: 'list' | 'grid' | undefined;
|
||||
/**
|
||||
|
@ -67,7 +67,7 @@ export interface DataViewProps {
|
|||
paginator?: boolean | undefined;
|
||||
/**
|
||||
* Position of the paginator, options are 'top','bottom' or 'both'.
|
||||
* @defaultValue bottom
|
||||
* @defaultValue 'bottom'
|
||||
*/
|
||||
paginatorPosition?: 'top' | 'bottom' | 'both' | undefined;
|
||||
/**
|
||||
|
@ -110,7 +110,7 @@ export interface DataViewProps {
|
|||
* - {last}
|
||||
* - {totalRecords}
|
||||
*
|
||||
* @defaultValue ({currentPage} of {totalPages})
|
||||
* @defaultValue '({currentPage} of {totalPages})'
|
||||
*/
|
||||
currentPageReportTemplate?: string | undefined;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue