From 621b56acd9315850695e79238188454dd09f1c6a Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 10 May 2023 08:19:28 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 4949115aa..dc39ac309 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -6964,12 +6964,12 @@ "description": "Uses to pass attributes to the text's DOM element." }, { - "name": "inputAria", + "name": "hiddenSelectedMessage", "optional": true, "readonly": false, "type": "CascadeSelectPassThroughOptionType", "default": "", - "description": "Uses to pass attributes to the input sria's DOM element." + "description": "Uses to pass attributes to the hidden selected message's DOM element." }, { "name": "searchResultAria", @@ -21530,20 +21530,20 @@ "description": "Uses to pass attributes to the slider's DOM element." }, { - "name": "hiddenAccessible", + "name": "hiddenInputWrapper", "optional": true, "readonly": false, "type": "InputSwitchPassThroughOptionType", "default": "", - "description": "Uses to pass attributes to the hidden accessible DOM element." + "description": "Uses to pass attributes to the hidden input wrapper's DOM element." }, { - "name": "inputAria", + "name": "hiddenInput", "optional": true, "readonly": false, "type": "InputSwitchPassThroughOptionType", "default": "", - "description": "Uses to pass attributes to the input aria's DOM element." + "description": "Uses to pass attributes to the hidden input's DOM element." } ], "methods": []