@syncfusion/ej2-angular-kanban 26.2.10 → 27.1.48-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.
Files changed (85) hide show
  1. package/@syncfusion/ej2-angular-kanban.es5.js +355 -0
  2. package/@syncfusion/ej2-angular-kanban.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-kanban.js +323 -0
  4. package/@syncfusion/ej2-angular-kanban.js.map +1 -0
  5. package/dist/ej2-angular-kanban.umd.js +397 -0
  6. package/dist/ej2-angular-kanban.umd.js.map +1 -0
  7. package/dist/ej2-angular-kanban.umd.min.js +11 -0
  8. package/dist/ej2-angular-kanban.umd.min.js.map +1 -0
  9. package/ej2-angular-kanban.d.ts +5 -0
  10. package/ej2-angular-kanban.metadata.json +1 -0
  11. package/license +10 -0
  12. package/package.json +15 -29
  13. package/schematics/collection.json +10 -9
  14. package/schematics/ng-add/index.d.ts +3 -0
  15. package/schematics/ng-add/index.js +9 -0
  16. package/schematics/ng-add/index.ts +10 -10
  17. package/schematics/ng-add/schema.d.ts +13 -0
  18. package/schematics/ng-add/schema.js +2 -0
  19. package/schematics/ng-add/schema.json +34 -34
  20. package/schematics/ng-add/schema.ts +30 -30
  21. package/schematics/tsconfig.json +25 -25
  22. package/schematics/utils/lib-details.d.ts +4 -0
  23. package/schematics/utils/lib-details.js +6 -0
  24. package/schematics/utils/lib-details.ts +2 -2
  25. package/src/kanban/columns.directive.d.ts +0 -5
  26. package/src/kanban/kanban-all.module.d.ts +0 -6
  27. package/src/kanban/kanban.component.d.ts +0 -3
  28. package/src/kanban/kanban.module.d.ts +0 -8
  29. package/src/kanban/stackedheaders.directive.d.ts +0 -5
  30. package/styles/bootstrap-dark-lite.css +1 -0
  31. package/styles/bootstrap-dark-lite.scss +1 -0
  32. package/styles/bootstrap-lite.css +1 -0
  33. package/styles/bootstrap-lite.scss +1 -0
  34. package/styles/bootstrap4-lite.css +1 -0
  35. package/styles/bootstrap4-lite.scss +1 -0
  36. package/styles/bootstrap5-dark-lite.css +1 -0
  37. package/styles/bootstrap5-dark-lite.scss +1 -0
  38. package/styles/bootstrap5-lite.css +1 -0
  39. package/styles/bootstrap5-lite.scss +1 -0
  40. package/styles/bootstrap5.3-lite.css +1 -0
  41. package/styles/bootstrap5.3-lite.scss +1 -0
  42. package/styles/bootstrap5.3.css +1 -0
  43. package/styles/bootstrap5.3.scss +1 -0
  44. package/styles/fabric-dark-lite.css +1 -0
  45. package/styles/fabric-dark-lite.scss +1 -0
  46. package/styles/fabric-lite.css +1 -0
  47. package/styles/fabric-lite.scss +1 -0
  48. package/styles/fluent-dark-lite.css +1 -0
  49. package/styles/fluent-dark-lite.scss +1 -0
  50. package/styles/fluent-lite.css +1 -0
  51. package/styles/fluent-lite.scss +1 -0
  52. package/styles/fluent2-lite.css +1 -0
  53. package/styles/fluent2-lite.scss +1 -0
  54. package/styles/highcontrast-light-lite.css +1 -0
  55. package/styles/highcontrast-light-lite.scss +1 -0
  56. package/styles/highcontrast-lite.css +1 -0
  57. package/styles/highcontrast-lite.scss +1 -0
  58. package/styles/kanban/bootstrap5.3.css +1 -0
  59. package/styles/kanban/bootstrap5.3.scss +1 -0
  60. package/styles/material-dark-lite.css +1 -0
  61. package/styles/material-dark-lite.scss +1 -0
  62. package/styles/material-lite.css +1 -0
  63. package/styles/material-lite.scss +1 -0
  64. package/styles/material3-dark-lite.css +1 -0
  65. package/styles/material3-dark-lite.scss +1 -0
  66. package/styles/material3-lite.css +1 -0
  67. package/styles/material3-lite.scss +1 -0
  68. package/styles/tailwind-dark-lite.css +1 -0
  69. package/styles/tailwind-dark-lite.scss +1 -0
  70. package/styles/tailwind-lite.css +1 -0
  71. package/styles/tailwind-lite.scss +1 -0
  72. package/CHANGELOG.md +0 -513
  73. package/esm2020/public_api.mjs +0 -2
  74. package/esm2020/src/index.mjs +0 -7
  75. package/esm2020/src/kanban/columns.directive.mjs +0 -66
  76. package/esm2020/src/kanban/kanban-all.module.mjs +0 -23
  77. package/esm2020/src/kanban/kanban.component.mjs +0 -100
  78. package/esm2020/src/kanban/kanban.module.mjs +0 -43
  79. package/esm2020/src/kanban/stackedheaders.directive.mjs +0 -58
  80. package/esm2020/syncfusion-ej2-angular-kanban.mjs +0 -5
  81. package/fesm2015/syncfusion-ej2-angular-kanban.mjs +0 -277
  82. package/fesm2015/syncfusion-ej2-angular-kanban.mjs.map +0 -1
  83. package/fesm2020/syncfusion-ej2-angular-kanban.mjs +0 -277
  84. package/fesm2020/syncfusion-ej2-angular-kanban.mjs.map +0 -1
  85. 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@26.1.35",
