New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-angular-kanban

Package Overview
Dependencies
Maintainers
0
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-angular-kanban - npm Package Compare versions

Comparing version

to
26.1.40

CHANGELOG.md

38

package.json

@@ -5,3 +5,3 @@ {

"_inBundle": false,
"_integrity": "sha512-fMmQYwXebcvyZY6rtwWibPuRC2oncz91Nx3GSpitTKB7N1YMgbomV6Vn/vaG+GDhYnYVIa1XobSDz6N8XWpg/Q==",
"_integrity": "sha512-QOOATj/y/XVnE3l/hIRTbdqYfM7OV4dCqVtmluPQmRZ5Ln81aUji8NvNP+opUy3KQM0ppFDtD4eZOuLyK0nL0w==",
"_location": "/@syncfusion/ej2-angular-kanban",

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

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-26.1.35.tgz",
"_shasum": "fe0355a7a500f2993ff6746fccb36516bf0c5344",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-26.1.35.tgz",
"_shasum": "0eb31edf3583d3a9a4556d0de78faedf5d7c287d",
"_spec": "@syncfusion/ej2-angular-kanban@*",
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
"author": {

@@ -38,8 +38,24 @@ "name": "Syncfusion Inc."

"@syncfusion/ej2-base": "~26.1.37",
"@syncfusion/ej2-kanban": "26.1.40"
"@syncfusion/ej2-kanban": "26.1.40",
"tslib": "^2.3.0"
},
"deprecated": false,
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Angular",
"devDependencies": {},
"es2015": "@syncfusion/ej2-angular-kanban.js",
"es2020": "fesm2020/syncfusion-ej2-angular-kanban.mjs",
"esm2020": "esm2020/syncfusion-ej2-angular-kanban.mjs",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./syncfusion-ej2-angular-kanban.d.ts",
"esm2020": "./esm2020/syncfusion-ej2-angular-kanban.mjs",
"es2020": "./fesm2020/syncfusion-ej2-angular-kanban.mjs",
"es2015": "./fesm2015/syncfusion-ej2-angular-kanban.mjs",
"node": "./fesm2015/syncfusion-ej2-angular-kanban.mjs",
"default": "./fesm2020/syncfusion-ej2-angular-kanban.mjs"
}
},
"fesm2015": "fesm2015/syncfusion-ej2-angular-kanban.mjs",
"fesm2020": "fesm2020/syncfusion-ej2-angular-kanban.mjs",
"homepage": "https://www.syncfusion.com/angular-components",

@@ -54,5 +70,3 @@ "keywords": [

"license": "SEE LICENSE IN license",
"main": "dist/ej2-angular-kanban.umd.js",
"metadata": "ej2-angular-kanban.metadata.json",
"module": "@syncfusion/ej2-angular-kanban.es5.js",
"module": "fesm2015/syncfusion-ej2-angular-kanban.mjs",
"name": "@syncfusion/ej2-angular-kanban",

@@ -65,4 +79,4 @@ "repository": {

"sideEffects": false,
"typings": "ej2-angular-kanban.d.ts",
"version": "26.1.40-ngcc"
"typings": "syncfusion-ej2-angular-kanban.d.ts",
"version": "26.1.40"
}
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**

@@ -83,2 +84,4 @@ * `e-columns` directive represent a columns of the Kanban board.

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDirective, "e-columns>e-column", never, { "allowDrag": "allowDrag"; "allowDrop": "allowDrop"; "allowToggle": "allowToggle"; "headerText": "headerText"; "isExpanded": "isExpanded"; "keyField": "keyField"; "maxCount": "maxCount"; "minCount": "minCount"; "showAddButton": "showAddButton"; "showItemCount": "showItemCount"; "template": "template"; "transitionColumns": "transitionColumns"; }, {}, ["template"]>;
}

@@ -91,2 +94,4 @@ /**

constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "ejs-kanban>e-columns", never, {}, {}, ["children"]>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./kanban.module";
/**

@@ -5,2 +8,5 @@ * NgModule definition for the Kanban component with providers.

export declare class KanbanAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<KanbanAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<KanbanAllModule, never, [typeof i1.CommonModule, typeof i2.KanbanModule], [typeof i2.KanbanModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<KanbanAllModule>;
}

@@ -6,2 +6,3 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';

import { StackedHeadersDirective } from './stackedheaders.directive';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -60,2 +61,4 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<KanbanComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<KanbanComponent, "ejs-kanban", never, { "allowDragAndDrop": "allowDragAndDrop"; "allowKeyboard": "allowKeyboard"; "cardHeight": "cardHeight"; "cardSettings": "cardSettings"; "columns": "columns"; "constraintType": "constraintType"; "cssClass": "cssClass"; "dataSource": "dataSource"; "dialogSettings": "dialogSettings"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableTooltip": "enableTooltip"; "enableVirtualization": "enableVirtualization"; "externalDropId": "externalDropId"; "height": "height"; "keyField": "keyField"; "locale": "locale"; "query": "query"; "showEmptyColumn": "showEmptyColumn"; "sortSettings": "sortSettings"; "stackedHeaders": "stackedHeaders"; "swimlaneSettings": "swimlaneSettings"; "tooltipTemplate": "tooltipTemplate"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "cardClick": "cardClick"; "cardDoubleClick": "cardDoubleClick"; "cardRendered": "cardRendered"; "created": "created"; "dataBinding": "dataBinding"; "dataBound": "dataBound"; "dataSourceChanged": "dataSourceChanged"; "dataStateChange": "dataStateChange"; "dialogClose": "dialogClose"; "dialogOpen": "dialogOpen"; "drag": "drag"; "dragStart": "dragStart"; "dragStop": "dragStop"; "queryCellInfo": "queryCellInfo"; }, ["tooltipTemplate", "columns_template", "swimlaneSettings_template", "cardSettings_template", "dialogSettings_template", "childColumns", "childStackedHeaders"], never>;
}

@@ -0,1 +1,6 @@

import * as i0 from "@angular/core";
import * as i1 from "./kanban.component";
import * as i2 from "./columns.directive";
import * as i3 from "./stackedheaders.directive";
import * as i4 from "@angular/common";
/**

@@ -5,2 +10,5 @@ * NgModule definition for the Kanban component.

export declare class KanbanModule {
static ɵfac: i0.ɵɵFactoryDeclaration<KanbanModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<KanbanModule, [typeof i1.KanbanComponent, typeof i2.ColumnDirective, typeof i2.ColumnsDirective, typeof i3.StackedHeaderDirective, typeof i3.StackedHeadersDirective], [typeof i4.CommonModule], [typeof i1.KanbanComponent, typeof i2.ColumnDirective, typeof i2.ColumnsDirective, typeof i3.StackedHeaderDirective, typeof i3.StackedHeadersDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<KanbanModule>;
}
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**

@@ -29,2 +30,4 @@ * `e-stackedHeaders` directive represent a stacked header of the Kanban board.

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<StackedHeaderDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<StackedHeaderDirective, "e-stackedHeaders>e-stackedHeader", never, { "keyFields": "keyFields"; "text": "text"; }, {}, never>;
}

@@ -37,2 +40,4 @@ /**

constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<StackedHeadersDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<StackedHeadersDirective, "ejs-kanban>e-stackedHeaders", never, {}, {}, ["children"]>;
}