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
3
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
25.1.42

esm2020/public_api.mjs

37

package.json

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

"_inBundle": false,
"_integrity": "sha512-mwar9aWY+flBiGnu5VH5Ph8CFzts/oAnqLuQa/CrcBXfY9JaG9VJosi+q1S0IiRDEau+iC1qFvPb3ltXwaMK0Q==",
"_integrity": "sha512-VkAdjU2on7SBDRntkuMKgpGE/Qhel5py46bIfdIKj/6htvkNZUwMmEWvVS3Wfg7/EIRwcQoRTFLSPfDYePSgkA==",
"_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-25.1.35.tgz",
"_shasum": "14a29ef018b22b5705bf4b500450b5295aa36499",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-25.1.35.tgz",
"_shasum": "394d4781cb13653a586729f423408ab5f7c4652b",
"_spec": "@syncfusion/ej2-angular-kanban@*",
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/ivypackages/included",
"author": {

@@ -38,3 +38,4 @@ "name": "Syncfusion Inc."

"@syncfusion/ej2-base": "~25.1.35",
"@syncfusion/ej2-kanban": "25.1.42"
"@syncfusion/ej2-kanban": "25.1.42",
"tslib": "^2.3.0"
},

@@ -44,3 +45,19 @@ "deprecated": false,

"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",

@@ -55,5 +72,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",

@@ -66,4 +81,4 @@ "repository": {

"sideEffects": false,
"typings": "ej2-angular-kanban.d.ts",
"version": "25.1.42-ngcc"
"typings": "syncfusion-ej2-angular-kanban.d.ts",
"version": "25.1.42"
}

@@ -1,18 +0,18 @@

var fs = require("fs");
var glob = require("glob");
// var fs = require("fs");
// var glob = require("glob");
var selectors = ['ejs-kanban'];
// // selectors
if (process.env.tagName !== undefined) {
var newTagPrefix = process.env.tagName.trim();
var files = glob.sync("./@syncfusion/*");
for (var i = 0; i < files.length; i++) {
var sourceFile = fs.readFileSync(files[i], "utf8");
for (var j = 0; j < selectors.length; j++) {
selectors[j] = selectors[j].replace('[','').replace(']','');
var tagRegex = new RegExp(selectors[j], "g");
sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
}
fs.writeFileSync(files[i], sourceFile, "utf8");
}
}
// if (process.env.tagName !== undefined) {
// var newTagPrefix = process.env.tagName.trim();
// var files = glob.sync("./@syncfusion/*");
// for (var i = 0; i < files.length; i++) {
// var sourceFile = fs.readFileSync(files[i], "utf8");
// for (var j = 0; j < selectors.length; j++) {
// selectors[j] = selectors[j].replace('[','').replace(']','');
// var tagRegex = new RegExp(selectors[j], "g");
// sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
// }
// fs.writeFileSync(files[i], sourceFile, "utf8");
// }
// }
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"]>;
}