diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 99c13b6cf3..9e5de44ce2 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -45028,6 +45028,22 @@ "props": { "description": "Defines valid properties in SplitterPanel component.", "values": [ + { + "name": "aria-label", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Splitter handle ARIA label for screenreader support." + }, + { + "name": "aria-labelledby", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Establishes relationships between the splitter and panel label element IDs." + }, { "name": "children", "optional": true, @@ -45044,6 +45060,14 @@ "default": "", "description": "ClassName of the component." }, + { + "name": "id", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Returns the value of element's id content attribute. Can be set to change it." + }, { "name": "minSize", "optional": true,