From 7e51e3a6ab50b10b8ba38192efae8cb9003df757 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 23 Jun 2023 13:09:00 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 39 ++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index ccb1f8a84..5d61d3de7 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -8174,6 +8174,13 @@ "readonly": false, "type": "CheckboxState", "default": "" + }, + { + "name": "context", + "optional": false, + "readonly": false, + "type": "CheckboxContext", + "default": "" } ], "methods": [] @@ -8404,7 +8411,39 @@ ], "methods": [] }, + "CheckboxContext": { + "description": "Defines current options in Checkbox component.", + "relatedProp": "", + "props": [ + { + "name": "checked", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Current checked state of the item as a boolean." + }, + { + "name": "focused", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Current focus state of the item as a boolean." + }, + { + "name": "disabled", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Current disabled state of the item as a boolean." + } + ], + "methods": [] + }, "CheckboxSlots": { + "description": "Defines valid slots in Checkbox component.", "relatedProp": "", "props": [], "methods": [