mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Update Paginator.d.ts
This commit is contained in:
parent
a8c947a264
commit
f506a782fd
1 changed files with 5 additions and 5 deletions
10
components/lib/paginator/Paginator.d.ts
vendored
10
components/lib/paginator/Paginator.d.ts
vendored
|
@ -50,7 +50,7 @@ export interface PaginatorPassThroughOptions {
|
|||
firstPageIcon?: PaginatorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the prev page button's DOM element.
|
||||
* @deprecated
|
||||
* @deprecated since v3.30.0. Use 'previousPageButton' property instead.
|
||||
*/
|
||||
prevPageButton?: PaginatorPassThroughOptionType;
|
||||
/**
|
||||
|
@ -59,7 +59,7 @@ export interface PaginatorPassThroughOptions {
|
|||
previousPageButton?: PaginatorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the prev page icon's DOM element.
|
||||
* @deprecated
|
||||
* @deprecated since v3.30.0. Use 'previousPageIcon' property instead.
|
||||
*/
|
||||
prevPageIcon?: PaginatorPassThroughOptionType;
|
||||
/**
|
||||
|
@ -96,7 +96,7 @@ export interface PaginatorPassThroughOptions {
|
|||
current?: PaginatorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the Dropdown component.
|
||||
* @deprecated
|
||||
* @deprecated since v3.30.0. Use 'rowPerPageDropdown' property instead.
|
||||
*/
|
||||
RPPDropdown?: DropdownPassThroughOptionType;
|
||||
/**
|
||||
|
@ -106,7 +106,7 @@ export interface PaginatorPassThroughOptions {
|
|||
rowPerPageDropdown?: DropdownPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the Dropdown component.
|
||||
* deprecated
|
||||
* @deprecated since v3.30.0. Use 'jumpToPageDropdown' property instead.
|
||||
*/
|
||||
JTPDropdown?: DropdownPassThroughOptionType;
|
||||
/**
|
||||
|
@ -116,7 +116,7 @@ export interface PaginatorPassThroughOptions {
|
|||
jumpToPageDropdown?: DropdownPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the Dropdown component.
|
||||
* @deprecated
|
||||
* @deprecated since v3.30.0. Use 'jumpToPageInput' property instead.
|
||||
*/
|
||||
JTPInput?: InputNumberPassThroughOptionType;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue