Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jan 8, 2024
1 parent abb41e6 commit 7878650
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 7878650

Please sign in to comment.