@syncfusion/ej2-lists
Advanced tools
Comparing version
@@ -5,2 +5,8 @@ # Changelog | ||
### ListBox | ||
#### Bug Fixes | ||
- Issue with Drag and Drop in Empty area of List Box has been fixed | ||
## 17.3.21 (2019-10-30) | ||
@@ -7,0 +13,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 17.3.26 | ||
* version : 17.3.27 | ||
* Copyright Syncfusion Inc. 2001 - 2019. 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@17.3.21", | ||
"_id": "@syncfusion/ej2-lists@17.3.26", | ||
"_inBundle": false, | ||
"_integrity": "sha512-hcygDd4ylBLJgND4EGJWWZ4NoCe/cVJXAm3hiJc7cVq7aI7RnG3Ht2tvPM4YUwjO1I6D2KfeHhDL/oZkuUmP4g==", | ||
"_integrity": "sha512-JZwNJfLd5t5tXlBKn67T+ytfvI6ZBxA9i7LcBvOes3n+rHKX4YwPAJqGyLpjJ314WldY4Pi/5NEN56DxwvTesw==", | ||
"_location": "/@syncfusion/ej2-lists", | ||
@@ -36,4 +36,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-lists/-/ej2-lists-17.3.21.tgz", | ||
"_shasum": "e4c94400f1e38fd1aeb59aba9b7ccf6a5f9ac26f", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-lists/-/ej2-lists-17.3.26.tgz", | ||
"_shasum": "55b05e4caba6b27f91a26cbbae2005cfa418aa63", | ||
"_spec": "@syncfusion/ej2-lists@*", | ||
@@ -46,5 +46,5 @@ "_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.3.26", | ||
"@syncfusion/ej2-buttons": "~17.3.26", | ||
"@syncfusion/ej2-data": "~17.3.26" | ||
"@syncfusion/ej2-base": "~17.3.27", | ||
"@syncfusion/ej2-buttons": "~17.3.27", | ||
"@syncfusion/ej2-data": "~17.3.27" | ||
}, | ||
@@ -89,4 +89,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "17.3.26", | ||
"version": "17.3.27", | ||
"sideEffects": false | ||
} |
@@ -135,3 +135,3 @@ var __extends = (this && this.__extends) || (function () { | ||
dropInst = _this.getSortableInstance(e.target); | ||
if (dropInst.element === e.target && !dropInst.element.childElementCount) { | ||
if (dropInst.element === e.target) { | ||
prevIdx = _this.getIndex(_this.target); | ||
@@ -138,0 +138,0 @@ _this.updateItemClass(dropInst); |
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
2275070
-0.02%