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