@devexpress/dx-core
Advanced tools
Comparing version 2.0.3 to 2.0.4
/** | ||
* Bundle of @devexpress/dx-core | ||
* Generated: 2019-08-16 | ||
* Version: 2.0.3 | ||
* Generated: 2019-09-02 | ||
* Version: 2.0.4 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -97,5 +97,2 @@ */ | ||
var slice = function (arr) { return Array.prototype.slice.call(arr); }; // slice can be renamed to copy as well | ||
/* globals window:true */ | ||
/** @internal */ | ||
var isEdgeBrowser = function () { return /Edge/.test(window.navigator.userAgent); }; | ||
@@ -319,3 +316,3 @@ var getDependencyError = function (pluginName, dependencyName) { return new Error("The '" + pluginName + "' plugin requires '" + dependencyName + "' to be defined before it."); }; | ||
export { EventEmitter, PluginHost, argumentsShallowEqual, createClickHandlers, easeInCubic, easeInOutCubic, easeInOutQuad, easeInOutQuart, easeInOutQuint, easeInQuad, easeInQuart, easeInQuint, easeOutCubic, easeOutQuad, easeOutQuart, easeOutQuint, getMessagesFormatter, isEdgeBrowser, memoize, shallowEqual, slice }; | ||
export { EventEmitter, PluginHost, argumentsShallowEqual, createClickHandlers, easeInCubic, easeInOutCubic, easeInOutQuad, easeInOutQuart, easeInOutQuint, easeInQuad, easeInQuart, easeInQuint, easeOutCubic, easeOutQuad, easeOutQuart, easeOutQuint, getMessagesFormatter, memoize, shallowEqual, slice }; | ||
//# sourceMappingURL=dx-core.es.js.map |
/** | ||
* Bundle of @devexpress/dx-core | ||
* Generated: 2019-08-16 | ||
* Version: 2.0.3 | ||
* Generated: 2019-09-02 | ||
* Version: 2.0.4 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -103,5 +103,2 @@ */ | ||
var slice = function (arr) { return Array.prototype.slice.call(arr); }; // slice can be renamed to copy as well | ||
/* globals window:true */ | ||
/** @internal */ | ||
var isEdgeBrowser = function () { return /Edge/.test(window.navigator.userAgent); }; | ||
@@ -342,3 +339,2 @@ var getDependencyError = function (pluginName, dependencyName) { return new Error("The '" + pluginName + "' plugin requires '" + dependencyName + "' to be defined before it."); }; | ||
exports.getMessagesFormatter = getMessagesFormatter; | ||
exports.isEdgeBrowser = isEdgeBrowser; | ||
exports.memoize = memoize; | ||
@@ -345,0 +341,0 @@ exports.shallowEqual = shallowEqual; |
{ | ||
"name": "@devexpress/dx-core", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Core library for DevExtreme Reactive Components", | ||
@@ -43,16 +43,16 @@ "author": { | ||
"core-js": "^3.2.1", | ||
"jest": "^24.8.0", | ||
"jest": "^24.9.0", | ||
"prettier": "^1.18.2", | ||
"rollup": "^1.19.4", | ||
"rollup-plugin-license": "^0.12.0", | ||
"rollup": "^1.20.3", | ||
"rollup-plugin-license": "^0.12.1", | ||
"rollup-plugin-replace": "^2.2.0", | ||
"rollup-plugin-typescript2": "^0.22.1", | ||
"tslint": "^5.18.0", | ||
"rollup-plugin-typescript2": "^0.24.0", | ||
"tslint": "^5.19.0", | ||
"tslint-config-airbnb": "^5.11.1", | ||
"tslint-config-prettier": "^1.18.0", | ||
"tslint-react": "^4.0.0", | ||
"typescript": "^3.5.3", | ||
"typescript": "3.5.3", | ||
"typescript-tslint-plugin": "^0.5.4" | ||
}, | ||
"gitHead": "1790d3c1f2654a09c2fddba300d26bd713512301" | ||
"gitHead": "7faeea645c9df41556a06e7a47e3e8662fc7228e" | ||
} |
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
75483
633