diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 6025bf163..ccb1f8a84 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -3726,6 +3726,13 @@ "readonly": false, "type": "AvatarProps", "default": "" + }, + { + "name": "parent", + "optional": false, + "readonly": false, + "type": "AvatarGroupPassThroughOptions", + "default": "" } ], "methods": [] @@ -4785,6 +4792,13 @@ "readonly": false, "type": "ButtonProps", "default": "" + }, + { + "name": "context", + "optional": false, + "readonly": false, + "type": "ButtonContext", + "default": "" } ], "methods": [] @@ -5017,6 +5031,21 @@ "methods": [], "extendedTypes": "ButtonHTMLAttributes" }, + "ButtonContext": { + "description": "Defines current options in Button component.", + "relatedProp": "", + "props": [ + { + "name": "disabled", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Current disabled state of the element as a boolean." + } + ], + "methods": [] + }, "ButtonSlots": { "description": "Defines valid slots in Button component.", "relatedProp": "",