Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-popups

Package Overview
Dependencies
2
Maintainers
2
Versions
217
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.4.47 to 16.4.52

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## 16.4.47 (2019-01-16)
### Dialog

@@ -7,0 +9,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.4.47
* version : 16.4.52
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"name": "@syncfusion/ej2-popups",
"version": "16.4.47",
"version": "16.4.52",
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups.",

@@ -11,4 +11,4 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "~16.4.47",
"@syncfusion/ej2-buttons": "~16.4.47"
"@syncfusion/ej2-base": "~16.4.52",
"@syncfusion/ej2-buttons": "~16.4.52"
},

@@ -15,0 +15,0 @@ "devDependencies": {

@@ -94,6 +94,10 @@ import { Component, EmitType } from '@syncfusion/ej2-base';

/**
* Determines whether the event is triggered by interaction.
* DEPRECATED-Determines whether the event is triggered by interaction.
*/
isInteraction: boolean;
/**
* Determines whether the event is triggered by interaction.
*/
isInteracted: boolean;
/**
* Returns the root container element of the dialog.

@@ -100,0 +104,0 @@ */

@@ -1029,2 +1029,3 @@ var __extends = (this && this.__extends) || (function () {

isInteraction: event ? true : false,
isInteracted: event ? true : false,
element: this.element,

@@ -1031,0 +1032,0 @@ target: this.target,

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc