From b2b812aca2dbe6f4e71b085bc9e66dc36bd06d24 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: Fri, 14 Jul 2023 10:23:43 +0300 Subject: [PATCH] Update Paginator.d.ts --- components/lib/paginator/Paginator.d.ts | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/components/lib/paginator/Paginator.d.ts b/components/lib/paginator/Paginator.d.ts index c1d8619e8..69d1dca24 100755 --- a/components/lib/paginator/Paginator.d.ts +++ b/components/lib/paginator/Paginator.d.ts @@ -50,20 +50,10 @@ export interface PaginatorPassThroughOptions { * Uses to pass attributes to the first page icon's DOM element. */ 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. */ 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. */ @@ -96,31 +86,16 @@ export interface PaginatorPassThroughOptions { * Uses to pass attributes to the current's DOM element. */ 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. * @see {@link 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. * @see {@link 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. * @see {@link InputNumberPassThroughOptionType}