@devexpress/dx-grid-core
Advanced tools
Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9
/** | ||
* Bundle of @devexpress/dx-grid-core | ||
* Generated: 2017-08-21 | ||
* Version: 1.0.0-alpha.8 | ||
* Generated: 2017-09-04 | ||
* Version: 1.0.0-alpha.9 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -656,4 +656,4 @@ */ | ||
var result = addedRows.slice(); | ||
result[rowId] = Object.assign({}, result[rowId], change); | ||
var result = Array.from(addedRows); | ||
result[rowId] = _extends({}, result[rowId], change); | ||
return result; | ||
@@ -680,5 +680,3 @@ }; | ||
var prevChange = prevChangedRows[rowId] || {}; | ||
var result = Object.assign({}, prevChangedRows); | ||
result[rowId] = Object.assign(prevChange, change); | ||
return result; | ||
return _extends({}, prevChangedRows, defineProperty({}, rowId, _extends({}, prevChange, change))); | ||
}; | ||
@@ -689,3 +687,3 @@ | ||
var result = Object.assign({}, prevChangedRows); | ||
var result = _extends({}, prevChangedRows); | ||
rowIds.forEach(function (rowId) { | ||
@@ -692,0 +690,0 @@ delete result[rowId]; |
/** | ||
* Bundle of @devexpress/dx-grid-core | ||
* Generated: 2017-08-21 | ||
* Version: 1.0.0-alpha.8 | ||
* Generated: 2017-09-04 | ||
* Version: 1.0.0-alpha.9 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -660,4 +660,4 @@ */ | ||
var result = addedRows.slice(); | ||
result[rowId] = Object.assign({}, result[rowId], change); | ||
var result = Array.from(addedRows); | ||
result[rowId] = _extends({}, result[rowId], change); | ||
return result; | ||
@@ -684,5 +684,3 @@ }; | ||
var prevChange = prevChangedRows[rowId] || {}; | ||
var result = Object.assign({}, prevChangedRows); | ||
result[rowId] = Object.assign(prevChange, change); | ||
return result; | ||
return _extends({}, prevChangedRows, defineProperty({}, rowId, _extends({}, prevChange, change))); | ||
}; | ||
@@ -693,3 +691,3 @@ | ||
var result = Object.assign({}, prevChangedRows); | ||
var result = _extends({}, prevChangedRows); | ||
rowIds.forEach(function (rowId) { | ||
@@ -696,0 +694,0 @@ delete result[rowId]; |
{ | ||
"name": "@devexpress/dx-grid-core", | ||
"version": "1.0.0-alpha.8", | ||
"version": "1.0.0-alpha.9", | ||
"description": "Core library for the DevExtreme Reactive Grid component", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
228617
2173