Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-kanban

Package Overview
Dependencies
12
Maintainers
3
Versions
92
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 24.2.9 to 25.1.35

styles/kanban/_bds-definition.scss

18

CHANGELOG.md

@@ -9,4 +9,6 @@ # Changelog

`#I525892` - Now, the card template works properly upon drag-and-drop action in Kanban with remote data.
- `#I525892` - Now, the card template works properly upon drag-and-drop action in Kanban with remote data.
- `#I550208` - Now, the swimlane header template will work properly in the mobile view.
## 24.1.47 (2024-01-23)

@@ -18,3 +20,3 @@

`#I544423` - Now, the Kanban column header title shows properly when the column is collapsed.
- `#I544423` - Now, the Kanban column header title shows properly when the column is collapsed.

@@ -27,3 +29,3 @@ ## 24.1.46 (2024-01-17)

`#I535989` - Now, drop clone works properly when slowly dragging and dropping the cards in the last position in the Kanban column.
- `#I535989` - Now, drop clone works properly when slowly dragging and dropping the cards in the last position in the Kanban column.

@@ -44,5 +46,5 @@ ## 24.1.41 (2023-12-18)

`#I513537` - Now, localization of the "Cards" text was done. When you drag the multiple cards, it show up.
- `#I513537` - Now, localization of the "Cards" text was done. When you drag the multiple cards, it show up.
`#I515897` - Now, when the `cancel` argument is set to true in the `dialogClose` event in the kanban, it works properly.
- `#I515897` - Now, when the `cancel` argument is set to true in the `dialogClose` event in the kanban, it works properly.

@@ -55,5 +57,5 @@ ## 23.1.36 (2023-09-15)

`#I492818` - Now, fast scrolling from top to bottom of the column continuously works properly.
- `#I492818` - Now, fast scrolling from top to bottom of the column continuously works properly.
`#I495751` - Now, dragging a card to the first position in the Kanban works properly without flickering.
- `#I495751` - Now, dragging a card to the first position in the Kanban works properly without flickering.

@@ -74,3 +76,3 @@ ## 22.1.34 (2023-06-21)

`#F181441` - Resolved a issue, where a console error was thrown when dragging into the column header on the Kanban.
- `#F181441` - Resolved a issue, where a console error was thrown when dragging into the column header on the Kanban.

@@ -77,0 +79,0 @@ ## 21.1.37 (2023-03-29)

/*!
* filename: index.d.ts
* version : 24.2.9
* version : 25.1.35
* 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-kanban@*",
"_id": "@syncfusion/ej2-kanban@24.2.3",
"_id": "@syncfusion/ej2-kanban@23.1.36",
"_inBundle": false,
"_integrity": "sha512-uUW7oBqvlDe4Wqm3/4qgxk/SXQV6pFZ/ahyykRJoi1T6Tr3p+pnCdxIzDEwtBPLovMjdHM4V4r2CLtwbxIgtXQ==",
"_integrity": "sha512-FK+orW++uR9kDLfotyMiVAzs7bptl2HcEAK/mDW7NrG8rNIuCxPTAbGmQa3NwHcAzTd8dqDXHCUrAnPAV2n9hA==",
"_location": "/@syncfusion/ej2-kanban",

@@ -26,6 +26,6 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-kanban/-/ej2-kanban-24.2.3.tgz",
"_shasum": "857ffd7822392e221a8133522f8ef574877dac6c",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-kanban/-/ej2-kanban-23.1.36.tgz",
"_shasum": "31ee0aa288f4fad7c7185fadd6f83aa5effae476",
"_spec": "@syncfusion/ej2-kanban@*",
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
"author": {

@@ -39,11 +39,11 @@ "name": "Syncfusion Inc."

"dependencies": {
"@syncfusion/ej2-base": "~24.2.7",
"@syncfusion/ej2-buttons": "~24.2.7",
"@syncfusion/ej2-data": "~24.2.3",
"@syncfusion/ej2-dropdowns": "~24.2.9",
"@syncfusion/ej2-inputs": "~24.2.9",
"@syncfusion/ej2-layouts": "~24.2.4",
"@syncfusion/ej2-navigations": "~24.2.8",
"@syncfusion/ej2-notifications": "~24.2.4",
"@syncfusion/ej2-popups": "~24.2.9"
"@syncfusion/ej2-base": "~25.1.35",
"@syncfusion/ej2-buttons": "~25.1.35",
"@syncfusion/ej2-data": "~25.1.35",
"@syncfusion/ej2-dropdowns": "~25.1.35",
"@syncfusion/ej2-inputs": "~25.1.35",
"@syncfusion/ej2-layouts": "~25.1.35",
"@syncfusion/ej2-navigations": "~25.1.35",
"@syncfusion/ej2-notifications": "~25.1.35",
"@syncfusion/ej2-popups": "~25.1.35"
},

@@ -76,4 +76,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "24.2.9",
"version": "25.1.35",
"sideEffects": false
}

@@ -221,5 +221,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

if (this.initload) {
this.parent.resetTemplates();
this.parent.layoutModule.refreshHeaders();
this.parent.layoutModule.refreshCards();
this.parent.layoutModule.refresh();
this.parent.renderTemplates();

@@ -226,0 +224,0 @@ }

@@ -235,5 +235,14 @@ var __extends = (this && this.__extends) || (function () {

if (this.parent.swimlaneSettings.keyField && this.parent.isAdaptive && this.parent.kanbanData.length !== 0) {
var swimlaneHeaderName = this.parent.element.querySelector('.' + cls.TOOLBAR_SWIMLANE_NAME_CLASS);
this.swimlaneRow = [this.kanbanRows[this.swimlaneIndex]];
this.renderSwimlaneTree();
this.parent.element.querySelector('.' + cls.TOOLBAR_SWIMLANE_NAME_CLASS).innerHTML = this.swimlaneRow[0].textField;
if (this.parent.swimlaneSettings.template) {
var cardCount = this.swimlaneData[this.swimlaneRow[0].keyField].length;
var templateArgs = extend({}, this.swimlaneRow[0], { count: cardCount }, true);
var swimlaneTemplate = this.parent.templateParser(this.parent.swimlaneSettings.template)(templateArgs, this.parent, 'swimlaneTemplate', '', false);
swimlaneHeaderName.appendChild(swimlaneTemplate[0]);
}
else {
swimlaneHeaderName.innerHTML = this.swimlaneRow[0].textField;
}
}

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

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

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

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

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

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

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

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