circuitsim-component-selector
Advanced tools
Comparing version
@@ -97,3 +97,3 @@ 'use strict'; | ||
value: function onClick() { | ||
this.props.onClick(this.props.name); | ||
this.props.onClick(this.props.name, this.props.art.typeID); | ||
} | ||
@@ -100,0 +100,0 @@ }, { |
@@ -58,7 +58,7 @@ 'use strict'; | ||
key: 'onClick', | ||
value: function onClick(buttonName) { | ||
value: function onClick(buttonName, typeID) { | ||
this.props.onClick({ | ||
group: this.props.name, | ||
button: buttonName | ||
}); | ||
}, typeID); | ||
} | ||
@@ -65,0 +65,0 @@ }, { |
@@ -67,3 +67,3 @@ 'use strict'; | ||
value: function toButtonGroups(buttonProps, groupName) { | ||
var selectedButton = this.state.selectedButton.group === groupName ? this.state.selectedButton.button : null; | ||
var selectedButton = this.props.selectedButton.group === groupName ? this.props.selectedButton.button : null; | ||
return _reactAddons2['default'].createElement(_ButtonGroupJs2['default'], { | ||
@@ -115,4 +115,4 @@ name: groupName, | ||
}, | ||
onButtonClicked: function onButtonClicked() /* { group, button } */{} | ||
onButtonClicked: function onButtonClicked() /* { group, button }, typeID */{} | ||
}; | ||
module.exports = exports['default']; |
{ | ||
"name": "circuitsim-component-selector", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Sidebar with buttons to select a circuit component.", | ||
@@ -5,0 +5,0 @@ "main": "dist/ComponentSelector.js", |
Sorry, the diff of this file is not supported yet
29292
0.17%