Update Paginator.d.ts
parent
a8c947a264
commit
f506a782fd
|
@ -50,7 +50,7 @@ export interface PaginatorPassThroughOptions {
|
||||||
firstPageIcon?: PaginatorPassThroughOptionType;
|
firstPageIcon?: 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.
|
||||||
* @deprecated
|
* @deprecated since v3.30.0. Use 'previousPageButton' property instead.
|
||||||
*/
|
*/
|
||||||
prevPageButton?: PaginatorPassThroughOptionType;
|
prevPageButton?: PaginatorPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
|
@ -59,7 +59,7 @@ export interface PaginatorPassThroughOptions {
|
||||||
previousPageButton?: PaginatorPassThroughOptionType;
|
previousPageButton?: 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.
|
||||||
* @deprecated
|
* @deprecated since v3.30.0. Use 'previousPageIcon' property instead.
|
||||||
*/
|
*/
|
||||||
prevPageIcon?: PaginatorPassThroughOptionType;
|
prevPageIcon?: PaginatorPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
|
@ -96,7 +96,7 @@ export interface PaginatorPassThroughOptions {
|
||||||
current?: PaginatorPassThroughOptionType;
|
current?: PaginatorPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the Dropdown component.
|
* Uses to pass attributes to the Dropdown component.
|
||||||
* @deprecated
|
* @deprecated since v3.30.0. Use 'rowPerPageDropdown' property instead.
|
||||||
*/
|
*/
|
||||||
RPPDropdown?: DropdownPassThroughOptionType;
|
RPPDropdown?: DropdownPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
|
@ -106,7 +106,7 @@ export interface PaginatorPassThroughOptions {
|
||||||
rowPerPageDropdown?: DropdownPassThroughOptionType;
|
rowPerPageDropdown?: DropdownPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the Dropdown component.
|
* Uses to pass attributes to the Dropdown component.
|
||||||
* deprecated
|
* @deprecated since v3.30.0. Use 'jumpToPageDropdown' property instead.
|
||||||
*/
|
*/
|
||||||
JTPDropdown?: DropdownPassThroughOptionType;
|
JTPDropdown?: DropdownPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
|
@ -116,7 +116,7 @@ export interface PaginatorPassThroughOptions {
|
||||||
jumpToPageDropdown?: DropdownPassThroughOptionType;
|
jumpToPageDropdown?: DropdownPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the Dropdown component.
|
* Uses to pass attributes to the Dropdown component.
|
||||||
* @deprecated
|
* @deprecated since v3.30.0. Use 'jumpToPageInput' property instead.
|
||||||
*/
|
*/
|
||||||
JTPInput?: InputNumberPassThroughOptionType;
|
JTPInput?: InputNumberPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue