From 0e945d43d0f2070cf13aab2c0b8968edd980d91b Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 12 Jan 2024 07:08:59 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 58 +++++++++++++----------------------- 1 file changed, 20 insertions(+), 38 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 6bb1ed088..3fb520396 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -10952,12 +10952,10 @@ "relatedProp": "", "props": [ { - "name": "focused", + "name": "[key: string]", "optional": false, "readonly": false, - "type": "boolean", - "default": "false", - "description": "Current focus state as a boolean." + "type": "any" } ], "methods": [] @@ -11070,14 +11068,6 @@ "default": "", "description": "Inline style of the input field." }, - { - "name": "inputProps", - "optional": true, - "readonly": false, - "type": "InputHTMLAttributes", - "default": "", - "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component." - }, { "name": "ariaLabelledby", "optional": true, @@ -11133,14 +11123,6 @@ "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, @@ -11190,19 +11172,6 @@ "returnType": "void", "description": "Emitted when the page changes." }, - { - "name": "click", - "parameters": [ - { - "name": "event", - "optional": false, - "type": "MouseEvent", - "description": "Browser event." - } - ], - "returnType": "void", - "description": "Callback to invoke on value click." - }, { "name": "change", "parameters": [ @@ -11217,17 +11186,30 @@ "description": "Callback to invoke on value change." }, { - "name": "input", + "name": "focus", "parameters": [ { - "name": "value", + "name": "event", "optional": false, - "type": "boolean", - "description": "New value." + "type": "Event", + "description": "Browser event." } ], "returnType": "void", - "description": "Callback to invoke on value change." + "description": "Callback to invoke when the component receives focus." + }, + { + "name": "blur", + "parameters": [ + { + "name": "event", + "optional": false, + "type": "Event", + "description": "Browser event." + } + ], + "returnType": "void", + "description": "Callback to invoke when the component loses focus." } ] }