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.3 to 25.2.4

24

CHANGELOG.md

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

### MultiSelect
#### Bug Fixes
- `#I583683` - Resolved issue with allow object binding property causing errors when binding fields as integers
### DropDownTree
#### Bug Fixes
- `#I585791` - Resolved the SelectAll checkbox uncheck issue after closing and opening the Dropdown Tree component.
### DropDownList
#### Bug Fixes
- `#I580648` - Issue with "The dropdownlist not retrieving the proper index when grouping with allow filtering" has been resolved.
- `#I581080` - Fixed the issue with the dropdownlist index value not updating in component instances.
- `#I581098` - Fixed issue where aria-controls was not maintained when popup was in closed state.
## 25.2.3 (2024-05-08)
### ListBox

@@ -7,0 +31,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 25.2.3
* version : 25.2.4
* 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.41",
"_id": "@syncfusion/ej2-dropdowns@25.2.3",
"_inBundle": false,
"_integrity": "sha512-On8qX7S8gJBKOTXOZA3mxvgeMWddeEfTrT0865OaRJzRlgEzf4eJyWLmzezwbj/MFre2kOOlANZMoBNwcru1FA==",
"_integrity": "sha512-GUZEwuFK0n5cZ9Lc9RGegbO7c07e8V1zQf34J/X1jaDOx2eI3sSKTqQ1XqhU0ATtfQUpJDQPuMnjeqfZr4KI3Q==",
"_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.41.tgz",
"_shasum": "e940c2f1e02df58251d717afec8786f77e2ca07c",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-25.2.3.tgz",
"_shasum": "c881ff080957a288adf283168d0216569a49a62b",
"_spec": "@syncfusion/ej2-dropdowns@*",

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

"@syncfusion/ej2-lists": "~25.2.3",
"@syncfusion/ej2-navigations": "~25.2.3",
"@syncfusion/ej2-navigations": "~25.2.4",
"@syncfusion/ej2-notifications": "~25.2.3",
"@syncfusion/ej2-popups": "~25.2.3"
"@syncfusion/ej2-popups": "~25.2.4"
},

@@ -79,5 +79,5 @@ "deprecated": false,

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

@@ -283,5 +283,7 @@ import { Component, KeyboardEvents, EmitType, L10n, KeyboardEventArgs } from '@syncfusion/ej2-base';

protected customFilterQuery: Query;
protected virtualSelectAllState: boolean;
protected CurrentEvent: KeyboardEventArgs | MouseEvent;
protected virtualSelectAllData: {
[key: string]: Object;
}[] | DataManager | string[] | number[] | boolean[];
}[] | string[] | number[] | boolean[];
protected firstItem: string | number | boolean | object;

@@ -571,2 +573,3 @@ protected virtualListInfo: VirtualInfo;

protected updatePopupState(): void;
protected virtualSelectionAll(state: boolean, li: NodeListOf<HTMLElement> | HTMLElement[], event: MouseEvent | KeyboardEventArgs): void;
protected updateRemoteData(): void;

@@ -611,3 +614,5 @@ private bindChildItems;

*/
private createListItems;
protected createListItems(dataSource: {
[key: string]: Object;
}[], fields: FieldSettingsModel): HTMLElement;
protected listOption(dataSource: {

@@ -614,0 +619,0 @@ [key: string]: Object;

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

private virtualCustomData;
private isSelectAllLoop;
private enableRTL;

@@ -824,2 +825,3 @@ requiredModules(): ModuleDeclaration[];

private selectAllItem;
protected virtualSelectionAll(state: boolean, li: NodeListOf<HTMLElement> | HTMLElement[], event: MouseEvent | KeyboardEventArgs): void;
private updateValue;

@@ -826,0 +828,0 @@ private updateHiddenElement;

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