@syncfusion/ej2-angular-kanban 20.4.38-ngcc → 20.4.38

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 (87) hide show
  1. package/README.md +48 -119
  2. package/esm2020/public_api.mjs +3 -0
  3. package/esm2020/src/index.mjs +7 -0
  4. package/esm2020/src/kanban/columns.directive.mjs +66 -0
  5. package/esm2020/src/kanban/kanban-all.module.mjs +23 -0
  6. package/esm2020/src/kanban/kanban.component.mjs +100 -0
  7. package/esm2020/src/kanban/kanban.module.mjs +43 -0
  8. package/esm2020/src/kanban/stackedheaders.directive.mjs +58 -0
  9. package/esm2020/syncfusion-ej2-angular-kanban.mjs +5 -0
  10. package/fesm2015/syncfusion-ej2-angular-kanban.mjs +279 -0
  11. package/fesm2015/syncfusion-ej2-angular-kanban.mjs.map +1 -0
  12. package/fesm2020/syncfusion-ej2-angular-kanban.mjs +279 -0
  13. package/fesm2020/syncfusion-ej2-angular-kanban.mjs.map +1 -0
  14. package/package.json +28 -17
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/src/kanban/columns.directive.d.ts +5 -0
  17. package/src/kanban/kanban-all.module.d.ts +6 -0
  18. package/src/kanban/kanban.component.d.ts +3 -0
  19. package/src/kanban/kanban.module.d.ts +8 -0
  20. package/src/kanban/stackedheaders.directive.d.ts +5 -0
  21. package/styles/bootstrap4.css +1 -1
  22. package/styles/kanban/_all.scss +2 -0
  23. package/styles/kanban/_bootstrap-dark-definition.scss +224 -0
  24. package/styles/kanban/_bootstrap-definition.scss +223 -0
  25. package/styles/kanban/_bootstrap4-definition.scss +224 -0
  26. package/styles/kanban/_bootstrap5-dark-definition.scss +1 -0
  27. package/styles/kanban/_bootstrap5-definition.scss +233 -0
  28. package/styles/kanban/_fabric-dark-definition.scss +223 -0
  29. package/styles/kanban/_fabric-definition.scss +223 -0
  30. package/styles/kanban/_fluent-dark-definition.scss +1 -0
  31. package/styles/kanban/_fluent-definition.scss +225 -0
  32. package/styles/kanban/_fusionnew-definition.scss +233 -0
  33. package/styles/kanban/_highcontrast-definition.scss +224 -0
  34. package/styles/kanban/_highcontrast-light-definition.scss +224 -0
  35. package/styles/kanban/_layout.scss +976 -0
  36. package/styles/kanban/_material-dark-definition.scss +223 -0
  37. package/styles/kanban/_material-definition.scss +223 -0
  38. package/styles/kanban/_material3-definition.scss +233 -0
  39. package/styles/kanban/_tailwind-dark-definition.scss +1 -0
  40. package/styles/kanban/_tailwind-definition.scss +234 -0
  41. package/styles/kanban/_theme.scss +148 -0
  42. package/styles/kanban/bootstrap-dark.scss +15 -1
  43. package/styles/kanban/bootstrap.scss +15 -1
  44. package/styles/kanban/bootstrap4.css +1 -1
  45. package/styles/kanban/bootstrap4.scss +15 -1
  46. package/styles/kanban/bootstrap5-dark.scss +15 -1
  47. package/styles/kanban/bootstrap5.scss +15 -1
  48. package/styles/kanban/fabric-dark.scss +15 -1
  49. package/styles/kanban/fabric.scss +15 -1
  50. package/styles/kanban/fluent-dark.scss +15 -1
  51. package/styles/kanban/fluent.scss +15 -1
  52. package/styles/kanban/highcontrast-light.scss +15 -1
  53. package/styles/kanban/highcontrast.scss +15 -1
  54. package/styles/kanban/icons/_bootstrap-dark.scss +47 -0
  55. package/styles/kanban/icons/_bootstrap.scss +47 -0
  56. package/styles/kanban/icons/_bootstrap4.scss +47 -0
  57. package/styles/kanban/icons/_bootstrap5-dark.scss +1 -0
  58. package/styles/kanban/icons/_bootstrap5.scss +47 -0
  59. package/styles/kanban/icons/_fabric-dark.scss +47 -0
  60. package/styles/kanban/icons/_fabric.scss +47 -0
  61. package/styles/kanban/icons/_fluent-dark.scss +1 -0
  62. package/styles/kanban/icons/_fluent.scss +47 -0
  63. package/styles/kanban/icons/_fusionnew.scss +47 -0
  64. package/styles/kanban/icons/_highcontrast-light.scss +47 -0
  65. package/styles/kanban/icons/_highcontrast.scss +47 -0
  66. package/styles/kanban/icons/_material-dark.scss +47 -0
  67. package/styles/kanban/icons/_material.scss +47 -0
  68. package/styles/kanban/icons/_material3.scss +47 -0
  69. package/styles/kanban/icons/_tailwind-dark.scss +1 -0
  70. package/styles/kanban/icons/_tailwind.scss +47 -0
  71. package/styles/kanban/material-dark.scss +15 -1
  72. package/styles/kanban/material.scss +15 -1
  73. package/styles/kanban/tailwind-dark.scss +15 -1
  74. package/styles/kanban/tailwind.scss +15 -1
  75. package/syncfusion-ej2-angular-kanban.d.ts +5 -0
  76. package/@syncfusion/ej2-angular-kanban.es5.js +0 -355
  77. package/@syncfusion/ej2-angular-kanban.es5.js.map +0 -1
  78. package/@syncfusion/ej2-angular-kanban.js +0 -323
  79. package/@syncfusion/ej2-angular-kanban.js.map +0 -1
  80. package/CHANGELOG.md +0 -414
  81. package/dist/ej2-angular-kanban.umd.js +0 -397
  82. package/dist/ej2-angular-kanban.umd.js.map +0 -1
  83. package/dist/ej2-angular-kanban.umd.min.js +0 -11
  84. package/dist/ej2-angular-kanban.umd.min.js.map +0 -1
  85. package/ej2-angular-kanban.d.ts +0 -5
  86. package/ej2-angular-kanban.metadata.json +0 -1
  87. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,47 @@
