mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #1451 - update d.ts, docs, api-generator
This commit is contained in:
parent
9e6e8633a2
commit
03d111f215
14 changed files with 85 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue