@syncfusion/ej2-kanban
Advanced tools
Comparing version 20.3.47 to 20.3.49
@@ -5,2 +5,8 @@ # Changelog | ||
### Kanban | ||
#### Bug Fixes | ||
- `#I407975` - Now, the column clones are created properly when dragging the card when the horizontal page scroll appears and it is scrolled. | ||
## 20.2.44 (2022-08-16) | ||
@@ -7,0 +13,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 20.3.47 | ||
* version : 20.3.49 | ||
* 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@19.10.6", | ||
"_id": "@syncfusion/ej2-kanban@20.3.47", | ||
"_inBundle": false, | ||
"_integrity": "sha512-zXD2hA2ppcDucLRO54ADSRlQvPvOKNSQaoNanGoWT2XQ+tRy6Zr825XDuOvg92LqizKyOhXWqoVPRrjTBqq4Aw==", | ||
"_integrity": "sha512-b6nhbE+60a+91hPdHfVPma83gZnhc2JFTwaAnLrYu64kQX2rOjzxUYyCugzNDviTbNKSzEECTiwLiLNJBYYLFw==", | ||
"_location": "/@syncfusion/ej2-kanban", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-kanban/-/ej2-kanban-19.10.6.tgz", | ||
"_shasum": "f37dcafe693dec93133eedaeab88cae900c2f3af", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-kanban/-/ej2-kanban-20.3.47.tgz", | ||
"_shasum": "20b043d91903ab61d1480f140ff86a580c82affb", | ||
"_spec": "@syncfusion/ej2-kanban@*", | ||
@@ -39,10 +39,10 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~20.3.47", | ||
"@syncfusion/ej2-buttons": "~20.3.47", | ||
"@syncfusion/ej2-base": "~20.3.49", | ||
"@syncfusion/ej2-buttons": "~20.3.49", | ||
"@syncfusion/ej2-data": "~20.3.47", | ||
"@syncfusion/ej2-dropdowns": "~20.3.47", | ||
"@syncfusion/ej2-inputs": "~20.3.47", | ||
"@syncfusion/ej2-layouts": "~20.3.47", | ||
"@syncfusion/ej2-navigations": "~20.3.47", | ||
"@syncfusion/ej2-popups": "~20.3.47" | ||
"@syncfusion/ej2-dropdowns": "~20.3.49", | ||
"@syncfusion/ej2-inputs": "~20.3.49", | ||
"@syncfusion/ej2-layouts": "~20.3.48", | ||
"@syncfusion/ej2-navigations": "~20.3.49", | ||
"@syncfusion/ej2-popups": "~20.3.49" | ||
}, | ||
@@ -75,4 +75,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "20.3.47", | ||
"version": "20.3.49", | ||
"sideEffects": false | ||
} |
@@ -369,2 +369,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
} | ||
element.style.left = (element.parentElement.getBoundingClientRect().left - 15) + 'px'; | ||
}); | ||
@@ -371,0 +372,0 @@ }; |
@@ -137,3 +137,7 @@ import { BaseEventArgs, Draggable } from '@syncfusion/ej2-base'; | ||
} | ||
/** Provide information about Swimlane HeaderArgs */ | ||
/** | ||
* Provide information about Swimlane HeaderArgs | ||
* | ||
* @interface HeaderArgs | ||
* */ | ||
export interface HeaderArgs { | ||
@@ -166,3 +170,7 @@ /** Defines the Swimlane key field */ | ||
} | ||
/** Custom Sort Compare Function to sort Swimlane rows */ | ||
/** | ||
* Custom Sort Compare Function to sort Swimlane rows | ||
* | ||
* @interface SortComparerFunction | ||
* */ | ||
export interface SortComparerFunction { | ||
@@ -169,0 +177,0 @@ /** Defines the Swimlane Header Arguments */ |
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 not supported yet
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
4283029
51594