diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 983b8b3f37..b131262c44 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -1421,6 +1421,13 @@ "type": "RatingPassThroughOptions", "description": "Custom passthrough(pt) options for Rating." }, + { + "name": "ripple", + "optional": true, + "readonly": false, + "type": "RipplePassThroughOptions", + "description": "Custom passthrough(pt) options for Ripple." + }, { "name": "row", "optional": true, @@ -43567,6 +43574,22 @@ "default": "", "description": "Used to get the child elements of the component." }, + { + "name": "pt", + "optional": true, + "readonly": false, + "type": "RipplePassThroughOptions", + "default": "", + "description": "Uses to pass attributes to DOM elements inside the component." + }, + { + "name": "ptOptions", + "optional": true, + "readonly": false, + "type": "PassThroughOptions", + "default": "", + "description": "Used to configure passthrough(pt) options of the component." + }, { "name": "unstyled", "optional": true, @@ -43582,6 +43605,46 @@ "values": [] } } + }, + "interfaces": { + "description": "Defines the custom interfaces used by the module.", + "values": { + "RipplePassThroughMethodOptions": { + "description": "Custom passthrough(pt) option method.", + "relatedProp": "", + "props": [ + { + "name": "props", + "optional": false, + "readonly": false, + "type": "RippleProps" + } + ], + "callbacks": [] + }, + "RipplePassThroughOptions": { + "description": "Custom passthrough(pt) options.", + "relatedProp": "pt", + "props": [ + { + "name": "root", + "optional": true, + "readonly": false, + "type": "RipplePassThroughType>", + "description": "Uses to pass attributes to the root's DOM element." + } + ], + "callbacks": [] + } + } + }, + "types": { + "description": "Defines the custom types used by the module.", + "values": { + "RipplePassThroughType": { + "values": "PassThroughType" + } + } } }, "row": {