Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-dropdowns

Package Overview
Dependencies
Maintainers
3
Versions
334
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-dropdowns - npm Package Compare versions

Comparing version 25.1.39 to 25.1.40

.eslintrc.json

16

CHANGELOG.md

@@ -9,2 +9,18 @@ # Changelog

- `#I565976` - Issue with "The getSortedList data not update correctly while removeItem method after drag and drop action in listbox" has been resolved.
## 25.1.39 (2024-04-09)
### AutoComplete
#### Bug Fixes
- `#I556993` - Resolved the issue in Autocomplete where the highlight selection was not removed after selecting a value from the dropdown when autofill was enabled.
### ListBox
#### Bug Fixes
- `#I566450` - Issue with "When clicking moveAllTo toolbar, the disabled item is also moved to the listbox" has been resolved.
- `#I575330` - Issue with "Script error thrown in listbox while drag and drop hover on textbox element" has been resolved.
- `#I565976` - Issue with "The getSortedList and getDataList method datasource order is not proper while using addItems, removeItem method and change their position using drag and drop" has been resolved.

@@ -11,0 +27,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 25.1.39
* version : 25.1.40
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.

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

{
"_from": "@syncfusion/ej2-dropdowns@*",
"_id": "@syncfusion/ej2-dropdowns@25.1.37",
"_id": "@syncfusion/ej2-dropdowns@25.1.39",
"_inBundle": false,
"_integrity": "sha512-mhkVQdSPfHiI3IWloRnDEpl4Zpov6PyJV+2YDZlNI0wN6T0+l5/qgIA/sZrUtYkOJqVFtmRO4zY7ObZf6V0BJQ==",
"_integrity": "sha512-je9KBRXAhBy6CRCnSDXedx6YR/DL1utntJyJ4Qv0mBMyNKrQJK9bp7Ibi+xqkD51+YHDi1hpICWyyET7lR7NMA==",
"_location": "/@syncfusion/ej2-dropdowns",

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

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-25.1.37.tgz",
"_shasum": "b6d5a0912a9b0892cd7d87c466b08709aa0aed14",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-25.1.39.tgz",
"_shasum": "7319a3b0eb2a2ece822d01db03ceae81efbdee8b",
"_spec": "@syncfusion/ej2-dropdowns@*",

@@ -49,5 +49,5 @@ "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",

"@syncfusion/ej2-data": "~25.1.35",
"@syncfusion/ej2-inputs": "~25.1.38",
"@syncfusion/ej2-inputs": "~25.1.40",
"@syncfusion/ej2-lists": "~25.1.39",
"@syncfusion/ej2-navigations": "~25.1.39",
"@syncfusion/ej2-navigations": "~25.1.40",
"@syncfusion/ej2-notifications": "~25.1.35",

@@ -79,5 +79,5 @@ "@syncfusion/ej2-popups": "~25.1.39"

"typings": "index.d.ts",
"version": "25.1.39",
"version": "25.1.40",
"sideEffects": false,
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
}

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

ComboBox.prototype.setValue = function (e) {
if (e && e.type === 'keydown' && e.action === 'enter') {
if ((e && e.type === 'keydown' && e.action === 'enter') || (e && e.type === 'click')) {
this.removeFillSelection();

@@ -381,0 +381,0 @@ }

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

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