Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-popups

Package Overview
Dependencies
Maintainers
3
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 17.4.43 to 17.4.46

10

CHANGELOG.md

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

### Dialog
#### New Features
- `#256585` - Provided the new event `destroyed` that triggers when the component of the dialog is destroyed.
#### Bug Fixes
- `#150796` - The issue with the parent element that is scrolled after reaching the end of the modal dialog has been resolved.
## 17.3.29 (2019-11-26)

@@ -7,0 +17,0 @@

2

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

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

{
"_from": "@syncfusion/ej2-popups@*",
"_id": "@syncfusion/ej2-popups@17.4.39",
"_id": "@syncfusion/ej2-popups@17.4.43",
"_inBundle": false,
"_integrity": "sha512-I3EOQt1GYga4buXwIZ7yfXL/i1bfYyXeTYiRywogOdYaLnE5hSNlZQoBrOrgUaPKGu6ocHRITzUYJ4jyk5vuFQ==",
"_integrity": "sha512-CXtDoNrNvJMsoreB2Zk1rHY/8H09ggUyAIscvhPIaed8+nQ8m5Lm+NLtyHHn/jgd0IOlsUUkqhC4DNreXPDv/Q==",
"_location": "/@syncfusion/ej2-popups",

@@ -31,2 +31,3 @@ "_phantomChildren": {},

"/@syncfusion/ej2-inputs",
"/@syncfusion/ej2-kanban",
"/@syncfusion/ej2-navigations",

@@ -43,4 +44,4 @@ "/@syncfusion/ej2-notifications",

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-popups/-/ej2-popups-17.4.39.tgz",
"_shasum": "a8855672af2c4eed2b8bb74913dbbbf42df6bc9a",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-popups/-/ej2-popups-17.4.43.tgz",
"_shasum": "c0db7fc24dc2e7ea89fe4d1b1f112dbd00bddfe0",
"_spec": "@syncfusion/ej2-popups@*",

@@ -56,4 +57,4 @@ "_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~17.4.43",
"@syncfusion/ej2-buttons": "~17.4.43"
"@syncfusion/ej2-base": "~17.4.46",
"@syncfusion/ej2-buttons": "~17.4.46"
},

@@ -93,4 +94,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "17.4.43",
"version": "17.4.46",
"sideEffects": false
}

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

import { Component, Property, Event, Collection, L10n, Browser, EmitType, Complex, compile, createElement } from '@syncfusion/ej2-base';import { addClass, removeClass, detach, attributes, prepend, setStyleAttribute } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, INotifyPropertyChanged, ChildProperty, isBlazor } from '@syncfusion/ej2-base';import { isNullOrUndefined, formatUnit, append } from '@syncfusion/ej2-base';import { EventHandler, updateBlazorTemplate, BlazorDragEventArgs } from '@syncfusion/ej2-base';import { Draggable, SanitizeHtmlHelper, extend } from '@syncfusion/ej2-base';import { Popup, PositionData, getZindexPartial } from '../popup/popup';import { PositionDataModel } from '../popup/popup-model';import { Button, ButtonModel } from '@syncfusion/ej2-buttons';import { createResize, removeResize, setMinHeight } from '../common/resize';
import { Component, Property, Event, Collection, L10n, Browser, EmitType, Complex, compile, createElement } from '@syncfusion/ej2-base';import { addClass, removeClass, detach, attributes, prepend, setStyleAttribute } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, INotifyPropertyChanged, ChildProperty, isBlazor } from '@syncfusion/ej2-base';import { isNullOrUndefined, formatUnit, append, EventHandler, Draggable, extend } from '@syncfusion/ej2-base';import { updateBlazorTemplate, BlazorDragEventArgs, SanitizeHtmlHelper } from '@syncfusion/ej2-base';import { Button, ButtonModel } from '@syncfusion/ej2-buttons';import { Popup, PositionData, getZindexPartial } from '../popup/popup';import { PositionDataModel } from '../popup/popup-model';import { createResize, removeResize, setMinHeight } from '../common/resize';
import {ButtonType,DialogEffect,BeforeSanitizeHtmlArgs,BeforeOpenEventArgs,OpenEventArgs,BeforeCloseEventArgs,CloseEventArgs} from "./dialog";

@@ -344,2 +344,9 @@ import {ComponentModel} from '@syncfusion/ej2-base';

/**
* Event triggers when the dialog is destroyed.
* @event
* @blazorProperty 'Destroyed'
*/
destroyed?: EmitType<Event>;
}
import { Component, EmitType } from '@syncfusion/ej2-base';
import { INotifyPropertyChanged, ChildProperty } from '@syncfusion/ej2-base';
import { Button, ButtonModel } from '@syncfusion/ej2-buttons';
import { PositionDataModel } from '../popup/popup-model';
import { ButtonPropsModel, DialogModel, AnimationSettingsModel } from './dialog-model';
import { PositionDataModel } from '../popup/popup-model';
import { Button, ButtonModel } from '@syncfusion/ej2-buttons';
export declare type ButtonType = 'Button' | 'Submit' | 'Reset';

@@ -538,2 +538,8 @@ export interface SanitizeSelectors {

/**
* Event triggers when the dialog is destroyed.
* @event
* @blazorProperty 'Destroyed'
*/
destroyed: EmitType<Event>;
/**
* Constructor for creating the widget

@@ -601,2 +607,4 @@ * @hidden

private unBindEvent;
private updateSanitizeContent;
private isBlazorServerRender;
/**

@@ -603,0 +611,0 @@ * Module required function

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

Popup.prototype.destroy = function () {
this.element.classList.remove(CLASSNAMES.ROOT, CLASSNAMES.RTL);
this.element.classList.remove(CLASSNAMES.ROOT, CLASSNAMES.RTL, CLASSNAMES.OPEN, CLASSNAMES.CLOSE);
this.unwireEvents();

@@ -136,0 +136,0 @@ _super.prototype.destroy.call(this);

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

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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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