From 0083b8dea35159f6338e9cc003b4f991a067e555 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 15 Feb 2024 15:45:51 +0000 Subject: [PATCH] Update API doc --- components/doc/common/apidoc/index.json | 154 ++++++++++++++++++++++++ 1 file changed, 154 insertions(+) diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index f716352a3a..7264ba2359 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -38088,6 +38088,41 @@ "type": "Element", "description": "JSX element to be used as the first page link." }, + { + "name": "page", + "optional": false, + "readonly": false, + "type": "number", + "description": "The page number." + }, + { + "name": "currentPage", + "optional": false, + "readonly": false, + "type": "number", + "description": "The current page number." + }, + { + "name": "totalPages", + "optional": false, + "readonly": false, + "type": "number", + "description": "The total number of pages." + }, + { + "name": "totalRecords", + "optional": false, + "readonly": false, + "type": "number", + "description": "The total number of records." + }, + { + "name": "rows", + "optional": false, + "readonly": false, + "type": "number", + "description": "The number of rows per page." + }, { "name": "props", "optional": false, @@ -38144,6 +38179,41 @@ "type": "Element", "description": "JSX element to be used as the prev page link." }, + { + "name": "page", + "optional": false, + "readonly": false, + "type": "number", + "description": "The page number." + }, + { + "name": "currentPage", + "optional": false, + "readonly": false, + "type": "number", + "description": "The current page number." + }, + { + "name": "totalPages", + "optional": false, + "readonly": false, + "type": "number", + "description": "The total number of pages." + }, + { + "name": "totalRecords", + "optional": false, + "readonly": false, + "type": "number", + "description": "The total number of records." + }, + { + "name": "rows", + "optional": false, + "readonly": false, + "type": "number", + "description": "The number of rows per page." + }, { "name": "props", "optional": false, @@ -38228,6 +38298,20 @@ "type": "number", "description": "The total number of pages." }, + { + "name": "totalRecords", + "optional": false, + "readonly": false, + "type": "number", + "description": "The total number of records." + }, + { + "name": "rows", + "optional": false, + "readonly": false, + "type": "number", + "description": "The number of rows per page." + }, { "name": "element", "optional": false, @@ -38291,6 +38375,41 @@ "type": "Element", "description": "JSX element to be used as the next page link." }, + { + "name": "page", + "optional": false, + "readonly": false, + "type": "number", + "description": "The page number." + }, + { + "name": "currentPage", + "optional": false, + "readonly": false, + "type": "number", + "description": "The current page number." + }, + { + "name": "totalPages", + "optional": false, + "readonly": false, + "type": "number", + "description": "The total number of pages." + }, + { + "name": "totalRecords", + "optional": false, + "readonly": false, + "type": "number", + "description": "The total number of records." + }, + { + "name": "rows", + "optional": false, + "readonly": false, + "type": "number", + "description": "The number of rows per page." + }, { "name": "props", "optional": false, @@ -38347,6 +38466,41 @@ "type": "Element", "description": "JSX element to be used as the last page link." }, + { + "name": "page", + "optional": false, + "readonly": false, + "type": "number", + "description": "The page number." + }, + { + "name": "currentPage", + "optional": false, + "readonly": false, + "type": "number", + "description": "The current page number." + }, + { + "name": "totalPages", + "optional": false, + "readonly": false, + "type": "number", + "description": "The total number of pages." + }, + { + "name": "totalRecords", + "optional": false, + "readonly": false, + "type": "number", + "description": "The total number of records." + }, + { + "name": "rows", + "optional": false, + "readonly": false, + "type": "number", + "description": "The number of rows per page." + }, { "name": "props", "optional": false,