@devexpress/dx-react-core
Advanced tools
Comparing version 2.4.1 to 2.5.0
@@ -0,0 +0,0 @@ // Dependencies for this module: |
/** | ||
* Bundle of @devexpress/dx-react-core | ||
* Generated: 2020-02-20 | ||
* Version: 2.4.1 | ||
* Generated: 2020-03-04 | ||
* Version: 2.5.0 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -165,7 +165,7 @@ */ | ||
PluginBase.prototype.componentDidUpdate = function () { | ||
var _a = PLUGIN_HOST_CONTEXT, pluginHost = this.props[_a]; | ||
var _a = this.props, _b = PLUGIN_HOST_CONTEXT, pluginHost = _a[_b]; | ||
pluginHost.ensureDependencies(); | ||
}; | ||
PluginBase.prototype.componentWillUnmount = function () { | ||
var _a = PLUGIN_HOST_CONTEXT, pluginHost = this.props[_a]; | ||
var _a = this.props, _b = PLUGIN_HOST_CONTEXT, pluginHost = _a[_b]; | ||
pluginHost.unregisterPlugin(this.plugin); | ||
@@ -184,3 +184,3 @@ }; | ||
if (name) { | ||
var _a = PLUGIN_HOST_CONTEXT, pluginHost = props[_a]; | ||
var _a = props, _b = PLUGIN_HOST_CONTEXT, pluginHost = _a[_b]; | ||
return { | ||
@@ -193,3 +193,3 @@ params: params, | ||
} | ||
var _b = TEMPLATE_HOST_CONTEXT, templateHost = props[_b]; | ||
var _c = props, _d = TEMPLATE_HOST_CONTEXT, templateHost = _c[_d]; | ||
return { | ||
@@ -223,3 +223,3 @@ params: params || templateHost.params(), | ||
TemplatePlaceholderBase.prototype.componentDidMount = function () { | ||
var _a = PLUGIN_HOST_CONTEXT, pluginHost = this.props[_a]; | ||
var _a = this.props, _b = PLUGIN_HOST_CONTEXT, pluginHost = _a[_b]; | ||
pluginHost.registerSubscription(this.subscription); | ||
@@ -235,3 +235,3 @@ }; | ||
TemplatePlaceholderBase.prototype.componentWillUnmount = function () { | ||
var _a = PLUGIN_HOST_CONTEXT, pluginHost = this.props[_a]; | ||
var _a = this.props, _b = PLUGIN_HOST_CONTEXT, pluginHost = _a[_b]; | ||
pluginHost.unregisterSubscription(this.subscription); | ||
@@ -377,3 +377,3 @@ }; | ||
var _this = _super.call(this, props) || this; | ||
var _b = PLUGIN_HOST_CONTEXT, pluginHost = props[_b], _c = POSITION_CONTEXT, positionContext = props[_c]; | ||
var _b = props, _c = PLUGIN_HOST_CONTEXT, pluginHost = _b[_c], _d = POSITION_CONTEXT, positionContext = _b[_d]; | ||
var name = props.name; | ||
@@ -401,3 +401,3 @@ _this.plugin = (_a = { | ||
ActionBase.prototype.componentWillUnmount = function () { | ||
var _a = PLUGIN_HOST_CONTEXT, pluginHost = this.props[_a]; | ||
var _a = this.props, _b = PLUGIN_HOST_CONTEXT, pluginHost = _a[_b]; | ||
pluginHost.unregisterPlugin(this.plugin); | ||
@@ -417,3 +417,3 @@ }; | ||
var _this = _super.call(this, props) || this; | ||
var _b = PLUGIN_HOST_CONTEXT, pluginHost = props[_b], _c = POSITION_CONTEXT, positionContext = props[_c]; | ||
var _b = props, _c = PLUGIN_HOST_CONTEXT, pluginHost = _b[_c], _d = POSITION_CONTEXT, positionContext = _b[_d]; | ||
var name = props.name; | ||
@@ -449,7 +449,7 @@ var lastComputed; | ||
GetterBase.prototype.componentDidUpdate = function () { | ||
var _a = PLUGIN_HOST_CONTEXT, pluginHost = this.props[_a]; | ||
var _a = this.props, _b = PLUGIN_HOST_CONTEXT, pluginHost = _a[_b]; | ||
pluginHost.broadcast(UPDATE_CONNECTION_EVENT); | ||
}; | ||
GetterBase.prototype.componentWillUnmount = function () { | ||
var _a = PLUGIN_HOST_CONTEXT, pluginHost = this.props[_a]; | ||
var _a = this.props, _b = PLUGIN_HOST_CONTEXT, pluginHost = _a[_b]; | ||
pluginHost.unregisterPlugin(this.plugin); | ||
@@ -474,3 +474,3 @@ }; | ||
_this.id = globalTemplateId; | ||
var _b = PLUGIN_HOST_CONTEXT, pluginHost = props[_b], _c = POSITION_CONTEXT, positionContext = props[_c]; | ||
var _b = props, _c = PLUGIN_HOST_CONTEXT, pluginHost = _b[_c], _d = POSITION_CONTEXT, positionContext = _b[_d]; | ||
var name = props.name, predicate = props.predicate; | ||
@@ -494,7 +494,7 @@ _this.plugin = (_a = { | ||
TemplateBase.prototype.componentDidUpdate = function () { | ||
var _a = PLUGIN_HOST_CONTEXT, pluginHost = this.props[_a]; | ||
var _a = this.props, _b = PLUGIN_HOST_CONTEXT, pluginHost = _a[_b]; | ||
pluginHost.broadcast(RERENDER_TEMPLATE_EVENT, this.id); | ||
}; | ||
TemplateBase.prototype.componentWillUnmount = function () { | ||
var _a = PLUGIN_HOST_CONTEXT, pluginHost = this.props[_a]; | ||
var _a = this.props, _b = PLUGIN_HOST_CONTEXT, pluginHost = _a[_b]; | ||
var name = this.props.name; | ||
@@ -501,0 +501,0 @@ pluginHost.unregisterPlugin(this.plugin); |
/** | ||
* Bundle of @devexpress/dx-react-core | ||
* Generated: 2020-02-20 | ||
* Version: 2.4.1 | ||
* Generated: 2020-03-04 | ||
* Version: 2.5.0 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -168,7 +168,7 @@ */ | ||
PluginBase.prototype.componentDidUpdate = function () { | ||
var _a = PLUGIN_HOST_CONTEXT, pluginHost = this.props[_a]; | ||
var _a = this.props, _b = PLUGIN_HOST_CONTEXT, pluginHost = _a[_b]; | ||
pluginHost.ensureDependencies(); | ||
}; | ||
PluginBase.prototype.componentWillUnmount = function () { | ||
var _a = PLUGIN_HOST_CONTEXT, pluginHost = this.props[_a]; | ||
var _a = this.props, _b = PLUGIN_HOST_CONTEXT, pluginHost = _a[_b]; | ||
pluginHost.unregisterPlugin(this.plugin); | ||
@@ -187,3 +187,3 @@ }; | ||
if (name) { | ||
var _a = PLUGIN_HOST_CONTEXT, pluginHost = props[_a]; | ||
var _a = props, _b = PLUGIN_HOST_CONTEXT, pluginHost = _a[_b]; | ||
return { | ||
@@ -196,3 +196,3 @@ params: params, | ||
} | ||
var _b = TEMPLATE_HOST_CONTEXT, templateHost = props[_b]; | ||
var _c = props, _d = TEMPLATE_HOST_CONTEXT, templateHost = _c[_d]; | ||
return { | ||
@@ -226,3 +226,3 @@ params: params || templateHost.params(), | ||
TemplatePlaceholderBase.prototype.componentDidMount = function () { | ||
var _a = PLUGIN_HOST_CONTEXT, pluginHost = this.props[_a]; | ||
var _a = this.props, _b = PLUGIN_HOST_CONTEXT, pluginHost = _a[_b]; | ||
pluginHost.registerSubscription(this.subscription); | ||
@@ -238,3 +238,3 @@ }; | ||
TemplatePlaceholderBase.prototype.componentWillUnmount = function () { | ||
var _a = PLUGIN_HOST_CONTEXT, pluginHost = this.props[_a]; | ||
var _a = this.props, _b = PLUGIN_HOST_CONTEXT, pluginHost = _a[_b]; | ||
pluginHost.unregisterSubscription(this.subscription); | ||
@@ -380,3 +380,3 @@ }; | ||
var _this = _super.call(this, props) || this; | ||
var _b = PLUGIN_HOST_CONTEXT, pluginHost = props[_b], _c = POSITION_CONTEXT, positionContext = props[_c]; | ||
var _b = props, _c = PLUGIN_HOST_CONTEXT, pluginHost = _b[_c], _d = POSITION_CONTEXT, positionContext = _b[_d]; | ||
var name = props.name; | ||
@@ -404,3 +404,3 @@ _this.plugin = (_a = { | ||
ActionBase.prototype.componentWillUnmount = function () { | ||
var _a = PLUGIN_HOST_CONTEXT, pluginHost = this.props[_a]; | ||
var _a = this.props, _b = PLUGIN_HOST_CONTEXT, pluginHost = _a[_b]; | ||
pluginHost.unregisterPlugin(this.plugin); | ||
@@ -420,3 +420,3 @@ }; | ||
var _this = _super.call(this, props) || this; | ||
var _b = PLUGIN_HOST_CONTEXT, pluginHost = props[_b], _c = POSITION_CONTEXT, positionContext = props[_c]; | ||
var _b = props, _c = PLUGIN_HOST_CONTEXT, pluginHost = _b[_c], _d = POSITION_CONTEXT, positionContext = _b[_d]; | ||
var name = props.name; | ||
@@ -452,7 +452,7 @@ var lastComputed; | ||
GetterBase.prototype.componentDidUpdate = function () { | ||
var _a = PLUGIN_HOST_CONTEXT, pluginHost = this.props[_a]; | ||
var _a = this.props, _b = PLUGIN_HOST_CONTEXT, pluginHost = _a[_b]; | ||
pluginHost.broadcast(UPDATE_CONNECTION_EVENT); | ||
}; | ||
GetterBase.prototype.componentWillUnmount = function () { | ||
var _a = PLUGIN_HOST_CONTEXT, pluginHost = this.props[_a]; | ||
var _a = this.props, _b = PLUGIN_HOST_CONTEXT, pluginHost = _a[_b]; | ||
pluginHost.unregisterPlugin(this.plugin); | ||
@@ -477,3 +477,3 @@ }; | ||
_this.id = globalTemplateId; | ||
var _b = PLUGIN_HOST_CONTEXT, pluginHost = props[_b], _c = POSITION_CONTEXT, positionContext = props[_c]; | ||
var _b = props, _c = PLUGIN_HOST_CONTEXT, pluginHost = _b[_c], _d = POSITION_CONTEXT, positionContext = _b[_d]; | ||
var name = props.name, predicate = props.predicate; | ||
@@ -497,7 +497,7 @@ _this.plugin = (_a = { | ||
TemplateBase.prototype.componentDidUpdate = function () { | ||
var _a = PLUGIN_HOST_CONTEXT, pluginHost = this.props[_a]; | ||
var _a = this.props, _b = PLUGIN_HOST_CONTEXT, pluginHost = _a[_b]; | ||
pluginHost.broadcast(RERENDER_TEMPLATE_EVENT, this.id); | ||
}; | ||
TemplateBase.prototype.componentWillUnmount = function () { | ||
var _a = PLUGIN_HOST_CONTEXT, pluginHost = this.props[_a]; | ||
var _a = this.props, _b = PLUGIN_HOST_CONTEXT, pluginHost = _a[_b]; | ||
var name = this.props.name; | ||
@@ -504,0 +504,0 @@ pluginHost.unregisterPlugin(this.plugin); |
{ | ||
"name": "@devexpress/dx-react-core", | ||
"version": "2.4.1", | ||
"version": "2.5.0", | ||
"description": "Core library for DevExtreme React Components", | ||
@@ -58,10 +58,10 @@ "author": { | ||
"rollup-plugin-replace": "^2.2.0", | ||
"rollup-plugin-typescript2": "^0.25.3", | ||
"rollup-plugin-typescript2": "^0.26.0", | ||
"ts-jest": "^24.1.0", | ||
"tslint": "^5.20.1", | ||
"tslint-config-airbnb": "^5.11.2", | ||
"typescript": "3.7.5" | ||
"typescript": "3.8.3" | ||
}, | ||
"dependencies": { | ||
"@devexpress/dx-core": "2.4.1", | ||
"@devexpress/dx-core": "2.5.0", | ||
"prop-types": "^15.7.2" | ||
@@ -73,3 +73,3 @@ }, | ||
}, | ||
"gitHead": "56e003c369f143c10e9f22e45393c2ae505e9fa1" | ||
"gitHead": "a67ea9871611dce9a9a6d3fdc5e186e79d472e57" | ||
} |
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
269127
+ Added@devexpress/dx-core@2.5.0(transitive)
- Removed@devexpress/dx-core@2.4.1(transitive)
Updated@devexpress/dx-core@2.5.0