@syncfusion/ej2-react-popups
Advanced tools
Comparing version 17.3.14 to 17.3.15
@@ -5,2 +5,8 @@ # Changelog | ||
### Dialog | ||
#### Bug Fixes | ||
- `#249144`- Resolved the issue with rendering templates when enabled the policy `"script-src self"` in Dialog. | ||
## 17.2.35 (2019-07-17) | ||
@@ -7,0 +13,0 @@ |
@@ -1,11 +0,2 @@ | ||
/*! | ||
* filename: ej2-react-popups.umd.min.js | ||
* version : 17.3.14 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
* Use of this code is subject to the terms of our license. | ||
* A copy of the current license can be obtained at any time by e-mailing | ||
* licensing@syncfusion.com. Any infringement will be prosecuted under | ||
* applicable laws. | ||
*/ | ||
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@syncfusion/ej2-react-base"),require("react"),require("@syncfusion/ej2-popups")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-react-base","react","@syncfusion/ej2-popups"],e):e(t.ej={},t.ej2ReactBase,t.React,t.ej2Popups)}(this,function(t,e,n,o){"use strict";var r=function(){var t=function(e,n){return(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])})(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)}}(),i=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.moduleName="dialogButton",e}(e.ComplexBase),u=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.propertyName="buttons",e.moduleName="buttons",e}(e.ComplexBase),c=function(){var t=function(e,n){return(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])})(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)}}(),s=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={buttons:"dialogButton"},n.immediateRender=!1,n}return c(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing))return n.createElement("div",this.getDefaultAttributes(),this.props.children);t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.Dialog);e.applyMixins(s,[e.ComponentBase,n.PureComponent]);var p=function(){var t=function(e,n){return(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])})(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)}}(),a=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.immediateRender=!1,n}return p(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing))return n.createElement("div",this.getDefaultAttributes(),this.props.children);t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.Tooltip);e.applyMixins(a,[e.ComponentBase,n.PureComponent]),t.DialogButtonDirective=i,t.ButtonsDirective=u,t.DialogComponent=s,t.TooltipComponent=a,Object.keys(o).forEach(function(e){t[e]=o[e]}),Object.defineProperty(t,"__esModule",{value:!0})}); | ||
//# sourceMappingURL=ej2-react-popups.umd.min.js.map |
{ | ||
"_from": "@syncfusion/ej2-react-popups@*", | ||
"_id": "@syncfusion/ej2-react-popups@17.3.9", | ||
"_id": "@syncfusion/ej2-react-popups@17.3.15", | ||
"_inBundle": false, | ||
@@ -22,3 +22,3 @@ "_integrity": "sha512-R/u9yYkS26uOk0sJy6RZX8Fahp6S77hNl/8kR601baMLnCpkB238IlOYm4CWcso3Ri50zOnMB4vIkiBQAuct/w==", | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-popups/-/ej2-react-popups-17.3.9.tgz", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-popups/-/ej2-react-popups-17.3.15.tgz", | ||
"_shasum": "a9630852db1bdb2363db2eaccf9f3cf8cee61bcd", | ||
@@ -36,3 +36,3 @@ "_spec": "@syncfusion/ej2-react-popups@*", | ||
"@syncfusion/ej2-base": "~17.3.14", | ||
"@syncfusion/ej2-popups": "17.3.14", | ||
"@syncfusion/ej2-popups": "17.3.15", | ||
"@syncfusion/ej2-react-base": "~17.3.14" | ||
@@ -91,4 +91,4 @@ }, | ||
}, | ||
"version": "17.3.14", | ||
"version": "17.3.15", | ||
"sideEffects": false | ||
} |
348864
13250
+ Added@syncfusion/ej2-popups@17.3.15(transitive)
- Removed@syncfusion/ej2-popups@17.3.14(transitive)