Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-popups

Package Overview
Dependencies
Maintainers
2
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-popups - npm Package Compare versions

Comparing version 16.1.24 to 16.1.26

6

CHANGELOG.md

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

### Common
#### Breaking changes
- Changed the Angular component directive, component name prefix with `ejs-[ComponentName]`
### Dialog

@@ -7,0 +13,0 @@

2

dist/ej2-popups.umd.min.js
/*!
* filename: ej2-popups.umd.min.js
* version : 16.1.24
* version : 16.1.26
* Copyright Syncfusion Inc. 2001 - 2017. All rights reserved.

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

/*!
* filename: index.d.ts
* version : 15.4.27
* version : 16.1.24
* Copyright Syncfusion Inc. 2001 - 2017. 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.1.24",
"version": "16.1.26",
"description": "Essential JS 2 popup Component",

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

"dependencies": {
"@syncfusion/ej2-base": "^16.1.24",
"@syncfusion/ej2-buttons": "^16.1.24"
"@syncfusion/ej2-base": "^16.1.26",
"@syncfusion/ej2-buttons": "^16.1.26"
},

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

@@ -94,3 +94,3 @@ import { Component, Property, Event, Collection, L10n, Browser, EmitType, Complex } from '@syncfusion/ej2-base';import { createElement, addClass, removeClass, detach, attributes, prepend, setStyleAttribute } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, INotifyPropertyChanged, ChildProperty } from '@syncfusion/ej2-base';import { isNullOrUndefined, formatUnit } from '@syncfusion/ej2-base';import { EventHandler } from '@syncfusion/ej2-base';import { Draggable } from '@syncfusion/ej2-base';import { Popup, PositionData, getZindexPartial } from '../popup/popup';import { PositionDataModel } from '../popup/popup-model';import { Button, ButtonModel } from '@syncfusion/ej2-buttons';

* Specifies the value to either Dialog is opened or not.
* @default false
* @default true
*/

@@ -97,0 +97,0 @@ visible?: boolean;

@@ -122,3 +122,3 @@ import { Component, EmitType } from '@syncfusion/ej2-base';

* Specifies the value to either Dialog is opened or not.
* @default false
* @default true
*/

@@ -125,0 +125,0 @@ visible: boolean;

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

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