7.1.0 • Published 8 months ago

@neovici/cosmoz-treenode-navigator v7.1.0

Weekly downloads
186
License
Apache-2.0
Repository
github
Last release
8 months ago

cosmoz-treenode-navigator

Build Status semantic-release

cosmoz-treenode-navigator is a PionJS-based component that lets you navigate and search through hierarchically structured data-nodes and select one of them.

It needs an object structure which looks, for example, like this in JSON:

{
	"1": {
		"name": "Root",
		"children": {
			"7": {
				"name": "child seven",
				"children": {}
			},
			"8": {
				"name": "child eight",
				"children": {
					"9": {
						"name": "child nine",
						"children": {}
					}
				}
			}
		}
	}
}

The property names "name" and "children" are configurable in the component through the setting of "childProperty" and "comparisonProperty".

6.0.2

9 months ago

7.0.0

8 months ago

7.0.2

8 months ago

7.1.0

8 months ago

7.0.1

8 months ago

6.0.1

2 years ago

6.0.0

2 years ago

5.6.0

2 years ago

5.7.0

2 years ago

5.5.0

3 years ago

5.4.2

3 years ago

5.4.1

3 years ago

5.4.0

3 years ago

5.3.0

3 years ago

5.2.0

3 years ago

5.1.0

3 years ago

5.0.1

3 years ago

5.0.0

3 years ago

4.0.0

3 years ago

3.1.1

3 years ago

3.1.0

4 years ago

3.0.8

4 years ago

3.0.7

4 years ago

3.0.6

4 years ago

3.0.5

4 years ago

3.0.4

6 years ago

3.0.3

6 years ago