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