3
+ "_id": "@syncfusion/ej2-angular-kanban@26.2.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-w5SjKfEGMouLAaxGB/hge8mNId7d+iFHDoWoDqoyFDrRrVM/nAlb2ABa1xALebdKVzRMCO8bbKd2SRXdQwYXMQ==",
5
+ "_integrity": "sha512-WMUVoZpbHwpyPcIPgLKDygF2PDHUg6KeK03u8wFc5t6ovzck2/gpAl38oRoSlqegOik1C4g16lispflsTUJuxQ==",
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-angular-hotfix/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-26.1.35.tgz",
23
- "_shasum": "c117bb9bc83dff023a4c0c7f5315d84ec1098db1",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-26.2.0.tgz",
23
+ "_shasum": "53b3e4ca356d18a37502523978286ad9ceafa58d",
24
24
  "_spec": "@syncfusion/ej2-angular-kanban@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,30 +31,14 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~26.2.10",
35
- "@syncfusion/ej2-base": "~26.2.10",
36
- "@syncfusion/ej2-kanban": "26.2.10",
37
- "tslib": "^2.3.0"
34
+ "@syncfusion/ej2-angular-base": "~27.1.48",
35
+ "@syncfusion/ej2-base": "~27.1.48",
36
+ "@syncfusion/ej2-kanban": "27.1.48"
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
- "es2020": "fesm2020/syncfusion-ej2-angular-kanban.mjs",
42
- "esm2020": "esm2020/syncfusion-ej2-angular-kanban.mjs",
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://www.syncfusion.com/angular-components",
59
43
  "keywords": [
60
44
  "angular",
@@ -64,7 +48,9 @@
64
48
  "angular-kanban-board"
65
49
  ],
66
50
  "license": "SEE LICENSE IN license",
67
- "module": "fesm2015/syncfusion-ej2-angular-kanban.mjs",
51
+ "main": "dist/ej2-angular-kanban.umd.js",
52
+ "metadata": "ej2-angular-kanban.metadata.json",
53
+ "module": "@syncfusion/ej2-angular-kanban.es5.js",
68
54
  "name": "@syncfusion/ej2-angular-kanban",
69
55
  "repository": {
70
56
  "type": "git",
@@ -72,6 +58,6 @@
72
58
  },
73
59
  "schematics": "./schematics/collection.json",
74
60
  "sideEffects": false,
75
- "typings": "syncfusion-ej2-angular-kanban.d.ts",
76
- "version": "26.2.10"
61
+ "typings": "ej2-angular-kanban.d.ts",
62
+ "version": "27.1.48-ngcc"
77
63
  }
