publish 1.5.1
This commit is contained in:
parent
72a462219d
commit
922ab8080d
|
@ -58,7 +58,7 @@ function multiSelect(Table, Checkbox) {
|
||||||
|
|
||||||
NewMultiSelect.prototype.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {
|
NewMultiSelect.prototype.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {
|
||||||
if (this.props.data != nextProps.data) {
|
if (this.props.data != nextProps.data) {
|
||||||
var obj = this.getCheckedOrIndeter(props.data);
|
var obj = this.getCheckedOrIndeter(nextProps.data);
|
||||||
this.setState(_extends({}, obj, {
|
this.setState(_extends({}, obj, {
|
||||||
data: (0, _util.ObjectAssign)(nextProps.data)
|
data: (0, _util.ObjectAssign)(nextProps.data)
|
||||||
}));
|
}));
|
||||||
|
|
|
@ -52629,7 +52629,7 @@
|
||||||
|
|
||||||
NewMultiSelect.prototype.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {
|
NewMultiSelect.prototype.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {
|
||||||
if (this.props.data != nextProps.data) {
|
if (this.props.data != nextProps.data) {
|
||||||
var obj = this.getCheckedOrIndeter(props.data);
|
var obj = this.getCheckedOrIndeter(nextProps.data);
|
||||||
this.setState(_extends({}, obj, {
|
this.setState(_extends({}, obj, {
|
||||||
data: (0, _util.ObjectAssign)(nextProps.data)
|
data: (0, _util.ObjectAssign)(nextProps.data)
|
||||||
}));
|
}));
|
||||||
|
@ -61215,7 +61215,7 @@
|
||||||
|
|
||||||
NewMultiSelect.prototype.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {
|
NewMultiSelect.prototype.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {
|
||||||
if (this.props.data != nextProps.data) {
|
if (this.props.data != nextProps.data) {
|
||||||
var obj = this.getCheckedOrIndeter(props.data);
|
var obj = this.getCheckedOrIndeter(nextProps.data);
|
||||||
this.setState(_extends({}, obj, {
|
this.setState(_extends({}, obj, {
|
||||||
data: (0, _util.ObjectAssign)(nextProps.data)
|
data: (0, _util.ObjectAssign)(nextProps.data)
|
||||||
}));
|
}));
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bee-table",
|
"name": "bee-table",
|
||||||
"version": "1.5.0",
|
"version": "1.5.1",
|
||||||
"description": "Table ui component for react",
|
"description": "Table ui component for react",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react",
|
"react",
|
||||||
|
|
Loading…
Reference in New Issue