From f506a782fd697f1436f78ecb179828f52bae0f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Tue, 20 Jun 2023 13:35:44 +0300 Subject: [PATCH] Update Paginator.d.ts --- components/lib/paginator/Paginator.d.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/lib/paginator/Paginator.d.ts b/components/lib/paginator/Paginator.d.ts index 9ee474c37..5d5e6c211 100755 --- a/components/lib/paginator/Paginator.d.ts +++ b/components/lib/paginator/Paginator.d.ts @@ -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; /**