@devexpress/dx-react-core
Advanced tools
Comparing version 1.10.4 to 1.10.5
@@ -0,0 +0,0 @@ // Dependencies for this module: |
/** | ||
* Bundle of @devexpress/dx-react-core | ||
* Generated: 2019-03-11 | ||
* Version: 1.10.4 | ||
* Generated: 2019-03-28 | ||
* Version: 1.10.5 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -1004,6 +1004,7 @@ */ | ||
this.contractTrigger.scrollLeft = size.width; | ||
this.expandNotifier.style.width = size.width + 1 + "px"; | ||
this.expandNotifier.style.height = size.height + 1 + "px"; | ||
this.expandTrigger.scrollTop = 1; | ||
this.expandTrigger.scrollLeft = 1; | ||
var scrollOffset = 2; | ||
this.expandNotifier.style.width = size.width + scrollOffset + "px"; | ||
this.expandNotifier.style.height = size.height + scrollOffset + "px"; | ||
this.expandTrigger.scrollTop = scrollOffset; | ||
this.expandTrigger.scrollLeft = scrollOffset; | ||
var onSizeChange = this.props.onSizeChange; | ||
@@ -1010,0 +1011,0 @@ onSizeChange(size); |
/** | ||
* Bundle of @devexpress/dx-react-core | ||
* Generated: 2019-03-11 | ||
* Version: 1.10.4 | ||
* Generated: 2019-03-28 | ||
* Version: 1.10.5 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -1007,6 +1007,7 @@ */ | ||
this.contractTrigger.scrollLeft = size.width; | ||
this.expandNotifier.style.width = size.width + 1 + "px"; | ||
this.expandNotifier.style.height = size.height + 1 + "px"; | ||
this.expandTrigger.scrollTop = 1; | ||
this.expandTrigger.scrollLeft = 1; | ||
var scrollOffset = 2; | ||
this.expandNotifier.style.width = size.width + scrollOffset + "px"; | ||
this.expandNotifier.style.height = size.height + scrollOffset + "px"; | ||
this.expandTrigger.scrollTop = scrollOffset; | ||
this.expandTrigger.scrollLeft = scrollOffset; | ||
var onSizeChange = this.props.onSizeChange; | ||
@@ -1013,0 +1014,0 @@ onSizeChange(size); |
{ | ||
"name": "@devexpress/dx-react-core", | ||
"version": "1.10.4", | ||
"version": "1.10.5", | ||
"description": "Core library for DevExtreme React Components", | ||
@@ -65,3 +65,3 @@ "author": { | ||
"dependencies": { | ||
"@devexpress/dx-core": "1.10.4", | ||
"@devexpress/dx-core": "1.10.5", | ||
"prop-types": "^15.7.2" | ||
@@ -73,3 +73,3 @@ }, | ||
}, | ||
"gitHead": "b67a8aea7e713a96731fd2fbf063acde1a1bb4c7" | ||
"gitHead": "a88f0951a1abeff9f79fb0dc0148cd28879541d5" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
264493
2349
+ Added@devexpress/dx-core@1.10.5(transitive)
- Removed@devexpress/dx-core@1.10.4(transitive)
Updated@devexpress/dx-core@1.10.5