Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-lists

Package Overview
Dependencies
Maintainers
3
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-lists - npm Package Compare versions

Comparing version 21.2.6 to 21.2.9

14

CHANGELOG.md

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

### ListView
#### Bug Fixes
- `#I466565` - The console error in the nested ListView component sample has been resolved.
## 21.2.6 (2023-05-23)
### ListBox
#### Bug Fixes
- `#I461648` - Issue with "Drag and drop on mobile browsers, it unable to drag an element to the topmost place in list box component" has been resolved.
## 21.1.41 (2023-04-18)

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

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 21.2.6
* version : 21.2.9
* 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-lists@*",
"_id": "@syncfusion/ej2-lists@21.1.41",
"_id": "@syncfusion/ej2-lists@21.2.6",
"_inBundle": false,
"_integrity": "sha512-qIIf9RMDi5LnU9OreWQ5DlLIFqxHsvdBFQhD35sDdEtAOR+zti9yZ0h34slQlQmxnEeKZU+yqBom18kW2jmfsw==",
"_integrity": "sha512-C5Te1I+EvOs/x6v21de7Kjfa/57jb8yu78+ip4nc3jMVKqIUpglVwjYx9QZM0/wasd7ZkvbgifFCXJXmAKiDKA==",
"_location": "/@syncfusion/ej2-lists",

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

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-lists/-/ej2-lists-21.1.41.tgz",
"_shasum": "ef5d91e7ac7ad63592bfea526c6c07d6d824c51b",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-lists/-/ej2-lists-21.2.6.tgz",
"_shasum": "605c0d1079df7cda536128d0067972c6a78217fb",
"_spec": "@syncfusion/ej2-lists@*",

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

"dependencies": {
"@syncfusion/ej2-base": "~21.2.3",
"@syncfusion/ej2-base": "~21.2.9",
"@syncfusion/ej2-buttons": "~21.2.6",
"@syncfusion/ej2-data": "~21.2.6"
"@syncfusion/ej2-data": "~21.2.9"
},

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

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

@@ -1,2 +0,2 @@

import { Base, Event, getUniqueID, NotifyPropertyChanges, INotifyPropertyChanged, Property } from '@syncfusion/ej2-base';import { closest, Draggable, DragPosition, MouseEventArgs, remove, compareElementParent } from '@syncfusion/ej2-base';import { addClass, isNullOrUndefined, getComponent, isBlazor, BlazorDragEventArgs, EventHandler } from '@syncfusion/ej2-base';
import { Base, Event, getUniqueID, NotifyPropertyChanges, INotifyPropertyChanged, Property } from '@syncfusion/ej2-base';import { closest, Draggable, DragPosition, MouseEventArgs, remove, compareElementParent, TouchEventArgs } from '@syncfusion/ej2-base';import { addClass, isNullOrUndefined, getComponent, isBlazor, BlazorDragEventArgs, EventHandler } from '@syncfusion/ej2-base';

@@ -3,0 +3,0 @@ /**

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

var clientY = offset.bottom - ((offset.bottom - offset.top) / 2);
idx = e.clientY <= clientY ? idx : idx + 1;
var cltY = e.changedTouches ? e.changedTouches[0].clientY : e.clientY;
idx = cltY <= clientY ? idx : idx + 1;
}

@@ -351,0 +352,0 @@ return;

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