mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Tree and Org chart .d.ts.updates
This commit is contained in:
parent
9cac35d0ba
commit
95c2c42a01
2 changed files with 11 additions and 3 deletions
7
components/lib/tree/Tree.d.ts
vendored
7
components/lib/tree/Tree.d.ts
vendored
|
@ -347,6 +347,10 @@ export interface TreeProps {
|
|||
* Defines valid slots in Tree component.
|
||||
*/
|
||||
export interface TreeSlots {
|
||||
/**
|
||||
* Default content slot.
|
||||
*/
|
||||
default(): VNode[];
|
||||
/**
|
||||
* Custom loading icon template.
|
||||
* @param {Object} scope - loadingicon slot's params.
|
||||
|
@ -399,12 +403,11 @@ export interface TreeSlots {
|
|||
* Optional slots.
|
||||
* @todo
|
||||
*/
|
||||
|
||||
[key: string]: (node: any) => VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
* Defines valid slots in Tree component.
|
||||
* Defines valid emits in Tree component.
|
||||
*/
|
||||
export interface TreeEmits {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue