From 7878650ea23026fc81c3208d67f65d3aeb1f63ef Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 8 Jan 2024 16:51:57 +0000 Subject: [PATCH] Update API doc --- components/doc/common/apidoc/index.json | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 7f0b9b41ee..e8ca8348fe 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -13721,6 +13721,14 @@ "default": "", "description": "Style of the content section." }, + { + "name": "defaultFocus", + "optional": true, + "readonly": false, + "type": "string", + "default": "accept", + "description": "Element to receive the focus when the dialog gets visible, valid values are \"accept\" and \"reject\"." + }, { "name": "dismissableMask", "optional": true, @@ -14345,6 +14353,13 @@ "type": "string", "description": "Label of the reject button." }, + { + "name": "defaultFocus", + "optional": false, + "readonly": false, + "type": "string", + "description": "Element to receive the focus when the dialog gets visible, valid values are \"accept\" and \"reject\"." + }, { "name": "element", "optional": false, @@ -14500,6 +14515,14 @@ "default": "", "description": "Specifies a custom content for the dialog. For more complex markup, use the \"content\" slot instead." }, + { + "name": "defaultFocus", + "optional": true, + "readonly": false, + "type": "string", + "default": "accept", + "description": "Element to receive the focus when the dialog gets visible, valid values are \"accept\" and \"reject\"." + }, { "name": "dismissable", "optional": true, @@ -14826,6 +14849,13 @@ "type": "string", "description": "Label of the reject button." }, + { + "name": "defaultFocus", + "optional": false, + "readonly": false, + "type": "string", + "description": "Element to receive the focus when the dialog gets visible, valid values are \"accept\" and \"reject\"." + }, { "name": "element", "optional": false,