@syncfusion/ej2-angular-kanban 20.2.43 → 20.2.44-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/CHANGELOG.md +405 -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/package.json +13 -27
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +10 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- 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/styles/bootstrap-dark.css +4 -6
- package/styles/bootstrap.css +4 -6
- package/styles/bootstrap4.css +3 -6
- package/styles/bootstrap5-dark.css +5 -8
- package/styles/bootstrap5.css +5 -8
- package/styles/fabric-dark.css +5 -7
- package/styles/fabric.css +5 -7
- package/styles/fluent-dark.css +4 -7
- package/styles/fluent.css +4 -7
- package/styles/highcontrast-light.css +5 -10
- package/styles/highcontrast.css +5 -10
- package/styles/kanban/bootstrap-dark.css +4 -6
- package/styles/kanban/bootstrap-dark.scss +1 -15
- package/styles/kanban/bootstrap.css +4 -6
- package/styles/kanban/bootstrap.scss +1 -15
- package/styles/kanban/bootstrap4.css +3 -6
- package/styles/kanban/bootstrap4.scss +1 -15
- package/styles/kanban/bootstrap5-dark.css +5 -8
- package/styles/kanban/bootstrap5-dark.scss +1 -15
- package/styles/kanban/bootstrap5.css +5 -8
- package/styles/kanban/bootstrap5.scss +1 -15
- package/styles/kanban/fabric-dark.css +5 -7
- package/styles/kanban/fabric-dark.scss +1 -15
- package/styles/kanban/fabric.css +5 -7
- package/styles/kanban/fabric.scss +1 -15
- package/styles/kanban/fluent-dark.css +4 -7
- package/styles/kanban/fluent-dark.scss +1 -15
- package/styles/kanban/fluent.css +4 -7
- package/styles/kanban/fluent.scss +1 -15
- package/styles/kanban/highcontrast-light.css +5 -10
- package/styles/kanban/highcontrast-light.scss +1 -15
- package/styles/kanban/highcontrast.css +5 -10
- package/styles/kanban/highcontrast.scss +1 -15
- package/styles/kanban/material-dark.css +4 -6
- package/styles/kanban/material-dark.scss +1 -15
- package/styles/kanban/material.css +4 -6
- package/styles/kanban/material.scss +1 -15
- package/styles/kanban/tailwind-dark.css +5 -8
- package/styles/kanban/tailwind-dark.scss +1 -15
- package/styles/kanban/tailwind.css +5 -8
- package/styles/kanban/tailwind.scss +1 -15
- package/styles/material-dark.css +4 -6
- package/styles/material.css +4 -6
- package/styles/tailwind-dark.css +5 -8
- package/styles/tailwind.css +5 -8
- package/esm2020/public_api.mjs +0 -3
- 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 -279
- package/fesm2015/syncfusion-ej2-angular-kanban.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-kanban.mjs +0 -279
- package/fesm2020/syncfusion-ej2-angular-kanban.mjs.map +0 -1
- package/styles/kanban/_all.scss +0 -2
- package/styles/kanban/_bootstrap-dark-definition.scss +0 -224
- package/styles/kanban/_bootstrap-definition.scss +0 -223
- package/styles/kanban/_bootstrap4-definition.scss +0 -224
- package/styles/kanban/_bootstrap5-dark-definition.scss +0 -1
- package/styles/kanban/_bootstrap5-definition.scss +0 -233
- package/styles/kanban/_fabric-dark-definition.scss +0 -223
- package/styles/kanban/_fabric-definition.scss +0 -223
- package/styles/kanban/_fluent-dark-definition.scss +0 -1
- package/styles/kanban/_fluent-definition.scss +0 -225
- package/styles/kanban/_fusionnew-definition.scss +0 -233
- package/styles/kanban/_highcontrast-definition.scss +0 -224
- package/styles/kanban/_highcontrast-light-definition.scss +0 -224
- package/styles/kanban/_layout.scss +0 -976
- package/styles/kanban/_material-dark-definition.scss +0 -223
- package/styles/kanban/_material-definition.scss +0 -223
- package/styles/kanban/_material3-definition.scss +0 -233
- package/styles/kanban/_tailwind-dark-definition.scss +0 -1
- package/styles/kanban/_tailwind-definition.scss +0 -234
- package/styles/kanban/_theme.scss +0 -148
- package/styles/kanban/icons/_bootstrap-dark.scss +0 -47
- package/styles/kanban/icons/_bootstrap.scss +0 -47
- package/styles/kanban/icons/_bootstrap4.scss +0 -47
- package/styles/kanban/icons/_bootstrap5-dark.scss +0 -1
- package/styles/kanban/icons/_bootstrap5.scss +0 -47
- package/styles/kanban/icons/_fabric-dark.scss +0 -47
- package/styles/kanban/icons/_fabric.scss +0 -47
- package/styles/kanban/icons/_fluent-dark.scss +0 -1
- package/styles/kanban/icons/_fluent.scss +0 -47
- package/styles/kanban/icons/_fusionnew.scss +0 -47
- package/styles/kanban/icons/_highcontrast-light.scss +0 -47
- package/styles/kanban/icons/_highcontrast.scss +0 -47
- package/styles/kanban/icons/_material-dark.scss +0 -47
- package/styles/kanban/icons/_material.scss +0 -47
- package/styles/kanban/icons/_material3.scss +0 -47
- package/styles/kanban/icons/_tailwind-dark.scss +0 -1
- package/styles/kanban/icons/_tailwind.scss +0 -47
- 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@20.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-kanban@20.2.43",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-aKO+n+5Xxr7/v6bl6tyapyp/7AzH0drJouerQAXcGbUcMnxdyVDmH85MIC2QLE29s/3lEvD2Xdbz6+ImlfE9Hg==",
|
|
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": "http://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-20.2.43.tgz",
|
|
23
|
+
"_shasum": "3f8866be157841fad52c90be9435501c32b97cdb",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-kanban@*",
|
|
25
|
-
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/
|
|
25
|
+
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -33,28 +33,12 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~20.2.43",
|
|
35
35
|
"@syncfusion/ej2-base": "~20.2.43",
|
|
36
|
-
"@syncfusion/ej2-kanban": "20.2.
|
|
37
|
-
"tslib": "^2.3.0"
|
|
36
|
+
"@syncfusion/ej2-kanban": "20.2.44"
|
|
38
37
|
},
|
|
39
38
|
"deprecated": false,
|
|
40
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",
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"exports": {
|
|
44
|
-
"./package.json": {
|
|
45
|
-
"default": "./package.json"
|
|
46
|
-
},
|
|
47
|
-
".": {
|
|
48
|
-
"types": "./syncfusion-ej2-angular-kanban.d.ts",
|
|
49
|
-
"esm2020": "./esm2020/syncfusion-ej2-angular-kanban.mjs",
|
|
50
|
-
"es2020": "./fesm2020/syncfusion-ej2-angular-kanban.mjs",
|
|
51
|
-
"es2015": "./fesm2015/syncfusion-ej2-angular-kanban.mjs",
|
|
52
|
-
"node": "./fesm2015/syncfusion-ej2-angular-kanban.mjs",
|
|
53
|
-
"default": "./fesm2020/syncfusion-ej2-angular-kanban.mjs"
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
"fesm2015": "fesm2015/syncfusion-ej2-angular-kanban.mjs",
|
|
57
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-kanban.mjs",
|
|
40
|
+
"devDependencies": {},
|
|
41
|
+
"es2015": "@syncfusion/ej2-angular-kanban.js",
|
|
58
42
|
"homepage": "https://github.com/syncfusion/ej2-angular-ui-components#readme",
|
|
59
43
|
"keywords": [
|
|
60
44
|
"ej2",
|
|
@@ -71,7 +55,9 @@
|
|
|
71
55
|
"angular-kanban-board"
|
|
72
56
|
],
|
|
73
57
|
"license": "SEE LICENSE IN license",
|
|
74
|
-
"
|
|
58
|
+
"main": "dist/ej2-angular-kanban.umd.js",
|
|
59
|
+
"metadata": "ej2-angular-kanban.metadata.json",
|
|
60
|
+
"module": "@syncfusion/ej2-angular-kanban.es5.js",
|
|
75
61
|
"name": "@syncfusion/ej2-angular-kanban",
|
|
76
62
|
"repository": {
|
|
77
63
|
"type": "git",
|
|
@@ -79,6 +65,6 @@
|
|
|
79
65
|
},
|
|
80
66
|
"schematics": "./schematics/collection.json",
|
|
81
67
|
"sideEffects": false,
|
|
82
|
-
"typings": "
|
|
83
|
-
"version": "20.2.
|
|
68
|
+
"typings": "ej2-angular-kanban.d.ts",
|
|
69
|
+
"version": "20.2.44-ngcc"
|
|
84
70
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
var fs = require("fs");
|
|
2
|
+
var glob = require("glob");
|
|
3
|
+
|
|
4
|
+
var selectors = ['ejs-kanban'];
|
|
5
|
+
|
|
6
|
+
if (process.env.tagName !== undefined) {
|
|
7
|
+
var newTagPrefix = process.env.tagName.trim();
|
|
8
|
+
var files = glob.sync("./@syncfusion/*");
|
|
9
|
+
for (var i = 0; i < files.length; i++) {
|
|
10
|
+
var sourceFile = fs.readFileSync(files[i], "utf8");
|
|
11
|
+
for (var j = 0; j < selectors.length; j++) {
|
|
12
|
+
selectors[j] = selectors[j].replace('[','').replace(']','');
|
|
13
|
+
var tagRegex = new RegExp(selectors[j], "g");
|
|
14
|
+
sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
|
|
15
|
+
}
|
|
16
|
+
fs.writeFileSync(files[i], sourceFile, "utf8");
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
|
|
3
|
+
"schematics": {
|
|
4
|
+
"ng-add": {
|
|
5
|
+
"description": "Adds Essential JS 2 specific Angular package to an application",
|
|
6
|
+
"factory": "./ng-add",
|
|
7
|
+
"schema": "./ng-add/schema.json"
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const lib_details_1 = require("./../utils/lib-details");
|
|
4
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
5
|
+
function default_1(options) {
|
|
6
|
+
const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
|
|
7
|
+
return schematics_1.install(options, libOptions);
|
|
8
|
+
}
|
|
9
|
+
exports.default = default_1;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface OptionsSchema {
|
|
2
|
+
skipPackageJson: boolean;
|
|
3
|
+
modules: string;
|
|
4
|
+
modulePath: string;
|
|
5
|
+
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
|
6
|
+
project?: string;
|
|
7
|
+
}
|
|
8
|
+
export interface LibOptionsSchema {
|
|
9
|
+
pkgName: string;
|
|
10
|
+
pkgVer: string;
|
|
11
|
+
moduleName: string;
|
|
12
|
+
themeVer: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "ngAdd",
|
|
4
|
+
"title": "Add Essential JS 2 Angular packages",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"skipPackageJson": {
|
|
8
|
+
"type": "boolean",
|
|
9
|
+
"default": false,
|
|
10
|
+
"description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
|
|
11
|
+
},
|
|
12
|
+
"modules": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"default": "",
|
|
15
|
+
"description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
|
|
16
|
+
},
|
|
17
|
+
"modulePath": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"default": "",
|
|
20
|
+
"description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
|
|
21
|
+
},
|
|
22
|
+
"theme": {
|
|
23
|
+
"enum": [
|
|
24
|
+
"material",
|
|
25
|
+
"fabric",
|
|
26
|
+
"bootstrap",
|
|
27
|
+
"highcontrast"
|
|
28
|
+
],
|
|
29
|
+
"default": "material",
|
|
30
|
+
"description": "Used to change the theme that needs to be imported"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"required": []
|
|
34
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"lib": ["es2017", "dom"],
|
|
4
|
+
"module": "commonjs",
|
|
5
|
+
"moduleResolution": "node",
|
|
6
|
+
"noEmitOnError": false,
|
|
7
|
+
"skipDefaultLibCheck": true,
|
|
8
|
+
"skipLibCheck": true,
|
|
9
|
+
"sourceMap": true,
|
|
10
|
+
"target": "es6",
|
|
11
|
+
"declaration": true,
|
|
12
|
+
"types": [
|
|
13
|
+
"jasmine",
|
|
14
|
+
"node"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"exclude": [
|
|
18
|
+
"node_modules",
|
|
19
|
+
"src",
|
|
20
|
+
"src/**/*.ts",
|
|
21
|
+
"spec",
|
|
22
|
+
"spec/**/*.ts",
|
|
23
|
+
"@typings"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
@@ -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`).
|
|
@@ -80,8 +79,6 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
|
80
79
|
*/
|
|
81
80
|
template: any;
|
|
82
81
|
constructor(viewContainerRef: ViewContainerRef);
|
|
83
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDirective, never>;
|
|
84
|
-
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"]>;
|
|
85
82
|
}
|
|
86
83
|
/**
|
|
87
84
|
* Column Array Directive
|
|
@@ -89,6 +86,4 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
|
89
86
|
*/
|
|
90
87
|
export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
|
|
91
88
|
constructor();
|
|
92
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>;
|
|
93
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "ejs-kanban>e-columns", never, {}, {}, ["children"]>;
|
|
94
89
|
}
|
|
@@ -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[];
|
|
@@ -56,6 +55,4 @@ export declare class KanbanComponent extends Kanban implements IComponentBase {
|
|
|
56
55
|
ngAfterContentChecked(): void;
|
|
57
56
|
registerEvents: (eventList: string[]) => void;
|
|
58
57
|
addTwoWay: (propList: string[]) => void;
|
|
59
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KanbanComponent, never>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KanbanComponent, "ejs-kanban", never, { "allowDragAndDrop": "allowDragAndDrop"; "allowKeyboard": "allowKeyboard"; "cardSettings": "cardSettings"; "columns": "columns"; "constraintType": "constraintType"; "cssClass": "cssClass"; "dataSource": "dataSource"; "dialogSettings": "dialogSettings"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableTooltip": "enableTooltip"; "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>;
|
|
61
58
|
}
|
|
@@ -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
|
}
|
|
@@ -131,10 +131,8 @@
|
|
|
131
131
|
width: 40px;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
|
|
134
|
+
/*! component's default definitions and variables */
|
|
135
135
|
/*! component's theme wise override material-definitions and variables */
|
|
136
|
-
/* stylelint-disable */
|
|
137
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
138
136
|
@keyframes material-spinner-rotate {
|
|
139
137
|
0% {
|
|
140
138
|
transform: rotate(0);
|
|
@@ -219,7 +217,7 @@
|
|
|
219
217
|
}
|
|
220
218
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
221
219
|
font-size: 14px;
|
|
222
|
-
font-weight:
|
|
220
|
+
font-weight: 400;
|
|
223
221
|
line-height: 20px;
|
|
224
222
|
padding: 2px;
|
|
225
223
|
}
|
|
@@ -409,7 +407,7 @@
|
|
|
409
407
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
410
408
|
display: inline-block;
|
|
411
409
|
font-size: 13px;
|
|
412
|
-
font-weight:
|
|
410
|
+
font-weight: 400;
|
|
413
411
|
opacity: 0.57;
|
|
414
412
|
}
|
|
415
413
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -645,7 +643,7 @@
|
|
|
645
643
|
}
|
|
646
644
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
647
645
|
font-size: 14px;
|
|
648
|
-
font-weight:
|
|
646
|
+
font-weight: 400;
|
|
649
647
|
line-height: 20px;
|
|
650
648
|
padding: 2px;
|
|
651
649
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -129,9 +129,7 @@
|
|
|
129
129
|
width: 40px;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
|
|
133
|
-
/* stylelint-disable */
|
|
134
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
132
|
+
/*! component's theme wise override material-definitions and variables */ /*! TreeView's bootstrap theme wise override definitions and variables */
|
|
135
133
|
@keyframes material-spinner-rotate {
|
|
136
134
|
0% {
|
|
137
135
|
transform: rotate(0);
|
|
@@ -216,7 +214,7 @@
|
|
|
216
214
|
}
|
|
217
215
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
218
216
|
font-size: 14px;
|
|
219
|
-
font-weight:
|
|
217
|
+
font-weight: 400;
|
|
220
218
|
line-height: 20px;
|
|
221
219
|
padding: 2px;
|
|
222
220
|
}
|
|
@@ -406,7 +404,7 @@
|
|
|
406
404
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
407
405
|
display: inline-block;
|
|
408
406
|
font-size: 13px;
|
|
409
|
-
font-weight:
|
|
407
|
+
font-weight: 400;
|
|
410
408
|
opacity: 0.57;
|
|
411
409
|
}
|
|
412
410
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -642,7 +640,7 @@
|
|
|
642
640
|
}
|
|
643
641
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
644
642
|
font-size: 14px;
|
|
645
|
-
font-weight:
|
|
643
|
+
font-weight: 400;
|
|
646
644
|
line-height: 20px;
|
|
647
645
|
padding: 2px;
|
|
648
646
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -209,9 +209,6 @@
|
|
|
209
209
|
margin-top: -3.5em;
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
-
/* stylelint-disable-line no-empty-source */
|
|
213
|
-
/* stylelint-disable */
|
|
214
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
215
212
|
@keyframes material-spinner-rotate {
|
|
216
213
|
0% {
|
|
217
214
|
transform: rotate(0);
|
|
@@ -296,7 +293,7 @@
|
|
|
296
293
|
}
|
|
297
294
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
298
295
|
font-size: 14px;
|
|
299
|
-
font-weight:
|
|
296
|
+
font-weight: 400;
|
|
300
297
|
line-height: 20px;
|
|
301
298
|
padding: 2px;
|
|
302
299
|
}
|
|
@@ -486,7 +483,7 @@
|
|
|
486
483
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
487
484
|
display: inline-block;
|
|
488
485
|
font-size: 13px;
|
|
489
|
-
font-weight:
|
|
486
|
+
font-weight: 400;
|
|
490
487
|
opacity: 0.57;
|
|
491
488
|
}
|
|
492
489
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -722,7 +719,7 @@
|
|
|
722
719
|
}
|
|
723
720
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
724
721
|
font-size: 14px;
|
|
725
|
-
font-weight:
|
|
722
|
+
font-weight: 400;
|
|
726
723
|
line-height: 20px;
|
|
727
724
|
padding: 2px;
|
|
728
725
|
}
|
|
@@ -179,10 +179,7 @@
|
|
|
179
179
|
border-left-width: 0;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
|
|
183
|
-
/* stylelint-disable */
|
|
184
|
-
/* stylelint-disable-line no-empty-source */
|
|
185
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
182
|
+
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
186
183
|
@keyframes material-spinner-rotate {
|
|
187
184
|
0% {
|
|
188
185
|
transform: rotate(0);
|
|
@@ -266,7 +263,7 @@
|
|
|
266
263
|
}
|
|
267
264
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
268
265
|
font-size: 14px;
|
|
269
|
-
font-weight:
|
|
266
|
+
font-weight: 400;
|
|
270
267
|
line-height: 1.5;
|
|
271
268
|
padding: 0 0 0 8px;
|
|
272
269
|
}
|
|
@@ -456,7 +453,7 @@
|
|
|
456
453
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
457
454
|
display: inline-block;
|
|
458
455
|
font-size: 13px;
|
|
459
|
-
font-weight:
|
|
456
|
+
font-weight: 400;
|
|
460
457
|
opacity: 0.57;
|
|
461
458
|
}
|
|
462
459
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -695,7 +692,7 @@
|
|
|
695
692
|
}
|
|
696
693
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
697
694
|
font-size: 14px;
|
|
698
|
-
font-weight:
|
|
695
|
+
font-weight: 400;
|
|
699
696
|
line-height: 1.5;
|
|
700
697
|
padding: 0 0 0 8px;
|
|
701
698
|
}
|
|
@@ -1177,7 +1174,7 @@
|
|
|
1177
1174
|
background-color: initial;
|
|
1178
1175
|
color: #fff;
|
|
1179
1176
|
min-width: 70%;
|
|
1180
|
-
font-weight:
|
|
1177
|
+
font-weight: 400;
|
|
1181
1178
|
border-color: #dee2e6;
|
|
1182
1179
|
border-radius: 4px;
|
|
1183
1180
|
outline: none;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -179,10 +179,7 @@
|
|
|
179
179
|
border-left-width: 0;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
|
|
183
|
-
/* stylelint-disable */
|
|
184
|
-
/* stylelint-disable-line no-empty-source */
|
|
185
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
182
|
+
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
186
183
|
@keyframes material-spinner-rotate {
|
|
187
184
|
0% {
|
|
188
185
|
transform: rotate(0);
|
|
@@ -266,7 +263,7 @@
|
|
|
266
263
|
}
|
|
267
264
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
268
265
|
font-size: 14px;
|
|
269
|
-
font-weight:
|
|
266
|
+
font-weight: 400;
|
|
270
267
|
line-height: 1.5;
|
|
271
268
|
padding: 0 0 0 8px;
|
|
272
269
|
}
|
|
@@ -456,7 +453,7 @@
|
|
|
456
453
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
457
454
|
display: inline-block;
|
|
458
455
|
font-size: 13px;
|
|
459
|
-
font-weight:
|
|
456
|
+
font-weight: 400;
|
|
460
457
|
opacity: 0.57;
|
|
461
458
|
}
|
|
462
459
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -695,7 +692,7 @@
|
|
|
695
692
|
}
|
|
696
693
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
697
694
|
font-size: 14px;
|
|
698
|
-
font-weight:
|
|
695
|
+
font-weight: 400;
|
|
699
696
|
line-height: 1.5;
|
|
700
697
|
padding: 0 0 0 8px;
|
|
701
698
|
}
|
|
@@ -1177,7 +1174,7 @@
|
|
|
1177
1174
|
background-color: initial;
|
|
1178
1175
|
color: #212529;
|
|
1179
1176
|
min-width: 70%;
|
|
1180
|
-
font-weight:
|
|
1177
|
+
font-weight: 400;
|
|
1181
1178
|
border-color: #dee2e6;
|
|
1182
1179
|
border-radius: 4px;
|
|
1183
1180
|
outline: none;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -98,10 +98,8 @@
|
|
|
98
98
|
margin: 2px 2px 2px 0;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
|
|
101
|
+
/*! component's default definitions and variables */
|
|
102
102
|
/*! component's theme wise override material-definitions and variables */
|
|
103
|
-
/* stylelint-disable */
|
|
104
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
105
103
|
@keyframes material-spinner-rotate {
|
|
106
104
|
0% {
|
|
107
105
|
transform: rotate(0);
|
|
@@ -186,7 +184,7 @@
|
|
|
186
184
|
}
|
|
187
185
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
188
186
|
font-size: 14px;
|
|
189
|
-
font-weight:
|
|
187
|
+
font-weight: 400;
|
|
190
188
|
line-height: 20px;
|
|
191
189
|
padding: 2px;
|
|
192
190
|
}
|
|
@@ -376,7 +374,7 @@
|
|
|
376
374
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
377
375
|
display: inline-block;
|
|
378
376
|
font-size: 13px;
|
|
379
|
-
font-weight:
|
|
377
|
+
font-weight: 400;
|
|
380
378
|
opacity: 0.57;
|
|
381
379
|
}
|
|
382
380
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -612,7 +610,7 @@
|
|
|
612
610
|
}
|
|
613
611
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
614
612
|
font-size: 14px;
|
|
615
|
-
font-weight:
|
|
613
|
+
font-weight: 400;
|
|
616
614
|
line-height: 20px;
|
|
617
615
|
padding: 2px;
|
|
618
616
|
}
|
|
@@ -1082,7 +1080,7 @@
|
|
|
1082
1080
|
background-color: initial;
|
|
1083
1081
|
color: #dadada;
|
|
1084
1082
|
min-width: 70%;
|
|
1085
|
-
font-weight:
|
|
1083
|
+
font-weight: 400;
|
|
1086
1084
|
}
|
|
1087
1085
|
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
|
|
1088
1086
|
box-shadow: none;
|
package/styles/fabric.css
CHANGED
|
@@ -91,9 +91,7 @@
|
|
|
91
91
|
margin: 2px 2px 2px 0;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
|
|
95
|
-
/* stylelint-disable */
|
|
96
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
94
|
+
/*! component's theme wise override material-definitions and variables */ /*! TreeView's fabric theme wise override definitions and variables */
|
|
97
95
|
@keyframes material-spinner-rotate {
|
|
98
96
|
0% {
|
|
99
97
|
transform: rotate(0);
|
|
@@ -178,7 +176,7 @@
|
|
|
178
176
|
}
|
|
179
177
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
180
178
|
font-size: 14px;
|
|
181
|
-
font-weight:
|
|
179
|
+
font-weight: 400;
|
|
182
180
|
line-height: 20px;
|
|
183
181
|
padding: 2px;
|
|
184
182
|
}
|
|
@@ -368,7 +366,7 @@
|
|
|
368
366
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
369
367
|
display: inline-block;
|
|
370
368
|
font-size: 13px;
|
|
371
|
-
font-weight:
|
|
369
|
+
font-weight: 400;
|
|
372
370
|
opacity: 0.57;
|
|
373
371
|
}
|
|
374
372
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -604,7 +602,7 @@
|
|
|
604
602
|
}
|
|
605
603
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
606
604
|
font-size: 14px;
|
|
607
|
-
font-weight:
|
|
605
|
+
font-weight: 400;
|
|
608
606
|
line-height: 20px;
|
|
609
607
|
padding: 2px;
|
|
610
608
|
}
|
|
@@ -1074,7 +1072,7 @@
|
|
|
1074
1072
|
background-color: initial;
|
|
1075
1073
|
color: #333;
|
|
1076
1074
|
min-width: 70%;
|
|
1077
|
-
font-weight:
|
|
1075
|
+
font-weight: 400;
|
|
1078
1076
|
}
|
|
1079
1077
|
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
|
|
1080
1078
|
box-shadow: none;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -159,10 +159,7 @@
|
|
|
159
159
|
border-left-width: 0;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
-
|
|
163
|
-
/* stylelint-disable */
|
|
164
|
-
/* stylelint-disable-line no-empty-source */
|
|
165
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
162
|
+
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
166
163
|
@keyframes material-spinner-rotate {
|
|
167
164
|
0% {
|
|
168
165
|
transform: rotate(0);
|
|
@@ -246,7 +243,7 @@
|
|
|
246
243
|
}
|
|
247
244
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
248
245
|
font-size: 14px;
|
|
249
|
-
font-weight:
|
|
246
|
+
font-weight: 400;
|
|
250
247
|
line-height: 1.5;
|
|
251
248
|
padding: 0 0 0 8px;
|
|
252
249
|
}
|
|
@@ -436,7 +433,7 @@
|
|
|
436
433
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
437
434
|
display: inline-block;
|
|
438
435
|
font-size: 13px;
|
|
439
|
-
font-weight:
|
|
436
|
+
font-weight: 400;
|
|
440
437
|
opacity: 0.57;
|
|
441
438
|
}
|
|
442
439
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -672,7 +669,7 @@
|
|
|
672
669
|
}
|
|
673
670
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
674
671
|
font-size: 14px;
|
|
675
|
-
font-weight:
|
|
672
|
+
font-weight: 400;
|
|
676
673
|
line-height: 1.5;
|
|
677
674
|
padding: 2px;
|
|
678
675
|
}
|