mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
parent updates for .d.ts files and apidoc
This commit is contained in:
parent
da84f55507
commit
8eea973282
30 changed files with 1171 additions and 393 deletions
16
components/lib/treetable/TreeTable.d.ts
vendored
16
components/lib/treetable/TreeTable.d.ts
vendored
|
@ -43,6 +43,20 @@ export interface TreeTablePassThroughMethodOptions {
|
|||
global: object | undefined;
|
||||
}
|
||||
|
||||
/**
|
||||
* Custom shared passthrough(pt) option method.
|
||||
*/
|
||||
export interface TreeTableSharedPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: TreeTableProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: TreeTableState;
|
||||
}
|
||||
|
||||
/**
|
||||
* Custom treetable filter metadata.
|
||||
*/
|
||||
|
@ -214,7 +228,7 @@ export interface TreeTablePassThroughOptions {
|
|||
* Used to pass attributes to the Paginator component.
|
||||
* @see {@link PaginatorPassThroughOptionType}
|
||||
*/
|
||||
paginator?: PaginatorPassThroughOptionType;
|
||||
paginator?: PaginatorPassThroughOptionType<TreeTableSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the wrapper's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue