Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-dropdowns

Package Overview
Dependencies
Maintainers
3
Versions
337
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.2.4 to 25.2.5

20

CHANGELOG.md

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

### DropDownTree
- `#I586376` - Trigger the "select" event instantly after the item selection in Dropdown Tree popup.
### MultiSelect

@@ -10,2 +14,18 @@

- `#I188132` - Fixed an issue where the 'for' attribute was not being added to the label element of MultiSelect.
### DropDownList
#### Bug Fixes
- `#I583651` - Fixed the issue with the header remaining fixed on the page after scrolling while using dropdown with grouping on a scrollable page.
- `#I583092` - Fixed an issue where the dropdownlist did not retrieve the proper index when dynamically updating the datasource with an index.
## 25.2.4 (2024-05-14)
### MultiSelect
#### Bug Fixes
- `#I583683` - Resolved issue with allow object binding property causing errors when binding fields as integers

@@ -12,0 +32,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 25.2.4
* version : 25.2.5
* 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.2.3",
"_id": "@syncfusion/ej2-dropdowns@25.2.4",
"_inBundle": false,
"_integrity": "sha512-GUZEwuFK0n5cZ9Lc9RGegbO7c07e8V1zQf34J/X1jaDOx2eI3sSKTqQ1XqhU0ATtfQUpJDQPuMnjeqfZr4KI3Q==",
"_integrity": "sha512-+bOuBJ3Sj4/1+MUHLBZoq0Q4D4CtXIfWmx27xKQVV5/MXZNLrt30dZP0CqYX++WGnTSDGIE7R1oH4yisOlvGqg==",
"_location": "/@syncfusion/ej2-dropdowns",

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

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-25.2.3.tgz",
"_shasum": "c881ff080957a288adf283168d0216569a49a62b",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-25.2.4.tgz",
"_shasum": "85b44dd649937186171bfa6b897f07d569f21f7b",
"_spec": "@syncfusion/ej2-dropdowns@*",

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

"dependencies": {
"@syncfusion/ej2-base": "~25.2.3",
"@syncfusion/ej2-base": "~25.2.5",
"@syncfusion/ej2-data": "~25.2.3",
"@syncfusion/ej2-inputs": "~25.2.3",
"@syncfusion/ej2-inputs": "~25.2.5",
"@syncfusion/ej2-lists": "~25.2.3",

@@ -79,5 +79,5 @@ "@syncfusion/ej2-navigations": "~25.2.4",

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

@@ -659,3 +659,3 @@ import { Component, KeyboardEvents, EmitType, L10n, KeyboardEventArgs } from '@syncfusion/ej2-base';

*/
protected getIndexByValueFilter(value: string | number | boolean): number;
protected getIndexByValueFilter(value: string | number | boolean, ulElement: HTMLElement): number | null;
/**

@@ -662,0 +662,0 @@ * To dispatch the event manually

@@ -623,2 +623,3 @@ /// <reference path="../drop-down-base/drop-down-base-model.d.ts" />

focusOut(e?: MouseEvent | KeyboardEventArgs): void;
removeAllChildren: (element: any) => void;
/**

@@ -625,0 +626,0 @@ * Removes the component from the DOM and detaches all its related event handlers. Also it removes the attributes and classes.

@@ -30,2 +30,3 @@ /**

floatLabelElement.id = 'label_' + element.id.replace(/ /g, '_');
floatLabelElement.setAttribute('for', element.id);
attributes(inputElement, { 'aria-labelledby': floatLabelElement.id });

@@ -32,0 +33,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

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