node-red/packages/node_modules/@node-red
Nick O'Leary d2d872f51c
TreeList updates for the outliner sidebar
All data items now get their `item.treeList` api added even if deferBuild is set.
This means the apis can be used regardless of whether the tree has built their
ui pieces.

Also adds a number of new api calls

Top-level methods:

 - clearSelection - clears selection from the list
 - filter(filterFunc) - filters the tree using the provided function

Data item functions:

 - item.treeList.sortChildren(sortFunction)
 - item.treeList.replaceElement(element)
2020-04-27 11:14:47 +01:00
..
editor-api Bump dev branch to 1.1.0 2020-04-06 20:29:22 +01:00
editor-client TreeList updates for the outliner sidebar 2020-04-27 11:14:47 +01:00
nodes Merge branch 'dev' of github.com:node-red/node-red into dev 2020-04-20 21:57:46 +01:00
registry Bump dev branch to 1.1.0 2020-04-06 20:29:22 +01:00
runtime Bump dev branch to 1.1.0 2020-04-06 20:29:22 +01:00
util Dont try and clone properties of a null object 2020-04-21 11:14:11 +01:00