diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 999a194ba..97e9c2f51 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -24865,6 +24865,14 @@ "type": "MessagePassThroughOptions", "default": "", "description": "Uses to pass attributes to DOM elements inside the component." + }, + { + "name": "unstyled", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "When enabled, it removes component related styles in the core." } ], "methods": [] @@ -30869,6 +30877,14 @@ "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": "cancelIcon", "optional": true,