@devexpress/dx-react-core
Advanced tools
Comparing version
/** | ||
* Bundle of @devexpress/dx-react-core | ||
* Generated: 2022-12-26 | ||
* Version: 4.0.2 | ||
* Generated: 2023-01-27 | ||
* Version: 4.0.3 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -84,6 +84,10 @@ */ | ||
function __spreadArray(to, from) { | ||
for (var i = 0, il = from.length, j = to.length; i < il; i++, j++) | ||
to[j] = from[i]; | ||
return to; | ||
function __spreadArray(to, from, pack) { | ||
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) { | ||
if (ar || !(i in from)) { | ||
if (!ar) ar = Array.prototype.slice.call(from, 0, i); | ||
ar[i] = from[i]; | ||
} | ||
} | ||
return to.concat(ar || from); | ||
} | ||
@@ -109,3 +113,3 @@ | ||
var calculatedPosition = positionContext(); | ||
return __spreadArray(__spreadArray([], __read(calculatedPosition)), [index]); | ||
return __spreadArray(__spreadArray([], __read(calculatedPosition), false), [index], false); | ||
}; | ||
@@ -112,0 +116,0 @@ _this.indexes[index] = fn; |
{ | ||
"name": "@devexpress/dx-react-core", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Core library for DevExtreme React Components", | ||
@@ -66,3 +66,3 @@ "author": { | ||
"rollup-plugin-license": "^0.12.1", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"rollup-plugin-typescript2": "^0.31.0", | ||
"ts-jest": "^29.0.3", | ||
@@ -75,3 +75,3 @@ "tslib": "^2.4.1", | ||
"dependencies": { | ||
"@devexpress/dx-core": "4.0.2", | ||
"@devexpress/dx-core": "4.0.3", | ||
"prop-types": "^15.7.2" | ||
@@ -83,3 +83,3 @@ }, | ||
}, | ||
"gitHead": "be4b12a3f7f9db534813d57e4c248a305a3ad3a5" | ||
"gitHead": "01353665d8b26a593ad1d6f854ef401847cf3662" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
294477
0.13%2584
0.31%+ Added
- Removed
Updated