@syncfusion/ej2-kanban
Advanced tools
Comparing version 18.4.30 to 18.4.33
@@ -7,2 +7,10 @@ # Changelog | ||
#### Bug Fixes | ||
- `#308798` - The issue with "Script error thrown when drag and drop the cards in swimlane layout with responsive mode" has been resolved. | ||
## 18.4.30 (2020-12-17) | ||
### Kanban | ||
#### New Features | ||
@@ -9,0 +17,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 18.4.30 | ||
* version : 18.4.33 | ||
* 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-kanban@*", | ||
"_id": "@syncfusion/ej2-kanban@0.21.1", | ||
"_id": "@syncfusion/ej2-kanban@18.4.30", | ||
"_inBundle": false, | ||
"_integrity": "sha512-1pA+mde6it4d+mFIsiXGR1vA0G1wa9zXg41nQdhgV2Mnemesvb6ZA0j33RXZe7htOlmWkCxExiVN8kQMqgzQOw==", | ||
"_integrity": "sha512-sXKqTokihJ1vDEftNwc6IjyXK5V/lRE/3G7eZfbHnodeJECtUwzaE8Iq6quxEPD5eCj5cHEscWgCP1q2SaxQhA==", | ||
"_location": "/@syncfusion/ej2-kanban", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-kanban/-/ej2-kanban-0.21.1.tgz", | ||
"_shasum": "1806d09541bde45ca2ec48c2e7142c8e01643cfd", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-kanban/-/ej2-kanban-18.4.30.tgz", | ||
"_shasum": "b0fc69c3b5d264e036e0992bc16f9112704d0e7b", | ||
"_spec": "@syncfusion/ej2-kanban@*", | ||
@@ -39,9 +39,9 @@ "_where": "/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~18.4.30", | ||
"@syncfusion/ej2-buttons": "~18.4.30", | ||
"@syncfusion/ej2-data": "~18.4.30", | ||
"@syncfusion/ej2-dropdowns": "~18.4.30", | ||
"@syncfusion/ej2-inputs": "~18.4.30", | ||
"@syncfusion/ej2-base": "~18.4.31", | ||
"@syncfusion/ej2-buttons": "~18.4.33", | ||
"@syncfusion/ej2-data": "~18.4.33", | ||
"@syncfusion/ej2-dropdowns": "~18.4.32", | ||
"@syncfusion/ej2-inputs": "~18.4.33", | ||
"@syncfusion/ej2-layouts": "~18.4.30", | ||
"@syncfusion/ej2-navigations": "~18.4.30", | ||
"@syncfusion/ej2-navigations": "~18.4.33", | ||
"@syncfusion/ej2-popups": "~18.4.30" | ||
@@ -75,4 +75,4 @@ }, | ||
"typings": "index.d.ts", | ||
"version": "18.4.30", | ||
"version": "18.4.33", | ||
"sideEffects": false | ||
} |
@@ -806,3 +806,3 @@ var __extends = (this && this.__extends) || (function () { | ||
var cardRow = this.parent.element.querySelector('.e-content-row:not(.e-swimlane-row)'); | ||
if (this.parent.swimlaneSettings.keyField) { | ||
if (this.parent.swimlaneSettings.keyField && !this.parent.isAdaptive) { | ||
var rowSelector = ".e-content-row.e-swimlane-row[data-key=\"" + data[this.parent.swimlaneSettings.keyField] + "\"]"; | ||
@@ -809,0 +809,0 @@ cardRow = this.parent.element.querySelector(rowSelector).nextElementSibling; |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2759288