@syncfusion/ej2-angular-kanban 24.1.41 → 24.1.43-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 (126) 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/CHANGELOG.md +489 -0
  6. package/dist/ej2-angular-kanban.umd.js +397 -0
  7. package/dist/ej2-angular-kanban.umd.js.map +1 -0
  8. package/dist/ej2-angular-kanban.umd.min.js +11 -0
  9. package/dist/ej2-angular-kanban.umd.min.js.map +1 -0
  10. package/ej2-angular-kanban.d.ts +5 -0
  11. package/ej2-angular-kanban.metadata.json +1 -0
  12. package/package.json +14 -28
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/kanban/columns.directive.d.ts +0 -5
  18. package/src/kanban/kanban-all.module.d.ts +0 -6
  19. package/src/kanban/kanban.component.d.ts +0 -3
  20. package/src/kanban/kanban.module.d.ts +0 -8
  21. package/src/kanban/stackedheaders.directive.d.ts +0 -5
  22. package/styles/bootstrap-dark.css +1 -1144
  23. package/styles/bootstrap.css +1 -1137
  24. package/styles/bootstrap4.css +1 -1246
  25. package/styles/bootstrap5-dark.css +1 -1208
  26. package/styles/bootstrap5.css +1 -1208
  27. package/styles/fabric-dark.css +1 -1112
  28. package/styles/fabric.css +1 -1100
  29. package/styles/fluent-dark.css +1 -1170
  30. package/styles/fluent.css +1 -1170
  31. package/styles/highcontrast-light.css +1 -1183
  32. package/styles/highcontrast.css +1 -1191
  33. package/styles/kanban/bootstrap-dark.css +1 -1144
  34. package/styles/kanban/bootstrap-dark.scss +1 -16
  35. package/styles/kanban/bootstrap.css +1 -1137
  36. package/styles/kanban/bootstrap.scss +1 -16
  37. package/styles/kanban/bootstrap4.css +1 -1246
  38. package/styles/kanban/bootstrap4.scss +1 -16
  39. package/styles/kanban/bootstrap5-dark.css +1 -1208
  40. package/styles/kanban/bootstrap5-dark.scss +1 -16
  41. package/styles/kanban/bootstrap5.css +1 -1208
  42. package/styles/kanban/bootstrap5.scss +1 -16
  43. package/styles/kanban/fabric-dark.css +1 -1112
  44. package/styles/kanban/fabric-dark.scss +1 -16
  45. package/styles/kanban/fabric.css +1 -1100
  46. package/styles/kanban/fabric.scss +1 -16
  47. package/styles/kanban/fluent-dark.css +1 -1170
  48. package/styles/kanban/fluent-dark.scss +1 -16
  49. package/styles/kanban/fluent.css +1 -1170
  50. package/styles/kanban/fluent.scss +1 -16
  51. package/styles/kanban/highcontrast-light.css +1 -1183
  52. package/styles/kanban/highcontrast-light.scss +1 -16
  53. package/styles/kanban/highcontrast.css +1 -1191
  54. package/styles/kanban/highcontrast.scss +1 -16
  55. package/styles/kanban/material-dark.css +1 -1112
  56. package/styles/kanban/material-dark.scss +1 -16
  57. package/styles/kanban/material.css +1 -1136
  58. package/styles/kanban/material.scss +1 -16
  59. package/styles/kanban/material3-dark.css +1 -1201
  60. package/styles/kanban/material3-dark.scss +1 -16
  61. package/styles/kanban/material3.css +1 -1257
  62. package/styles/kanban/material3.scss +1 -16
  63. package/styles/kanban/tailwind-dark.css +1 -1143
  64. package/styles/kanban/tailwind-dark.scss +1 -16
  65. package/styles/kanban/tailwind.css +1 -1143
  66. package/styles/kanban/tailwind.scss +1 -16
  67. package/styles/material-dark.css +1 -1112
  68. package/styles/material.css +1 -1136
  69. package/styles/material3-dark.css +1 -1201
  70. package/styles/material3-dark.scss +0 -1
  71. package/styles/material3.css +1 -1257
  72. package/styles/material3.scss +0 -1
  73. package/styles/tailwind-dark.css +1 -1143
  74. package/styles/tailwind.css +1 -1143
  75. package/esm2020/public_api.mjs +0 -3
  76. package/esm2020/src/index.mjs +0 -7
  77. package/esm2020/src/kanban/columns.directive.mjs +0 -66
  78. package/esm2020/src/kanban/kanban-all.module.mjs +0 -23
  79. package/esm2020/src/kanban/kanban.component.mjs +0 -100
  80. package/esm2020/src/kanban/kanban.module.mjs +0 -43
  81. package/esm2020/src/kanban/stackedheaders.directive.mjs +0 -58
  82. package/esm2020/syncfusion-ej2-angular-kanban.mjs +0 -5
  83. package/fesm2015/syncfusion-ej2-angular-kanban.mjs +0 -279
  84. package/fesm2015/syncfusion-ej2-angular-kanban.mjs.map +0 -1
  85. package/fesm2020/syncfusion-ej2-angular-kanban.mjs +0 -279
  86. package/fesm2020/syncfusion-ej2-angular-kanban.mjs.map +0 -1
  87. package/styles/kanban/_all.scss +0 -2
  88. package/styles/kanban/_bootstrap-dark-definition.scss +0 -223
  89. package/styles/kanban/_bootstrap-definition.scss +0 -222
  90. package/styles/kanban/_bootstrap4-definition.scss +0 -223
  91. package/styles/kanban/_bootstrap5-dark-definition.scss +0 -1
  92. package/styles/kanban/_bootstrap5-definition.scss +0 -231
  93. package/styles/kanban/_fabric-dark-definition.scss +0 -222
  94. package/styles/kanban/_fabric-definition.scss +0 -222
  95. package/styles/kanban/_fluent-dark-definition.scss +0 -1
  96. package/styles/kanban/_fluent-definition.scss +0 -223
  97. package/styles/kanban/_fusionnew-definition.scss +0 -231
  98. package/styles/kanban/_highcontrast-definition.scss +0 -223
  99. package/styles/kanban/_highcontrast-light-definition.scss +0 -223
  100. package/styles/kanban/_layout.scss +0 -997
  101. package/styles/kanban/_material-dark-definition.scss +0 -222
  102. package/styles/kanban/_material-definition.scss +0 -222
  103. package/styles/kanban/_material3-dark-definition.scss +0 -1
  104. package/styles/kanban/_material3-definition.scss +0 -231
  105. package/styles/kanban/_tailwind-dark-definition.scss +0 -1
  106. package/styles/kanban/_tailwind-definition.scss +0 -232
  107. package/styles/kanban/_theme.scss +0 -153
  108. package/styles/kanban/icons/_bootstrap-dark.scss +0 -47
  109. package/styles/kanban/icons/_bootstrap.scss +0 -47
  110. package/styles/kanban/icons/_bootstrap4.scss +0 -47
  111. package/styles/kanban/icons/_bootstrap5-dark.scss +0 -1
  112. package/styles/kanban/icons/_bootstrap5.scss +0 -47
  113. package/styles/kanban/icons/_fabric-dark.scss +0 -47
  114. package/styles/kanban/icons/_fabric.scss +0 -47
  115. package/styles/kanban/icons/_fluent-dark.scss +0 -1
  116. package/styles/kanban/icons/_fluent.scss +0 -47
  117. package/styles/kanban/icons/_fusionnew.scss +0 -47
  118. package/styles/kanban/icons/_highcontrast-light.scss +0 -47
  119. package/styles/kanban/icons/_highcontrast.scss +0 -47
  120. package/styles/kanban/icons/_material-dark.scss +0 -47
  121. package/styles/kanban/icons/_material.scss +0 -47
  122. package/styles/kanban/icons/_material3-dark.scss +0 -1
  123. package/styles/kanban/icons/_material3.scss +0 -47
  124. package/styles/kanban/icons/_tailwind-dark.scss +0 -1
  125. package/styles/kanban/icons/_tailwind.scss +0 -47
  126. package/syncfusion-ej2-angular-kanban.d.ts +0 -5
