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

@progress/kendo-popups-react-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-popups-react-wrapper - npm Package Compare versions

Comparing version 2017.3.1124 to 2018.1.117-dev.1231325

docs/_meta.yml

21

dist/cdn/kendo-popups-react-wrapper.js

@@ -1,3 +0,12 @@

var KendoPopupsReactWrapper =
/******/ (function(modules) { // webpackBootstrap
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("react"), require("react-dom"));
else if(typeof define === 'function' && define.amd)
define(["react", "react-dom"], factory);
else if(typeof exports === 'object')
exports["KendoPopupsReactWrapper"] = factory(require("react"), require("react-dom"));
else
root["KendoPopupsReactWrapper"] = factory(root["React"], root["ReactDOM"]);
})(typeof self !== 'undefined' ? self : this, function(__WEBPACK_EXTERNAL_MODULE_0__, __WEBPACK_EXTERNAL_MODULE_1__) {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache

@@ -71,3 +80,3 @@ /******/ var installedModules = {};

module.exports = React;
module.exports = __WEBPACK_EXTERNAL_MODULE_0__;

@@ -78,3 +87,3 @@ /***/ }),

module.exports = ReactDOM;
module.exports = __WEBPACK_EXTERNAL_MODULE_1__;

@@ -113,7 +122,6 @@ /***/ }),

}
this.widgetInstance = null;
this.exposeWidget();
};
KendoBaseComponent.prototype.exposeWidget = function () {
if (this.props.widgetRef) {
if (this.props.widgetRef && typeof this.props.widgetRef === 'function') {
this.props.widgetRef(this.widgetInstance);

@@ -254,2 +262,3 @@ }

/******/ ]);
});
//# sourceMappingURL=kendo-popups-react-wrapper.js.map

@@ -1,2 +0,2 @@

