tsv2-library 0.2.77 → 0.2.78

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.
@@ -151,6 +151,10 @@ declare class Tree extends ClassComponent<TreeProps, TreeSlots, TreeEmits> {
151
151
  * Method to expand all node.
152
152
  */
153
153
  expandAll: () => void;
154
+ /**
155
+ * Expand the All node to show all Parent Group
156
+ */
157
+ expandNodeAll: () => void;
154
158
  }
155
159
 
156
160
  declare module '@vue/runtime-core' {