From 2bb51f40b17d2a90eeade47d355a96b07b3a0c9a Mon Sep 17 00:00:00 2001
From: GitHub Actions Bot <>
Date: Wed, 6 Sep 2023 09:09:28 +0000
Subject: [PATCH] Update API doc
---
doc/common/apidoc/index.json | 80 ++++++++++++++++++++++++++++--------
1 file changed, 64 insertions(+), 16 deletions(-)
diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json
index 95ab7f00e..c915d7b07 100644
--- a/doc/common/apidoc/index.json
+++ b/doc/common/apidoc/index.json
@@ -17740,25 +17740,49 @@
},
{
"name": "paginatorfirstpagelinkicon",
- "parameters": [],
+ "parameters": [
+ {
+ "name": "scope",
+ "optional": false,
+ "type": "{\n \t class: string, // Style class of the paginator first page link icon.\n }"
+ }
+ ],
"returnType": "VNode[]",
"description": "Custom paginator first page link icon template."
},
{
"name": "paginatorprevpagelinkicon",
- "parameters": [],
+ "parameters": [
+ {
+ "name": "scope",
+ "optional": false,
+ "type": "{\n \t class: string, // Style class of the paginator prev page link icon.\n }"
+ }
+ ],
"returnType": "VNode[]",
"description": "Custom paginator previous page link icon template."
},
{
"name": "paginatornextpagelinkicon",
- "parameters": [],
+ "parameters": [
+ {
+ "name": "scope",
+ "optional": false,
+ "type": "{\n \t class: string, // Style class of the paginator next page link icon.\n }"
+ }
+ ],
"returnType": "VNode[]",
"description": "Custom paginator next page link icon template."
},
{
"name": "paginatorlastpagelinkicon",
- "parameters": [],
+ "parameters": [
+ {
+ "name": "scope",
+ "optional": false,
+ "type": "{\n \t class: string, // Style class of the paginator last page link icon.\n }"
+ }
+ ],
"returnType": "VNode[]",
"description": "Custom paginator last page link icon template."
},
@@ -17768,8 +17792,8 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: string, // Style class of the paginator rowsperpagedropdown icon.\n }",
- "description": "paginator rowsperpagedropdownicon's params."
+ "type": "{\n \t class: string, // Style class of the paginator rows per page dropdown icon.\n }",
+ "description": "paginatorrowsperpagedropdownicon's params."
}
],
"returnType": "VNode[]",
@@ -17781,8 +17805,8 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: string, // Style class of the paginator jumptopagedropdown icon.\n }",
- "description": "paginator jumptopagedropdownicon's params."
+ "type": "{\n \t class: string, // Style class of the paginator jump to page dropdown icon.\n }",
+ "description": "paginatorjumptopagedropdownicon's params."
}
],
"returnType": "VNode[]",
@@ -47840,25 +47864,49 @@
},
{
"name": "paginatorfirstpagelinkicon",
- "parameters": [],
+ "parameters": [
+ {
+ "name": "scope",
+ "optional": false,
+ "type": "{\n \t class: string, // Style class of the paginator first page link icon.\n }"
+ }
+ ],
"returnType": "VNode[]",
"description": "Custom paginator first page link icon template."
},
{
"name": "paginatorprevpagelinkicon",
- "parameters": [],
+ "parameters": [
+ {
+ "name": "scope",
+ "optional": false,
+ "type": "{\n \t class: string, // Style class of the paginator prev page link icon.\n }"
+ }
+ ],
"returnType": "VNode[]",
"description": "Custom paginator previous page link icon template."
},
{
"name": "paginatornextpagelinkicon",
- "parameters": [],
+ "parameters": [
+ {
+ "name": "scope",
+ "optional": false,
+ "type": "{\n \t class: string, // Style class of the paginator next page link icon.\n }"
+ }
+ ],
"returnType": "VNode[]",
"description": "Custom paginator next page link icon template."
},
{
"name": "paginatorlastpagelinkicon",
- "parameters": [],
+ "parameters": [
+ {
+ "name": "scope",
+ "optional": false,
+ "type": "{\n \t class: string, // Style class of the paginator last page link icon.\n }"
+ }
+ ],
"returnType": "VNode[]",
"description": "Custom paginator last page link icon template."
},
@@ -47868,8 +47916,8 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: string, // Style class of the paginator rowsperpagedropdown icon.\n }",
- "description": "paginator rowsperpagedropdownicon's params."
+ "type": "{\n \t class: string, // Style class of the paginator rows per page dropdown icon.\n }",
+ "description": "paginatorrowsperpagedropdownicon's params."
}
],
"returnType": "VNode[]",
@@ -47881,8 +47929,8 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: string, // Style class of the paginator jumptopagedropdown icon.\n }",
- "description": "paginator jumptopagedropdownicon's params."
+ "type": "{\n \t class: string, // Style class of the paginator jump to page dropdown icon.\n }",
+ "description": "paginatorjumptopagedropdownicon's params."
}
],
"returnType": "VNode[]",