@syncfusion/ej2-angular-kanban 31.1.17 → 31.2.2-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-kanban.es5.js +355 -0
- package/@syncfusion/ej2-angular-kanban.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-kanban.js +323 -0
- package/@syncfusion/ej2-angular-kanban.js.map +1 -0
- package/LICENSE +10 -0
- package/dist/ej2-angular-kanban.umd.js +400 -0
- package/dist/ej2-angular-kanban.umd.js.map +1 -0
- package/dist/ej2-angular-kanban.umd.min.js +11 -0
- package/dist/ej2-angular-kanban.umd.min.js.map +1 -0
- package/ej2-angular-kanban.d.ts +5 -0
- package/ej2-angular-kanban.metadata.json +1 -0
- package/package.json +17 -61
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +6 -6
- package/src/kanban/columns.directive.d.ts +90 -95
- package/src/kanban/kanban-all.module.d.ts +5 -11
- package/src/kanban/kanban.component.d.ts +59 -65
- package/src/kanban/kanban.module.d.ts +5 -13
- package/src/kanban/stackedheaders.directive.d.ts +36 -41
- package/CHANGELOG.md +0 -515
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/index.mjs +0 -7
- package/esm2020/src/kanban/columns.directive.mjs +0 -66
- package/esm2020/src/kanban/kanban-all.module.mjs +0 -23
- package/esm2020/src/kanban/kanban.component.mjs +0 -100
- package/esm2020/src/kanban/kanban.module.mjs +0 -43
- package/esm2020/src/kanban/stackedheaders.directive.mjs +0 -58
- package/esm2020/syncfusion-ej2-angular-kanban.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-kanban.mjs +0 -277
- package/fesm2015/syncfusion-ej2-angular-kanban.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-kanban.mjs +0 -277
- package/fesm2020/syncfusion-ej2-angular-kanban.mjs.map +0 -1
- package/syncfusion-ej2-angular-kanban.d.ts +0 -5
|
@@ -0,0 +1,400 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: ej2-angular-kanban.umd.js
|
|
3
|
+
* version : 31.2.2
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
10
|
+
(function (global, factory) {
|
|
11
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-kanban'), require('@angular/common')) :
|
|
12
|
+
typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-kanban', '@angular/common'], factory) :
|
|
13
|
+
(factory((global['ej2-angular-kanban'] = {}),global.ng.core,global.ej2.angular.base,global.ej2.kanban,global.ng.common));
|
|
14
|
+
}(this, (function (exports,core,ej2AngularBase,ej2Kanban,common) { 'use strict';
|
|
15
|
+
|
|
16
|
+
var __extends = (this && this.__extends) || (function () {
|
|
17
|
+
var extendStatics = Object.setPrototypeOf ||
|
|
18
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
19
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
20
|
+
return function (d, b) {
|
|
21
|
+
extendStatics(d, b);
|
|
22
|
+
function __() { this.constructor = d; }
|
|
23
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
24
|
+
};
|
|
25
|
+
})();
|
|
26
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
27
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
28
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
29
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
30
|
+
else
|
|
31
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
32
|
+
if (d = decorators[i])
|
|
33
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
34
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
35
|
+
};
|
|
36
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
37
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
38
|
+
return Reflect.metadata(k, v);
|
|
39
|
+
};
|
|
40
|
+
var input = ['allowDrag', 'allowDrop', 'allowToggle', 'headerText', 'isExpanded', 'keyField', 'maxCount', 'minCount', 'showAddButton', 'showItemCount', 'template', 'transitionColumns'];
|
|
41
|
+
var outputs = [];
|
|
42
|
+
/**
|
|
43
|
+
* `e-columns` directive represent a columns of the Kanban board.
|
|
44
|
+
* It must be contained in a Kanban component(`ejs-kanban`).
|
|
45
|
+
* ```html
|
|
46
|
+
* <ejs-kanban>
|
|
47
|
+
* <e-columns>
|
|
48
|
+
* <e-column keyField='Open' textField='To Do'></e-column>
|
|
49
|
+
* <e-column keyField='Close' textField='Completed'></e-column>
|
|
50
|
+
* </e-columns>
|
|
51
|
+
* </ejs-kanban>
|
|
52
|
+
* ```
|
|
53
|
+
*/
|
|
54
|
+
var ColumnDirective = /** @class */ (function (_super) {
|
|
55
|
+
__extends(ColumnDirective, _super);
|
|
56
|
+
/**
|
|
57
|
+
* @param {?} viewContainerRef
|
|
58
|
+
*/
|
|
59
|
+
function ColumnDirective(viewContainerRef) {
|
|
60
|
+
var _this = _super.call(this) || this;
|
|
61
|
+
_this.viewContainerRef = viewContainerRef;
|
|
62
|
+
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
63
|
+
_this.registerEvents(outputs);
|
|
64
|
+
_this.directivePropList = input;
|
|
65
|
+
return _this;
|
|
66
|
+
}
|
|
67
|
+
return ColumnDirective;
|
|
68
|
+
}(ej2AngularBase.ComplexBase));
|
|
69
|
+
ColumnDirective.decorators = [
|
|
70
|
+
{ type: core.Directive, args: [{
|
|
71
|
+
selector: 'e-columns>e-column',
|
|
72
|
+
inputs: input,
|
|
73
|
+
outputs: outputs,
|
|
74
|
+
queries: {}
|
|
75
|
+
},] },
|
|
76
|
+
];
|
|
77
|
+
/**
|
|
78
|
+
* @nocollapse
|
|
79
|
+
*/
|
|
80
|
+
ColumnDirective.ctorParameters = function () { return [
|
|
81
|
+
{ type: core.ViewContainerRef, },
|
|
82
|
+
]; };
|
|
83
|
+
ColumnDirective.propDecorators = {
|
|
84
|
+
'template': [{ type: core.ContentChild, args: ['template',] },],
|
|
85
|
+
};
|
|
86
|
+
__decorate([
|
|
87
|
+
ej2AngularBase.Template(),
|
|
88
|
+
__metadata("design:type", Object)
|
|
89
|
+
], ColumnDirective.prototype, "template", void 0);
|
|
90
|
+
/**
|
|
91
|
+
* Column Array Directive
|
|
92
|
+
*/
|
|
93
|
+
var ColumnsDirective = /** @class */ (function (_super) {
|
|
94
|
+
__extends(ColumnsDirective, _super);
|
|
95
|
+
function ColumnsDirective() {
|
|
96
|
+
return _super.call(this, 'columns') || this;
|
|
97
|
+
}
|
|
98
|
+
return ColumnsDirective;
|
|
99
|
+
}(ej2AngularBase.ArrayBase));
|
|
100
|
+
ColumnsDirective.decorators = [
|
|
101
|
+
{ type: core.Directive, args: [{
|
|
102
|
+
selector: 'ejs-kanban>e-columns',
|
|
103
|
+
queries: {
|
|
104
|
+
children: new core.ContentChildren(ColumnDirective)
|
|
105
|
+
},
|
|
106
|
+
},] },
|
|
107
|
+
];
|
|
108
|
+
/**
|
|
109
|
+
* @nocollapse
|
|
110
|
+
*/
|
|
111
|
+
ColumnsDirective.ctorParameters = function () { return []; };
|
|
112
|
+
var input$1 = ['keyFields', 'text'];
|
|
113
|
+
var outputs$1 = [];
|
|
114
|
+
/**
|
|
115
|
+
* `e-stackedHeaders` directive represent a stacked header of the Kanban board.
|
|
116
|
+
* It must be contained in a Kanban component(`ejs-kanban`).
|
|
117
|
+
* ```html
|
|
118
|
+
* <ejs-kanban>
|
|
119
|
+
* <e-stackedHeaders>
|
|
120
|
+
* <e-stackedHeader keyField='Open' text='To Do'></e-stackedHeader>
|
|
121
|
+
* <e-stackedHeader keyField='Close' text='Completed'></e-stackedHeader>
|
|
122
|
+
* </e-stackedHeaders>
|
|
123
|
+
* </ejs-kanban>
|
|
124
|
+
* ```
|
|
125
|
+
*/
|
|
126
|
+
var StackedHeaderDirective = /** @class */ (function (_super) {
|
|
127
|
+
__extends(StackedHeaderDirective, _super);
|
|
128
|
+
/**
|
|
129
|
+
* @param {?} viewContainerRef
|
|
130
|
+
*/
|
|
131
|
+
function StackedHeaderDirective(viewContainerRef) {
|
|
132
|
+
var _this = _super.call(this) || this;
|
|
133
|
+
_this.viewContainerRef = viewContainerRef;
|
|
134
|
+
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
135
|
+
_this.registerEvents(outputs$1);
|
|
136
|
+
_this.directivePropList = input$1;
|
|
137
|
+
return _this;
|
|
138
|
+
}
|
|
139
|
+
return StackedHeaderDirective;
|
|
140
|
+
}(ej2AngularBase.ComplexBase));
|
|
141
|
+
StackedHeaderDirective.decorators = [
|
|
142
|
+
{ type: core.Directive, args: [{
|
|
143
|
+
selector: 'e-stackedHeaders>e-stackedHeader',
|
|
144
|
+
inputs: input$1,
|
|
145
|
+
outputs: outputs$1,
|
|
146
|
+
queries: {}
|
|
147
|
+
},] },
|
|
148
|
+
];
|
|
149
|
+
/**
|
|
150
|
+
* @nocollapse
|
|
151
|
+
*/
|
|
152
|
+
StackedHeaderDirective.ctorParameters = function () { return [
|
|
153
|
+
{ type: core.ViewContainerRef, },
|
|
154
|
+
]; };
|
|
155
|
+
/**
|
|
156
|
+
* StackedHeader Array Directive
|
|
157
|
+
*/
|
|
158
|
+
var StackedHeadersDirective = /** @class */ (function (_super) {
|
|
159
|
+
__extends(StackedHeadersDirective, _super);
|
|
160
|
+
function StackedHeadersDirective() {
|
|
161
|
+
return _super.call(this, 'stackedheaders') || this;
|
|
162
|
+
}
|
|
163
|
+
return StackedHeadersDirective;
|
|
164
|
+
}(ej2AngularBase.ArrayBase));
|
|
165
|
+
StackedHeadersDirective.decorators = [
|
|
166
|
+
{ type: core.Directive, args: [{
|
|
167
|
+
selector: 'ejs-kanban>e-stackedHeaders',
|
|
168
|
+
queries: {
|
|
169
|
+
children: new core.ContentChildren(StackedHeaderDirective)
|
|
170
|
+
},
|
|
171
|
+
},] },
|
|
172
|
+
];
|
|
173
|
+
/**
|
|
174
|
+
* @nocollapse
|
|
175
|
+
*/
|
|
176
|
+
StackedHeadersDirective.ctorParameters = function () { return []; };
|
|
177
|
+
var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
178
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
179
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
180
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
181
|
+
else
|
|
182
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
183
|
+
if (d = decorators[i])
|
|
184
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
185
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
186
|
+
};
|
|
187
|
+
var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
|
188
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
189
|
+
return Reflect.metadata(k, v);
|
|
190
|
+
};
|
|
191
|
+
var 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'];
|
|
192
|
+
var outputs$2 = ['actionBegin', 'actionComplete', 'actionFailure', 'cardClick', 'cardDoubleClick', 'cardRendered', 'created', 'dataBinding', 'dataBound', 'dataSourceChanged', 'dataStateChange', 'dialogClose', 'dialogOpen', 'drag', 'dragStart', 'dragStop', 'queryCellInfo'];
|
|
193
|
+
var twoWays = [''];
|
|
194
|
+
/**
|
|
195
|
+
* `ej-kanban` represents the Angular Kanban Component.
|
|
196
|
+
* ```html
|
|
197
|
+
* <ejs-kanban></ejs-kanban>
|
|
198
|
+
* ```
|
|
199
|
+
*/
|
|
200
|
+
exports.KanbanComponent = /** @class */ (function (_super) {
|
|
201
|
+
__extends(KanbanComponent, _super);
|
|
202
|
+
/**
|
|
203
|
+
* @param {?} ngEle
|
|
204
|
+
* @param {?} srenderer
|
|
205
|
+
* @param {?} viewContainerRef
|
|
206
|
+
* @param {?} injector
|
|
207
|
+
*/
|
|
208
|
+
function KanbanComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
209
|
+
var _this = _super.call(this) || this;
|
|
210
|
+
_this.ngEle = ngEle;
|
|
211
|
+
_this.srenderer = srenderer;
|
|
212
|
+
_this.viewContainerRef = viewContainerRef;
|
|
213
|
+
_this.injector = injector;
|
|
214
|
+
_this.tags = ['columns', 'stackedHeaders'];
|
|
215
|
+
_this.element = _this.ngEle.nativeElement;
|
|
216
|
+
_this.injectedModules = _this.injectedModules || [];
|
|
217
|
+
_this.registerEvents(outputs$2);
|
|
218
|
+
_this.addTwoWay.call(_this, twoWays);
|
|
219
|
+
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
220
|
+
_this.context = new ej2AngularBase.ComponentBase();
|
|
221
|
+
return _this;
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* @return {?}
|
|
225
|
+
*/
|
|
226
|
+
KanbanComponent.prototype.ngOnInit = function () {
|
|
227
|
+
this.context.ngOnInit(this);
|
|
228
|
+
};
|
|
229
|
+
/**
|
|
230
|
+
* @return {?}
|
|
231
|
+
*/
|
|
232
|
+
KanbanComponent.prototype.ngAfterViewInit = function () {
|
|
233
|
+
this.context.ngAfterViewInit(this);
|
|
234
|
+
};
|
|
235
|
+
/**
|
|
236
|
+
* @return {?}
|
|
237
|
+
*/
|
|
238
|
+
KanbanComponent.prototype.ngOnDestroy = function () {
|
|
239
|
+
this.context.ngOnDestroy(this);
|
|
240
|
+
};
|
|
241
|
+
/**
|
|
242
|
+
* @return {?}
|
|
243
|
+
*/
|
|
244
|
+
KanbanComponent.prototype.ngAfterContentChecked = function () {
|
|
245
|
+
this.tagObjects[0].instance = this.childColumns;
|
|
246
|
+
if (this.childStackedHeaders) {
|
|
247
|
+
this.tagObjects[1].instance = /** @type {?} */ (this.childStackedHeaders);
|
|
248
|
+
}
|
|
249
|
+
this.context.ngAfterContentChecked(this);
|
|
250
|
+
};
|
|
251
|
+
return KanbanComponent;
|
|
252
|
+
}(ej2Kanban.Kanban));
|
|
253
|
+
exports.KanbanComponent.decorators = [
|
|
254
|
+
{ type: core.Component, args: [{
|
|
255
|
+
selector: 'ejs-kanban',
|
|
256
|
+
inputs: inputs,
|
|
257
|
+
outputs: outputs$2,
|
|
258
|
+
template: '',
|
|
259
|
+
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
260
|
+
queries: {
|
|
261
|
+
childColumns: new core.ContentChild(ColumnsDirective),
|
|
262
|
+
childStackedHeaders: new core.ContentChild(StackedHeadersDirective)
|
|
263
|
+
}
|
|
264
|
+
},] },
|
|
265
|
+
];
|
|
266
|
+
/**
|
|
267
|
+
* @nocollapse
|
|
268
|
+
*/
|
|
269
|
+
exports.KanbanComponent.ctorParameters = function () { return [
|
|
270
|
+
{ type: core.ElementRef, },
|
|
271
|
+
{ type: core.Renderer2, },
|
|
272
|
+
{ type: core.ViewContainerRef, },
|
|
273
|
+
{ type: core.Injector, },
|
|
274
|
+
]; };
|
|
275
|
+
exports.KanbanComponent.propDecorators = {
|
|
276
|
+
'tooltipTemplate': [{ type: core.ContentChild, args: ['tooltipTemplate',] },],
|
|
277
|
+
'columns_template': [{ type: core.ContentChild, args: ['columnsTemplate',] },],
|
|
278
|
+
'swimlaneSettings_template': [{ type: core.ContentChild, args: ['swimlaneSettingsTemplate',] },],
|
|
279
|
+
'cardSettings_template': [{ type: core.ContentChild, args: ['cardSettingsTemplate',] },],
|
|
280
|
+
'dialogSettings_template': [{ type: core.ContentChild, args: ['dialogSettingsTemplate',] },],
|
|
281
|
+
};
|
|
282
|
+
__decorate$1([
|
|
283
|
+
ej2AngularBase.Template(),
|
|
284
|
+
__metadata$1("design:type", Object)
|
|
285
|
+
], exports.KanbanComponent.prototype, "tooltipTemplate", void 0);
|
|
286
|
+
__decorate$1([
|
|
287
|
+
ej2AngularBase.Template(),
|
|
288
|
+
__metadata$1("design:type", Object)
|
|
289
|
+
], exports.KanbanComponent.prototype, "columns_template", void 0);
|
|
290
|
+
__decorate$1([
|
|
291
|
+
ej2AngularBase.Template(),
|
|
292
|
+
__metadata$1("design:type", Object)
|
|
293
|
+
], exports.KanbanComponent.prototype, "swimlaneSettings_template", void 0);
|
|
294
|
+
__decorate$1([
|
|
295
|
+
ej2AngularBase.Template(),
|
|
296
|
+
__metadata$1("design:type", Object)
|
|
297
|
+
], exports.KanbanComponent.prototype, "cardSettings_template", void 0);
|
|
298
|
+
__decorate$1([
|
|
299
|
+
ej2AngularBase.Template(),
|
|
300
|
+
__metadata$1("design:type", Object)
|
|
301
|
+
], exports.KanbanComponent.prototype, "dialogSettings_template", void 0);
|
|
302
|
+
exports.KanbanComponent = __decorate$1([
|
|
303
|
+
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
|
304
|
+
__metadata$1("design:paramtypes", [core.ElementRef,
|
|
305
|
+
core.Renderer2,
|
|
306
|
+
core.ViewContainerRef,
|
|
307
|
+
core.Injector])
|
|
308
|
+
], exports.KanbanComponent);
|
|
309
|
+
/**
|
|
310
|
+
* NgModule definition for the Kanban component.
|
|
311
|
+
*/
|
|
312
|
+
var KanbanModule = /** @class */ (function () {
|
|
313
|
+
function KanbanModule() {
|
|
314
|
+
}
|
|
315
|
+
return KanbanModule;
|
|
316
|
+
}());
|
|
317
|
+
KanbanModule.decorators = [
|
|
318
|
+
{ type: core.NgModule, args: [{
|
|
319
|
+
imports: [common.CommonModule],
|
|
320
|
+
declarations: [
|
|
321
|
+
exports.KanbanComponent,
|
|
322
|
+
ColumnDirective,
|
|
323
|
+
ColumnsDirective,
|
|
324
|
+
StackedHeaderDirective,
|
|
325
|
+
StackedHeadersDirective
|
|
326
|
+
],
|
|
327
|
+
exports: [
|
|
328
|
+
exports.KanbanComponent,
|
|
329
|
+
ColumnDirective,
|
|
330
|
+
ColumnsDirective,
|
|
331
|
+
StackedHeaderDirective,
|
|
332
|
+
StackedHeadersDirective
|
|
333
|
+
]
|
|
334
|
+
},] },
|
|
335
|
+
];
|
|
336
|
+
/**
|
|
337
|
+
* @nocollapse
|
|
338
|
+
*/
|
|
339
|
+
KanbanModule.ctorParameters = function () { return []; };
|
|
340
|
+
/**
|
|
341
|
+
* NgModule definition for the Kanban component with providers.
|
|
342
|
+
*/
|
|
343
|
+
var KanbanAllModule = /** @class */ (function () {
|
|
344
|
+
function KanbanAllModule() {
|
|
345
|
+
}
|
|
346
|
+
return KanbanAllModule;
|
|
347
|
+
}());
|
|
348
|
+
KanbanAllModule.decorators = [
|
|
349
|
+
{ type: core.NgModule, args: [{
|
|
350
|
+
imports: [common.CommonModule, KanbanModule],
|
|
351
|
+
exports: [
|
|
352
|
+
KanbanModule
|
|
353
|
+
],
|
|
354
|
+
providers: []
|
|
355
|
+
},] },
|
|
356
|
+
];
|
|
357
|
+
/**
|
|
358
|
+
* @nocollapse
|
|
359
|
+
*/
|
|
360
|
+
KanbanAllModule.ctorParameters = function () { return []; };
|
|
361
|
+
|
|
362
|
+
exports.ColumnDirective = ColumnDirective;
|
|
363
|
+
exports.ColumnsDirective = ColumnsDirective;
|
|
364
|
+
exports.StackedHeaderDirective = StackedHeaderDirective;
|
|
365
|
+
exports.StackedHeadersDirective = StackedHeadersDirective;
|
|
366
|
+
exports.KanbanModule = KanbanModule;
|
|
367
|
+
exports.KanbanAllModule = KanbanAllModule;
|
|
368
|
+
exports.ɵa = inputs;
|
|
369
|
+
exports.ɵb = outputs$2;
|
|
370
|
+
exports.Kanban = ej2Kanban.Kanban;
|
|
371
|
+
exports.actionBegin = ej2Kanban.actionBegin;
|
|
372
|
+
exports.actionComplete = ej2Kanban.actionComplete;
|
|
373
|
+
exports.actionFailure = ej2Kanban.actionFailure;
|
|
374
|
+
exports.cardClick = ej2Kanban.cardClick;
|
|
375
|
+
exports.cardDoubleClick = ej2Kanban.cardDoubleClick;
|
|
376
|
+
exports.cardRendered = ej2Kanban.cardRendered;
|
|
377
|
+
exports.queryCellInfo = ej2Kanban.queryCellInfo;
|
|
378
|
+
exports.dataBinding = ej2Kanban.dataBinding;
|
|
379
|
+
exports.dataBound = ej2Kanban.dataBound;
|
|
380
|
+
exports.dragStart = ej2Kanban.dragStart;
|
|
381
|
+
exports.drag = ej2Kanban.drag;
|
|
382
|
+
exports.dragStop = ej2Kanban.dragStop;
|
|
383
|
+
exports.documentClick = ej2Kanban.documentClick;
|
|
384
|
+
exports.dialogOpen = ej2Kanban.dialogOpen;
|
|
385
|
+
exports.dialogClose = ej2Kanban.dialogClose;
|
|
386
|
+
exports.contentReady = ej2Kanban.contentReady;
|
|
387
|
+
exports.dataReady = ej2Kanban.dataReady;
|
|
388
|
+
exports.bottomSpace = ej2Kanban.bottomSpace;
|
|
389
|
+
exports.cardSpace = ej2Kanban.cardSpace;
|
|
390
|
+
exports.toggleWidth = ej2Kanban.toggleWidth;
|
|
391
|
+
exports.dataSourceChanged = ej2Kanban.dataSourceChanged;
|
|
392
|
+
exports.dataStateChange = ej2Kanban.dataStateChange;
|
|
393
|
+
exports.columnDragStart = ej2Kanban.columnDragStart;
|
|
394
|
+
exports.columnDrag = ej2Kanban.columnDrag;
|
|
395
|
+
exports.columnDrop = ej2Kanban.columnDrop;
|
|
396
|
+
|
|
397
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
398
|
+
|
|
399
|
+
})));
|
|
400
|
+
//# sourceMappingURL=ej2-angular-kanban.umd.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ej2-angular-kanban.umd.js","sources":["~/@syncfusion/ej2-angular-kanban/src/kanban/kanban-all.module.ts","~/@syncfusion/ej2-angular-kanban/src/kanban/kanban.module.ts","~/@syncfusion/ej2-angular-kanban/src/kanban/kanban.component.ts","~/@syncfusion/ej2-angular-kanban/src/kanban/stackedheaders.directive.ts","~/@syncfusion/ej2-angular-kanban/src/kanban/columns.directive.ts"],"sourcesContent":["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 * NgModule definition for the Kanban component with providers.\n */\nexport class KanbanAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, KanbanModule],\n exports: [\n KanbanModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction KanbanAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nKanbanAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nKanbanAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\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 * NgModule definition for the Kanban component.\n */\nexport class KanbanModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\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}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction KanbanModule_tsickle_Closure_declarations() {\n/** @type {?} */\nKanbanModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nKanbanModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\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 /** @type {?} */ 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 /** @type {?} */ outputs: string[] = ['actionBegin','actionComplete','actionFailure','cardClick','cardDoubleClick','cardRendered','created','dataBinding','dataBound','dataSourceChanged','dataStateChange','dialogClose','dialogOpen','drag','dragStart','dragStop','queryCellInfo'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * `ej-kanban` represents the Angular Kanban Component.\n * ```html\n * <ejs-kanban></ejs-kanban>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class KanbanComponent extends Kanban implements IComponentBase {\npublic context : any;\npublic 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;\npublic queryCellInfo: any;\npublic childColumns: QueryList<ColumnsDirective>;\npublic childStackedHeaders: QueryList<StackedHeadersDirective>;\npublic 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@Template()\n public tooltipTemplate: any;\n \n @Template()\npublic columns_template: any;\n \n @Template()\npublic swimlaneSettings_template: any;\n \n @Template()\npublic cardSettings_template: any;\n \n @Template()\npublic dialogSettings_template: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate 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 * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childColumns;\n if (this.childStackedHeaders) {\n this.tagObjects[1].instance = /** @type {?} */(( this.childStackedHeaders as any));\n }\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\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];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'tooltipTemplate': [{ type: ContentChild, args: ['tooltipTemplate', ] },],\n'columns_template': [{ type: ContentChild, args: ['columnsTemplate', ] },],\n'swimlaneSettings_template': [{ type: ContentChild, args: ['swimlaneSettingsTemplate', ] },],\n'cardSettings_template': [{ type: ContentChild, args: ['cardSettingsTemplate', ] },],\n'dialogSettings_template': [{ type: ContentChild, args: ['dialogSettingsTemplate', ] },],\n};\n}\n\nfunction KanbanComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nKanbanComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nKanbanComponent.ctorParameters;\n/** @type {?} */\nKanbanComponent.propDecorators;\n/** @type {?} */\nKanbanComponent.prototype.context;\n/** @type {?} */\nKanbanComponent.prototype.tagObjects;\n/** @type {?} */\nKanbanComponent.prototype.actionBegin;\n/** @type {?} */\nKanbanComponent.prototype.actionComplete;\n/** @type {?} */\nKanbanComponent.prototype.actionFailure;\n/** @type {?} */\nKanbanComponent.prototype.cardClick;\n/** @type {?} */\nKanbanComponent.prototype.cardDoubleClick;\n/** @type {?} */\nKanbanComponent.prototype.cardRendered;\n/** @type {?} */\nKanbanComponent.prototype.created;\n/** @type {?} */\nKanbanComponent.prototype.dataBinding;\n/** @type {?} */\nKanbanComponent.prototype.dataBound;\n/** @type {?} */\nKanbanComponent.prototype.dataSourceChanged;\n/** @type {?} */\nKanbanComponent.prototype.dataStateChange;\n/** @type {?} */\nKanbanComponent.prototype.dialogClose;\n/** @type {?} */\nKanbanComponent.prototype.dialogOpen;\n/** @type {?} */\nKanbanComponent.prototype.drag;\n/** @type {?} */\nKanbanComponent.prototype.dragStart;\n/** @type {?} */\nKanbanComponent.prototype.dragStop;\n/** @type {?} */\nKanbanComponent.prototype.queryCellInfo;\n/** @type {?} */\nKanbanComponent.prototype.childColumns;\n/** @type {?} */\nKanbanComponent.prototype.childStackedHeaders;\n/** @type {?} */\nKanbanComponent.prototype.tags;\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 * @type {?}\n */\nKanbanComponent.prototype.tooltipTemplate;\n/** @type {?} */\nKanbanComponent.prototype.columns_template;\n/** @type {?} */\nKanbanComponent.prototype.swimlaneSettings_template;\n/** @type {?} */\nKanbanComponent.prototype.cardSettings_template;\n/** @type {?} */\nKanbanComponent.prototype.dialogSettings_template;\n/** @type {?} */\nKanbanComponent.prototype.registerEvents;\n/** @type {?} */\nKanbanComponent.prototype.addTwoWay;\n/** @type {?} */\nKanbanComponent.prototype.ngEle;\n/** @type {?} */\nKanbanComponent.prototype.srenderer;\n/** @type {?} */\nKanbanComponent.prototype.viewContainerRef;\n/** @type {?} */\nKanbanComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['keyFields', 'text'];\nlet /** @type {?} */ 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 */\nexport class StackedHeaderDirective extends ComplexBase<StackedHeaderDirective> {\npublic directivePropList: any;\n/**\n * Defines the multiple columns keyField\n * \\@default null\n */\npublic keyFields: any;\n/**\n * Defines the column header text\n * \\@default null\n */\npublic text: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-stackedHeaders>e-stackedHeader',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction StackedHeaderDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStackedHeaderDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStackedHeaderDirective.ctorParameters;\n/** @type {?} */\nStackedHeaderDirective.prototype.directivePropList;\n/**\n * Defines the multiple columns keyField\n * \\@default null\n * @type {?}\n */\nStackedHeaderDirective.prototype.keyFields;\n/**\n * Defines the column header text\n * \\@default null\n * @type {?}\n */\nStackedHeaderDirective.prototype.text;\n/** @type {?} */\nStackedHeaderDirective.prototype.viewContainerRef;\n}\n\n/**\n * StackedHeader Array Directive\n */\nexport class StackedHeadersDirective extends ArrayBase<StackedHeadersDirective> {\nconstructor() {\n super('stackedheaders');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-kanban>e-stackedHeaders',\n queries: {\n children: new ContentChildren(StackedHeaderDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction StackedHeadersDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStackedHeadersDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStackedHeadersDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","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 /** @type {?} */ input: string[] = ['allowDrag', 'allowDrop', 'allowToggle', 'headerText', 'isExpanded', 'keyField', 'maxCount', 'minCount', 'showAddButton', 'showItemCount', 'template', 'transitionColumns'];\nlet /** @type {?} */ 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 */\nexport class ColumnDirective extends ComplexBase<ColumnDirective> {\npublic directivePropList: any;\n/**\n * Enable or disable column drag\n * \\@default true\n */\npublic allowDrag: any;\n/**\n * Enable or disable column drop\n * \\@default true\n */\npublic allowDrop: any;\n/**\n * Enable or disable toggle column\n * \\@default false\n */\npublic allowToggle: any;\n/**\n * Defines the column header title\n * \\@default null\n */\npublic headerText: any;\n/**\n * Defines the collapsed or expandable state\n * \\@default true\n */\npublic 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 */\npublic keyField: any;\n/**\n * Defines the maximum card count in column\n * \\@default null\n * \\@asptype int\n */\npublic maxCount: any;\n/**\n * Defines the minimum card count in column\n * \\@default null\n * \\@asptype int\n */\npublic minCount: any;\n/**\n * Enable or disable cell add button\n * \\@default false\n */\npublic showAddButton: any;\n/**\n * Enable or disable card count in column\n * \\@default true\n */\npublic showItemCount: any;\n/**\n * Defines the column transition\n * \\@default []\n */\npublic transitionColumns: any;\n/**\n * Defines the column template\n * \\@default null\n * \\@asptype string\n */\n@Template()\n public template: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-columns>e-column',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n};\n}\n\nfunction ColumnDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nColumnDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColumnDirective.ctorParameters;\n/** @type {?} */\nColumnDirective.propDecorators;\n/** @type {?} */\nColumnDirective.prototype.directivePropList;\n/**\n * Enable or disable column drag\n * \\@default true\n * @type {?}\n */\nColumnDirective.prototype.allowDrag;\n/**\n * Enable or disable column drop\n * \\@default true\n * @type {?}\n */\nColumnDirective.prototype.allowDrop;\n/**\n * Enable or disable toggle column\n * \\@default false\n * @type {?}\n */\nColumnDirective.prototype.allowToggle;\n/**\n * Defines the column header title\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.headerText;\n/**\n * Defines the collapsed or expandable state\n * \\@default true\n * @type {?}\n */\nColumnDirective.prototype.isExpanded;\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 * @type {?}\n */\nColumnDirective.prototype.keyField;\n/**\n * Defines the maximum card count in column\n * \\@default null\n * \\@asptype int\n * @type {?}\n */\nColumnDirective.prototype.maxCount;\n/**\n * Defines the minimum card count in column\n * \\@default null\n * \\@asptype int\n * @type {?}\n */\nColumnDirective.prototype.minCount;\n/**\n * Enable or disable cell add button\n * \\@default false\n * @type {?}\n */\nColumnDirective.prototype.showAddButton;\n/**\n * Enable or disable card count in column\n * \\@default true\n * @type {?}\n */\nColumnDirective.prototype.showItemCount;\n/**\n * Defines the column transition\n * \\@default []\n * @type {?}\n */\nColumnDirective.prototype.transitionColumns;\n/**\n * Defines the column template\n * \\@default null\n * \\@asptype string\n * @type {?}\n */\nColumnDirective.prototype.template;\n/** @type {?} */\nColumnDirective.prototype.viewContainerRef;\n}\n\n/**\n * Column Array Directive\n */\nexport class ColumnsDirective extends ArrayBase<ColumnsDirective> {\nconstructor() {\n super('columns');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-kanban>e-columns',\n queries: {\n children: new ContentChildren(ColumnDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ColumnsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nColumnsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColumnsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["CommonModule","NgModule","KanbanComponent","Injector","ViewContainerRef","Renderer2","__metadata","ElementRef","ComponentMixins","ComponentBase","__decorate","Template","ContentChild","ChangeDetectionStrategy","outputs","Component","Kanban","setValue","ContentChildren","Directive","ArrayBase","input","ComplexBase"],"mappings":"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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: ej2-angular-kanban.umd.min.js
|
|
3
|
+
* version : 31.2.2
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
10
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-kanban"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-kanban","@angular/common"],t):t(e["ej2-angular-kanban"]={},e.ng.core,e.ej2.angular.base,e.ej2.kanban,e.ng.common)}(this,function(e,t,n,a,o){"use strict";var r=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function a(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(a.prototype=n.prototype,new a)}}(),i=this&&this.__decorate||function(e,t,n,a){var o,r=arguments.length,i=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,n):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,a);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(r<3?o(i):r>3?o(t,n,i):o(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},c=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},s=["allowDrag","allowDrop","allowToggle","headerText","isExpanded","keyField","maxCount","minCount","showAddButton","showItemCount","template","transitionColumns"],l=[],d=function(e){function t(t){var a=e.call(this)||this;return a.viewContainerRef=t,n.setValue("currentInstance",a,a.viewContainerRef),a.registerEvents(l),a.directivePropList=s,a}return r(t,e),t}(n.ComplexBase);d.decorators=[{type:t.Directive,args:[{selector:"e-columns>e-column",inputs:s,outputs:l,queries:{}}]}],d.ctorParameters=function(){return[{type:t.ViewContainerRef}]},d.propDecorators={template:[{type:t.ContentChild,args:["template"]}]},i([n.Template(),c("design:type",Object)],d.prototype,"template",void 0);var p=function(e){function t(){return e.call(this,"columns")||this}return r(t,e),t}(n.ArrayBase);p.decorators=[{type:t.Directive,args:[{selector:"ejs-kanban>e-columns",queries:{children:new t.ContentChildren(d)}}]}],p.ctorParameters=function(){return[]};var u=["keyFields","text"],g=[],m=function(e){function t(t){var a=e.call(this)||this;return a.viewContainerRef=t,n.setValue("currentInstance",a,a.viewContainerRef),a.registerEvents(g),a.directivePropList=u,a}return r(t,e),t}(n.ComplexBase);m.decorators=[{type:t.Directive,args:[{selector:"e-stackedHeaders>e-stackedHeader",inputs:u,outputs:g,queries:{}}]}],m.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var f=function(e){function t(){return e.call(this,"stackedheaders")||this}return r(t,e),t}(n.ArrayBase);f.decorators=[{type:t.Directive,args:[{selector:"ejs-kanban>e-stackedHeaders",queries:{children:new t.ContentChildren(m)}}]}],f.ctorParameters=function(){return[]};var C=this&&this.__decorate||function(e,t,n,a){var o,r=arguments.length,i=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,n):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,a);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(r<3?o(i):r>3?o(t,n,i):o(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},y=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},h=["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"],b=["actionBegin","actionComplete","actionFailure","cardClick","cardDoubleClick","cardRendered","created","dataBinding","dataBound","dataSourceChanged","dataStateChange","dialogClose","dialogOpen","drag","dragStart","dragStop","queryCellInfo"],v=[""];e.KanbanComponent=function(e){function t(t,a,o,r){var i=e.call(this)||this;return i.ngEle=t,i.srenderer=a,i.viewContainerRef=o,i.injector=r,i.tags=["columns","stackedHeaders"],i.element=i.ngEle.nativeElement,i.injectedModules=i.injectedModules||[],i.registerEvents(b),i.addTwoWay.call(i,v),n.setValue("currentInstance",i,i.viewContainerRef),i.context=new n.ComponentBase,i}return r(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childColumns,this.childStackedHeaders&&(this.tagObjects[1].instance=this.childStackedHeaders),this.context.ngAfterContentChecked(this)},t}(a.Kanban),e.KanbanComponent.decorators=[{type:t.Component,args:[{selector:"ejs-kanban",inputs:h,outputs:b,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childColumns:new t.ContentChild(p),childStackedHeaders:new t.ContentChild(f)}}]}],e.KanbanComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.KanbanComponent.propDecorators={tooltipTemplate:[{type:t.ContentChild,args:["tooltipTemplate"]}],columns_template:[{type:t.ContentChild,args:["columnsTemplate"]}],swimlaneSettings_template:[{type:t.ContentChild,args:["swimlaneSettingsTemplate"]}],cardSettings_template:[{type:t.ContentChild,args:["cardSettingsTemplate"]}],dialogSettings_template:[{type:t.ContentChild,args:["dialogSettingsTemplate"]}]},C([n.Template(),y("design:type",Object)],e.KanbanComponent.prototype,"tooltipTemplate",void 0),C([n.Template(),y("design:type",Object)],e.KanbanComponent.prototype,"columns_template",void 0),C([n.Template(),y("design:type",Object)],e.KanbanComponent.prototype,"swimlaneSettings_template",void 0),C([n.Template(),y("design:type",Object)],e.KanbanComponent.prototype,"cardSettings_template",void 0),C([n.Template(),y("design:type",Object)],e.KanbanComponent.prototype,"dialogSettings_template",void 0),e.KanbanComponent=C([n.ComponentMixins([n.ComponentBase]),y("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.KanbanComponent);var S=function(){return function(){}}();S.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule],declarations:[e.KanbanComponent,d,p,m,f],exports:[e.KanbanComponent,d,p,m,f]}]}],S.ctorParameters=function(){return[]};var j=function(){return function(){}}();j.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule,S],exports:[S],providers:[]}]}],j.ctorParameters=function(){return[]},e.ColumnDirective=d,e.ColumnsDirective=p,e.StackedHeaderDirective=m,e.StackedHeadersDirective=f,e.KanbanModule=S,e.KanbanAllModule=j,e.ɵa=h,e.ɵb=b,e.Kanban=a.Kanban,e.actionBegin=a.actionBegin,e.actionComplete=a.actionComplete,e.actionFailure=a.actionFailure,e.cardClick=a.cardClick,e.cardDoubleClick=a.cardDoubleClick,e.cardRendered=a.cardRendered,e.queryCellInfo=a.queryCellInfo,e.dataBinding=a.dataBinding,e.dataBound=a.dataBound,e.dragStart=a.dragStart,e.drag=a.drag,e.dragStop=a.dragStop,e.documentClick=a.documentClick,e.dialogOpen=a.dialogOpen,e.dialogClose=a.dialogClose,e.contentReady=a.contentReady,e.dataReady=a.dataReady,e.bottomSpace=a.bottomSpace,e.cardSpace=a.cardSpace,e.toggleWidth=a.toggleWidth,e.dataSourceChanged=a.dataSourceChanged,e.dataStateChange=a.dataStateChange,e.columnDragStart=a.columnDragStart,e.columnDrag=a.columnDrag,e.columnDrop=a.columnDrop,Object.defineProperty(e,"__esModule",{value:!0})});
|
|
11
|
+
//# sourceMappingURL=ej2-angular-kanban.umd.min.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ej2-angular-kanban.umd.min.js","sources":["~/@syncfusion/ej2-angular-kanban/src/kanban/columns.directive.ts","~/@syncfusion/ej2-angular-kanban/src/kanban/stackedheaders.directive.ts","~/@syncfusion/ej2-angular-kanban/src/kanban/kanban.component.ts","~/@syncfusion/ej2-angular-kanban/src/kanban/kanban.module.ts","~/@syncfusion/ej2-angular-kanban/src/kanban/kanban-all.module.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 /** @type {?} */ input: string[] = ['allowDrag', 'allowDrop', 'allowToggle', 'headerText', 'isExpanded', 'keyField', 'maxCount', 'minCount', 'showAddButton', 'showItemCount', 'template', 'transitionColumns'];\nlet /** @type {?} */ 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 */\nexport class ColumnDirective extends ComplexBase<ColumnDirective> {\npublic directivePropList: any;\n/**\n * Enable or disable column drag\n * \\@default true\n */\npublic allowDrag: any;\n/**\n * Enable or disable column drop\n * \\@default true\n */\npublic allowDrop: any;\n/**\n * Enable or disable toggle column\n * \\@default false\n */\npublic allowToggle: any;\n/**\n * Defines the column header title\n * \\@default null\n */\npublic headerText: any;\n/**\n * Defines the collapsed or expandable state\n * \\@default true\n */\npublic 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 */\npublic keyField: any;\n/**\n * Defines the maximum card count in column\n * \\@default null\n * \\@asptype int\n */\npublic maxCount: any;\n/**\n * Defines the minimum card count in column\n * \\@default null\n * \\@asptype int\n */\npublic minCount: any;\n/**\n * Enable or disable cell add button\n * \\@default false\n */\npublic showAddButton: any;\n/**\n * Enable or disable card count in column\n * \\@default true\n */\npublic showItemCount: any;\n/**\n * Defines the column transition\n * \\@default []\n */\npublic transitionColumns: any;\n/**\n * Defines the column template\n * \\@default null\n * \\@asptype string\n */\n@Template()\n public template: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-columns>e-column',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n};\n}\n\nfunction ColumnDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nColumnDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColumnDirective.ctorParameters;\n/** @type {?} */\nColumnDirective.propDecorators;\n/** @type {?} */\nColumnDirective.prototype.directivePropList;\n/**\n * Enable or disable column drag\n * \\@default true\n * @type {?}\n */\nColumnDirective.prototype.allowDrag;\n/**\n * Enable or disable column drop\n * \\@default true\n * @type {?}\n */\nColumnDirective.prototype.allowDrop;\n/**\n * Enable or disable toggle column\n * \\@default false\n * @type {?}\n */\nColumnDirective.prototype.allowToggle;\n/**\n * Defines the column header title\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.headerText;\n/**\n * Defines the collapsed or expandable state\n * \\@default true\n * @type {?}\n */\nColumnDirective.prototype.isExpanded;\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 * @type {?}\n */\nColumnDirective.prototype.keyField;\n/**\n * Defines the maximum card count in column\n * \\@default null\n * \\@asptype int\n * @type {?}\n */\nColumnDirective.prototype.maxCount;\n/**\n * Defines the minimum card count in column\n * \\@default null\n * \\@asptype int\n * @type {?}\n */\nColumnDirective.prototype.minCount;\n/**\n * Enable or disable cell add button\n * \\@default false\n * @type {?}\n */\nColumnDirective.prototype.showAddButton;\n/**\n * Enable or disable card count in column\n * \\@default true\n * @type {?}\n */\nColumnDirective.prototype.showItemCount;\n/**\n * Defines the column transition\n * \\@default []\n * @type {?}\n */\nColumnDirective.prototype.transitionColumns;\n/**\n * Defines the column template\n * \\@default null\n * \\@asptype string\n * @type {?}\n */\nColumnDirective.prototype.template;\n/** @type {?} */\nColumnDirective.prototype.viewContainerRef;\n}\n\n/**\n * Column Array Directive\n */\nexport class ColumnsDirective extends ArrayBase<ColumnsDirective> {\nconstructor() {\n super('columns');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-kanban>e-columns',\n queries: {\n children: new ContentChildren(ColumnDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ColumnsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nColumnsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColumnsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['keyFields', 'text'];\nlet /** @type {?} */ 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 */\nexport class StackedHeaderDirective extends ComplexBase<StackedHeaderDirective> {\npublic directivePropList: any;\n/**\n * Defines the multiple columns keyField\n * \\@default null\n */\npublic keyFields: any;\n/**\n * Defines the column header text\n * \\@default null\n */\npublic text: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-stackedHeaders>e-stackedHeader',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction StackedHeaderDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStackedHeaderDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStackedHeaderDirective.ctorParameters;\n/** @type {?} */\nStackedHeaderDirective.prototype.directivePropList;\n/**\n * Defines the multiple columns keyField\n * \\@default null\n * @type {?}\n */\nStackedHeaderDirective.prototype.keyFields;\n/**\n * Defines the column header text\n * \\@default null\n * @type {?}\n */\nStackedHeaderDirective.prototype.text;\n/** @type {?} */\nStackedHeaderDirective.prototype.viewContainerRef;\n}\n\n/**\n * StackedHeader Array Directive\n */\nexport class StackedHeadersDirective extends ArrayBase<StackedHeadersDirective> {\nconstructor() {\n super('stackedheaders');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-kanban>e-stackedHeaders',\n queries: {\n children: new ContentChildren(StackedHeaderDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction StackedHeadersDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStackedHeadersDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStackedHeadersDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\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 /** @type {?} */ 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 /** @type {?} */ outputs: string[] = ['actionBegin','actionComplete','actionFailure','cardClick','cardDoubleClick','cardRendered','created','dataBinding','dataBound','dataSourceChanged','dataStateChange','dialogClose','dialogOpen','drag','dragStart','dragStop','queryCellInfo'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * `ej-kanban` represents the Angular Kanban Component.\n * ```html\n * <ejs-kanban></ejs-kanban>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class KanbanComponent extends Kanban implements IComponentBase {\npublic context : any;\npublic 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;\npublic queryCellInfo: any;\npublic childColumns: QueryList<ColumnsDirective>;\npublic childStackedHeaders: QueryList<StackedHeadersDirective>;\npublic 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@Template()\n public tooltipTemplate: any;\n \n @Template()\npublic columns_template: any;\n \n @Template()\npublic swimlaneSettings_template: any;\n \n @Template()\npublic cardSettings_template: any;\n \n @Template()\npublic dialogSettings_template: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate 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 * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childColumns;\n if (this.childStackedHeaders) {\n this.tagObjects[1].instance = /** @type {?} */(( this.childStackedHeaders as any));\n }\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\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];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'tooltipTemplate': [{ type: ContentChild, args: ['tooltipTemplate', ] },],\n'columns_template': [{ type: ContentChild, args: ['columnsTemplate', ] },],\n'swimlaneSettings_template': [{ type: ContentChild, args: ['swimlaneSettingsTemplate', ] },],\n'cardSettings_template': [{ type: ContentChild, args: ['cardSettingsTemplate', ] },],\n'dialogSettings_template': [{ type: ContentChild, args: ['dialogSettingsTemplate', ] },],\n};\n}\n\nfunction KanbanComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nKanbanComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nKanbanComponent.ctorParameters;\n/** @type {?} */\nKanbanComponent.propDecorators;\n/** @type {?} */\nKanbanComponent.prototype.context;\n/** @type {?} */\nKanbanComponent.prototype.tagObjects;\n/** @type {?} */\nKanbanComponent.prototype.actionBegin;\n/** @type {?} */\nKanbanComponent.prototype.actionComplete;\n/** @type {?} */\nKanbanComponent.prototype.actionFailure;\n/** @type {?} */\nKanbanComponent.prototype.cardClick;\n/** @type {?} */\nKanbanComponent.prototype.cardDoubleClick;\n/** @type {?} */\nKanbanComponent.prototype.cardRendered;\n/** @type {?} */\nKanbanComponent.prototype.created;\n/** @type {?} */\nKanbanComponent.prototype.dataBinding;\n/** @type {?} */\nKanbanComponent.prototype.dataBound;\n/** @type {?} */\nKanbanComponent.prototype.dataSourceChanged;\n/** @type {?} */\nKanbanComponent.prototype.dataStateChange;\n/** @type {?} */\nKanbanComponent.prototype.dialogClose;\n/** @type {?} */\nKanbanComponent.prototype.dialogOpen;\n/** @type {?} */\nKanbanComponent.prototype.drag;\n/** @type {?} */\nKanbanComponent.prototype.dragStart;\n/** @type {?} */\nKanbanComponent.prototype.dragStop;\n/** @type {?} */\nKanbanComponent.prototype.queryCellInfo;\n/** @type {?} */\nKanbanComponent.prototype.childColumns;\n/** @type {?} */\nKanbanComponent.prototype.childStackedHeaders;\n/** @type {?} */\nKanbanComponent.prototype.tags;\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 * @type {?}\n */\nKanbanComponent.prototype.tooltipTemplate;\n/** @type {?} */\nKanbanComponent.prototype.columns_template;\n/** @type {?} */\nKanbanComponent.prototype.swimlaneSettings_template;\n/** @type {?} */\nKanbanComponent.prototype.cardSettings_template;\n/** @type {?} */\nKanbanComponent.prototype.dialogSettings_template;\n/** @type {?} */\nKanbanComponent.prototype.registerEvents;\n/** @type {?} */\nKanbanComponent.prototype.addTwoWay;\n/** @type {?} */\nKanbanComponent.prototype.ngEle;\n/** @type {?} */\nKanbanComponent.prototype.srenderer;\n/** @type {?} */\nKanbanComponent.prototype.viewContainerRef;\n/** @type {?} */\nKanbanComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\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 * NgModule definition for the Kanban component.\n */\nexport class KanbanModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\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}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction KanbanModule_tsickle_Closure_declarations() {\n/** @type {?} */\nKanbanModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nKanbanModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","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 * NgModule definition for the Kanban component with providers.\n */\nexport class KanbanAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, KanbanModule],\n exports: [\n KanbanModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction KanbanAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nKanbanAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nKanbanAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["input","outputs","ColumnDirective","_super","viewContainerRef","_this","call","this","setValue","registerEvents","directivePropList","__extends","ComplexBase","decorators","type","Directive","args","selector","inputs","queries","ctorParameters","ViewContainerRef","propDecorators","template","ContentChild","__decorate","Template","prototype","ColumnsDirective","ArrayBase","children","ContentChildren","StackedHeaderDirective","StackedHeadersDirective","twoWays","exports","KanbanComponent","ngEle","srenderer","injector","tags","element","nativeElement","injectedModules","addTwoWay","context","ComponentBase","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","tagObjects","instance","childColumns","childStackedHeaders","Kanban","Component","changeDetection","ChangeDetectionStrategy","OnPush","ElementRef","Renderer2","Injector","tooltipTemplate","columns_template","swimlaneSettings_template","cardSettings_template","dialogSettings_template","ComponentMixins","__metadata","KanbanModule","NgModule","imports","CommonModule","declarations","KanbanAllModule","providers"],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-kanban"}],"metadata":{"ɵa":["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"],"ɵb":["actionBegin","actionComplete","actionFailure","cardClick","cardDoubleClick","cardRendered","created","dataBinding","dataBound","dataSourceChanged","dataStateChange","dialogClose","dialogOpen","drag","dragStart","dragStop","queryCellInfo"],"ColumnDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-columns>e-column","inputs":["allowDrag","allowDrop","allowToggle","headerText","isExpanded","keyField","maxCount","minCount","showAddButton","showItemCount","template","transitionColumns"],"outputs":[],"queries":{}}]}],"members":{"template":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["template"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"ColumnsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"ejs-kanban>e-columns","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"ColumnDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"StackedHeaderDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-stackedHeaders>e-stackedHeader","inputs":["keyFields","text"],"outputs":[],"queries":{}}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"StackedHeadersDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"ejs-kanban>e-stackedHeaders","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"StackedHeaderDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"KanbanComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-kanban","name":"Kanban"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-kanban","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childColumns":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"ColumnsDirective"}]},"childStackedHeaders":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"StackedHeadersDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"tooltipTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["tooltipTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"columns_template":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["columnsTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"swimlaneSettings_template":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["swimlaneSettingsTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"cardSettings_template":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["cardSettingsTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"dialogSettings_template":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["dialogSettingsTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"KanbanModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"KanbanComponent"},{"__symbolic":"reference","name":"ColumnDirective"},{"__symbolic":"reference","name":"ColumnsDirective"},{"__symbolic":"reference","name":"StackedHeaderDirective"},{"__symbolic":"reference","name":"StackedHeadersDirective"}],"exports":[{"__symbolic":"reference","name":"KanbanComponent"},{"__symbolic":"reference","name":"ColumnDirective"},{"__symbolic":"reference","name":"ColumnsDirective"},{"__symbolic":"reference","name":"StackedHeaderDirective"},{"__symbolic":"reference","name":"StackedHeadersDirective"}]}]}],"members":{}},"KanbanAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"KanbanModule"}],"exports":[{"__symbolic":"reference","name":"KanbanModule"}],"providers":[]}]}],"members":{}}},"origins":{"ɵa":"./src/kanban/kanban.component","ɵb":"./src/kanban/kanban.component","ColumnDirective":"./src/kanban/columns.directive","ColumnsDirective":"./src/kanban/columns.directive","StackedHeaderDirective":"./src/kanban/stackedheaders.directive","StackedHeadersDirective":"./src/kanban/stackedheaders.directive","KanbanComponent":"./src/kanban/kanban.component","KanbanModule":"./src/kanban/kanban.module","KanbanAllModule":"./src/kanban/kanban-all.module"},"importAs":"@syncfusion/ej2-angular-kanban"}
|