@@ -1,10 +1,11 @@
1
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
- }
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
+ }
11
+
@@ -0,0 +1,3 @@
1
+ import { OptionsSchema } from './schema';
2
+ import { Rule } from '@angular-devkit/schematics';
3
+ export default function (options: OptionsSchema): Rule;
@@ -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;
@@ -1,10 +1,10 @@
1
- import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
2
- import { install } from '@syncfusion/ej2-angular-base/schematics';
3
- import { OptionsSchema, LibOptionsSchema } from './schema';
4
- import { Rule } from '@angular-devkit/schematics';
5
-
6
- export default function (options: OptionsSchema): Rule {
7
- const libOptions: LibOptionsSchema = Object.assign({},
8
- { 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
9
- return install(options, libOptions);
10
- }
1
+ import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
2
+ import { install } from '@syncfusion/ej2-angular-base/schematics';
3
+ import { OptionsSchema, LibOptionsSchema } from './schema';
4
+ import { Rule } from '@angular-devkit/schematics';
5
+
6
+ export default function (options: OptionsSchema): Rule {
7
+ const libOptions: LibOptionsSchema = Object.assign({},
8
+ { 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
9
+ return install(options, libOptions);
10
+ }
@@ -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,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,34 +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
- }
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
+ }
@@ -1,30 +1,30 @@
1
- export interface OptionsSchema {
2
- // Whether to skip package.json install.
3
- skipPackageJson: boolean;
4
-
5
- // Used to specify required module names
6
- modules: string;
7
-
8
- // Used to specify custom module path
9
- modulePath: string;
10
-
11
- // Used to specify theme name
12
- theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
-
14
- // Name of the project to target.
15
- project?: string;
16
- }
17
-
18
- export interface LibOptionsSchema {
19
- // Package name
20
- pkgName: string;
21
-
22
- // Package version
23
- pkgVer: string;
24
-
25
- // Library base module name
26
- moduleName: string;
27
-
28
- // Theme version
29
- themeVer: string;
30
- }
1
+ export interface OptionsSchema {
2
+ // Whether to skip package.json install.
3
+ skipPackageJson: boolean;
4
+
5
+ // Used to specify required module names
6
+ modules: string;
7
+
8
+ // Used to specify custom module path
9
+ modulePath: string;
10
+
11
+ // Used to specify theme name
12
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
+
14
+ // Name of the project to target.
15
+ project?: string;
16
+ }
17
+
18
+ export interface LibOptionsSchema {
19
+ // Package name
20
+ pkgName: string;
21
+
22
+ // Package version
23
+ pkgVer: string;
24
+
25
+ // Library base module name
26
+ moduleName: string;
27
+
28
+ // Theme version
29
+ themeVer: string;
30
+ }
@@ -1,25 +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
+ {
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
+ }
@@ -0,0 +1,4 @@
1
+ export declare const pkgName = "@syncfusion/ej2-angular-kanban";
2
+ export declare const pkgVer = "^26.2.0";
3
+ export declare const moduleName = "KanbanModule";
4
+ export declare const themeVer = "~26.2.0";
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.pkgName = '@syncfusion/ej2-angular-kanban';
4
+ exports.pkgVer = '^27.1.48';
5
+ exports.moduleName = 'KanbanModule';
6
+ exports.themeVer = '~27.1.48';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-kanban';
2
- export const pkgVer = '^26.1.35';
2
+ export const pkgVer = '^27.1.48';
3
3
  export const moduleName = 'KanbanModule';
4
- export const themeVer = '~26.1.35';
4
+ export const themeVer = '~27.1.48';
@@ -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
  }
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/bootstrap-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-kanban/styles/bootstrap-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/bootstrap-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-kanban/styles/bootstrap-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/bootstrap4-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-kanban/styles/bootstrap4-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/bootstrap5-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-kanban/styles/bootstrap5-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/bootstrap5-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-kanban/styles/bootstrap5-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/bootstrap5.3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-kanban/styles/bootstrap5.3-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/bootstrap5.3.css';
@@ -0,0 +1 @@
1
+ @import 'kanban/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/fabric-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-kanban/styles/fabric-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/fabric-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-kanban/styles/fabric-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/fluent-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-kanban/styles/fluent-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/fluent-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-kanban/styles/fluent-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/fluent2-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-kanban/styles/fluent2-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/highcontrast-light-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-kanban/styles/highcontrast-light-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/highcontrast-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-kanban/styles/highcontrast-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/kanban/bootstrap5.3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-kanban/styles/kanban/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/material-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-kanban/styles/material-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/material-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-kanban/styles/material-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/material3-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-kanban/styles/material3-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/material3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-kanban/styles/material3-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/tailwind-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-kanban/styles/tailwind-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-kanban/styles/tailwind-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-kanban/styles/tailwind-lite.scss';