@@ -1,279 +0,0 @@
1
- import { __decorate } from 'tslib';
2
- import * as i0 from '@angular/core';
3
- import { Directive, ContentChild, ContentChildren, Component, ChangeDetectionStrategy, NgModule } from '@angular/core';
4
- import { ComplexBase, setValue, Template, ArrayBase, ComponentBase, ComponentMixins } from '@syncfusion/ej2-angular-base';
5
- import { Kanban } from '@syncfusion/ej2-kanban';
6
- export * from '@syncfusion/ej2-kanban';
7
- import { CommonModule } from '@angular/common';
8
-
9
- let input$1 = ['allowDrag', 'allowDrop', 'allowToggle', 'headerText', 'isExpanded', 'keyField', 'maxCount', 'minCount', 'showAddButton', 'showItemCount', 'template', 'transitionColumns'];
10
- let outputs$2 = [];
11
- /**
12
- * `e-columns` directive represent a columns of the Kanban board.
13
- * It must be contained in a Kanban component(`ejs-kanban`).
14
- * ```html
15
- * <ejs-kanban>
16
- * <e-columns>
17
- * <e-column keyField='Open' textField='To Do'></e-column>
18
- * <e-column keyField='Close' textField='Completed'></e-column>
19
- * </e-columns>
20
- * </ejs-kanban>
21
- * ```
22
- */
23
- class ColumnDirective extends ComplexBase {
24
- constructor(viewContainerRef) {
25
- super();
26
- this.viewContainerRef = viewContainerRef;
27
- setValue('currentInstance', this, this.viewContainerRef);
28
- this.registerEvents(outputs$2);
29
- this.directivePropList = input$1;
30
- }
31
- }
32
- ColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColumnDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
33
- ColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ColumnDirective, selector: "e-columns>e-column", inputs: { allowDrag: "allowDrag", allowDrop: "allowDrop", allowToggle: "allowToggle", headerText: "headerText", isExpanded: "isExpanded", keyField: "keyField", maxCount: "maxCount", minCount: "minCount", showAddButton: "showAddButton", showItemCount: "showItemCount", template: "template", transitionColumns: "transitionColumns" }, queries: [{ propertyName: "template", first: true, predicate: ["template"], descendants: true }], usesInheritance: true, ngImport: i0 });
34
- __decorate([
35
- Template()
36
- ], ColumnDirective.prototype, "template", void 0);
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColumnDirective, decorators: [{
38
- type: Directive,
39
- args: [{
40
- selector: 'e-columns>e-column',
41
- inputs: input$1,
42
- outputs: outputs$2,
43
- queries: {}
44
- }]
45
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { template: [{
46
- type: ContentChild,
47
- args: ['template']
48
- }] } });
49
- /**
50
- * Column Array Directive
51
- * @private
52
- */
53
- class ColumnsDirective extends ArrayBase {
54
- constructor() {
55
- super('columns');
56
- }
57
- }
58
- ColumnsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColumnsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
59
- ColumnsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ColumnsDirective, selector: "ejs-kanban>e-columns", queries: [{ propertyName: "children", predicate: ColumnDirective }], usesInheritance: true, ngImport: i0 });
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColumnsDirective, decorators: [{
61
- type: Directive,
62
- args: [{
63
- selector: 'ejs-kanban>e-columns',
64
- queries: {
65
- children: new ContentChildren(ColumnDirective)
66
- },
67
- }]
68
- }], ctorParameters: function () { return []; } });
69
-
70
- let input = ['keyFields', 'text'];
71
- let outputs$1 = [];
72
- /**
73
- * `e-stackedHeaders` directive represent a stacked header of the Kanban board.
74
- * It must be contained in a Kanban component(`ejs-kanban`).
75
- * ```html
76
- * <ejs-kanban>
77
- * <e-stackedHeaders>
78
- * <e-stackedHeader keyField='Open' text='To Do'></e-stackedHeader>
79
- * <e-stackedHeader keyField='Close' text='Completed'></e-stackedHeader>
80
- * </e-stackedHeaders>
81
- * </ejs-kanban>
82
- * ```
83
- */
84
- class StackedHeaderDirective extends ComplexBase {
85
- constructor(viewContainerRef) {
86
- super();
87
- this.viewContainerRef = viewContainerRef;
88
- setValue('currentInstance', this, this.viewContainerRef);
89
- this.registerEvents(outputs$1);
90
- this.directivePropList = input;
91
- }
92
- }
93
- StackedHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StackedHeaderDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
94
- StackedHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StackedHeaderDirective, selector: "e-stackedHeaders>e-stackedHeader", inputs: { keyFields: "keyFields", text: "text" }, usesInheritance: true, ngImport: i0 });
95
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StackedHeaderDirective, decorators: [{
96
- type: Directive,
97
- args: [{
98
- selector: 'e-stackedHeaders>e-stackedHeader',
99
- inputs: input,
100
- outputs: outputs$1,
101
- queries: {}
102
- }]
103
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
104
- /**
105
- * StackedHeader Array Directive
106
- * @private
107
- */
108
- class StackedHeadersDirective extends ArrayBase {
109
- constructor() {
110
- super('stackedheaders');
111
- }
112
- }
113
- StackedHeadersDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StackedHeadersDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
114
- StackedHeadersDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StackedHeadersDirective, selector: "ejs-kanban>e-stackedHeaders", queries: [{ propertyName: "children", predicate: StackedHeaderDirective }], usesInheritance: true, ngImport: i0 });
115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StackedHeadersDirective, decorators: [{
116
- type: Directive,
117
- args: [{
118
- selector: 'ejs-kanban>e-stackedHeaders',
119
- queries: {
120
- children: new ContentChildren(StackedHeaderDirective)
121
- },
122
- }]
123
- }], ctorParameters: function () { return []; } });
124
-
125
- const inputs = ['allowDragAndDrop', 'allowKeyboard', 'cardHeight', 'cardSettings', 'columns', 'constraintType', 'cssClass', 'dataSource', 'dialogSettings', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableTooltip', 'enableVirtualization', 'externalDropId', 'height', 'keyField', 'locale', 'query', 'showEmptyColumn', 'sortSettings', 'stackedHeaders', 'swimlaneSettings', 'tooltipTemplate', 'width'];
126
- const outputs = ['actionBegin', 'actionComplete', 'actionFailure', 'cardClick', 'cardDoubleClick', 'cardRendered', 'created', 'dataBinding', 'dataBound', 'dataSourceChanged', 'dataStateChange', 'dialogClose', 'dialogOpen', 'drag', 'dragStart', 'dragStop', 'queryCellInfo'];
127
- const twoWays = [''];
128
- /**
129
- * `ej-kanban` represents the Angular Kanban Component.
130
- * ```html
131
- * <ejs-kanban></ejs-kanban>
132
- * ```
133
- */
134
- let KanbanComponent = class KanbanComponent extends Kanban {
135
- constructor(ngEle, srenderer, viewContainerRef, injector) {
136
- super();
137
- this.ngEle = ngEle;
138
- this.srenderer = srenderer;
139
- this.viewContainerRef = viewContainerRef;
140
- this.injector = injector;
141
- this.tags = ['columns', 'stackedHeaders'];
142
- this.element = this.ngEle.nativeElement;
143
- this.injectedModules = this.injectedModules || [];
144
- this.registerEvents(outputs);
145
- this.addTwoWay.call(this, twoWays);
146
- setValue('currentInstance', this, this.viewContainerRef);
147
- this.context = new ComponentBase();
148
- }
149
- ngOnInit() {
150
- this.context.ngOnInit(this);
151
- }
152
- ngAfterViewInit() {
153
- this.context.ngAfterViewInit(this);
154
- }
155
- ngOnDestroy() {
156
- this.context.ngOnDestroy(this);
157
- }
158
- ngAfterContentChecked() {
159
- this.tagObjects[0].instance = this.childColumns;
160
- if (this.childStackedHeaders) {
161
- this.tagObjects[1].instance = this.childStackedHeaders;
162
- }
163
- this.context.ngAfterContentChecked(this);
164
- }
165
- };
166
- KanbanComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: KanbanComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
167
- KanbanComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: KanbanComponent, selector: "ejs-kanban", inputs: { 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" }, outputs: { 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" }, queries: [{ propertyName: "tooltipTemplate", first: true, predicate: ["tooltipTemplate"], descendants: true }, { propertyName: "columns_template", first: true, predicate: ["columnsTemplate"], descendants: true }, { propertyName: "swimlaneSettings_template", first: true, predicate: ["swimlaneSettingsTemplate"], descendants: true }, { propertyName: "cardSettings_template", first: true, predicate: ["cardSettingsTemplate"], descendants: true }, { propertyName: "dialogSettings_template", first: true, predicate: ["dialogSettingsTemplate"], descendants: true }, { propertyName: "childColumns", first: true, predicate: ColumnsDirective, descendants: true }, { propertyName: "childStackedHeaders", first: true, predicate: StackedHeadersDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
168
- __decorate([
169
- Template()
170
- ], KanbanComponent.prototype, "tooltipTemplate", void 0);
171
- __decorate([
172
- Template()
173
- ], KanbanComponent.prototype, "columns_template", void 0);
174
- __decorate([
175
- Template()
176
- ], KanbanComponent.prototype, "swimlaneSettings_template", void 0);
177
- __decorate([
178
- Template()
179
- ], KanbanComponent.prototype, "cardSettings_template", void 0);
180
- __decorate([
181
- Template()
182
- ], KanbanComponent.prototype, "dialogSettings_template", void 0);
183
- KanbanComponent = __decorate([
184
- ComponentMixins([ComponentBase])
185
- ], KanbanComponent);
186
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: KanbanComponent, decorators: [{
187
- type: Component,
188
- args: [{
189
- selector: 'ejs-kanban',
190
- inputs: inputs,
191
- outputs: outputs,
192
- template: '',
193
- changeDetection: ChangeDetectionStrategy.OnPush,
194
- queries: {
195
- childColumns: new ContentChild(ColumnsDirective),
196
- childStackedHeaders: new ContentChild(StackedHeadersDirective)
197
- }
198
- }]
199
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { tooltipTemplate: [{
200
- type: ContentChild,
201
- args: ['tooltipTemplate']
202
- }], columns_template: [{
203
- type: ContentChild,
204
- args: ['columnsTemplate']
205
- }], swimlaneSettings_template: [{
206
- type: ContentChild,
207
- args: ['swimlaneSettingsTemplate']
208
- }], cardSettings_template: [{
209
- type: ContentChild,
210
- args: ['cardSettingsTemplate']
211
- }], dialogSettings_template: [{
212
- type: ContentChild,
213
- args: ['dialogSettingsTemplate']
214
- }] } });
215
-
216
- /**
217
- * NgModule definition for the Kanban component.
218
- */
219
- class KanbanModule {
220
- }
221
- KanbanModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: KanbanModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
222
- KanbanModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: KanbanModule, declarations: [KanbanComponent,
223
- ColumnDirective,
224
- ColumnsDirective,
225
- StackedHeaderDirective,
226
- StackedHeadersDirective], imports: [CommonModule], exports: [KanbanComponent,
227
- ColumnDirective,
228
- ColumnsDirective,
229
- StackedHeaderDirective,
230
- StackedHeadersDirective] });
231
- KanbanModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: KanbanModule, imports: [[CommonModule]] });
232
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: KanbanModule, decorators: [{
233
- type: NgModule,
234
- args: [{
235
- imports: [CommonModule],
236
- declarations: [
237
- KanbanComponent,
238
- ColumnDirective,
239
- ColumnsDirective,
240
- StackedHeaderDirective,
241
- StackedHeadersDirective
242
- ],
243
- exports: [
244
- KanbanComponent,
245
- ColumnDirective,
246
- ColumnsDirective,
247
- StackedHeaderDirective,
248
- StackedHeadersDirective
249
- ]
250
- }]
251
- }] });
252
-
253
- /**
254
- * NgModule definition for the Kanban component with providers.
255
- */
256
- class KanbanAllModule {
257
- }
258
- KanbanAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: KanbanAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
259
- KanbanAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: KanbanAllModule, imports: [CommonModule, KanbanModule], exports: [KanbanModule] });
260
- KanbanAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: KanbanAllModule, providers: [], imports: [[CommonModule, KanbanModule], KanbanModule] });
261
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: KanbanAllModule, decorators: [{
262
- type: NgModule,
263
- args: [{
264
- imports: [CommonModule, KanbanModule],
265
- exports: [
266
- KanbanModule
267
- ],
268
- providers: []
269
- }]
270
- }] });
271
-
272
- // Mapping root file for package generation
273
-
274
- /**
275
- * Generated bundle index. Do not edit.
276
- */
277
-
278
- export { ColumnDirective, ColumnsDirective, KanbanAllModule, KanbanComponent, KanbanModule, StackedHeaderDirective, StackedHeadersDirective };
279
- //# sourceMappingURL=syncfusion-ej2-angular-kanban.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"syncfusion-ej2-angular-kanban.mjs","sources":["../../src/kanban/columns.directive.ts","../../src/kanban/stackedheaders.directive.ts","../../src/kanban/kanban.component.ts","../../src/kanban/kanban.module.ts","../../src/kanban/kanban-all.module.ts","../../public_api.ts","../../syncfusion-ej2-angular-kanban.ts"],"sourcesContent":["import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet input: string[] = ['allowDrag', 'allowDrop', 'allowToggle', 'headerText', 'isExpanded', 'keyField', 'maxCount', 'minCount', 'showAddButton', 'showItemCount', 'template', 'transitionColumns'];\nlet outputs: string[] = [];\n/**\n * `e-columns` directive represent a columns of the Kanban board. \n * It must be contained in a Kanban component(`ejs-kanban`). \n * ```html\n * <ejs-kanban>\n * <e-columns>\n * <e-column keyField='Open' textField='To Do'></e-column>\n * <e-column keyField='Close' textField='Completed'></e-column>\n * </e-columns>\n * </ejs-kanban>\n * ```\n */\n@Directive({\n selector: 'e-columns>e-column',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class ColumnDirective extends ComplexBase<ColumnDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Enable or disable column drag\n * @default true\n */\n public allowDrag: any;\n /** \n * Enable or disable column drop\n * @default true\n */\n public allowDrop: any;\n /** \n * Enable or disable toggle column\n * @default false\n */\n public allowToggle: any;\n /** \n * Defines the column header title\n * @default null\n */\n public headerText: any;\n /** \n * Defines the collapsed or expandable state\n * @default true\n */\n public isExpanded: any;\n /** \n * Defines the column keyField. It supports both number and string type. \n * String type supports the multiple column keys and number type does not support the multiple column keys.\n * @default null\n */\n public keyField: any;\n /** \n * Defines the maximum card count in column\n * @default null\n * @asptype int\n */\n public maxCount: any;\n /** \n * Defines the minimum card count in column\n * @default null\n * @asptype int\n */\n public minCount: any;\n /** \n * Enable or disable cell add button\n * @default false\n */\n public showAddButton: any;\n /** \n * Enable or disable card count in column\n * @default true\n */\n public showItemCount: any;\n /** \n * Defines the column transition\n * @default []\n */\n public transitionColumns: any;\n /** \n * Defines the column template\n * @default null\n * @asptype string\n */\n @ContentChild('template')\n @Template()\n public template: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Column Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-kanban>e-columns',\n queries: {\n children: new ContentChildren(ColumnDirective)\n },\n})\nexport class ColumnsDirective extends ArrayBase<ColumnsDirective> {\n constructor() {\n super('columns');\n }\n}","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['keyFields', 'text'];\nlet outputs: string[] = [];\n/**\n * `e-stackedHeaders` directive represent a stacked header of the Kanban board. \n * It must be contained in a Kanban component(`ejs-kanban`). \n * ```html\n * <ejs-kanban>\n * <e-stackedHeaders>\n * <e-stackedHeader keyField='Open' text='To Do'></e-stackedHeader>\n * <e-stackedHeader keyField='Close' text='Completed'></e-stackedHeader>\n * </e-stackedHeaders>\n * </ejs-kanban>\n * ```\n */\n@Directive({\n selector: 'e-stackedHeaders>e-stackedHeader',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class StackedHeaderDirective extends ComplexBase<StackedHeaderDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Defines the multiple columns keyField\n * @default null\n */\n public keyFields: any;\n /** \n * Defines the column header text\n * @default null\n */\n public text: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * StackedHeader Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-kanban>e-stackedHeaders',\n queries: {\n children: new ContentChildren(StackedHeaderDirective)\n },\n})\nexport class StackedHeadersDirective extends ArrayBase<StackedHeadersDirective> {\n constructor() {\n super('stackedheaders');\n }\n}","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Kanban } from '@syncfusion/ej2-kanban';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { ColumnsDirective } from './columns.directive';\nimport { StackedHeadersDirective } from './stackedheaders.directive';\n\nexport const inputs: string[] = ['allowDragAndDrop','allowKeyboard','cardHeight','cardSettings','columns','constraintType','cssClass','dataSource','dialogSettings','enableHtmlSanitizer','enablePersistence','enableRtl','enableTooltip','enableVirtualization','externalDropId','height','keyField','locale','query','showEmptyColumn','sortSettings','stackedHeaders','swimlaneSettings','tooltipTemplate','width'];\nexport const outputs: string[] = ['actionBegin','actionComplete','actionFailure','cardClick','cardDoubleClick','cardRendered','created','dataBinding','dataBound','dataSourceChanged','dataStateChange','dialogClose','dialogOpen','drag','dragStart','dragStop','queryCellInfo'];\nexport const twoWays: string[] = [''];\n\n/**\n * `ej-kanban` represents the Angular Kanban Component.\n * ```html\n * <ejs-kanban></ejs-kanban>\n * ```\n */\n@Component({\n selector: 'ejs-kanban',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childColumns: new ContentChild(ColumnsDirective), \n childStackedHeaders: new ContentChild(StackedHeadersDirective)\n }\n})\n@ComponentMixins([ComponentBase])\nexport class KanbanComponent extends Kanban implements IComponentBase {\n public context : any;\n public tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tactionFailure: any;\n\tcardClick: any;\n\tcardDoubleClick: any;\n\tcardRendered: any;\n\tcreated: any;\n\tdataBinding: any;\n\tdataBound: any;\n\tdataSourceChanged: any;\n\tdataStateChange: any;\n\tdialogClose: any;\n\tdialogOpen: any;\n\tdrag: any;\n\tdragStart: any;\n\tdragStop: any;\n\tpublic queryCellInfo: any;\n public childColumns: QueryList<ColumnsDirective>;\n public childStackedHeaders: QueryList<StackedHeadersDirective>;\n public tags: string[] = ['columns', 'stackedHeaders'];\n /** \n * Defines the template content to card’s tooltip. The property works by enabling the ‘enableTooltip’ property.\n * @default null\n * @asptype string\n */\n @ContentChild('tooltipTemplate')\n @Template()\n public tooltipTemplate: any;\n @ContentChild('columnsTemplate')\n @Template()\n public columns_template: any;\n @ContentChild('swimlaneSettingsTemplate')\n @Template()\n public swimlaneSettings_template: any;\n @ContentChild('cardSettingsTemplate')\n @Template()\n public cardSettings_template: any;\n @ContentChild('dialogSettingsTemplate')\n @Template()\n public dialogSettings_template: any;\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n\n public ngOnInit() {\n this.context.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childColumns;\n if (this.childStackedHeaders) {\n this.tagObjects[1].instance = this.childStackedHeaders as any;\n }\n this.context.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ColumnDirective, ColumnsDirective } from './columns.directive';\nimport { StackedHeaderDirective, StackedHeadersDirective } from './stackedheaders.directive';\nimport { KanbanComponent } from './kanban.component';\n\n/**\n * NgModule definition for the Kanban component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n KanbanComponent,\n ColumnDirective,\n ColumnsDirective,\n StackedHeaderDirective,\n StackedHeadersDirective\n ],\n exports: [\n KanbanComponent,\n ColumnDirective,\n ColumnsDirective,\n StackedHeaderDirective,\n StackedHeadersDirective\n ]\n})\nexport class KanbanModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ColumnDirective, ColumnsDirective } from './columns.directive';\nimport { StackedHeaderDirective, StackedHeadersDirective } from './stackedheaders.directive';\nimport { KanbanComponent } from './kanban.component';\nimport { KanbanModule } from './kanban.module';\n\n\n\n\n\n/**\n * NgModule definition for the Kanban component with providers.\n */\n@NgModule({\n imports: [CommonModule, KanbanModule],\n exports: [\n KanbanModule\n ],\n providers:[\n \n ]\n})\nexport class KanbanAllModule { }","// Mapping root file for package generation\nexport * from './src/index';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["input","outputs"],"mappings":"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"}
@@ -1,279 +0,0 @@
1
- import { __decorate } from 'tslib';
2
- import * as i0 from '@angular/core';
3
- import { Directive, ContentChild, ContentChildren, Component, ChangeDetectionStrategy, NgModule } from '@angular/core';
4
- import { ComplexBase, setValue, Template, ArrayBase, ComponentBase, ComponentMixins } from '@syncfusion/ej2-angular-base';
5
- import { Kanban } from '@syncfusion/ej2-kanban';
6
- export * from '@syncfusion/ej2-kanban';
7
- import { CommonModule } from '@angular/common';
8
-
9
- let input$1 = ['allowDrag', 'allowDrop', 'allowToggle', 'headerText', 'isExpanded', 'keyField', 'maxCount', 'minCount', 'showAddButton', 'showItemCount', 'template', 'transitionColumns'];
10
- let outputs$2 = [];
11
- /**
12
- * `e-columns` directive represent a columns of the Kanban board.
13
- * It must be contained in a Kanban component(`ejs-kanban`).
14
- * ```html
15
- * <ejs-kanban>
16
- * <e-columns>
17
- * <e-column keyField='Open' textField='To Do'></e-column>
18
- * <e-column keyField='Close' textField='Completed'></e-column>
19
- * </e-columns>
20
- * </ejs-kanban>
21
- * ```
22
- */
23
- class ColumnDirective extends ComplexBase {
24
- constructor(viewContainerRef) {
25
- super();
26
- this.viewContainerRef = viewContainerRef;
27
- setValue('currentInstance', this, this.viewContainerRef);
28
- this.registerEvents(outputs$2);
29
- this.directivePropList = input$1;
30
- }
31
- }
32
- ColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColumnDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
33
- ColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ColumnDirective, selector: "e-columns>e-column", inputs: { allowDrag: "allowDrag", allowDrop: "allowDrop", allowToggle: "allowToggle", headerText: "headerText", isExpanded: "isExpanded", keyField: "keyField", maxCount: "maxCount", minCount: "minCount", showAddButton: "showAddButton", showItemCount: "showItemCount", template: "template", transitionColumns: "transitionColumns" }, queries: [{ propertyName: "template", first: true, predicate: ["template"], descendants: true }], usesInheritance: true, ngImport: i0 });
34
- __decorate([
35
- Template()
36
- ], ColumnDirective.prototype, "template", void 0);
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColumnDirective, decorators: [{
38
- type: Directive,
39
- args: [{
40
- selector: 'e-columns>e-column',
41
- inputs: input$1,
42
- outputs: outputs$2,
43
- queries: {}
44
- }]
45
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { template: [{
46
- type: ContentChild,
47
- args: ['template']
48
- }] } });
49
- /**
50
- * Column Array Directive
51
- * @private
52
- */
53
- class ColumnsDirective extends ArrayBase {
54
- constructor() {
55
- super('columns');
56
- }
57
- }
58
- ColumnsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColumnsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
59
- ColumnsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ColumnsDirective, selector: "ejs-kanban>e-columns", queries: [{ propertyName: "children", predicate: ColumnDirective }], usesInheritance: true, ngImport: i0 });
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColumnsDirective, decorators: [{
61
- type: Directive,
62
- args: [{
63
- selector: 'ejs-kanban>e-columns',
64
- queries: {
65
- children: new ContentChildren(ColumnDirective)
66
- },
67
- }]
68
- }], ctorParameters: function () { return []; } });
69
-
70
- let input = ['keyFields', 'text'];
71
- let outputs$1 = [];
72
- /**
73
- * `e-stackedHeaders` directive represent a stacked header of the Kanban board.
74
- * It must be contained in a Kanban component(`ejs-kanban`).
75
- * ```html
76
- * <ejs-kanban>
77
- * <e-stackedHeaders>
78
- * <e-stackedHeader keyField='Open' text='To Do'></e-stackedHeader>
79
- * <e-stackedHeader keyField='Close' text='Completed'></e-stackedHeader>
80
- * </e-stackedHeaders>
81
- * </ejs-kanban>
82
- * ```
83
- */
84
- class StackedHeaderDirective extends ComplexBase {
85
- constructor(viewContainerRef) {
86
- super();
87
- this.viewContainerRef = viewContainerRef;
88
- setValue('currentInstance', this, this.viewContainerRef);
89
- this.registerEvents(outputs$1);
90
- this.directivePropList = input;
91
- }
92
- }
93
- StackedHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StackedHeaderDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
94
- StackedHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StackedHeaderDirective, selector: "e-stackedHeaders>e-stackedHeader", inputs: { keyFields: "keyFields", text: "text" }, usesInheritance: true, ngImport: i0 });
95
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StackedHeaderDirective, decorators: [{
96
- type: Directive,
97
- args: [{
98
- selector: 'e-stackedHeaders>e-stackedHeader',
99
- inputs: input,
100
- outputs: outputs$1,
101
- queries: {}
102
- }]
103
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
104
- /**
105
- * StackedHeader Array Directive
106
- * @private
107
- */
108
- class StackedHeadersDirective extends ArrayBase {
109
- constructor() {
110
- super('stackedheaders');
111
- }
112
- }
113
- StackedHeadersDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StackedHeadersDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
114
- StackedHeadersDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StackedHeadersDirective, selector: "ejs-kanban>e-stackedHeaders", queries: [{ propertyName: "children", predicate: StackedHeaderDirective }], usesInheritance: true, ngImport: i0 });
115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StackedHeadersDirective, decorators: [{
116
- type: Directive,
117
- args: [{
118
- selector: 'ejs-kanban>e-stackedHeaders',
119
- queries: {
120
- children: new ContentChildren(StackedHeaderDirective)
121
- },
122
- }]
123
- }], ctorParameters: function () { return []; } });
124
-
125
- const inputs = ['allowDragAndDrop', 'allowKeyboard', 'cardHeight', 'cardSettings', 'columns', 'constraintType', 'cssClass', 'dataSource', 'dialogSettings', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableTooltip', 'enableVirtualization', 'externalDropId', 'height', 'keyField', 'locale', 'query', 'showEmptyColumn', 'sortSettings', 'stackedHeaders', 'swimlaneSettings', 'tooltipTemplate', 'width'];
126
- const outputs = ['actionBegin', 'actionComplete', 'actionFailure', 'cardClick', 'cardDoubleClick', 'cardRendered', 'created', 'dataBinding', 'dataBound', 'dataSourceChanged', 'dataStateChange', 'dialogClose', 'dialogOpen', 'drag', 'dragStart', 'dragStop', 'queryCellInfo'];
127
- const twoWays = [''];
128
- /**
129
- * `ej-kanban` represents the Angular Kanban Component.
130
- * ```html
131
- * <ejs-kanban></ejs-kanban>
132
- * ```
133
- */
134
- let KanbanComponent = class KanbanComponent extends Kanban {
135
- constructor(ngEle, srenderer, viewContainerRef, injector) {
136
- super();
137
- this.ngEle = ngEle;
138
- this.srenderer = srenderer;
139
- this.viewContainerRef = viewContainerRef;
140
- this.injector = injector;
141
- this.tags = ['columns', 'stackedHeaders'];
142
- this.element = this.ngEle.nativeElement;
143
- this.injectedModules = this.injectedModules || [];
144
- this.registerEvents(outputs);
145
- this.addTwoWay.call(this, twoWays);
146
- setValue('currentInstance', this, this.viewContainerRef);
147
- this.context = new ComponentBase();
148
- }
149
- ngOnInit() {
150
- this.context.ngOnInit(this);
151
- }
152
- ngAfterViewInit() {
153
- this.context.ngAfterViewInit(this);
154
- }
155
- ngOnDestroy() {
156
- this.context.ngOnDestroy(this);
157
- }
158
- ngAfterContentChecked() {
159
- this.tagObjects[0].instance = this.childColumns;
160
- if (this.childStackedHeaders) {
161
- this.tagObjects[1].instance = this.childStackedHeaders;
162
- }
163
- this.context.ngAfterContentChecked(this);
164
- }
165
- };
166
- KanbanComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: KanbanComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
167
- KanbanComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: KanbanComponent, selector: "ejs-kanban", inputs: { 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" }, outputs: { 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" }, queries: [{ propertyName: "tooltipTemplate", first: true, predicate: ["tooltipTemplate"], descendants: true }, { propertyName: "columns_template", first: true, predicate: ["columnsTemplate"], descendants: true }, { propertyName: "swimlaneSettings_template", first: true, predicate: ["swimlaneSettingsTemplate"], descendants: true }, { propertyName: "cardSettings_template", first: true, predicate: ["cardSettingsTemplate"], descendants: true }, { propertyName: "dialogSettings_template", first: true, predicate: ["dialogSettingsTemplate"], descendants: true }, { propertyName: "childColumns", first: true, predicate: ColumnsDirective, descendants: true }, { propertyName: "childStackedHeaders", first: true, predicate: StackedHeadersDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
168
- __decorate([
169
- Template()
170
- ], KanbanComponent.prototype, "tooltipTemplate", void 0);
171
- __decorate([
172
- Template()
173
- ], KanbanComponent.prototype, "columns_template", void 0);
174
- __decorate([
175
- Template()
176
- ], KanbanComponent.prototype, "swimlaneSettings_template", void 0);
177
- __decorate([
178
- Template()
179
- ], KanbanComponent.prototype, "cardSettings_template", void 0);
180
- __decorate([
181
- Template()
182
- ], KanbanComponent.prototype, "dialogSettings_template", void 0);
183
- KanbanComponent = __decorate([
184
- ComponentMixins([ComponentBase])
185
- ], KanbanComponent);
186
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: KanbanComponent, decorators: [{
187
- type: Component,
188
- args: [{
189
- selector: 'ejs-kanban',
190
- inputs: inputs,
191
- outputs: outputs,
192
- template: '',
193
- changeDetection: ChangeDetectionStrategy.OnPush,
194
- queries: {
195
- childColumns: new ContentChild(ColumnsDirective),
196
- childStackedHeaders: new ContentChild(StackedHeadersDirective)
197
- }
198
- }]
199
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { tooltipTemplate: [{
200
- type: ContentChild,
201
- args: ['tooltipTemplate']
202
- }], columns_template: [{
203
- type: ContentChild,
204
- args: ['columnsTemplate']
205
- }], swimlaneSettings_template: [{
206
- type: ContentChild,
207
- args: ['swimlaneSettingsTemplate']
208
- }], cardSettings_template: [{
209
- type: ContentChild,
210
- args: ['cardSettingsTemplate']
211
- }], dialogSettings_template: [{
212
- type: ContentChild,
213
- args: ['dialogSettingsTemplate']
214
- }] } });
215
-
216
- /**
217
- * NgModule definition for the Kanban component.
218
- */
219
- class KanbanModule {
220
- }
221
- KanbanModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: KanbanModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
222
- KanbanModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: KanbanModule, declarations: [KanbanComponent,
223
- ColumnDirective,
224
- ColumnsDirective,
225
- StackedHeaderDirective,
226
- StackedHeadersDirective], imports: [CommonModule], exports: [KanbanComponent,
227
- ColumnDirective,
228
- ColumnsDirective,
229
- StackedHeaderDirective,
230
- StackedHeadersDirective] });
231
- KanbanModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: KanbanModule, imports: [[CommonModule]] });
232
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: KanbanModule, decorators: [{
233
- type: NgModule,
234
- args: [{
235
- imports: [CommonModule],
236
- declarations: [
237
- KanbanComponent,
238
- ColumnDirective,
239
- ColumnsDirective,
240
- StackedHeaderDirective,
241
- StackedHeadersDirective
242
- ],
243
- exports: [
244
- KanbanComponent,
245
- ColumnDirective,
246
- ColumnsDirective,
247
- StackedHeaderDirective,
248
- StackedHeadersDirective
249
- ]
250
- }]
251
- }] });
252
-
253
- /**
254
- * NgModule definition for the Kanban component with providers.
255
- */
256
- class KanbanAllModule {
257
- }
258
- KanbanAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: KanbanAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
259
- KanbanAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: KanbanAllModule, imports: [CommonModule, KanbanModule], exports: [KanbanModule] });
260
- KanbanAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: KanbanAllModule, providers: [], imports: [[CommonModule, KanbanModule], KanbanModule] });
261
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: KanbanAllModule, decorators: [{
262
- type: NgModule,
263
- args: [{
264
- imports: [CommonModule, KanbanModule],
265
- exports: [
266
- KanbanModule
267
- ],
268
- providers: []
269
- }]
270
- }] });
271
-
272
- // Mapping root file for package generation
273
-
274
- /**
275
- * Generated bundle index. Do not edit.
276
- */
277
-
278
- export { ColumnDirective, ColumnsDirective, KanbanAllModule, KanbanComponent, KanbanModule, StackedHeaderDirective, StackedHeadersDirective };
279
- //# sourceMappingURL=syncfusion-ej2-angular-kanban.mjs.map