From ea3b29379cac7bacac4b997867cac660a3486250 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 4 May 2023 10:12:38 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 84 +++++++++++++++++++++++++++++++++++- 1 file changed, 82 insertions(+), 2 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 12b96c1e3..903c6f443 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -16303,12 +16303,92 @@ "relatedProp": "", "props": [ { - "name": "d_collapsed", + "name": "containerVisible", "optional": false, "readonly": false, "type": "boolean", "default": "false", - "description": "Current collapsed state as a boolean." + "description": "Current container visible state as a boolean." + }, + { + "name": "id", + "optional": false, + "readonly": false, + "type": "string", + "default": "", + "description": "Style id of the component." + }, + { + "name": "activeIndex", + "optional": false, + "readonly": false, + "type": "number", + "default": "0", + "description": "Index of the first item as a number." + }, + { + "name": "numVisible", + "optional": false, + "readonly": false, + "type": "number", + "default": "3", + "description": "Number of items per page as a number." + }, + { + "name": "slideShowActive", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Current slide active state as a boolean." + }, + { + "name": "d_numVisible", + "optional": false, + "readonly": false, + "type": "number", + "default": "3", + "description": "Number of items per page as a number." + }, + { + "name": "d_oldNumVisible", + "optional": false, + "readonly": false, + "type": "number", + "default": "3", + "description": "Old number of items per page as a number." + }, + { + "name": "d_activeIndex", + "optional": false, + "readonly": false, + "type": "number", + "default": "0", + "description": "Current active item index as a number." + }, + { + "name": "d_oldActiveItemIndex", + "optional": false, + "readonly": false, + "type": "number", + "default": "0", + "description": "The previous active item index as a number." + }, + { + "name": "page", + "optional": false, + "readonly": false, + "type": "number", + "default": "0", + "description": "Index of the first item." + }, + { + "name": "totalShiftedItems", + "optional": false, + "readonly": false, + "type": "number", + "default": "0", + "description": "Total shifted items' count as a number." } ], "methods": []