Refactor #1451 - update d.ts, docs, api-generator

This commit is contained in:
Tuğçe Küçükoğlu 2021-08-17 17:09:43 +03:00
parent 9e6e8633a2
commit 03d111f215
14 changed files with 85 additions and 0 deletions

View file

@ -212,6 +212,14 @@ const AutoCompleteSlots = [
{
name: "chip",
description: "Custom content for the chip display."
},
{
name: "content",
description: "Custom content for the virtual scroller"
},
{
name: "loader",
description: "Custom content for the virtual scroller loader items"
}
];

View file

@ -275,6 +275,14 @@ const DividerSlots = [
{
name: "empty",
description: "Custom content when there is no data to display"
},
{
name: "content",
description: "Custom content for the virtual scroller"
},
{
name: "loader",
description: "Custom content for the virtual scroller loader items"
}
];

View file

@ -180,6 +180,14 @@ const ListboxSlots = [
{
name: "empty",
description: "Custom content when there is no data to display"
},
{
name: "content",
description: "Custom content for the virtual scroller"
},
{
name: "loader",
description: "Custom content for the virtual scroller loader items"
}
];

View file

@ -286,6 +286,14 @@ const MultiSelectSlots = [
{
name: "chip",
description: "Custom content for the chip display."
},
{
name: "content",
description: "Custom content for the virtual scroller"
},
{
name: "loader",
description: "Custom content for the virtual scroller loader items"
}
];

View file

@ -107,6 +107,10 @@ const VirtualScrollerSlots = [
name: "item",
description: "Content for the item"
},
{
name: "content",
description: "Custom content for the component"
}
{
name: "loader",
description: "Custom content for the loader items"