From df8ad26380f2e1a6aef4f40397d7b68b06937744 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 16 Feb 2024 09:18:34 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index d1c056958..806726352 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -4608,7 +4608,7 @@ } }, "avatargroup": { - "description": "AvatarGroup is a helper component for Avatar.\n\n[Live Demo](https://www.primevue.org/accordion/)", + "description": "A set of Avatars can be displayed together using the AvatarGroup component.\n\n[Live Demo](https://www.primevue.org/accordion/)", "components": { "default": { "description": "A set of Avatars can be displayed together using the AvatarGroup component.", @@ -4695,7 +4695,14 @@ "description": "Defines valid slots in AvatarGroup component.", "relatedProp": "", "props": [], - "methods": [] + "methods": [ + { + "name": "default", + "parameters": [], + "returnType": "VNode[]", + "description": "Default slot to detect Avatar components." + } + ] }, "AvatarGroupEmits": { "description": "Defines valid emits in AvatarGroup component.",