1
+ @include export-module('kanban-material-dark-icons') {
2
+ .e-kanban {
3
+ .e-column-expand::before {
4
+ content: '\e937';
5
+ }
6
+
7
+ .e-column-collapse::before {
8
+ content: '\e956';
9
+ }
10
+
11
+ .e-swimlane-row-expand::before {
12
+ content: '\e652';
13
+ }
14
+
15
+ .e-swimlane-row-collapse::before {
16
+ content: '\e653';
17
+ }
18
+
19
+ .e-show-add-icon::before {
20
+ content: '\e823';
21
+ }
22
+
23
+ .e-swimlane-header-toolbar {
24
+ & .e-icon-menu::before {
25
+ content: '\e99a';
26
+ }
27
+ }
28
+
29
+ &.e-rtl {
30
+ .e-column-collapse::before {
31
+ content: '\e937';
32
+ }
33
+
34
+ .e-column-expand::before {
35
+ content: '\e956';
36
+ }
37
+
38
+ .e-swimlane-row-collapse::before {
39
+ content: '\e654';
40
+ }
41
+ }
42
+ }
43
+
44
+ .e-mobile-popup-wrapper .e-close-icon::before {
45
+ content: '\e7fc';
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ @include export-module('kanban-material-icons') {
2
+ .e-kanban {
3
+ .e-column-expand::before {
4
+ content: '\e937';
5
+ }
6
+
7
+ .e-column-collapse::before {
8
+ content: '\e956';
9
+ }
10
+
11
+ .e-swimlane-row-expand::before {
12
+ content: '\e652';
13
+ }
14
+
15
+ .e-swimlane-row-collapse::before {
16
+ content: '\e653';
17
+ }
18
+
19
+ .e-show-add-icon::before {
20
+ content: '\e823';
21
+ }
22
+
23
+ .e-swimlane-header-toolbar {
24
+ & .e-icon-menu::before {
25
+ content: '\e99a';
26
+ }
27
+ }
28
+
29
+ &.e-rtl {
30
+ .e-column-collapse::before {
31
+ content: '\e937';
32
+ }
33
+
34
+ .e-column-expand::before {
35
+ content: '\e956';
36
+ }
37
+
38
+ .e-swimlane-row-collapse::before {
39
+ content: '\e654';
40
+ }
41
+ }
42
+ }
43
+
44
+ .e-mobile-popup-wrapper .e-close-icon::before {
45
+ content: '\e7fc';
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ @include export-module('kanban-bootstrap-icons') {
2
+ .e-kanban {
3
+ .e-column-expand::before {
4
+ content: '\e765';
5
+ }
6
+
7
+ .e-column-collapse::before {
8
+ content: '\e748';
9
+ }
10
+
11
+ .e-swimlane-row-expand::before {
12
+ content: '\e729';
13
+ }
14
+
15
+ .e-swimlane-row-collapse::before {
16
+ content: '\e748';
17
+ }
18
+
19
+ .e-show-add-icon::before {
20
+ content: '\e805';
21
+ }
22
+
23
+ .e-swimlane-header-toolbar {
24
+ & .e-icon-menu::before {
25
+ content: '\e799';
26
+ }
27
+ }
28
+
29
+ &.e-rtl {
30
+ .e-column-collapse::before {
31
+ content: '\e765';
32
+ }
33
+
34
+ .e-column-expand::before {
35
+ content: '\e748';
36
+ }
37
+
38
+ .e-swimlane-row-collapse::before {
39
+ content: '\e765';
40
+ }
41
+ }
42
+ }
43
+
44
+ .e-mobile-popup-wrapper .e-close-icon::before {
45
+ content: '\e7e7';
46
+ }
47
+ }
@@ -0,0 +1 @@
1
+ @import './tailwind.scss';
@@ -0,0 +1,47 @@
1
+ @include export-module('kanban-bootstrap-icons') {
2
+ .e-kanban {
3
+ .e-column-expand::before {
4
+ content: '\e765';
5
+ }
6
+
7
+ .e-column-collapse::before {
8
+ content: '\e748';
9
+ }
10
+
11
+ .e-swimlane-row-expand::before {
12
+ content: '\e729';
13
+ }
14
+
15
+ .e-swimlane-row-collapse::before {
16
+ content: '\e748';
17
+ }
18
+
19
+ .e-show-add-icon::before {
20
+ content: '\e805';
21
+ }
22
+
23
+ .e-swimlane-header-toolbar {
24
+ & .e-icon-menu::before {
25
+ content: '\e799';
26
+ }
27
+ }
28
+
29
+ &.e-rtl {
30
+ .e-column-collapse::before {
31
+ content: '\e765';
32
+ }
33
+
34
+ .e-column-expand::before {
35
+ content: '\e748';
36
+ }
37
+
38
+ .e-swimlane-row-collapse::before {
39
+ content: '\e765';
40
+ }
41
+ }
42
+ }
43
+
44
+ .e-mobile-popup-wrapper .e-close-icon::before {
45
+ content: '\e7e7';
46
+ }
47
+ }
@@ -1 +1,15 @@
1
- @import 'ej2-kanban/styles/kanban/material-dark.scss';
1
+ @import 'ej2-base/styles/material-dark-definition.scss';
2
+ @import 'ej2-buttons/styles/button/material-dark-definition.scss';
3
+ @import 'ej2-dropdowns/styles/drop-down-list/material-dark-definition.scss';
4
+ @import 'ej2-dropdowns/styles/multi-select/material-dark-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/material-dark-definition.scss';
6
+ @import 'ej2-inputs/styles/textbox/material-dark-definition.scss';
7
+ @import 'ej2-layouts/styles/card/material-dark-definition.scss';
8
+ @import 'ej2-navigations/styles/treeview/material-dark-definition.scss';
9
+ @import 'ej2-popups/styles/dialog/material-dark-definition.scss';
10
+ @import 'ej2-popups/styles/popup/material-dark-definition.scss';
11
+ @import 'ej2-popups/styles/spinner/material-dark-definition.scss';
12
+ @import 'ej2-popups/styles/tooltip/material-dark-definition.scss';
13
+ @import 'material-dark-definition.scss';
14
+ @import 'icons/material-dark.scss';
15
+ @import 'all.scss';
@@ -1 +1,15 @@
1
- @import 'ej2-kanban/styles/kanban/material.scss';
1
+ @import 'ej2-base/styles/material-definition.scss';
2
+ @import 'ej2-buttons/styles/button/material-definition.scss';
3
+ @import 'ej2-dropdowns/styles/drop-down-list/material-definition.scss';
4
+ @import 'ej2-dropdowns/styles/multi-select/material-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/material-definition.scss';
6
+ @import 'ej2-inputs/styles/textbox/material-definition.scss';
7
+ @import 'ej2-layouts/styles/card/material-definition.scss';
8
+ @import 'ej2-navigations/styles/treeview/material-definition.scss';
9
+ @import 'ej2-popups/styles/dialog/material-definition.scss';
10
+ @import 'ej2-popups/styles/popup/material-definition.scss';
11
+ @import 'ej2-popups/styles/spinner/material-definition.scss';
12
+ @import 'ej2-popups/styles/tooltip/material-definition.scss';
13
+ @import 'material-definition.scss';
14
+ @import 'icons/material.scss';
15
+ @import 'all.scss';
@@ -1 +1,15 @@
1
- @import 'ej2-kanban/styles/kanban/tailwind-dark.scss';
1
+ @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
+ @import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
3
+ @import 'ej2-dropdowns/styles/drop-down-list/tailwind-dark-definition.scss';
4
+ @import 'ej2-dropdowns/styles/multi-select/tailwind-dark-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/tailwind-dark-definition.scss';
6
+ @import 'ej2-inputs/styles/textbox/tailwind-dark-definition.scss';
7
+ @import 'ej2-layouts/styles/card/tailwind-dark-definition.scss';
8
+ @import 'ej2-navigations/styles/treeview/tailwind-dark-definition.scss';
9
+ @import 'ej2-popups/styles/dialog/tailwind-dark-definition.scss';
10
+ @import 'ej2-popups/styles/popup/tailwind-dark-definition.scss';
11
+ @import 'ej2-popups/styles/spinner/tailwind-dark-definition.scss';
12
+ @import 'ej2-popups/styles/tooltip/tailwind-dark-definition.scss';
13
+ @import 'tailwind-dark-definition.scss';
14
+ @import 'icons/tailwind-dark.scss';
15
+ @import 'all.scss';
@@ -1 +1,15 @@
1
- @import 'ej2-kanban/styles/kanban/tailwind.scss';
1
+ @import 'ej2-base/styles/tailwind-definition.scss';
2
+ @import 'ej2-buttons/styles/button/tailwind-definition.scss';
3
+ @import 'ej2-dropdowns/styles/drop-down-list/tailwind-definition.scss';
4
+ @import 'ej2-dropdowns/styles/multi-select/tailwind-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/tailwind-definition.scss';
6
+ @import 'ej2-inputs/styles/textbox/tailwind-definition.scss';
7
+ @import 'ej2-layouts/styles/card/tailwind-definition.scss';
8
+ @import 'ej2-navigations/styles/treeview/tailwind-definition.scss';
9
+ @import 'ej2-popups/styles/dialog/tailwind-definition.scss';
10
+ @import 'ej2-popups/styles/popup/tailwind-definition.scss';
11
+ @import 'ej2-popups/styles/spinner/tailwind-definition.scss';
12
+ @import 'ej2-popups/styles/tooltip/tailwind-definition.scss';
13
+ @import 'tailwind-definition.scss';
14
+ @import 'icons/tailwind.scss';
15
+ @import 'all.scss';
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@syncfusion/ej2-angular-kanban" />
5
+ export * from './public_api';
@@ -1,355 +0,0 @@
1
- var __extends = (this && this.__extends) || (function () {
2
- var extendStatics = Object.setPrototypeOf ||
3
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
4
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
5
- return function (d, b) {
6
- extendStatics(d, b);
7
- function __() { this.constructor = d; }
8
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
9
- };
10
- })();
11
- import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
12
- import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
13
- import { Kanban } from '@syncfusion/ej2-kanban';
14
- import { CommonModule } from '@angular/common';
15
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
16
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
17
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
18
- r = Reflect.decorate(decorators, target, key, desc);
19
- else
20
- for (var i = decorators.length - 1; i >= 0; i--)
21
- if (d = decorators[i])
22
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
23
- return c > 3 && r && Object.defineProperty(target, key, r), r;
24
- };
25
- var __metadata = (this && this.__metadata) || function (k, v) {
26
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
27
- return Reflect.metadata(k, v);
28
- };
29
- var input = ['allowDrag', 'allowDrop', 'allowToggle', 'headerText', 'isExpanded', 'keyField', 'maxCount', 'minCount', 'showAddButton', 'showItemCount', 'template', 'transitionColumns'];
30
- var outputs = [];
31
- /**
32
- * `e-columns` directive represent a columns of the Kanban board.
33
- * It must be contained in a Kanban component(`ejs-kanban`).
34
- * ```html
35
- * <ejs-kanban>
36
- * <e-columns>
37
- * <e-column keyField='Open' textField='To Do'></e-column>
38
- * <e-column keyField='Close' textField='Completed'></e-column>
39
- * </e-columns>
40
- * </ejs-kanban>
41
- * ```
42
- */
43
- var ColumnDirective = /** @class */ (function (_super) {
44
- __extends(ColumnDirective, _super);
45
- /**
46
- * @param {?} viewContainerRef
47
- */
48
- function ColumnDirective(viewContainerRef) {
49
- var _this = _super.call(this) || this;
50
- _this.viewContainerRef = viewContainerRef;
51
- setValue('currentInstance', _this, _this.viewContainerRef);
52
- _this.registerEvents(outputs);
53
- _this.directivePropList = input;
54
- return _this;
55
- }
56
- return ColumnDirective;
57
- }(ComplexBase));
58
- ColumnDirective.decorators = [
59
- { type: Directive, args: [{
60
- selector: 'e-columns>e-column',
61
- inputs: input,
62
- outputs: outputs,
63
- queries: {}
64
- },] },
65
- ];
66
- /**
67
- * @nocollapse
68
- */
69
- ColumnDirective.ctorParameters = function () { return [
70
- { type: ViewContainerRef, },
71
- ]; };
72
- ColumnDirective.propDecorators = {
73
- 'template': [{ type: ContentChild, args: ['template',] },],
74
- };
75
- __decorate([
76
- Template(),
77
- __metadata("design:type", Object)
78
- ], ColumnDirective.prototype, "template", void 0);
79
- /**
80
- * Column Array Directive
81
- */
82
- var ColumnsDirective = /** @class */ (function (_super) {
83
- __extends(ColumnsDirective, _super);
84
- function ColumnsDirective() {
85
- return _super.call(this, 'columns') || this;
86
- }
87
- return ColumnsDirective;
88
- }(ArrayBase));
89
- ColumnsDirective.decorators = [
90
- { type: Directive, args: [{
91
- selector: 'ejs-kanban>e-columns',
92
- queries: {
93
- children: new ContentChildren(ColumnDirective)
94
- },
95
- },] },
96
- ];
97
- /**
98
- * @nocollapse
99
- */
100
- ColumnsDirective.ctorParameters = function () { return []; };
101
- var input$1 = ['keyFields', 'text'];
102
- var outputs$1 = [];
103
- /**
104
- * `e-stackedHeaders` directive represent a stacked header of the Kanban board.
105
- * It must be contained in a Kanban component(`ejs-kanban`).
106
- * ```html
107
- * <ejs-kanban>
108
- * <e-stackedHeaders>
109
- * <e-stackedHeader keyField='Open' text='To Do'></e-stackedHeader>
110
- * <e-stackedHeader keyField='Close' text='Completed'></e-stackedHeader>
111
- * </e-stackedHeaders>
112
- * </ejs-kanban>
113
- * ```
114
- */
115
- var StackedHeaderDirective = /** @class */ (function (_super) {
116
- __extends(StackedHeaderDirective, _super);
117
- /**
118
- * @param {?} viewContainerRef
119
- */
120
- function StackedHeaderDirective(viewContainerRef) {
121
- var _this = _super.call(this) || this;
122
- _this.viewContainerRef = viewContainerRef;
123
- setValue('currentInstance', _this, _this.viewContainerRef);
124
- _this.registerEvents(outputs$1);
125
- _this.directivePropList = input$1;
126
- return _this;
127
- }
128
- return StackedHeaderDirective;
129
- }(ComplexBase));
130
- StackedHeaderDirective.decorators = [
131
- { type: Directive, args: [{
132
- selector: 'e-stackedHeaders>e-stackedHeader',
133
- inputs: input$1,
134
- outputs: outputs$1,
135
- queries: {}
136
- },] },
137
- ];
138
- /**
139
- * @nocollapse
140
- */
141
- StackedHeaderDirective.ctorParameters = function () { return [
142
- { type: ViewContainerRef, },
143
- ]; };
144
- /**
145
- * StackedHeader Array Directive
146
- */
147
- var StackedHeadersDirective = /** @class */ (function (_super) {
148
- __extends(StackedHeadersDirective, _super);
149
- function StackedHeadersDirective() {
150
- return _super.call(this, 'stackedheaders') || this;
151
- }
152
- return StackedHeadersDirective;
153
- }(ArrayBase));
154
- StackedHeadersDirective.decorators = [
155
- { type: Directive, args: [{
156
- selector: 'ejs-kanban>e-stackedHeaders',
157
- queries: {
158
- children: new ContentChildren(StackedHeaderDirective)
159
- },
160
- },] },
161
- ];
162
- /**
163
- * @nocollapse
164
- */
165
- StackedHeadersDirective.ctorParameters = function () { return []; };
166
- var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
167
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
168
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
169
- r = Reflect.decorate(decorators, target, key, desc);
170
- else
171
- for (var i = decorators.length - 1; i >= 0; i--)
172
- if (d = decorators[i])
173
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
174
- return c > 3 && r && Object.defineProperty(target, key, r), r;
175
- };
176
- var __metadata$1 = (this && this.__metadata) || function (k, v) {
177
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
178
- return Reflect.metadata(k, v);
179
- };
180
- var inputs = ['allowDragAndDrop', 'allowKeyboard', 'cardSettings', 'columns', 'constraintType', 'cssClass', 'dataSource', 'dialogSettings', 'enablePersistence', 'enableRtl', 'enableTooltip', 'externalDropId', 'height', 'keyField', 'locale', 'query', 'showEmptyColumn', 'sortSettings', 'stackedHeaders', 'swimlaneSettings', 'tooltipTemplate', 'width'];
181
- var outputs$2 = ['actionBegin', 'actionComplete', 'actionFailure', 'cardClick', 'cardDoubleClick', 'cardRendered', 'created', 'dataBinding', 'dataBound', 'dataSourceChanged', 'dataStateChange', 'dialogClose', 'dialogOpen', 'drag', 'dragStart', 'dragStop', 'queryCellInfo'];
182
- var twoWays = [''];
183
- /**
184
- * `ej-kanban` represents the Angular Kanban Component.
185
- * ```html
186
- * <ejs-kanban></ejs-kanban>
187
- * ```
188
- */
189
- var KanbanComponent = /** @class */ (function (_super) {
190
- __extends(KanbanComponent, _super);
191
- /**
192
- * @param {?} ngEle
193
- * @param {?} srenderer
194
- * @param {?} viewContainerRef
195
- * @param {?} injector
196
- */
197
- function KanbanComponent(ngEle, srenderer, viewContainerRef, injector) {
198
- var _this = _super.call(this) || this;
199
- _this.ngEle = ngEle;
200
- _this.srenderer = srenderer;
201
- _this.viewContainerRef = viewContainerRef;
202
- _this.injector = injector;
203
- _this.tags = ['columns', 'stackedHeaders'];
204
- _this.element = _this.ngEle.nativeElement;
205
- _this.injectedModules = _this.injectedModules || [];
206
- _this.registerEvents(outputs$2);
207
- _this.addTwoWay.call(_this, twoWays);
208
- setValue('currentInstance', _this, _this.viewContainerRef);
209
- _this.context = new ComponentBase();
210
- return _this;
211
- }
212
- /**
213
- * @return {?}
214
- */
215
- KanbanComponent.prototype.ngOnInit = function () {
216
- this.context.ngOnInit(this);
217
- };
218
- /**
219
- * @return {?}
220
- */
221
- KanbanComponent.prototype.ngAfterViewInit = function () {
222
- this.context.ngAfterViewInit(this);
223
- };
224
- /**
225
- * @return {?}
226
- */
227
- KanbanComponent.prototype.ngOnDestroy = function () {
228
- this.context.ngOnDestroy(this);
229
- };
230
- /**
231
- * @return {?}
232
- */
233
- KanbanComponent.prototype.ngAfterContentChecked = function () {
234
- this.tagObjects[0].instance = this.childColumns;
235
- if (this.childStackedHeaders) {
236
- this.tagObjects[1].instance = /** @type {?} */ (this.childStackedHeaders);
237
- }
238
- this.context.ngAfterContentChecked(this);
239
- };
240
- return KanbanComponent;
241
- }(Kanban));
242
- KanbanComponent.decorators = [
243
- { type: Component, args: [{
244
- selector: 'ejs-kanban',
245
- inputs: inputs,
246
- outputs: outputs$2,
247
- template: '',
248
- changeDetection: ChangeDetectionStrategy.OnPush,
249
- queries: {
250
- childColumns: new ContentChild(ColumnsDirective),
251
- childStackedHeaders: new ContentChild(StackedHeadersDirective)
252
- }
253
- },] },
254
- ];
255
- /**
256
- * @nocollapse
257
- */
258
- KanbanComponent.ctorParameters = function () { return [
259
- { type: ElementRef, },
260
- { type: Renderer2, },
261
- { type: ViewContainerRef, },
262
- { type: Injector, },
263
- ]; };
264
- KanbanComponent.propDecorators = {
265
- 'tooltipTemplate': [{ type: ContentChild, args: ['tooltipTemplate',] },],
266
- 'columns_template': [{ type: ContentChild, args: ['columnsTemplate',] },],
267
- 'swimlaneSettings_template': [{ type: ContentChild, args: ['swimlaneSettingsTemplate',] },],
268
- 'cardSettings_template': [{ type: ContentChild, args: ['cardSettingsTemplate',] },],
269
- 'dialogSettings_template': [{ type: ContentChild, args: ['dialogSettingsTemplate',] },],
270
- };
271
- __decorate$1([
272
- Template(),
273
- __metadata$1("design:type", Object)
274
- ], KanbanComponent.prototype, "tooltipTemplate", void 0);
275
- __decorate$1([
276
- Template(),
277
- __metadata$1("design:type", Object)
278
- ], KanbanComponent.prototype, "columns_template", void 0);
279
- __decorate$1([
280
- Template(),
281
- __metadata$1("design:type", Object)
282
- ], KanbanComponent.prototype, "swimlaneSettings_template", void 0);
283
- __decorate$1([
284
- Template(),
285
- __metadata$1("design:type", Object)
286
- ], KanbanComponent.prototype, "cardSettings_template", void 0);
287
- __decorate$1([
288
- Template(),
289
- __metadata$1("design:type", Object)
290
- ], KanbanComponent.prototype, "dialogSettings_template", void 0);
291
- KanbanComponent = __decorate$1([
292
- ComponentMixins([ComponentBase]),
293
- __metadata$1("design:paramtypes", [ElementRef,
294
- Renderer2,
295
- ViewContainerRef,
296
- Injector])
297
- ], KanbanComponent);
298
- /**
299
- * NgModule definition for the Kanban component.
300
- */
301
- var KanbanModule = /** @class */ (function () {
302
- function KanbanModule() {
303
- }
304
- return KanbanModule;
305
- }());
306
- KanbanModule.decorators = [
307
- { type: NgModule, args: [{
308
- imports: [CommonModule],
309
- declarations: [
310
- KanbanComponent,
311
- ColumnDirective,
312
- ColumnsDirective,
313
- StackedHeaderDirective,
314
- StackedHeadersDirective
315
- ],
316
- exports: [
317
- KanbanComponent,
318
- ColumnDirective,
319
- ColumnsDirective,
320
- StackedHeaderDirective,
321
- StackedHeadersDirective
322
- ]
323
- },] },
324
- ];
325
- /**
326
- * @nocollapse
327
- */
328
- KanbanModule.ctorParameters = function () { return []; };
329
- /**
330
- * NgModule definition for the Kanban component with providers.
331
- */
332
- var KanbanAllModule = /** @class */ (function () {
333
- function KanbanAllModule() {
334
- }
335
- return KanbanAllModule;
336
- }());
337
- KanbanAllModule.decorators = [
338
- { type: NgModule, args: [{
339
- imports: [CommonModule, KanbanModule],
340
- exports: [
341
- KanbanModule
342
- ],
343
- providers: []
344
- },] },
345
- ];
346
- /**
347
- * @nocollapse
348
- */
349
- KanbanAllModule.ctorParameters = function () { return []; };
350
- /**
351
- * Generated bundle index. Do not edit.
352
- */
353
- export { ColumnDirective, ColumnsDirective, StackedHeaderDirective, StackedHeadersDirective, KanbanComponent, KanbanModule, KanbanAllModule, inputs as ɵa, outputs$2 as ɵb };
354
- export { Kanban, actionBegin, actionComplete, actionFailure, cardClick, cardDoubleClick, cardRendered, queryCellInfo, dataBinding, dataBound, dragStart, drag, dragStop, documentClick, dialogOpen, dialogClose, contentReady, dataReady, bottomSpace, cardSpace, toggleWidth, dataSourceChanged, dataStateChange } from '@syncfusion/ej2-kanban';
355
- //# sourceMappingURL=ej2-angular-kanban.es5.js.map