Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-popups

Package Overview
Dependencies
Maintainers
3
Versions
226
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 20.3.56 to 20.3.57

10

CHANGELOG.md

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

## 20.3.56 (2022-11-08)
### Tooltip
#### Bug Fixes
- `#F177524` - The script error "When setting `opensOn` as `Click` with a dynamic content in the React Tooltip component" has been resolved.
- `#I415386` - The Tooltip not shown for dynamically added target while pressing Tab key has been resolved.
## 20.3.50 (2022-10-18)

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

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 20.3.56
* version : 20.3.57
* Copyright Syncfusion Inc. 2001 - 2020. 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@20.3.50",
"_id": "@syncfusion/ej2-popups@20.3.56",
"_inBundle": false,
"_integrity": "sha512-1Bq9bnJA8/ZuUc/qEofhiS8o3pItrFVLPKz6t+eNzKp4PdFTlTTZef8j6TauP4YeiisvAWc0/KfkJCUxtYRbhg==",
"_integrity": "sha512-YYJ7pU+d9FwZqvSwqlK6fEON3QELykESy1CpLYqtEY8IeXwzWP9bQWcIqoJpSdHwINuVGq87+7OvIvRaiNZTcw==",
"_location": "/@syncfusion/ej2-popups",

@@ -45,4 +45,4 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-popups/-/ej2-popups-20.3.50.tgz",
"_shasum": "98dfeda96c1b375de19d74d185482338d54598ba",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-popups/-/ej2-popups-20.3.56.tgz",
"_shasum": "3a5ea22b39a426035ed200a311d4ad18c5d32949",
"_spec": "@syncfusion/ej2-popups@*",

@@ -59,3 +59,3 @@ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",

"@syncfusion/ej2-base": "~20.3.56",
"@syncfusion/ej2-buttons": "~20.3.56"
"@syncfusion/ej2-buttons": "~20.3.57"
},

@@ -95,4 +95,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "20.3.56",
"version": "20.3.57",
"sideEffects": false
}

@@ -182,2 +182,3 @@ import { ChildProperty } from '@syncfusion/ej2-base';

constructor(element?: HTMLElement, options?: PopupModel);
private fmDialogContainer;
/**

@@ -184,0 +185,0 @@ * Called internally if any of the property value changed.

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

var _this = this;
this.fmDialogContainer = this.element.getElementsByClassName('e-file-select-wrap')[0];
this.wireEvents();
if (this.fmDialogContainer && Browser.isIos) {
this.fmDialogContainer.style.display = 'block';
}
if (this.zIndex === 1000 || !isNullOrUndefined(relativeElement)) {

@@ -563,0 +567,0 @@ var zIndexElement = (isNullOrUndefined(relativeElement)) ? this.element : relativeElement;

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

Tooltip.prototype.closePopupHandler = function () {
this.clearTemplate(['content']);
if (this.isReact && !(this.opensOn === "Click" && typeof (this.content) === 'function')) {
this.clearTemplate(['content']);
}
this.clear();

@@ -176,0 +178,0 @@ this.trigger('afterClose', this.tooltipEventArgs);

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

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc