diff --git a/package.json b/package.json index 2205bc04..9ab67df2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grapoza/vue-tree", - "version": "5.2.1", + "version": "5.2.2", "description": "Tree components for Vue 3", "author": "Gregg Rapoza ", "license": "MIT", diff --git a/src/stories/Examples.docs.mdx b/src/stories/Examples.docs.mdx index e9db4ca5..ef985e11 100644 --- a/src/stories/Examples.docs.mdx +++ b/src/stories/Examples.docs.mdx @@ -153,7 +153,7 @@ You can drag a node that has the `draggable` property in a node's `treeNodeSpec` You can provide a method by which data should be filtered. Any node for which the method returns `true` or for which a subnode returns `true` will be included in the visual tree. -See the Model Data +See the Model Data diff --git a/src/stories/definitions/TreeView.Filtering.js b/src/stories/definitions/TreeView.Filtering.js index e611bab9..eae85a56 100644 --- a/src/stories/definitions/TreeView.Filtering.js +++ b/src/stories/definitions/TreeView.Filtering.js @@ -48,14 +48,31 @@ Filtering.args = { const docsSourceCode = ` `; Filtering.parameters = {