var KendoPopupsReactWrapper=function(t){function e(o){if(n[o])return n[o].exports;var r=n[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,e),r.l=!0,r.exports}var n={};return e.m=t,e.c=n,e.d=function(t,n,o){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=3)}([function(t,e){t.exports=React},function(t,e){t.exports=ReactDOM},function(t,e,n){"use strict";var o=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}();Object.defineProperty(e,"__esModule",{value:!0});var r=n(0),i=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.componentDidMount=function(){this.exposeWidget(),this.overrideDestroy()},e.prototype.componentWillUnmount=function(){this.destroyed||this.widgetDestroy.call(this.widgetInstance),this.widgetInstance=null,this.exposeWidget()},e.prototype.exposeWidget=function(){this.props.widgetRef&&this.props.widgetRef(this.widgetInstance)},e.prototype.overrideDestroy=function(){var t=this;this.widgetDestroy=this.widgetInstance.destroy,this.widgetInstance.destroy=function(){t.destroyed=!t.destroyed,t.widgetDestroy.call(t.widgetInstance)}},e}(r.PureComponent);e.default=i},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(4);e.Notification=o.default;var r=n(5);e.Tooltip=r.default},function(t,e,n){"use strict";var o=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),r=this&&this.__rest||function(t,e){var n={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(n[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols)for(var r=0,o=Object.getOwnPropertySymbols(t);r<o.length;r++)e.indexOf(o[r])<0&&(n[o[r]]=t[o[r]]);return n};Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),c=n(1),s=n(2),p=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.componentDidMount=function(){var e=c.findDOMNode(this),n=this.props,o=(n.children,n.widgetRef,r(n,["children","widgetRef"]));this.widgetInstance=new kendo.ui.Notification(e,o),t.prototype.componentDidMount.call(this)},e.prototype.componentWillReceiveProps=function(t){var e=(t.children,t.widgetRef,r(t,["children","widgetRef"]));this.widgetInstance.setOptions(e)},e.prototype.render=function(){return i.createElement("div",null)},e}(s.default);e.default=p},function(t,e,n){"use strict";var o=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),r=this&&this.__rest||function(t,e){var n={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(n[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols)for(var r=0,o=Object.getOwnPropertySymbols(t);r<o.length;r++)e.indexOf(o[r])<0&&(n[o[r]]=t[o[r]]);return n};Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),c=n(1),s=n(2),p=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.componentDidMount=function(){var e=c.findDOMNode(this),n=this.props,o=(n.children,n.widgetRef,r(n,["children","widgetRef"]));this.widgetInstance=new kendo.ui.Tooltip(e,o),t.prototype.componentDidMount.call(this)},e.prototype.componentWillReceiveProps=function(t){var e=(t.children,t.widgetRef,r(t,["children","widgetRef"]));this.widgetInstance.setOptions(e)},e.prototype.render=function(){return i.createElement("div",null,this.props.children)},e}(s.default);e.default=p}]);
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("react-dom")):"function"==typeof define&&define.amd?define(["react","react-dom"],e):"object"==typeof exports?exports.KendoPopupsReactWrapper=e(require("react"),require("react-dom")):t.KendoPopupsReactWrapper=e(t.React,t.ReactDOM)}("undefined"!=typeof self?self:this,function(t,e){return function(t){function e(o){if(n[o])return n[o].exports;var r=n[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,e),r.l=!0,r.exports}var n={};return e.m=t,e.c=n,e.d=function(t,n,o){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=3)}([function(e,n){e.exports=t},function(t,n){t.exports=e},function(t,e,n){"use strict";var o=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}();Object.defineProperty(e,"__esModule",{value:!0});var r=n(0),i=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.componentDidMount=function(){this.exposeWidget(),this.overrideDestroy()},e.prototype.componentWillUnmount=function(){this.destroyed||this.widgetDestroy.call(this.widgetInstance),this.exposeWidget()},e.prototype.exposeWidget=function(){this.props.widgetRef&&"function"==typeof this.props.widgetRef&&this.props.widgetRef(this.widgetInstance)},e.prototype.overrideDestroy=function(){var t=this;this.widgetDestroy=this.widgetInstance.destroy,this.widgetInstance.destroy=function(){t.destroyed=!t.destroyed,t.widgetDestroy.call(t.widgetInstance)}},e}(r.PureComponent);e.default=i},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(4);e.Notification=o.default;var r=n(5);e.Tooltip=r.default},function(t,e,n){"use strict";var o=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),r=this&&this.__rest||function(t,e){var n={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(n[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols)for(var r=0,o=Object.getOwnPropertySymbols(t);r<o.length;r++)e.indexOf(o[r])<0&&(n[o[r]]=t[o[r]]);return n};Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),c=n(1),p=n(2),s=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.componentDidMount=function(){var e=c.findDOMNode(this),n=this.props,o=(n.children,n.widgetRef,r(n,["children","widgetRef"]));this.widgetInstance=new kendo.ui.Notification(e,o),t.prototype.componentDidMount.call(this)},e.prototype.componentWillReceiveProps=function(t){var e=(t.children,t.widgetRef,r(t,["children","widgetRef"]));this.widgetInstance.setOptions(e)},e.prototype.render=function(){return i.createElement("div",null)},e}(p.default);e.default=s},function(t,e,n){"use strict";var o=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),r=this&&this.__rest||function(t,e){var n={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(n[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols)for(var r=0,o=Object.getOwnPropertySymbols(t);r<o.length;r++)e.indexOf(o[r])<0&&(n[o[r]]=t[o[r]]);return n};Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),c=n(1),p=n(2),s=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.componentDidMount=function(){var e=c.findDOMNode(this),n=this.props,o=(n.children,n.widgetRef,r(n,["children","widgetRef"]));this.widgetInstance=new kendo.ui.Tooltip(e,o),t.prototype.componentDidMount.call(this)},e.prototype.componentWillReceiveProps=function(t){var e=(t.children,t.widgetRef,r(t,["children","widgetRef"]));this.widgetInstance.setOptions(e)},e.prototype.render=function(){return i.createElement("div",null,this.props.children)},e}(p.default);e.default=s}])});
//# sourceMappingURL=kendo-popups-react-wrapper.min.js.map
{
"name": "@progress/kendo-popups-react-wrapper",
"version": "2017.3.1124",
"version": "2018.1.117-dev.1231325",
"description": "Kendo UI Popups wrapper for React",

@@ -29,6 +29,6 @@ "main": "./dist/npm/index.js",

"dependencies": {
"@progress/kendo-base-component-react-wrapper": "2017.3.1124"
"@progress/kendo-base-component-react-wrapper": "2018.1.117-dev.1231325"
},
"peerDependencies": {
"@progress/kendo-ui": "~2017.3.1116",
"@progress/kendo-ui": "~2018.1.117",
"react": "^15.5.4 || ^16.0.0",

@@ -38,2 +38,3 @@ "react-dom": "^15.5.4 || ^16.0.0"

"devDependencies": {
"@progress/kendo-ui": "~2017.3.1116",
"@types/react": "^16.0.0",

@@ -40,0 +41,0 @@ "@types/react-dom": "^16.0.1",

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