Remove wrongly typed types
parent
a90d651870
commit
55d3d344ec
|
@ -617,28 +617,10 @@ export interface TreeTableSlots {
|
||||||
* Custom loading icon template.
|
* Custom loading icon template.
|
||||||
*/
|
*/
|
||||||
loadingicon(): VNode[];
|
loadingicon(): VNode[];
|
||||||
/**
|
|
||||||
* Custom toggler icon template.
|
|
||||||
*/
|
|
||||||
togglericon(): VNode[];
|
|
||||||
/**
|
/**
|
||||||
* Custom checkbox icon template.
|
* Custom checkbox icon template.
|
||||||
*/
|
*/
|
||||||
checkboxicon(): VNode[];
|
checkboxicon(): VNode[];
|
||||||
/**
|
|
||||||
* Custom sort icon template.
|
|
||||||
* @param {Object} scope - sorticon slot's params.
|
|
||||||
*/
|
|
||||||
sorticon(scope: {
|
|
||||||
/**
|
|
||||||
* Whether or not column is sorted
|
|
||||||
*/
|
|
||||||
sorted: TreeNode;
|
|
||||||
/**
|
|
||||||
* Current sort order
|
|
||||||
*/
|
|
||||||
sortOrder: boolean;
|
|
||||||
}): VNode[];
|
|
||||||
/**
|
/**
|
||||||
* Custom paginator first page link icon template.
|
* Custom paginator first page link icon template.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue