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