Update API doc

pull/3938/head
GitHub Actions Bot 2023-05-09 08:35:15 +00:00
parent f22ae855a1
commit cae74f5c97
1 changed files with 62 additions and 40 deletions

View File

@ -29423,6 +29423,13 @@
"readonly": false,
"type": "RatingState",
"default": ""
},
{
"name": "context",
"optional": false,
"readonly": false,
"type": "RatingContext",
"default": ""
}
],
"methods": []
@ -29439,30 +29446,6 @@
"default": "",
"description": "Uses to pass attributes to the root's DOM element."
},
{
"name": "cancelItem",
"optional": true,
"readonly": false,
"type": "RatingPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the cancel item's DOM element."
},
{
"name": "cancelInputAria",
"optional": true,
"readonly": false,
"type": "RatingPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the input aria's DOM element."
},
{
"name": "cancelInput",
"optional": true,
"readonly": false,
"type": "RatingPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the cancel input's DOM element."
},
{
"name": "cancelIcon",
"optional": true,
@ -29479,22 +29462,6 @@
"default": "",
"description": "Uses to pass attributes to the item's DOM element."
},
{
"name": "itemInputAria",
"optional": true,
"readonly": false,
"type": "RatingPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the item input aria's DOM element."
},
{
"name": "itemInput",
"optional": true,
"readonly": false,
"type": "RatingPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the item input's DOM element."
},
{
"name": "onIcon",
"optional": true,
@ -29510,6 +29477,38 @@
"type": "RatingPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the off icon's DOM element."
},
{
"name": "hiddenCancelInputWrapper",
"optional": true,
"readonly": false,
"type": "RatingPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the hidden cancel inputW wapper's DOM element."
},
{
"name": "hiddenCancelInput",
"optional": true,
"readonly": false,
"type": "RatingPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the hidden cancel input's DOM element."
},
{
"name": "hiddenItemInputWrapper",
"optional": true,
"readonly": false,
"type": "RatingPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the hidden item input wrapper's DOM element."
},
{
"name": "hiddenItemInput",
"optional": true,
"readonly": false,
"type": "RatingPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the hidden item input's DOM element."
}
],
"methods": []
@ -29550,6 +29549,29 @@
],
"methods": []
},
"RatingContext": {
"description": "Defines current options in Rating component.",
"relatedProp": "",
"props": [
{
"name": "active",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Current active state of the item as a boolean."
},
{
"name": "focused",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Current focused state of menuitem as a boolean."
}
],
"methods": []
},
"RatingChangeEvent": {
"description": "Custom change event.",
"relatedProp": "RatingEmits.change",