@syncfusion/ej2-angular-gantt 31.2.5 → 31.2.10-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 (46) hide show
  1. package/@syncfusion/ej2-angular-gantt.es5.js +934 -0
  2. package/@syncfusion/ej2-angular-gantt.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-gantt.js +882 -0
  4. package/@syncfusion/ej2-angular-gantt.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/README.md +2 -9
  7. package/dist/ej2-angular-gantt.umd.js +1055 -0
  8. package/dist/ej2-angular-gantt.umd.js.map +1 -0
  9. package/dist/ej2-angular-gantt.umd.min.js +11 -0
  10. package/dist/ej2-angular-gantt.umd.min.js.map +1 -0
  11. package/ej2-angular-gantt.d.ts +5 -0
  12. package/ej2-angular-gantt.metadata.json +1 -0
  13. package/package.json +8 -21
  14. package/public_api.d.ts +1 -1
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/gantt/adddialogfields.directive.d.ts +53 -58
  18. package/src/gantt/columns.directive.d.ts +209 -214
  19. package/src/gantt/dayworkingtime.directive.d.ts +36 -41
  20. package/src/gantt/editdialogfields.directive.d.ts +53 -58
  21. package/src/gantt/eventmarkers.directive.d.ts +42 -47
  22. package/src/gantt/gantt-all.module.d.ts +22 -28
  23. package/src/gantt/gantt.component.d.ts +143 -146
  24. package/src/gantt/gantt.module.d.ts +5 -18
  25. package/src/gantt/holidays.directive.d.ts +46 -51
  26. package/src/gantt/weekworkingtime.directive.d.ts +38 -43
  27. package/src/index.d.ts +11 -11
  28. package/CHANGELOG.md +0 -2874
  29. package/esm2020/public_api.mjs +0 -2
  30. package/esm2020/src/gantt/adddialogfields.directive.mjs +0 -58
  31. package/esm2020/src/gantt/columns.directive.mjs +0 -90
  32. package/esm2020/src/gantt/dayworkingtime.directive.mjs +0 -58
  33. package/esm2020/src/gantt/editdialogfields.directive.mjs +0 -58
  34. package/esm2020/src/gantt/eventmarkers.directive.mjs +0 -57
  35. package/esm2020/src/gantt/gantt-all.module.mjs +0 -74
  36. package/esm2020/src/gantt/gantt.component.mjs +0 -297
  37. package/esm2020/src/gantt/gantt.module.mjs +0 -88
  38. package/esm2020/src/gantt/holidays.directive.mjs +0 -58
  39. package/esm2020/src/gantt/weekworkingtime.directive.mjs +0 -58
  40. package/esm2020/src/index.mjs +0 -12
  41. package/esm2020/syncfusion-ej2-angular-gantt.mjs +0 -5
  42. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +0 -857
  43. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  44. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -857
  45. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  46. package/syncfusion-ej2-angular-gantt.d.ts +0 -5
