@syncfusion/ej2-angular-kanban
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ { | ||
"_inBundle": false, | ||
"_integrity": "sha512-i0+ERqBcmjqdW+dv0FjkGWqoyiKWyQHj/kASL2TaHWXscbjIIYjffr4VDEb67PUyGR0gxsZcTwQpp4KZV6Q2Iw==", | ||
"_integrity": "sha512-Evm3wed04fyT54b4a3kUpN+4YVm4f/LlZsccBPlMzrQnZVOCVkT8J7+f+S+u2YZb/oo6CRdV755ICr5X4nVaQQ==", | ||
"_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-27.1.52.tgz", | ||
"_shasum": "7bd1ea6c4e2def6780f8192f5afdc16328f13dfb", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-27.1.52.tgz", | ||
"_shasum": "46eed949d22a2abba0bb5ced31688e0541c643c6", | ||
"_spec": "@syncfusion/ej2-angular-kanban@*", | ||
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included", | ||
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included", | ||
"author": { | ||
@@ -42,4 +42,19 @@ "name": "Syncfusion Inc." | ||
"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 +69,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 +78,4 @@ "repository": { | ||
"sideEffects": false, | ||
"typings": "ej2-angular-kanban.d.ts", | ||
"version": "27.2.2-ngcc" | ||
"typings": "syncfusion-ej2-angular-kanban.d.ts", | ||
"version": "27.2.2" | ||
} |
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"]>; | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
149
2.05%0
-100%100
25%0
-100%171266
-12.22%1255
-13.86%