yc-vep-ui 0.1.8 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,6 +16,8 @@ export interface ITreeProps {
16
16
  onNodeAdd?: (node: any) => void
17
17
  onNodeEdit?: (node: any) => void
18
18
  onNodeDel?: (node: any) => void
19
+ showTotal?: boolean
20
+ 'show-total'?: boolean
19
21
 
20
22
  nodeKey?: string
21
23
  props?: {