@@ -0,0 +1,934 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = Object.setPrototypeOf ||
3
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
4
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
5
+ return function (d, b) {
6
+ extendStatics(d, b);
7
+ function __() { this.constructor = d; }
8
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
9
+ };
10
+ })();
11
+ import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
12
+ import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
13
+ import { ColumnMenu, ContextMenu, CriticalPath, DayMarkers, Edit, ExcelExport, Filter, Gantt, PdfExport, Reorder, Resize, RowDD, Selection, Sort, Toolbar, UndoRedo, VirtualScroll } from '@syncfusion/ej2-gantt';
14
+ import { CommonModule } from '@angular/common';
15
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
16
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
17
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
18
+ r = Reflect.decorate(decorators, target, key, desc);
19
+ else
20
+ for (var i = decorators.length - 1; i >= 0; i--)
21
+ if (d = decorators[i])
22
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
23
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
24
+ };
25
+ var __metadata = (this && this.__metadata) || function (k, v) {
26
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
27
+ return Reflect.metadata(k, v);
28
+ };
29
+ var input = ['allowEditing', 'allowFiltering', 'allowReordering', 'allowResizing', 'allowSorting', 'clipMode', 'customAttributes', 'disableHtmlEncode', 'displayAsCheckBox', 'edit', 'editType', 'field', 'filter', 'format', 'formatter', 'headerTemplate', 'headerText', 'headerTextAlign', 'hideAtMedia', 'isPrimaryKey', 'maxWidth', 'minWidth', 'sortComparer', 'template', 'textAlign', 'type', 'validationRules', 'valueAccessor', 'visible', 'width'];
30
+ var outputs = [];
31
+ /**
32
+ * `e-column` directive represent a column of the Angular Gantt.
33
+ * It must be contained in a Gantt component(`ejs-gantt`).
34
+ * ```html
35
+ * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'>
36
+ * <e-columns>
37
+ * <e-column field='ID' width='150'></e-column>
38
+ * <e-column field='taskName' headerText='Task Name' width='200'></e-column>
39
+ * </e-columns>
40
+ * </ejs-gantt>
41
+ * ```
42
+ */
43
+ var ColumnDirective = /** @class */ (function (_super) {
44
+ __extends(ColumnDirective, _super);
45
+ /**
46
+ * @param {?} viewContainerRef
47
+ */
48
+ function ColumnDirective(viewContainerRef) {
49
+ var _this = _super.call(this) || this;
50
+ _this.viewContainerRef = viewContainerRef;
51
+ setValue('currentInstance', _this, _this.viewContainerRef);
52
+ _this.registerEvents(outputs);
53
+ _this.directivePropList = input;
54
+ return _this;
55
+ }
56
+ return ColumnDirective;
57
+ }(ComplexBase));
58
+ ColumnDirective.decorators = [
59
+ { type: Directive, args: [{
60
+ selector: 'ejs-gantt>e-columns>e-column',
61
+ inputs: input,
62
+ outputs: outputs,
63
+ queries: {}
64
+ },] },
65
+ ];
66
+ /**
67
+ * @nocollapse
68
+ */
69
+ ColumnDirective.ctorParameters = function () { return [
70
+ { type: ViewContainerRef, },
71
+ ]; };
72
+ ColumnDirective.propDecorators = {
73
+ 'template': [{ type: ContentChild, args: ['template',] },],
74
+ 'headerTemplate': [{ type: ContentChild, args: ['headerTemplate',] },],
75
+ 'editTemplate': [{ type: ContentChild, args: ['editTemplate',] },],
76
+ 'filter_itemTemplate': [{ type: ContentChild, args: ['filterItemTemplate',] },],
77
+ 'filterTemplate': [{ type: ContentChild, args: ['filterTemplate',] },],
78
+ };
79
+ __decorate([
80
+ Template(),
81
+ __metadata("design:type", Object)
82
+ ], ColumnDirective.prototype, "template", void 0);
83
+ __decorate([
84
+ Template(),
85
+ __metadata("design:type", Object)
86
+ ], ColumnDirective.prototype, "headerTemplate", void 0);
87
+ __decorate([
88
+ Template(),
89
+ __metadata("design:type", Object)
90
+ ], ColumnDirective.prototype, "editTemplate", void 0);
91
+ __decorate([
92
+ Template(),
93
+ __metadata("design:type", Object)
94
+ ], ColumnDirective.prototype, "filter_itemTemplate", void 0);
95
+ __decorate([
96
+ Template(),
97
+ __metadata("design:type", Object)
98
+ ], ColumnDirective.prototype, "filterTemplate", void 0);
99
+ /**
100
+ * Column Array Directive
101
+ */
102
+ var ColumnsDirective = /** @class */ (function (_super) {
103
+ __extends(ColumnsDirective, _super);
104
+ function ColumnsDirective() {
105
+ return _super.call(this, 'columns') || this;
106
+ }
107
+ return ColumnsDirective;
108
+ }(ArrayBase));
109
+ ColumnsDirective.decorators = [
110
+ { type: Directive, args: [{
111
+ selector: 'ejs-gantt>e-columns',
112
+ queries: {
113
+ children: new ContentChildren(ColumnDirective)
114
+ },
115
+ },] },
116
+ ];
117
+ /**
118
+ * @nocollapse
119
+ */
120
+ ColumnsDirective.ctorParameters = function () { return []; };
121
+ var input$1 = ['additionalParams', 'fields', 'headerText', 'type'];
122
+ var outputs$1 = [];
123
+ /**
124
+ * `e-add-dialog-field` directive represent a add dialog fields collection in Gantt task add dialog.
125
+ * It must be contained in a Gantt component(`ejs-gantt`).
126
+ * ```html
127
+ * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'>
128
+ * <e-add-dialog-fields>
129
+ * <e-add-dialog-field type='General' headerText='General'></e-add-dialog-field>
130
+ * <e-add-dialog-field type='Dependency' headerText='Dependency'></e-add-dialog-field>
131
+ * </e-add-dialog-fields>
132
+ * </ejs-gantt>
133
+ * ```
134
+ */
135
+ var AddDialogFieldDirective = /** @class */ (function (_super) {
136
+ __extends(AddDialogFieldDirective, _super);
137
+ /**
138
+ * @param {?} viewContainerRef
139
+ */
140
+ function AddDialogFieldDirective(viewContainerRef) {
141
+ var _this = _super.call(this) || this;
142
+ _this.viewContainerRef = viewContainerRef;
143
+ setValue('currentInstance', _this, _this.viewContainerRef);
144
+ _this.registerEvents(outputs$1);
145
+ _this.directivePropList = input$1;
146
+ return _this;
147
+ }
148
+ return AddDialogFieldDirective;
149
+ }(ComplexBase));
150
+ AddDialogFieldDirective.decorators = [
151
+ { type: Directive, args: [{
152
+ selector: 'ejs-gantt>e-add-dialog-fields>e-add-dialog-field',
153
+ inputs: input$1,
154
+ outputs: outputs$1,
155
+ queries: {}
156
+ },] },
157
+ ];
158
+ /**
159
+ * @nocollapse
160
+ */
161
+ AddDialogFieldDirective.ctorParameters = function () { return [
162
+ { type: ViewContainerRef, },
163
+ ]; };
164
+ /**
165
+ * AddDialogField Array Directive
166
+ */
167
+ var AddDialogFieldsDirective = /** @class */ (function (_super) {
168
+ __extends(AddDialogFieldsDirective, _super);
169
+ function AddDialogFieldsDirective() {
170
+ return _super.call(this, 'adddialogfields') || this;
171
+ }
172
+ return AddDialogFieldsDirective;
173
+ }(ArrayBase));
174
+ AddDialogFieldsDirective.decorators = [
175
+ { type: Directive, args: [{
176
+ selector: 'ejs-gantt>e-add-dialog-fields',
177
+ queries: {
178
+ children: new ContentChildren(AddDialogFieldDirective)
179
+ },
180
+ },] },
181
+ ];
182
+ /**
183
+ * @nocollapse
184
+ */
185
+ AddDialogFieldsDirective.ctorParameters = function () { return []; };
186
+ var input$2 = ['additionalParams', 'fields', 'headerText', 'type'];
187
+ var outputs$2 = [];
188
+ /**
189
+ * `e-edit-dialog-field` directive represent a edit dialog fields collection in Gantt task add dialog.
190
+ * It must be contained in a Gantt component(`ejs-gantt`).
191
+ * ```html
192
+ * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'>
193
+ * <e-edit-dialog-fields>
194
+ * <e-edit-dialog-field type='General' headerText='General'></e-edit-dialog-field>
195
+ * <e-edit-dialog-field type='Dependency' headerText='Dependency'></e-edit-dialog-field>
196
+ * </e-edit-dialog-fields>
197
+ * </ejs-gantt>
198
+ * ```
199
+ */
200
+ var EditDialogFieldDirective = /** @class */ (function (_super) {
201
+ __extends(EditDialogFieldDirective, _super);
202
+ /**
203
+ * @param {?} viewContainerRef
204
+ */
205
+ function EditDialogFieldDirective(viewContainerRef) {
206
+ var _this = _super.call(this) || this;
207
+ _this.viewContainerRef = viewContainerRef;
208
+ setValue('currentInstance', _this, _this.viewContainerRef);
209
+ _this.registerEvents(outputs$2);
210
+ _this.directivePropList = input$2;
211
+ return _this;
212
+ }
213
+ return EditDialogFieldDirective;
214
+ }(ComplexBase));
215
+ EditDialogFieldDirective.decorators = [
216
+ { type: Directive, args: [{
217
+ selector: 'ejs-gantt>e-edit-dialog-fields>e-edit-dialog-field',
218
+ inputs: input$2,
219
+ outputs: outputs$2,
220
+ queries: {}
221
+ },] },
222
+ ];
223
+ /**
224
+ * @nocollapse
225
+ */
226
+ EditDialogFieldDirective.ctorParameters = function () { return [
227
+ { type: ViewContainerRef, },
228
+ ]; };
229
+ /**
230
+ * EditDialogField Array Directive
231
+ */
232
+ var EditDialogFieldsDirective = /** @class */ (function (_super) {
233
+ __extends(EditDialogFieldsDirective, _super);
234
+ function EditDialogFieldsDirective() {
235
+ return _super.call(this, 'editdialogfields') || this;
236
+ }
237
+ return EditDialogFieldsDirective;
238
+ }(ArrayBase));
239
+ EditDialogFieldsDirective.decorators = [
240
+ { type: Directive, args: [{
241
+ selector: 'ejs-gantt>e-edit-dialog-fields',
242
+ queries: {
243
+ children: new ContentChildren(EditDialogFieldDirective)
244
+ },
245
+ },] },
246
+ ];
247
+ /**
248
+ * @nocollapse
249
+ */
250
+ EditDialogFieldsDirective.ctorParameters = function () { return []; };
251
+ var input$3 = ['from', 'to'];
252
+ var outputs$3 = [];
253
+ /**
254
+ * `e-day-working-time-collection` directive represent a working time ranges in a day.
255
+ * It must be contained in a Gantt component(`ejs-gantt`).
256
+ * ```html
257
+ * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'>
258
+ * <e-day-working-time-collection>
259
+ * <e-day-working-time from='8' to='12'></e-day-working-time>
260
+ * <e-day-working-time from='13' to='17'></e-day-working-time>
261
+ * </e-day-working-time-collection>
262
+ * </ejs-gantt>
263
+ * ```
264
+ */
265
+ var DayWorkingTimeDirective = /** @class */ (function (_super) {
266
+ __extends(DayWorkingTimeDirective, _super);
267
+ /**
268
+ * @param {?} viewContainerRef
269
+ */
270
+ function DayWorkingTimeDirective(viewContainerRef) {
271
+ var _this = _super.call(this) || this;
272
+ _this.viewContainerRef = viewContainerRef;
273
+ setValue('currentInstance', _this, _this.viewContainerRef);
274
+ _this.registerEvents(outputs$3);
275
+ _this.directivePropList = input$3;
276
+ return _this;
277
+ }
278
+ return DayWorkingTimeDirective;
279
+ }(ComplexBase));
280
+ DayWorkingTimeDirective.decorators = [
281
+ { type: Directive, args: [{
282
+ selector: 'ejs-gantt>e-day-working-time-collection>e-day-working-time',
283
+ inputs: input$3,
284
+ outputs: outputs$3,
285
+ queries: {}
286
+ },] },
287
+ ];
288
+ /**
289
+ * @nocollapse
290
+ */
291
+ DayWorkingTimeDirective.ctorParameters = function () { return [
292
+ { type: ViewContainerRef, },
293
+ ]; };
294
+ /**
295
+ * DayWorkingTime Array Directive
296
+ */
297
+ var DayWorkingTimeCollectionDirective = /** @class */ (function (_super) {
298
+ __extends(DayWorkingTimeCollectionDirective, _super);
299
+ function DayWorkingTimeCollectionDirective() {
300
+ return _super.call(this, 'dayworkingtime') || this;
301
+ }
302
+ return DayWorkingTimeCollectionDirective;
303
+ }(ArrayBase));
304
+ DayWorkingTimeCollectionDirective.decorators = [
305
+ { type: Directive, args: [{
306
+ selector: 'ejs-gantt>e-day-working-time-collection',
307
+ queries: {
308
+ children: new ContentChildren(DayWorkingTimeDirective)
309
+ },
310
+ },] },
311
+ ];
312
+ /**
313
+ * @nocollapse
314
+ */
315
+ DayWorkingTimeCollectionDirective.ctorParameters = function () { return []; };
316
+ var input$4 = ['dayOfWeek', 'timeRange'];
317
+ var outputs$4 = [];
318
+ /**
319
+ * `e-week-working-times` directive represent a working time ranges in a day.
320
+ * It must be contained in a Gantt component(`ejs-gantt`).
321
+ * ```html
322
+ * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'>
323
+ * <e-week-working-times>
324
+ * <e-week-working-time dayOfWeek='Monday'></e-week-working-time>
325
+ * <e-week-working-time dayOfWeek='Monday'></e-week-working-time>
326
+ * </e-week-working-times>
327
+ * </ejs-gantt>
328
+ * ```
329
+ */
330
+ var WeekWorkingTimeDirective = /** @class */ (function (_super) {
331
+ __extends(WeekWorkingTimeDirective, _super);
332
+ /**
333
+ * @param {?} viewContainerRef
334
+ */
335
+ function WeekWorkingTimeDirective(viewContainerRef) {
336
+ var _this = _super.call(this) || this;
337
+ _this.viewContainerRef = viewContainerRef;
338
+ setValue('currentInstance', _this, _this.viewContainerRef);
339
+ _this.registerEvents(outputs$4);
340
+ _this.directivePropList = input$4;
341
+ return _this;
342
+ }
343
+ return WeekWorkingTimeDirective;
344
+ }(ComplexBase));
345
+ WeekWorkingTimeDirective.decorators = [
346
+ { type: Directive, args: [{
347
+ selector: 'ejs-gantt>e-week-working-times>e-week-working-time',
348
+ inputs: input$4,
349
+ outputs: outputs$4,
350
+ queries: {}
351
+ },] },
352
+ ];
353
+ /**
354
+ * @nocollapse
355
+ */
356
+ WeekWorkingTimeDirective.ctorParameters = function () { return [
357
+ { type: ViewContainerRef, },
358
+ ]; };
359
+ /**
360
+ * WeekWorkingTime Array Directive
361
+ */
362
+ var WeekWorkingTimesDirective = /** @class */ (function (_super) {
363
+ __extends(WeekWorkingTimesDirective, _super);
364
+ function WeekWorkingTimesDirective() {
365
+ return _super.call(this, 'weekworkingtime') || this;
366
+ }
367
+ return WeekWorkingTimesDirective;
368
+ }(ArrayBase));
369
+ WeekWorkingTimesDirective.decorators = [
370
+ { type: Directive, args: [{
371
+ selector: 'ejs-gantt>e-week-working-times',
372
+ queries: {
373
+ children: new ContentChildren(WeekWorkingTimeDirective)
374
+ },
375
+ },] },
376
+ ];
377
+ /**
378
+ * @nocollapse
379
+ */
380
+ WeekWorkingTimesDirective.ctorParameters = function () { return []; };
381
+ var input$5 = ['cssClass', 'from', 'label', 'to'];
382
+ var outputs$5 = [];
383
+ /**
384
+ * `e-holidays` directive represent a holidays collection in Gantt.
385
+ * It must be contained in a Gantt component(`ejs-gantt`).
386
+ * ```html
387
+ * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'>
388
+ * <e-holidays>
389
+ * <e-holiday from='02/20/2018' label='Holiday 1'></e-holiday>
390
+ * <e-holiday from='05/15/2018' label='Holiday 2'></e-holiday>
391
+ * </e-holidays>
392
+ * </ejs-gantt>
393
+ * ```
394
+ */
395
+ var HolidayDirective = /** @class */ (function (_super) {
396
+ __extends(HolidayDirective, _super);
397
+ /**
398
+ * @param {?} viewContainerRef
399
+ */
400
+ function HolidayDirective(viewContainerRef) {
401
+ var _this = _super.call(this) || this;
402
+ _this.viewContainerRef = viewContainerRef;
403
+ setValue('currentInstance', _this, _this.viewContainerRef);
404
+ _this.registerEvents(outputs$5);
405
+ _this.directivePropList = input$5;
406
+ return _this;
407
+ }
408
+ return HolidayDirective;
409
+ }(ComplexBase));
410
+ HolidayDirective.decorators = [
411
+ { type: Directive, args: [{
412
+ selector: 'ejs-gantt>e-holidays>e-holidays',
413
+ inputs: input$5,
414
+ outputs: outputs$5,
415
+ queries: {}
416
+ },] },
417
+ ];
418
+ /**
419
+ * @nocollapse
420
+ */
421
+ HolidayDirective.ctorParameters = function () { return [
422
+ { type: ViewContainerRef, },
423
+ ]; };
424
+ /**
425
+ * Holiday Array Directive
426
+ */
427
+ var HolidaysDirective = /** @class */ (function (_super) {
428
+ __extends(HolidaysDirective, _super);
429
+ function HolidaysDirective() {
430
+ return _super.call(this, 'holidays') || this;
431
+ }
432
+ return HolidaysDirective;
433
+ }(ArrayBase));
434
+ HolidaysDirective.decorators = [
435
+ { type: Directive, args: [{
436
+ selector: 'ejs-gantt>e-holidays',
437
+ queries: {
438
+ children: new ContentChildren(HolidayDirective)
439
+ },
440
+ },] },
441
+ ];
442
+ /**
443
+ * @nocollapse
444
+ */
445
+ HolidaysDirective.ctorParameters = function () { return []; };
446
+ var input$6 = ['cssClass', 'day', 'label'];
447
+ var outputs$6 = [];
448
+ /**
449
+ * `e-event-markers` directive represent a event marker collection in Gantt.
450
+ * It must be contained in a Gantt component(`ejs-gantt`).
451
+ * ```html
452
+ * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'>
453
+ * <e-event-markers>
454
+ * <e-event-marker day='02/10/2018' label='Project Starts'></e-event-marker>
455
+ * </e-event-markers>
456
+ * </ejs-gantt>
457
+ * ```
458
+ */
459
+ var EventMarkerDirective = /** @class */ (function (_super) {
460
+ __extends(EventMarkerDirective, _super);
461
+ /**
462
+ * @param {?} viewContainerRef
463
+ */
464
+ function EventMarkerDirective(viewContainerRef) {
465
+ var _this = _super.call(this) || this;
466
+ _this.viewContainerRef = viewContainerRef;
467
+ setValue('currentInstance', _this, _this.viewContainerRef);
468
+ _this.registerEvents(outputs$6);
469
+ _this.directivePropList = input$6;
470
+ return _this;
471
+ }
472
+ return EventMarkerDirective;
473
+ }(ComplexBase));
474
+ EventMarkerDirective.decorators = [
475
+ { type: Directive, args: [{
476
+ selector: 'ejs-gantt>e-event-markers>e-event-marker',
477
+ inputs: input$6,
478
+ outputs: outputs$6,
479
+ queries: {}
480
+ },] },
481
+ ];
482
+ /**
483
+ * @nocollapse
484
+ */
485
+ EventMarkerDirective.ctorParameters = function () { return [
486
+ { type: ViewContainerRef, },
487
+ ]; };
488
+ /**
489
+ * EventMarker Array Directive
490
+ */
491
+ var EventMarkersDirective = /** @class */ (function (_super) {
492
+ __extends(EventMarkersDirective, _super);
493
+ function EventMarkersDirective() {
494
+ return _super.call(this, 'eventmarkers') || this;
495
+ }
496
+ return EventMarkersDirective;
497
+ }(ArrayBase));
498
+ EventMarkersDirective.decorators = [
499
+ { type: Directive, args: [{
500
+ selector: 'ejs-gantt>e-event-markers',
501
+ queries: {
502
+ children: new ContentChildren(EventMarkerDirective)
503
+ },
504
+ },] },
505
+ ];
506
+ /**
507
+ * @nocollapse
508
+ */
509
+ EventMarkersDirective.ctorParameters = function () { return []; };
510
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
511
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
512
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
513
+ r = Reflect.decorate(decorators, target, key, desc);
514
+ else
515
+ for (var i = decorators.length - 1; i >= 0; i--)
516
+ if (d = decorators[i])
517
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
518
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
519
+ };
520
+ var __metadata$1 = (this && this.__metadata) || function (k, v) {
521
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
522
+ return Reflect.metadata(k, v);
523
+ };
524
+ var inputs = ['UpdateOffsetOnTaskbarEdit', 'addDialogFields', 'allowExcelExport', 'allowFiltering', 'allowKeyboard', 'allowParentDependency', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTaskbarDragAndDrop', 'allowTaskbarOverlap', 'allowUnscheduledTasks', 'autoCalculateDateScheduling', 'autoFocusTasks', 'baselineColor', 'collapseAllParentTasks', 'columnMenuItems', 'columns', 'connectorLineBackground', 'connectorLineWidth', 'contextMenuItems', 'dataSource', 'dateFormat', 'dayWorkingTime', 'disableHtmlEncode', 'durationUnit', 'editDialogFields', 'editSettings', 'enableAdaptiveUI', 'enableAutoWbsUpdate', 'enableContextMenu', 'enableCriticalPath', 'enableHover', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableMultiTaskbar', 'enablePersistence', 'enablePredecessorValidation', 'enableRtl', 'enableTimelineVirtualization', 'enableUndoRedo', 'enableVirtualMaskRow', 'enableVirtualization', 'enableWBS', 'eventMarkers', 'filterSettings', 'gridLines', 'height', 'highlightWeekends', 'holidays', 'includeWeekend', 'labelSettings', 'loadChildOnDemand', 'loadingIndicator', 'locale', 'milestoneTemplate', 'parentTaskbarTemplate', 'projectEndDate', 'projectStartDate', 'query', 'readOnly', 'renderBaseline', 'resourceFields', 'resourceIDMapping', 'resourceNameMapping', 'resources', 'rowHeight', 'searchSettings', 'segmentData', 'selectedRowIndex', 'selectionSettings', 'showColumnMenu', 'showInlineNotes', 'showOverAllocation', 'sortSettings', 'splitterSettings', 'taskFields', 'taskMode', 'taskType', 'taskbarHeight', 'taskbarTemplate', 'timelineSettings', 'timelineTemplate', 'timezone', 'toolbar', 'tooltipSettings', 'treeColumnIndex', 'undoRedoActions', 'undoRedoStepsCount', 'updateOffsetOnTaskbarEdit', 'validateManualTasksOnLinking', 'viewType', 'weekWorkingTime', 'width', 'workUnit', 'workWeek', 'zoomingLevels'];
525
+ var outputs$7 = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeDataBound', 'beforeExcelExport', 'beforePdfExport', 'beforeTooltipRender', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSave', 'cellSelected', 'cellSelecting', 'collapsed', 'collapsing', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', 'dataStateChange', 'destroyed', 'endEdit', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'expanded', 'expanding', 'headerCellInfo', 'load', 'onMouseMove', 'onTaskbarClick', 'pdfColumnHeaderQueryCellInfo', 'pdfExportComplete', 'pdfQueryCellInfo', 'pdfQueryTaskbarInfo', 'pdfQueryTimelineCellInfo', 'queryCellInfo', 'queryTaskbarInfo', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'splitterResizeStart', 'splitterResized', 'splitterResizing', 'taskbarEdited', 'taskbarEditing', 'toolbarClick', 'dataSourceChange'];
526
+ var twoWays = ['dataSource'];
527
+ /**
528
+ * `ejs-gantt` represents the Angular Gantt Component.
529
+ * ```html
530
+ * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'></ejs-gantt>
531
+ * ```
532
+ */
533
+ var GanttComponent = /** @class */ (function (_super) {
534
+ __extends(GanttComponent, _super);
535
+ /**
536
+ * @param {?} ngEle
537
+ * @param {?} srenderer
538
+ * @param {?} viewContainerRef
539
+ * @param {?} injector
540
+ */
541
+ function GanttComponent(ngEle, srenderer, viewContainerRef, injector) {
542
+ var _this = _super.call(this) || this;
543
+ _this.ngEle = ngEle;
544
+ _this.srenderer = srenderer;
545
+ _this.viewContainerRef = viewContainerRef;
546
+ _this.injector = injector;
547
+ _this.tags = ['columns', 'addDialogFields', 'editDialogFields', 'dayWorkingTime', 'weekWorkingTime', 'holidays', 'eventMarkers'];
548
+ _this.element = _this.ngEle.nativeElement;
549
+ _this.injectedModules = _this.injectedModules || [];
550
+ try {
551
+ var mod = _this.injector.get('GanttFilter');
552
+ if (_this.injectedModules.indexOf(mod) === -1) {
553
+ _this.injectedModules.push(mod);
554
+ }
555
+ }
556
+ catch (_a) { }
557
+ try {
558
+ var mod = _this.injector.get('GanttSelection');
559
+ if (_this.injectedModules.indexOf(mod) === -1) {
560
+ _this.injectedModules.push(mod);
561
+ }
562
+ }
563
+ catch (_b) { }
564
+ try {
565
+ var mod = _this.injector.get('GanttSort');
566
+ if (_this.injectedModules.indexOf(mod) === -1) {
567
+ _this.injectedModules.push(mod);
568
+ }
569
+ }
570
+ catch (_c) { }
571
+ try {
572
+ var mod = _this.injector.get('GanttReorder');
573
+ if (_this.injectedModules.indexOf(mod) === -1) {
574
+ _this.injectedModules.push(mod);
575
+ }
576
+ }
577
+ catch (_d) { }
578
+ try {
579
+ var mod = _this.injector.get('GanttResize');
580
+ if (_this.injectedModules.indexOf(mod) === -1) {
581
+ _this.injectedModules.push(mod);
582
+ }
583
+ }
584
+ catch (_e) { }
585
+ try {
586
+ var mod = _this.injector.get('GanttEdit');
587
+ if (_this.injectedModules.indexOf(mod) === -1) {
588
+ _this.injectedModules.push(mod);
589
+ }
590
+ }
591
+ catch (_f) { }
592
+ try {
593
+ var mod = _this.injector.get('GanttDayMarkers');
594
+ if (_this.injectedModules.indexOf(mod) === -1) {
595
+ _this.injectedModules.push(mod);
596
+ }
597
+ }
598
+ catch (_g) { }
599
+ try {
600
+ var mod = _this.injector.get('GanttToolbar');
601
+ if (_this.injectedModules.indexOf(mod) === -1) {
602
+ _this.injectedModules.push(mod);
603
+ }
604
+ }
605
+ catch (_h) { }
606
+ try {
607
+ var mod = _this.injector.get('GanttContextMenu');
608
+ if (_this.injectedModules.indexOf(mod) === -1) {
609
+ _this.injectedModules.push(mod);
610
+ }
611
+ }
612
+ catch (_j) { }
613
+ try {
614
+ var mod = _this.injector.get('GanttExcelExport');
615
+ if (_this.injectedModules.indexOf(mod) === -1) {
616
+ _this.injectedModules.push(mod);
617
+ }
618
+ }
619
+ catch (_k) { }
620
+ try {
621
+ var mod = _this.injector.get('GanttRowDD');
622
+ if (_this.injectedModules.indexOf(mod) === -1) {
623
+ _this.injectedModules.push(mod);
624
+ }
625
+ }
626
+ catch (_l) { }
627
+ try {
628
+ var mod = _this.injector.get('GanttColumnMenu');
629
+ if (_this.injectedModules.indexOf(mod) === -1) {
630
+ _this.injectedModules.push(mod);
631
+ }
632
+ }
633
+ catch (_m) { }
634
+ try {
635
+ var mod = _this.injector.get('GanttPdfExport');
636
+ if (_this.injectedModules.indexOf(mod) === -1) {
637
+ _this.injectedModules.push(mod);
638
+ }
639
+ }
640
+ catch (_o) { }
641
+ try {
642
+ var mod = _this.injector.get('GanttVirtualScroll');
643
+ if (_this.injectedModules.indexOf(mod) === -1) {
644
+ _this.injectedModules.push(mod);
645
+ }
646
+ }
647
+ catch (_p) { }
648
+ try {
649
+ var mod = _this.injector.get('GanttCriticalPath');
650
+ if (_this.injectedModules.indexOf(mod) === -1) {
651
+ _this.injectedModules.push(mod);
652
+ }
653
+ }
654
+ catch (_q) { }
655
+ try {
656
+ var mod = _this.injector.get('GanttUndoRedo');
657
+ if (_this.injectedModules.indexOf(mod) === -1) {
658
+ _this.injectedModules.push(mod);
659
+ }
660
+ }
661
+ catch (_r) { }
662
+ _this.registerEvents(outputs$7);
663
+ _this.addTwoWay.call(_this, twoWays);
664
+ setValue('currentInstance', _this, _this.viewContainerRef);
665
+ _this.context = new ComponentBase();
666
+ return _this;
667
+ }
668
+ /**
669
+ * @return {?}
670
+ */
671
+ GanttComponent.prototype.ngOnInit = function () {
672
+ this.context.ngOnInit(this);
673
+ };
674
+ /**
675
+ * @return {?}
676
+ */
677
+ GanttComponent.prototype.ngAfterViewInit = function () {
678
+ this.context.ngAfterViewInit(this);
679
+ };
680
+ /**
681
+ * @return {?}
682
+ */
683
+ GanttComponent.prototype.ngOnDestroy = function () {
684
+ this.context.ngOnDestroy(this);
685
+ };
686
+ /**
687
+ * @return {?}
688
+ */
689
+ GanttComponent.prototype.ngAfterContentChecked = function () {
690
+ this.tagObjects[0].instance = this.childColumns;
691
+ if (this.childAddDialogFields) {
692
+ this.tagObjects[1].instance = this.childAddDialogFields;
693
+ }
694
+ if (this.childEditDialogFields) {
695
+ this.tagObjects[2].instance = this.childEditDialogFields;
696
+ }
697
+ if (this.childDayWorkingTime) {
698
+ this.tagObjects[3].instance = this.childDayWorkingTime;
699
+ }
700
+ if (this.childWeekWorkingTime) {
701
+ this.tagObjects[4].instance = this.childWeekWorkingTime;
702
+ }
703
+ if (this.childHolidays) {
704
+ this.tagObjects[5].instance = this.childHolidays;
705
+ }
706
+ if (this.childEventMarkers) {
707
+ this.tagObjects[6].instance = this.childEventMarkers;
708
+ }
709
+ this.context.ngAfterContentChecked(this);
710
+ };
711
+ return GanttComponent;
712
+ }(Gantt));
713
+ GanttComponent.decorators = [
714
+ { type: Component, args: [{
715
+ selector: 'ejs-gantt',
716
+ inputs: inputs,
717
+ outputs: outputs$7,
718
+ template: '',
719
+ changeDetection: ChangeDetectionStrategy.OnPush,
720
+ queries: {
721
+ childColumns: new ContentChild(ColumnsDirective),
722
+ childAddDialogFields: new ContentChild(AddDialogFieldsDirective),
723
+ childEditDialogFields: new ContentChild(EditDialogFieldsDirective),
724
+ childDayWorkingTime: new ContentChild(DayWorkingTimeCollectionDirective),
725
+ childWeekWorkingTime: new ContentChild(WeekWorkingTimesDirective),
726
+ childHolidays: new ContentChild(HolidaysDirective),
727
+ childEventMarkers: new ContentChild(EventMarkersDirective)
728
+ }
729
+ },] },
730
+ ];
731
+ /**
732
+ * @nocollapse
733
+ */
734
+ GanttComponent.ctorParameters = function () { return [
735
+ { type: ElementRef, },
736
+ { type: Renderer2, },
737
+ { type: ViewContainerRef, },
738
+ { type: Injector, },
739
+ ]; };
740
+ GanttComponent.propDecorators = {
741
+ 'parentTaskbarTemplate': [{ type: ContentChild, args: ['parentTaskbarTemplate',] },],
742
+ 'timelineTemplate': [{ type: ContentChild, args: ['timelineTemplate',] },],
743
+ 'milestoneTemplate': [{ type: ContentChild, args: ['milestoneTemplate',] },],
744
+ 'taskbarTemplate': [{ type: ContentChild, args: ['taskbarTemplate',] },],
745
+ 'editTemplate': [{ type: ContentChild, args: ['editTemplate',] },],
746
+ 'labelSettings_rightLabel': [{ type: ContentChild, args: ['labelSettingsRightLabel',] },],
747
+ 'labelSettings_leftLabel': [{ type: ContentChild, args: ['labelSettingsLeftLabel',] },],
748
+ 'labelSettings_taskLabel': [{ type: ContentChild, args: ['labelSettingsTaskLabel',] },],
749
+ 'tooltipSettings_taskbar': [{ type: ContentChild, args: ['tooltipSettingsTaskbar',] },],
750
+ 'tooltipSettings_baseline': [{ type: ContentChild, args: ['tooltipSettingsBaseline',] },],
751
+ 'tooltipSettings_connectorLine': [{ type: ContentChild, args: ['tooltipSettingsConnectorLine',] },],
752
+ 'tooltipSettings_editing': [{ type: ContentChild, args: ['tooltipSettingsEditing',] },],
753
+ 'tooltipSettings_timeline': [{ type: ContentChild, args: ['tooltipSettingsTimeline',] },],
754
+ 'filter_itemTemplate': [{ type: ContentChild, args: ['filterItemTemplate',] },],
755
+ 'filterTemplate': [{ type: ContentChild, args: ['filterTemplate',] },],
756
+ };
757
+ __decorate$1([
758
+ Template(),
759
+ __metadata$1("design:type", Object)
760
+ ], GanttComponent.prototype, "parentTaskbarTemplate", void 0);
761
+ __decorate$1([
762
+ Template(),
763
+ __metadata$1("design:type", Object)
764
+ ], GanttComponent.prototype, "timelineTemplate", void 0);
765
+ __decorate$1([
766
+ Template(),
767
+ __metadata$1("design:type", Object)
768
+ ], GanttComponent.prototype, "milestoneTemplate", void 0);
769
+ __decorate$1([
770
+ Template(),
771
+ __metadata$1("design:type", Object)
772
+ ], GanttComponent.prototype, "taskbarTemplate", void 0);
773
+ __decorate$1([
774
+ Template(),
775
+ __metadata$1("design:type", Object)
776
+ ], GanttComponent.prototype, "editTemplate", void 0);
777
+ __decorate$1([
778
+ Template(),
779
+ __metadata$1("design:type", Object)
780
+ ], GanttComponent.prototype, "labelSettings_rightLabel", void 0);
781
+ __decorate$1([
782
+ Template(),
783
+ __metadata$1("design:type", Object)
784
+ ], GanttComponent.prototype, "labelSettings_leftLabel", void 0);
785
+ __decorate$1([
786
+ Template(),
787
+ __metadata$1("design:type", Object)
788
+ ], GanttComponent.prototype, "labelSettings_taskLabel", void 0);
789
+ __decorate$1([
790
+ Template(),
791
+ __metadata$1("design:type", Object)
792
+ ], GanttComponent.prototype, "tooltipSettings_taskbar", void 0);
793
+ __decorate$1([
794
+ Template(),
795
+ __metadata$1("design:type", Object)
796
+ ], GanttComponent.prototype, "tooltipSettings_baseline", void 0);
797
+ __decorate$1([
798
+ Template(),
799
+ __metadata$1("design:type", Object)
800
+ ], GanttComponent.prototype, "tooltipSettings_connectorLine", void 0);
801
+ __decorate$1([
802
+ Template(),
803
+ __metadata$1("design:type", Object)
804
+ ], GanttComponent.prototype, "tooltipSettings_editing", void 0);
805
+ __decorate$1([
806
+ Template(),
807
+ __metadata$1("design:type", Object)
808
+ ], GanttComponent.prototype, "tooltipSettings_timeline", void 0);
809
+ __decorate$1([
810
+ Template(),
811
+ __metadata$1("design:type", Object)
812
+ ], GanttComponent.prototype, "filter_itemTemplate", void 0);
813
+ __decorate$1([
814
+ Template(),
815
+ __metadata$1("design:type", Object)
816
+ ], GanttComponent.prototype, "filterTemplate", void 0);
817
+ GanttComponent = __decorate$1([
818
+ ComponentMixins([ComponentBase]),
819
+ __metadata$1("design:paramtypes", [ElementRef,
820
+ Renderer2,
821
+ ViewContainerRef,
822
+ Injector])
823
+ ], GanttComponent);
824
+ /**
825
+ * NgModule definition for the Gantt component.
826
+ */
827
+ var GanttModule = /** @class */ (function () {
828
+ function GanttModule() {
829
+ }
830
+ return GanttModule;
831
+ }());
832
+ GanttModule.decorators = [
833
+ { type: NgModule, args: [{
834
+ imports: [CommonModule],
835
+ declarations: [
836
+ GanttComponent,
837
+ ColumnDirective,
838
+ ColumnsDirective,
839
+ AddDialogFieldDirective,
840
+ AddDialogFieldsDirective,
841
+ EditDialogFieldDirective,
842
+ EditDialogFieldsDirective,
843
+ DayWorkingTimeDirective,
844
+ DayWorkingTimeCollectionDirective,
845
+ WeekWorkingTimeDirective,
846
+ WeekWorkingTimesDirective,
847
+ HolidayDirective,
848
+ HolidaysDirective,
849
+ EventMarkerDirective,
850
+ EventMarkersDirective
851
+ ],
852
+ exports: [
853
+ GanttComponent,
854
+ ColumnDirective,
855
+ ColumnsDirective,
856
+ AddDialogFieldDirective,
857
+ AddDialogFieldsDirective,
858
+ EditDialogFieldDirective,
859
+ EditDialogFieldsDirective,
860
+ DayWorkingTimeDirective,
861
+ DayWorkingTimeCollectionDirective,
862
+ WeekWorkingTimeDirective,
863
+ WeekWorkingTimesDirective,
864
+ HolidayDirective,
865
+ HolidaysDirective,
866
+ EventMarkerDirective,
867
+ EventMarkersDirective
868
+ ]
869
+ },] },
870
+ ];
871
+ /**
872
+ * @nocollapse
873
+ */
874
+ GanttModule.ctorParameters = function () { return []; };
875
+ var FilterService = { provide: 'GanttFilter', useValue: Filter };
876
+ var SelectionService = { provide: 'GanttSelection', useValue: Selection };
877
+ var SortService = { provide: 'GanttSort', useValue: Sort };
878
+ var ReorderService = { provide: 'GanttReorder', useValue: Reorder };
879
+ var ResizeService = { provide: 'GanttResize', useValue: Resize };
880
+ var EditService = { provide: 'GanttEdit', useValue: Edit };
881
+ var DayMarkersService = { provide: 'GanttDayMarkers', useValue: DayMarkers };
882
+ var ToolbarService = { provide: 'GanttToolbar', useValue: Toolbar };
883
+ var ContextMenuService = { provide: 'GanttContextMenu', useValue: ContextMenu };
884
+ var ExcelExportService = { provide: 'GanttExcelExport', useValue: ExcelExport };
885
+ var RowDDService = { provide: 'GanttRowDD', useValue: RowDD };
886
+ var ColumnMenuService = { provide: 'GanttColumnMenu', useValue: ColumnMenu };
887
+ var PdfExportService = { provide: 'GanttPdfExport', useValue: PdfExport };
888
+ var VirtualScrollService = { provide: 'GanttVirtualScroll', useValue: VirtualScroll };
889
+ var CriticalPathService = { provide: 'GanttCriticalPath', useValue: CriticalPath };
890
+ var UndoRedoService = { provide: 'GanttUndoRedo', useValue: UndoRedo };
891
+ /**
892
+ * NgModule definition for the Gantt component with providers.
893
+ */
894
+ var GanttAllModule = /** @class */ (function () {
895
+ function GanttAllModule() {
896
+ }
897
+ return GanttAllModule;
898
+ }());
899
+ GanttAllModule.decorators = [
900
+ { type: NgModule, args: [{
901
+ imports: [CommonModule, GanttModule],
902
+ exports: [
903
+ GanttModule
904
+ ],
905
+ providers: [
906
+ FilterService,
907
+ SelectionService,
908
+ SortService,
909
+ ReorderService,
910
+ ResizeService,
911
+ EditService,
912
+ DayMarkersService,
913
+ ToolbarService,
914
+ ContextMenuService,
915
+ ExcelExportService,
916
+ RowDDService,
917
+ ColumnMenuService,
918
+ PdfExportService,
919
+ VirtualScrollService,
920
+ CriticalPathService,
921
+ UndoRedoService
922
+ ]
923
+ },] },
924
+ ];
925
+ /**
926
+ * @nocollapse
927
+ */
928
+ GanttAllModule.ctorParameters = function () { return []; };
929
+ /**
930
+ * Generated bundle index. Do not edit.
931
+ */
932
+ export { ColumnDirective, ColumnsDirective, AddDialogFieldDirective, AddDialogFieldsDirective, EditDialogFieldDirective, EditDialogFieldsDirective, DayWorkingTimeDirective, DayWorkingTimeCollectionDirective, WeekWorkingTimeDirective, WeekWorkingTimesDirective, HolidayDirective, HolidaysDirective, EventMarkerDirective, EventMarkersDirective, GanttComponent, GanttModule, GanttAllModule, FilterService, SelectionService, SortService, ReorderService, ResizeService, EditService, DayMarkersService, ToolbarService, ContextMenuService, ExcelExportService, RowDDService, ColumnMenuService, PdfExportService, VirtualScrollService, CriticalPathService, UndoRedoService, inputs as ɵa, outputs$7 as ɵb };
933
+ export { Gantt, PdfHorizontalOverflowType, parentsUntil, isScheduledTask, isCountRequired, getSwapKey, isEmptyObject, getUniversalTime, isRemoteData, getTaskData, updateDates, formatString, getIndex, pixelToPoint, pointToPixel, getUid, ConstraintType, load, rowDataBound, queryCellInfo, toolbarClick, keyPressed, Edit, Reorder, Resize, Filter, Sort, Dependency, Selection, Toolbar, DayMarkers, CriticalPath, UndoRedo, ContextMenu, ExcelExport, ColumnMenu, RowDD, PdfExport, VirtualScroll, Column, DayWorkingTime, AddDialogFieldSettings, EditDialogFieldSettings, EditSettings, EventMarker, FilterSettings, SearchSettings, Holiday, LabelSettings, SelectionSettings, SplitterSettings, TaskFields, TimelineTierSettings, TimelineSettings, TooltipSettings, SortDescriptor, SortSettings, ResourceFields, LoadingIndicator, WeekWorkingTime, TemporaryDictionary, PdfBorders, PdfPaddings, PdfTreeGridStyleBase, PdfTreeGridStyle, PdfGanttTheme, PdfTreeGridLayouter, PdfTreeGridLayoutResult, PdfTreeGridLayoutFormat, PdfTreeGridCell, PdfTreeGridCellCollection, PdfTreeGridRow, PdfTreeGridRowCollection, PdfTreeGridHeaderCollection, PdfTreeGridColumn, PdfTreeGridColumnCollection } from '@syncfusion/ej2-gantt';
934
+ //# sourceMappingURL=ej2-angular-gantt.es5.js.map