Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-lists

Package Overview
Dependencies
5
Maintainers
3
Versions
161
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 24.1.46 to 24.2.3

14

CHANGELOG.md

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

## 24.1.46 (2024-01-17)
### ListBox
#### Bug Fixes
- Issue with "Script error thrown in list box while dragging the `svg` element" has been resolved.
### ListView
#### Bug fixes
- `#I531520` - The ListView component's title not decoded properly same as in node text has been resolved.
## 24.1.41 (2023-12-18)

@@ -7,0 +21,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 24.1.46
* version : 24.2.3
* 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-lists@*",
"_id": "@syncfusion/ej2-lists@24.1.41",
"_id": "@syncfusion/ej2-lists@24.1.46",
"_inBundle": false,
"_integrity": "sha512-DU792nwYrUL8BOQa6yRYPxP9L4Cgs1xH9KaX2YvwpdfT+205Eh7DXet/VZpAU9Ec48FZSry+EMfrHe2xKD9GgA==",
"_integrity": "sha512-IpLze7LwGAzBmBHZqxAVW4r0TIOH17Ca+pfC/H4Ozt/1zttUzi5r/wq19wAIHiP3qVGar33tw1LvPUpZ2fUhCg==",
"_location": "/@syncfusion/ej2-lists",

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

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-lists/-/ej2-lists-24.1.41.tgz",
"_shasum": "ab5c523d5315d581d9ae5174016d9e513768470a",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-lists/-/ej2-lists-24.1.46.tgz",
"_shasum": "319971b54c15e8faf74da758a31ceeefac7c57cf",
"_spec": "@syncfusion/ej2-lists@*",

@@ -48,6 +48,6 @@ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~24.1.46",
"@syncfusion/ej2-buttons": "~24.1.46",
"@syncfusion/ej2-data": "~24.1.41",
"@syncfusion/ej2-popups": "~24.1.46"
"@syncfusion/ej2-base": "~24.2.3",
"@syncfusion/ej2-buttons": "~24.2.3",
"@syncfusion/ej2-data": "~24.2.3",
"@syncfusion/ej2-popups": "~24.2.3"
},

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

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

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

!isNullOrUndefined(newInst.placeHolder)) && (newInst.placeHolderElement ? newInst.placeHolderElement !== e.target : true)) {
if (e.target.className.indexOf('e-list-group-item') > -1) {
if (e.target.classList.contains('e-list-group-item')) {
target = e.target;

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc