Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@progress/kendo-base-component-react-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-base-component-react-wrapper - npm Package Compare versions

Comparing version 2021.3.1109-dev.11120947 to 2021.3.1109-dev.11121024

25

dist/es/index.js

@@ -24,2 +24,14 @@ /// <reference types="@progress/kendo-ui" />

};
_this.exposeWidget = function () {
if (_this.props.widgetRef && typeof _this.props.widgetRef === 'function') {
_this.props.widgetRef(_this.widgetInstance);
}
};
_this.overrideDestroy = function () {
_this.widgetDestroy = _this.widgetInstance.destroy;
_this.widgetInstance.destroy = function () {
_this.destroyed = !_this.destroyed;
_this.widgetDestroy.call(_this.widgetInstance);
};
};
return _this;

@@ -38,15 +50,2 @@ }

};
KendoBaseComponent.prototype.exposeWidget = function () {
if (this.props.widgetRef && typeof this.props.widgetRef === 'function') {
this.props.widgetRef(this.widgetInstance);
}
};
KendoBaseComponent.prototype.overrideDestroy = function () {
var _this = this;
this.widgetDestroy = this.widgetInstance.destroy;
this.widgetInstance.destroy = function () {
_this.destroyed = !_this.destroyed;
_this.widgetDestroy.call(_this.widgetInstance);
};
};
return KendoBaseComponent;

@@ -53,0 +52,0 @@ }(React.PureComponent));

@@ -26,2 +26,14 @@ "use strict";

};
_this.exposeWidget = function () {
if (_this.props.widgetRef && typeof _this.props.widgetRef === 'function') {
_this.props.widgetRef(_this.widgetInstance);
}
};
_this.overrideDestroy = function () {
_this.widgetDestroy = _this.widgetInstance.destroy;
_this.widgetInstance.destroy = function () {
_this.destroyed = !_this.destroyed;
_this.widgetDestroy.call(_this.widgetInstance);
};
};
return _this;

@@ -40,15 +52,2 @@ }

};
KendoBaseComponent.prototype.exposeWidget = function () {
if (this.props.widgetRef && typeof this.props.widgetRef === 'function') {
this.props.widgetRef(this.widgetInstance);
}
};
KendoBaseComponent.prototype.overrideDestroy = function () {
var _this = this;
this.widgetDestroy = this.widgetInstance.destroy;
this.widgetInstance.destroy = function () {
_this.destroyed = !_this.destroyed;
_this.widgetDestroy.call(_this.widgetInstance);
};
};
return KendoBaseComponent;

@@ -55,0 +54,0 @@ }(React.PureComponent));

{
"name": "@progress/kendo-base-component-react-wrapper",
"version": "2021.3.1109-dev.11120947",
"version": "2021.3.1109-dev.11121024",
"description": "Kendo UI Base Component wrapper for React",

@@ -5,0 +5,0 @@ "main": "./dist/npm/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc