From 546cda7ca83fd6155e9e3a8c721f800c30d87c55 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 20 Jun 2023 10:36:38 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 45 ++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 01498cbac..86cf4fa6d 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -28055,6 +28055,15 @@ "readonly": false, "type": "PaginatorPassThroughOptionType", "default": "", + "description": "Uses to pass attributes to the prev page button's DOM element.", + "deprecated": "since v3.30.0. Use 'previousPageButton' property instead." + }, + { + "name": "previousPageButton", + "optional": true, + "readonly": false, + "type": "PaginatorPassThroughOptionType", + "default": "", "description": "Uses to pass attributes to the prev page button's DOM element." }, { @@ -28063,6 +28072,15 @@ "readonly": false, "type": "PaginatorPassThroughOptionType", "default": "", + "description": "Uses to pass attributes to the prev page icon's DOM element.", + "deprecated": "since v3.30.0. Use 'previousPageIcon' property instead." + }, + { + "name": "previousPageIcon", + "optional": true, + "readonly": false, + "type": "PaginatorPassThroughOptionType", + "default": "", "description": "Uses to pass attributes to the prev page icon's DOM element." }, { @@ -28127,6 +28145,15 @@ "readonly": false, "type": "DropdownPassThroughOptionType", "default": "", + "description": "Uses to pass attributes to the Dropdown component.", + "deprecated": "since v3.30.0. Use 'rowPerPageDropdown' property instead." + }, + { + "name": "rowPerPageDropdown", + "optional": true, + "readonly": false, + "type": "DropdownPassThroughOptionType", + "default": "", "description": "Uses to pass attributes to the Dropdown component." }, { @@ -28135,6 +28162,15 @@ "readonly": false, "type": "DropdownPassThroughOptionType", "default": "", + "description": "Uses to pass attributes to the Dropdown component.", + "deprecated": "since v3.30.0. Use 'jumpToPageDropdown' property instead." + }, + { + "name": "jumpToPageDropdown", + "optional": true, + "readonly": false, + "type": "DropdownPassThroughOptionType", + "default": "", "description": "Uses to pass attributes to the Dropdown component." }, { @@ -28143,6 +28179,15 @@ "readonly": false, "type": "InputNumberPassThroughOptionType", "default": "", + "description": "Uses to pass attributes to the Dropdown component.", + "deprecated": "since v3.30.0. Use 'jumpToPageInput' property instead." + }, + { + "name": "jumpToPageInput", + "optional": true, + "readonly": false, + "type": "InputNumberPassThroughOptionType", + "default": "", "description": "Uses to pass attributes to the Dropdown component." }, {