mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Update Paginator.d.ts
This commit is contained in:
parent
2d6acba395
commit
b2b812aca2
1 changed files with 0 additions and 25 deletions
25
components/lib/paginator/Paginator.d.ts
vendored
25
components/lib/paginator/Paginator.d.ts
vendored
|
@ -50,20 +50,10 @@ export interface PaginatorPassThroughOptions {
|
||||||
* Uses to pass attributes to the first page icon's DOM element.
|
* Uses to pass attributes to the first page icon's DOM element.
|
||||||
*/
|
*/
|
||||||
firstPageIcon?: PaginatorPassThroughOptionType;
|
firstPageIcon?: PaginatorPassThroughOptionType;
|
||||||
/**
|
|
||||||
* Uses to pass attributes to the prev page button's DOM element.
|
|
||||||
* @deprecated since v3.30.0. Use 'previousPageButton' property instead.
|
|
||||||
*/
|
|
||||||
prevPageButton?: PaginatorPassThroughOptionType;
|
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the prev page button's DOM element.
|
* Uses to pass attributes to the prev page button's DOM element.
|
||||||
*/
|
*/
|
||||||
previousPageButton?: PaginatorPassThroughOptionType;
|
previousPageButton?: PaginatorPassThroughOptionType;
|
||||||
/**
|
|
||||||
* Uses to pass attributes to the prev page icon's DOM element.
|
|
||||||
* @deprecated since v3.30.0. Use 'previousPageIcon' property instead.
|
|
||||||
*/
|
|
||||||
prevPageIcon?: PaginatorPassThroughOptionType;
|
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the prev page icon's DOM element.
|
* Uses to pass attributes to the prev page icon's DOM element.
|
||||||
*/
|
*/
|
||||||
|
@ -96,31 +86,16 @@ export interface PaginatorPassThroughOptions {
|
||||||
* Uses to pass attributes to the current's DOM element.
|
* Uses to pass attributes to the current's DOM element.
|
||||||
*/
|
*/
|
||||||
current?: PaginatorPassThroughOptionType;
|
current?: PaginatorPassThroughOptionType;
|
||||||
/**
|
|
||||||
* Uses to pass attributes to the Dropdown component.
|
|
||||||
* @deprecated since v3.30.0. Use 'rowPerPageDropdown' property instead.
|
|
||||||
*/
|
|
||||||
RPPDropdown?: DropdownPassThroughOptionType;
|
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the Dropdown component.
|
* Uses to pass attributes to the Dropdown component.
|
||||||
* @see {@link DropdownPassThroughOptionType}
|
* @see {@link DropdownPassThroughOptionType}
|
||||||
*/
|
*/
|
||||||
rowPerPageDropdown?: DropdownPassThroughOptionType;
|
rowPerPageDropdown?: DropdownPassThroughOptionType;
|
||||||
/**
|
|
||||||
* Uses to pass attributes to the Dropdown component.
|
|
||||||
* @deprecated since v3.30.0. Use 'jumpToPageDropdown' property instead.
|
|
||||||
*/
|
|
||||||
JTPDropdown?: DropdownPassThroughOptionType;
|
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the Dropdown component.
|
* Uses to pass attributes to the Dropdown component.
|
||||||
* @see {@link DropdownPassThroughOptionType}
|
* @see {@link DropdownPassThroughOptionType}
|
||||||
*/
|
*/
|
||||||
jumpToPageDropdown?: DropdownPassThroughOptionType;
|
jumpToPageDropdown?: DropdownPassThroughOptionType;
|
||||||
/**
|
|
||||||
* Uses to pass attributes to the Dropdown component.
|
|
||||||
* @deprecated since v3.30.0. Use 'jumpToPageInput' property instead.
|
|
||||||
*/
|
|
||||||
JTPInput?: InputNumberPassThroughOptionType;
|
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the Dropdown component.
|
* Uses to pass attributes to the Dropdown component.
|
||||||
* @see {@link InputNumberPassThroughOptionType}
|
* @see {@link InputNumberPassThroughOptionType}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue