in src/main/resources/META-INF/resources/components/selected.js [47:51]
removeComponent: function (comp){
getEventHub().$emit('unselect', comp);
var index = this.selected.indexOf(comp);
this.selected.splice(index, 1);
}