From f74d88c008d5508229f8c4caba63d08686a81868 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 9 May 2023 08:57:51 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index c3d45c612..8f1ac4b15 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -35302,22 +35302,6 @@ "default": "", "description": "Uses to pass attributes to the root's DOM element." }, - { - "name": "inputAria", - "optional": true, - "readonly": false, - "type": "ToggleButtonPassThroughOptionType", - "default": "", - "description": "Uses to pass attributes to the input aria's DOM element." - }, - { - "name": "input", - "optional": true, - "readonly": false, - "type": "ToggleButtonPassThroughOptionType", - "default": "", - "description": "Uses to pass attributes to the input's DOM element." - }, { "name": "icon", "optional": true, @@ -35333,6 +35317,22 @@ "type": "ToggleButtonPassThroughOptionType", "default": "", "description": "Uses to pass attributes to the label's DOM element." + }, + { + "name": "hiddenInputWrapper", + "optional": true, + "readonly": false, + "type": "ToggleButtonPassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to the hidden input wrapper's DOM element." + }, + { + "name": "hiddenInput", + "optional": true, + "readonly": false, + "type": "ToggleButtonPassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to the hidden input's DOM element." } ], "methods": []