@vexip-ui/utils
Advanced tools
Comparing version 1.16.0 to 1.16.1
@@ -413,2 +413,3 @@ import { RendererElement } from 'vue'; | ||
filter?: (item: T) => boolean; | ||
cascaded?: boolean; | ||
}): T[]; | ||
@@ -1232,3 +1233,3 @@ | ||
*/ | ||
export declare function walkTree<T = any>(tree: T[], cb: (item: T) => void, options?: { | ||
export declare function walkTree<T = any>(tree: T[], cb: (item: T, depth: number) => void, options?: { | ||
depthFirst?: boolean; | ||
@@ -1235,0 +1236,0 @@ childField?: keyof T; |
{ | ||
"name": "@vexip-ui/utils", | ||
"version": "1.16.0", | ||
"version": "1.16.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "qmhc", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
377690
2736