mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #3965 - For Paginator & PT name changes
This commit is contained in:
parent
ae400bbac9
commit
a8c947a264
7 changed files with 61 additions and 18 deletions
29
components/lib/paginator/Paginator.d.ts
vendored
29
components/lib/paginator/Paginator.d.ts
vendored
|
@ -50,12 +50,22 @@ export interface PaginatorPassThroughOptions {
|
|||
firstPageIcon?: PaginatorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the prev page button's DOM element.
|
||||
* @deprecated
|
||||
*/
|
||||
prevPageButton?: PaginatorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the prev page button's DOM element.
|
||||
*/
|
||||
previousPageButton?: PaginatorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the prev page icon's DOM element.
|
||||
* @deprecated
|
||||
*/
|
||||
prevPageIcon?: PaginatorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the prev page icon's DOM element.
|
||||
*/
|
||||
previousPageIcon?: PaginatorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the next page button's DOM element.
|
||||
*/
|
||||
|
@ -86,19 +96,34 @@ export interface PaginatorPassThroughOptions {
|
|||
current?: PaginatorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the Dropdown component.
|
||||
* @see {@link DropdownPassThroughOptionType}
|
||||
* @deprecated
|
||||
*/
|
||||
RPPDropdown?: DropdownPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the Dropdown component.
|
||||
* @see {@link DropdownPassThroughOptionType}
|
||||
*/
|
||||
rowPerPageDropdown?: DropdownPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the Dropdown component.
|
||||
* deprecated
|
||||
*/
|
||||
JTPDropdown?: DropdownPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the Dropdown component.
|
||||
* @see {@link DropdownPassThroughOptionType}
|
||||
*/
|
||||
jumpToPageDropdown?: DropdownPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the Dropdown component.
|
||||
* @deprecated
|
||||
*/
|
||||
JTPInput?: InputNumberPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the Dropdown component.
|
||||
* @see {@link InputNumberPassThroughOptionType}
|
||||
*/
|
||||
JTPInput?: InputNumberPassThroughOptionType;
|
||||
jumpToPageInput?: InputNumberPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the end's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue