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.1.41 to 24.1.43

2

CHANGELOG.md

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

## 24.1.41 (2023-12-18)
### Kanban

@@ -7,0 +9,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 24.1.41
* version : 24.1.43
* 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@23.1.36",
"_id": "@syncfusion/ej2-kanban@24.1.41",
"_inBundle": false,
"_integrity": "sha512-iEODpo5Bq6BptvXmj9liE1ZJhSjXA9zPV3lE2XAs5cWz7KcouFzqCg8dGsrc68qVptCR3te4MSfPzNSwnduDVA==",
"_integrity": "sha512-WJIOpvJ3EbOKykuCIjawZa9Rn7MOqMbYqDBHeaKHIyNklSk1H/zvee94vWvaIrJimS8sWlXHu7QNa6nRb/z49Q==",
"_location": "/@syncfusion/ej2-kanban",

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

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-kanban/-/ej2-kanban-23.1.36.tgz",
"_shasum": "913c057023233e3fdc90238dde63ae71ec1270f8",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-kanban/-/ej2-kanban-24.1.41.tgz",
"_shasum": "eacee54135be6a49fdd402b780965dcfff77a539",
"_spec": "@syncfusion/ej2-kanban@*",

@@ -39,6 +39,6 @@ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~24.1.41",
"@syncfusion/ej2-base": "~24.1.42",
"@syncfusion/ej2-buttons": "~24.1.41",
"@syncfusion/ej2-data": "~24.1.41",
"@syncfusion/ej2-dropdowns": "~24.1.41",
"@syncfusion/ej2-dropdowns": "~24.1.43",
"@syncfusion/ej2-inputs": "~24.1.41",

@@ -76,4 +76,4 @@ "@syncfusion/ej2-layouts": "~24.1.41",

"typings": "index.d.ts",
"version": "24.1.41",
"version": "24.1.43",
"sideEffects": false
}

@@ -14,2 +14,3 @@ import { DataManager, Query } from '@syncfusion/ej2-data';

private isObservable;
private initload;
protected dataState: PendingState;

@@ -16,0 +17,0 @@ /**

@@ -15,2 +15,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

function Data(parent) {
this.initload = false;
this.dataState = { isPending: false, resolver: null, isDataChanged: false };

@@ -220,2 +221,7 @@ this.parent = parent;

}
if (this.initload) {
this.parent.layoutModule.refresh();
this.parent.resetTemplates();
}
this.initload = true;
};

@@ -222,0 +228,0 @@ /**

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

th_1.appendChild(headerWrapper);
this_1.columnData = this_1.getColumnCards(this_1.parent.kanbanData);
var noOfCard = this_1.columnData[column.keyField].length;

@@ -106,0 +107,0 @@ var headerTitle = createElement('div', { className: cls.HEADER_TITLE_CLASS });

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

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