@syncfusion/ej2-angular-kanban 29.1.35 → 29.1.37-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-kanban.es5.js +355 -0
- package/@syncfusion/ej2-angular-kanban.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-kanban.js +323 -0
- package/@syncfusion/ej2-angular-kanban.js.map +1 -0
- package/dist/ej2-angular-kanban.umd.js +397 -0
- package/dist/ej2-angular-kanban.umd.js.map +1 -0
- package/dist/ej2-angular-kanban.umd.min.js +11 -0
- package/dist/ej2-angular-kanban.umd.min.js.map +1 -0
- package/ej2-angular-kanban.d.ts +5 -0
- package/ej2-angular-kanban.metadata.json +1 -0
- package/license +10 -0
- package/package.json +14 -27
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/kanban/columns.directive.d.ts +0 -5
- package/src/kanban/kanban-all.module.d.ts +0 -6
- package/src/kanban/kanban.component.d.ts +0 -3
- package/src/kanban/kanban.module.d.ts +0 -8
- package/src/kanban/stackedheaders.directive.d.ts +0 -5
- package/CHANGELOG.md +0 -523
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/index.mjs +0 -7
- package/esm2020/src/kanban/columns.directive.mjs +0 -66
- package/esm2020/src/kanban/kanban-all.module.mjs +0 -23
- package/esm2020/src/kanban/kanban.component.mjs +0 -100
- package/esm2020/src/kanban/kanban.module.mjs +0 -43
- package/esm2020/src/kanban/stackedheaders.directive.mjs +0 -58
- package/esm2020/syncfusion-ej2-angular-kanban.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-kanban.mjs +0 -277
- package/fesm2015/syncfusion-ej2-angular-kanban.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-kanban.mjs +0 -277
- package/fesm2020/syncfusion-ej2-angular-kanban.mjs.map +0 -1
- package/syncfusion-ej2-angular-kanban.d.ts +0 -5
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-kanban@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-kanban@28.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-kanban@28.2.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-i23xC1pKyGxUzRzN7HWLM9IHGhU+zzKdIR7vkFVWp0lxkrRNA+m+98B45WAqmFY3ym6fZ19c6DN5nP8zozoo4Q==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-kanban",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-28.2.0.tgz",
|
|
23
|
+
"_shasum": "aa9a56a34535ad45e6e6403ad8c5876fb0beb64f",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-kanban@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -32,28 +32,13 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~29.1.33",
|
|
35
|
-
"@syncfusion/ej2-base": "~29.1.
|
|
36
|
-
"@syncfusion/ej2-kanban": "29.1.
|
|
35
|
+
"@syncfusion/ej2-base": "~29.1.36",
|
|
36
|
+
"@syncfusion/ej2-kanban": "29.1.37"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"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",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"exports": {
|
|
43
|
-
"./package.json": {
|
|
44
|
-
"default": "./package.json"
|
|
45
|
-
},
|
|
46
|
-
".": {
|
|
47
|
-
"types": "./syncfusion-ej2-angular-kanban.d.ts",
|
|
48
|
-
"esm2020": "./esm2020/syncfusion-ej2-angular-kanban.mjs",
|
|
49
|
-
"es2020": "./fesm2020/syncfusion-ej2-angular-kanban.mjs",
|
|
50
|
-
"es2015": "./fesm2015/syncfusion-ej2-angular-kanban.mjs",
|
|
51
|
-
"node": "./fesm2015/syncfusion-ej2-angular-kanban.mjs",
|
|
52
|
-
"default": "./fesm2020/syncfusion-ej2-angular-kanban.mjs"
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"fesm2015": "fesm2015/syncfusion-ej2-angular-kanban.mjs",
|
|
56
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-kanban.mjs",
|
|
40
|
+
"devDependencies": {},
|
|
41
|
+
"es2015": "@syncfusion/ej2-angular-kanban.js",
|
|
57
42
|
"homepage": "https://www.syncfusion.com/angular-components",
|
|
58
43
|
"keywords": [
|
|
59
44
|
"angular",
|
|
@@ -63,7 +48,9 @@
|
|
|
63
48
|
"angular-kanban-board"
|
|
64
49
|
],
|
|
65
50
|
"license": "SEE LICENSE IN license",
|
|
66
|
-
"
|
|
51
|
+
"main": "dist/ej2-angular-kanban.umd.js",
|
|
52
|
+
"metadata": "ej2-angular-kanban.metadata.json",
|
|
53
|
+
"module": "@syncfusion/ej2-angular-kanban.es5.js",
|
|
67
54
|
"name": "@syncfusion/ej2-angular-kanban",
|
|
68
55
|
"repository": {
|
|
69
56
|
"type": "git",
|
|
@@ -71,6 +58,6 @@
|
|
|
71
58
|
},
|
|
72
59
|
"schematics": "./schematics/collection.json",
|
|
73
60
|
"sideEffects": false,
|
|
74
|
-
"typings": "
|
|
75
|
-
"version": "29.1.
|
|
61
|
+
"typings": "ej2-angular-kanban.d.ts",
|
|
62
|
+
"version": "29.1.37-ngcc"
|
|
76
63
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-kanban';
|
|
4
|
-
exports.pkgVer = '^29.1.
|
|
4
|
+
exports.pkgVer = '^29.1.37';
|
|
5
5
|
exports.moduleName = 'KanbanModule';
|
|
6
|
-
exports.themeVer = '~29.1.
|
|
6
|
+
exports.themeVer = '~29.1.37';
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* `e-columns` directive represent a columns of the Kanban board.
|
|
6
5
|
* It must be contained in a Kanban component(`ejs-kanban`).
|
|
@@ -81,8 +80,6 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
|
81
80
|
*/
|
|
82
81
|
template: any;
|
|
83
82
|
constructor(viewContainerRef: ViewContainerRef);
|
|
84
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDirective, never>;
|
|
85
|
-
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"]>;
|
|
86
83
|
}
|
|
87
84
|
/**
|
|
88
85
|
* Column Array Directive
|
|
@@ -90,6 +87,4 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
|
90
87
|
*/
|
|
91
88
|
export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
|
|
92
89
|
constructor();
|
|
93
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>;
|
|
94
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "ejs-kanban>e-columns", never, {}, {}, ["children"]>;
|
|
95
90
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./kanban.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Kanban component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class KanbanAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KanbanAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KanbanAllModule, never, [typeof i1.CommonModule, typeof i2.KanbanModule], [typeof i2.KanbanModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KanbanAllModule>;
|
|
11
5
|
}
|
|
@@ -3,7 +3,6 @@ import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
|
3
3
|
import { Kanban } from '@syncfusion/ej2-kanban';
|
|
4
4
|
import { ColumnsDirective } from './columns.directive';
|
|
5
5
|
import { StackedHeadersDirective } from './stackedheaders.directive';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
6
|
export declare const inputs: string[];
|
|
8
7
|
export declare const outputs: string[];
|
|
9
8
|
export declare const twoWays: string[];
|
|
@@ -57,6 +56,4 @@ export declare class KanbanComponent extends Kanban implements IComponentBase {
|
|
|
57
56
|
ngAfterContentChecked(): void;
|
|
58
57
|
registerEvents: (eventList: string[]) => void;
|
|
59
58
|
addTwoWay: (propList: string[]) => void;
|
|
60
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KanbanComponent, never>;
|
|
61
|
-
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>;
|
|
62
59
|
}
|
|
@@ -1,13 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./kanban.component";
|
|
3
|
-
import * as i2 from "./columns.directive";
|
|
4
|
-
import * as i3 from "./stackedheaders.directive";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
1
|
/**
|
|
7
2
|
* NgModule definition for the Kanban component.
|
|
8
3
|
*/
|
|
9
4
|
export declare class KanbanModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KanbanModule, never>;
|
|
11
|
-
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]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KanbanModule>;
|
|
13
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* `e-stackedHeaders` directive represent a stacked header of the Kanban board.
|
|
6
5
|
* It must be contained in a Kanban component(`ejs-kanban`).
|
|
@@ -27,8 +26,6 @@ export declare class StackedHeaderDirective extends ComplexBase<StackedHeaderDir
|
|
|
27
26
|
*/
|
|
28
27
|
text: any;
|
|
29
28
|
constructor(viewContainerRef: ViewContainerRef);
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StackedHeaderDirective, never>;
|
|
31
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StackedHeaderDirective, "e-stackedHeaders>e-stackedHeader", never, { "keyFields": "keyFields"; "text": "text"; }, {}, never>;
|
|
32
29
|
}
|
|
33
30
|
/**
|
|
34
31
|
* StackedHeader Array Directive
|
|
@@ -36,6 +33,4 @@ export declare class StackedHeaderDirective extends ComplexBase<StackedHeaderDir
|
|
|
36
33
|
*/
|
|
37
34
|
export declare class StackedHeadersDirective extends ArrayBase<StackedHeadersDirective> {
|
|
38
35
|
constructor();
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StackedHeadersDirective, never>;
|
|
40
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StackedHeadersDirective, "ejs-kanban>e-stackedHeaders", never, {}, {}, ["children"]>;
|
|
41
36
|
}
|