@syncfusion/ej2-angular-gantt 24.1.41 → 24.1.43-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 (132) hide show
  1. package/@syncfusion/ej2-angular-gantt.es5.js +812 -0
  2. package/@syncfusion/ej2-angular-gantt.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-gantt.js +764 -0
  4. package/@syncfusion/ej2-angular-gantt.js.map +1 -0
  5. package/CHANGELOG.md +2108 -0
  6. package/dist/ej2-angular-gantt.umd.js +925 -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/package.json +14 -28
  13. package/postinstall/tagchange.js +18 -0
  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 -12
  25. package/src/gantt/holidays.directive.d.ts +0 -5
  26. package/styles/bootstrap-dark.css +1 -2096
  27. package/styles/bootstrap.css +1 -2233
  28. package/styles/bootstrap4.css +1 -2447
  29. package/styles/bootstrap5-dark.css +1 -2134
  30. package/styles/bootstrap5.css +1 -2134
  31. package/styles/fabric-dark.css +1 -2050
  32. package/styles/fabric.css +1 -2043
  33. package/styles/fluent-dark.css +1 -2122
  34. package/styles/fluent.css +1 -2122
  35. package/styles/gantt/bootstrap-dark.css +1 -2096
  36. package/styles/gantt/bootstrap-dark.scss +1 -22
  37. package/styles/gantt/bootstrap.css +1 -2233
  38. package/styles/gantt/bootstrap.scss +1 -22
  39. package/styles/gantt/bootstrap4.css +1 -2447
  40. package/styles/gantt/bootstrap4.scss +1 -22
  41. package/styles/gantt/bootstrap5-dark.css +1 -2134
  42. package/styles/gantt/bootstrap5-dark.scss +1 -22
  43. package/styles/gantt/bootstrap5.css +1 -2134
  44. package/styles/gantt/bootstrap5.scss +1 -22
  45. package/styles/gantt/fabric-dark.css +1 -2050
  46. package/styles/gantt/fabric-dark.scss +1 -22
  47. package/styles/gantt/fabric.css +1 -2043
  48. package/styles/gantt/fabric.scss +1 -22
  49. package/styles/gantt/fluent-dark.css +1 -2122
  50. package/styles/gantt/fluent-dark.scss +1 -22
  51. package/styles/gantt/fluent.css +1 -2122
  52. package/styles/gantt/fluent.scss +1 -22
  53. package/styles/gantt/highcontrast-light.css +1 -2024
  54. package/styles/gantt/highcontrast-light.scss +1 -21
  55. package/styles/gantt/highcontrast.css +1 -2136
  56. package/styles/gantt/highcontrast.scss +1 -22
  57. package/styles/gantt/material-dark.css +1 -2087
  58. package/styles/gantt/material-dark.scss +1 -22
  59. package/styles/gantt/material.css +1 -2131
  60. package/styles/gantt/material.scss +1 -22
  61. package/styles/gantt/material3-dark.css +1 -2196
  62. package/styles/gantt/material3-dark.scss +1 -22
  63. package/styles/gantt/material3.css +1 -2252
  64. package/styles/gantt/material3.scss +1 -22
  65. package/styles/gantt/tailwind-dark.css +1 -2104
  66. package/styles/gantt/tailwind-dark.scss +1 -22
  67. package/styles/gantt/tailwind.css +1 -2104
  68. package/styles/gantt/tailwind.scss +1 -22
  69. package/styles/highcontrast-light.css +1 -2024
  70. package/styles/highcontrast.css +1 -2136
  71. package/styles/material-dark.css +1 -2087
  72. package/styles/material.css +1 -2131
  73. package/styles/material3-dark.css +1 -2196
  74. package/styles/material3-dark.scss +0 -1
  75. package/styles/material3.css +1 -2252
  76. package/styles/material3.scss +0 -1
  77. package/styles/tailwind-dark.css +1 -2104
  78. package/styles/tailwind.css +1 -2104
  79. package/esm2020/public_api.mjs +0 -3
  80. package/esm2020/src/gantt/adddialogfields.directive.mjs +0 -58
  81. package/esm2020/src/gantt/columns.directive.mjs +0 -72
  82. package/esm2020/src/gantt/dayworkingtime.directive.mjs +0 -58
  83. package/esm2020/src/gantt/editdialogfields.directive.mjs +0 -58
  84. package/esm2020/src/gantt/eventmarkers.directive.mjs +0 -57
  85. package/esm2020/src/gantt/gantt-all.module.mjs +0 -71
  86. package/esm2020/src/gantt/gantt.component.mjs +0 -255
  87. package/esm2020/src/gantt/gantt.module.mjs +0 -79
  88. package/esm2020/src/gantt/holidays.directive.mjs +0 -58
  89. package/esm2020/src/index.mjs +0 -11
  90. package/esm2020/syncfusion-ej2-angular-gantt.mjs +0 -5
  91. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +0 -734
  92. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  93. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -734
  94. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  95. package/styles/gantt/_all.scss +0 -2
  96. package/styles/gantt/_bootstrap-dark-definition.scss +0 -220
  97. package/styles/gantt/_bootstrap-definition.scss +0 -220
  98. package/styles/gantt/_bootstrap4-definition.scss +0 -222
  99. package/styles/gantt/_bootstrap5-dark-definition.scss +0 -1
  100. package/styles/gantt/_bootstrap5-definition.scss +0 -224
  101. package/styles/gantt/_fabric-dark-definition.scss +0 -220
  102. package/styles/gantt/_fabric-definition.scss +0 -220
  103. package/styles/gantt/_fluent-dark-definition.scss +0 -1
  104. package/styles/gantt/_fluent-definition.scss +0 -224
  105. package/styles/gantt/_fusionnew-definition.scss +0 -222
  106. package/styles/gantt/_highcontrast-definition.scss +0 -220
  107. package/styles/gantt/_highcontrast-light-definition.scss +0 -220
  108. package/styles/gantt/_layout.scss +0 -1815
  109. package/styles/gantt/_material-dark-definition.scss +0 -221
  110. package/styles/gantt/_material-definition.scss +0 -221
  111. package/styles/gantt/_material3-dark-definition.scss +0 -1
  112. package/styles/gantt/_material3-definition.scss +0 -225
  113. package/styles/gantt/_tailwind-dark-definition.scss +0 -1
  114. package/styles/gantt/_tailwind-definition.scss +0 -224
  115. package/styles/gantt/_theme.scss +0 -750
  116. package/styles/gantt/icons/_bootstrap-dark.scss +0 -128
  117. package/styles/gantt/icons/_bootstrap.scss +0 -128
  118. package/styles/gantt/icons/_bootstrap4.scss +0 -128
  119. package/styles/gantt/icons/_bootstrap5-dark.scss +0 -1
  120. package/styles/gantt/icons/_bootstrap5.scss +0 -128
  121. package/styles/gantt/icons/_fabric-dark.scss +0 -128
  122. package/styles/gantt/icons/_fabric.scss +0 -128
  123. package/styles/gantt/icons/_fluent-dark.scss +0 -1
  124. package/styles/gantt/icons/_fluent.scss +0 -128
  125. package/styles/gantt/icons/_fusionnew.scss +0 -124
  126. package/styles/gantt/icons/_highcontrast.scss +0 -128
  127. package/styles/gantt/icons/_material-dark.scss +0 -128
  128. package/styles/gantt/icons/_material.scss +0 -128
  129. package/styles/gantt/icons/_material3-dark.scss +0 -1
  130. package/styles/gantt/icons/_material3.scss +0 -128
  131. package/styles/gantt/icons/_tailwind-dark.scss +0 -128
  132. package/styles/gantt/icons/_tailwind.scss +0 -128
@@ -0,0 +1,925 @@
1
+ /*!
2
+ * filename: ej2-angular-gantt.umd.js
3
+ * version : 24.1.43
4
+ * Copyright Syncfusion Inc. 2001 - 2023. 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 = ['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 = ['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 = ['cssClass', 'from', 'label', 'to'];
313
+ var outputs$4 = [];
314
+ /**
315
+ * `e-holidays` directive represent a holidays collection in Gantt.
316
+ * It must be contained in a Gantt component(`ejs-gantt`).
317
+ * ```html
318
+ * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'>
319
+ * <e-holidays>
320
+ * <e-holiday from='02/20/2018' label='Holiday 1'></e-holiday>
321
+ * <e-holiday from='05/15/2018' label='Holiday 2'></e-holiday>
322
+ * </e-holidays>
323
+ * </ejs-gantt>
324
+ * ```
325
+ */
326
+ var HolidayDirective = /** @class */ (function (_super) {
327
+ __extends(HolidayDirective, _super);
328
+ /**
329
+ * @param {?} viewContainerRef
330
+ */
331
+ function HolidayDirective(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 HolidayDirective;
340
+ }(ej2AngularBase.ComplexBase));
341
+ HolidayDirective.decorators = [
342
+ { type: core.Directive, args: [{
343
+ selector: 'ejs-gantt>e-holidays>e-holidays',
344
+ inputs: input$4,
345
+ outputs: outputs$4,
346
+ queries: {}
347
+ },] },
348
+ ];
349
+ /**
350
+ * @nocollapse
351
+ */
352
+ HolidayDirective.ctorParameters = function () { return [
353
+ { type: core.ViewContainerRef, },
354
+ ]; };
355
+ /**
356
+ * Holiday Array Directive
357
+ */
358
+ var HolidaysDirective = /** @class */ (function (_super) {
359
+ __extends(HolidaysDirective, _super);
360
+ function HolidaysDirective() {
361
+ return _super.call(this, 'holidays') || this;
362
+ }
363
+ return HolidaysDirective;
364
+ }(ej2AngularBase.ArrayBase));
365
+ HolidaysDirective.decorators = [
366
+ { type: core.Directive, args: [{
367
+ selector: 'ejs-gantt>e-holidays',
368
+ queries: {
369
+ children: new core.ContentChildren(HolidayDirective)
370
+ },
371
+ },] },
372
+ ];
373
+ /**
374
+ * @nocollapse
375
+ */
376
+ HolidaysDirective.ctorParameters = function () { return []; };
377
+ var input$5 = ['cssClass', 'day', 'label'];
378
+ var outputs$5 = [];
379
+ /**
380
+ * `e-event-markers` directive represent a event marker 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-event-markers>
385
+ * <e-event-marker day='02/10/2018' label='Project Starts'></e-event-marker>
386
+ * </e-event-markers>
387
+ * </ejs-gantt>
388
+ * ```
389
+ */
390
+ var EventMarkerDirective = /** @class */ (function (_super) {
391
+ __extends(EventMarkerDirective, _super);
392
+ /**
393
+ * @param {?} viewContainerRef
394
+ */
395
+ function EventMarkerDirective(viewContainerRef) {
396
+ var _this = _super.call(this) || this;
397
+ _this.viewContainerRef = viewContainerRef;
398
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
399
+ _this.registerEvents(outputs$5);
400
+ _this.directivePropList = input$5;
401
+ return _this;
402
+ }
403
+ return EventMarkerDirective;
404
+ }(ej2AngularBase.ComplexBase));
405
+ EventMarkerDirective.decorators = [
406
+ { type: core.Directive, args: [{
407
+ selector: 'ejs-gantt>e-event-markers>e-event-marker',
408
+ inputs: input$5,
409
+ outputs: outputs$5,
410
+ queries: {}
411
+ },] },
412
+ ];
413
+ /**
414
+ * @nocollapse
415
+ */
416
+ EventMarkerDirective.ctorParameters = function () { return [
417
+ { type: core.ViewContainerRef, },
418
+ ]; };
419
+ /**
420
+ * EventMarker Array Directive
421
+ */
422
+ var EventMarkersDirective = /** @class */ (function (_super) {
423
+ __extends(EventMarkersDirective, _super);
424
+ function EventMarkersDirective() {
425
+ return _super.call(this, 'eventmarkers') || this;
426
+ }
427
+ return EventMarkersDirective;
428
+ }(ej2AngularBase.ArrayBase));
429
+ EventMarkersDirective.decorators = [
430
+ { type: core.Directive, args: [{
431
+ selector: 'ejs-gantt>e-event-markers',
432
+ queries: {
433
+ children: new core.ContentChildren(EventMarkerDirective)
434
+ },
435
+ },] },
436
+ ];
437
+ /**
438
+ * @nocollapse
439
+ */
440
+ EventMarkersDirective.ctorParameters = function () { return []; };
441
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
442
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
443
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
444
+ r = Reflect.decorate(decorators, target, key, desc);
445
+ else
446
+ for (var i = decorators.length - 1; i >= 0; i--)
447
+ if (d = decorators[i])
448
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
449
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
450
+ };
451
+ var __metadata$1 = (this && this.__metadata) || function (k, v) {
452
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
453
+ return Reflect.metadata(k, v);
454
+ };
455
+ 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', 'enableContextMenu', 'enableCriticalPath', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableMultiTaskbar', 'enablePersistence', 'enablePredecessorValidation', 'enableRtl', 'enableTimelineVirtualization', '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', 'timezone', 'toolbar', 'tooltipSettings', 'treeColumnIndex', 'validateManualTasksOnLinking', 'viewType', 'width', 'workUnit', 'workWeek', 'zoomingLevels'];
456
+ var outputs$6 = ['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'];
457
+ var twoWays = ['dataSource'];
458
+ /**
459
+ * `ejs-gantt` represents the Angular Gantt Component.
460
+ * ```html
461
+ * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'></ejs-gantt>
462
+ * ```
463
+ */
464
+ exports.GanttComponent = /** @class */ (function (_super) {
465
+ __extends(GanttComponent, _super);
466
+ /**
467
+ * @param {?} ngEle
468
+ * @param {?} srenderer
469
+ * @param {?} viewContainerRef
470
+ * @param {?} injector
471
+ */
472
+ function GanttComponent(ngEle, srenderer, viewContainerRef, injector) {
473
+ var _this = _super.call(this) || this;
474
+ _this.ngEle = ngEle;
475
+ _this.srenderer = srenderer;
476
+ _this.viewContainerRef = viewContainerRef;
477
+ _this.injector = injector;
478
+ _this.tags = ['columns', 'addDialogFields', 'editDialogFields', 'dayWorkingTime', 'holidays', 'eventMarkers'];
479
+ _this.element = _this.ngEle.nativeElement;
480
+ _this.injectedModules = _this.injectedModules || [];
481
+ try {
482
+ var mod = _this.injector.get('GanttFilter');
483
+ if (_this.injectedModules.indexOf(mod) === -1) {
484
+ _this.injectedModules.push(mod);
485
+ }
486
+ }
487
+ catch (_a) { }
488
+ try {
489
+ var mod = _this.injector.get('GanttSelection');
490
+ if (_this.injectedModules.indexOf(mod) === -1) {
491
+ _this.injectedModules.push(mod);
492
+ }
493
+ }
494
+ catch (_b) { }
495
+ try {
496
+ var mod = _this.injector.get('GanttSort');
497
+ if (_this.injectedModules.indexOf(mod) === -1) {
498
+ _this.injectedModules.push(mod);
499
+ }
500
+ }
501
+ catch (_c) { }
502
+ try {
503
+ var mod = _this.injector.get('GanttReorder');
504
+ if (_this.injectedModules.indexOf(mod) === -1) {
505
+ _this.injectedModules.push(mod);
506
+ }
507
+ }
508
+ catch (_d) { }
509
+ try {
510
+ var mod = _this.injector.get('GanttResize');
511
+ if (_this.injectedModules.indexOf(mod) === -1) {
512
+ _this.injectedModules.push(mod);
513
+ }
514
+ }
515
+ catch (_e) { }
516
+ try {
517
+ var mod = _this.injector.get('GanttEdit');
518
+ if (_this.injectedModules.indexOf(mod) === -1) {
519
+ _this.injectedModules.push(mod);
520
+ }
521
+ }
522
+ catch (_f) { }
523
+ try {
524
+ var mod = _this.injector.get('GanttDayMarkers');
525
+ if (_this.injectedModules.indexOf(mod) === -1) {
526
+ _this.injectedModules.push(mod);
527
+ }
528
+ }
529
+ catch (_g) { }
530
+ try {
531
+ var mod = _this.injector.get('GanttToolbar');
532
+ if (_this.injectedModules.indexOf(mod) === -1) {
533
+ _this.injectedModules.push(mod);
534
+ }
535
+ }
536
+ catch (_h) { }
537
+ try {
538
+ var mod = _this.injector.get('GanttContextMenu');
539
+ if (_this.injectedModules.indexOf(mod) === -1) {
540
+ _this.injectedModules.push(mod);
541
+ }
542
+ }
543
+ catch (_j) { }
544
+ try {
545
+ var mod = _this.injector.get('GanttExcelExport');
546
+ if (_this.injectedModules.indexOf(mod) === -1) {
547
+ _this.injectedModules.push(mod);
548
+ }
549
+ }
550
+ catch (_k) { }
551
+ try {
552
+ var mod = _this.injector.get('GanttRowDD');
553
+ if (_this.injectedModules.indexOf(mod) === -1) {
554
+ _this.injectedModules.push(mod);
555
+ }
556
+ }
557
+ catch (_l) { }
558
+ try {
559
+ var mod = _this.injector.get('GanttColumnMenu');
560
+ if (_this.injectedModules.indexOf(mod) === -1) {
561
+ _this.injectedModules.push(mod);
562
+ }
563
+ }
564
+ catch (_m) { }
565
+ try {
566
+ var mod = _this.injector.get('GanttPdfExport');
567
+ if (_this.injectedModules.indexOf(mod) === -1) {
568
+ _this.injectedModules.push(mod);
569
+ }
570
+ }
571
+ catch (_o) { }
572
+ try {
573
+ var mod = _this.injector.get('GanttVirtualScroll');
574
+ if (_this.injectedModules.indexOf(mod) === -1) {
575
+ _this.injectedModules.push(mod);
576
+ }
577
+ }
578
+ catch (_p) { }
579
+ try {
580
+ var mod = _this.injector.get('GanttCriticalPath');
581
+ if (_this.injectedModules.indexOf(mod) === -1) {
582
+ _this.injectedModules.push(mod);
583
+ }
584
+ }
585
+ catch (_q) { }
586
+ _this.registerEvents(outputs$6);
587
+ _this.addTwoWay.call(_this, twoWays);
588
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
589
+ _this.context = new ej2AngularBase.ComponentBase();
590
+ return _this;
591
+ }
592
+ /**
593
+ * @return {?}
594
+ */
595
+ GanttComponent.prototype.ngOnInit = function () {
596
+ this.context.ngOnInit(this);
597
+ };
598
+ /**
599
+ * @return {?}
600
+ */
601
+ GanttComponent.prototype.ngAfterViewInit = function () {
602
+ this.context.ngAfterViewInit(this);
603
+ };
604
+ /**
605
+ * @return {?}
606
+ */
607
+ GanttComponent.prototype.ngOnDestroy = function () {
608
+ this.context.ngOnDestroy(this);
609
+ };
610
+ /**
611
+ * @return {?}
612
+ */
613
+ GanttComponent.prototype.ngAfterContentChecked = function () {
614
+ this.tagObjects[0].instance = this.childColumns;
615
+ if (this.childAddDialogFields) {
616
+ this.tagObjects[1].instance = this.childAddDialogFields;
617
+ }
618
+ if (this.childEditDialogFields) {
619
+ this.tagObjects[2].instance = this.childEditDialogFields;
620
+ }
621
+ if (this.childDayWorkingTime) {
622
+ this.tagObjects[3].instance = this.childDayWorkingTime;
623
+ }
624
+ if (this.childHolidays) {
625
+ this.tagObjects[4].instance = this.childHolidays;
626
+ }
627
+ if (this.childEventMarkers) {
628
+ this.tagObjects[5].instance = this.childEventMarkers;
629
+ }
630
+ this.context.ngAfterContentChecked(this);
631
+ };
632
+ return GanttComponent;
633
+ }(ej2Gantt.Gantt));
634
+ exports.GanttComponent.decorators = [
635
+ { type: core.Component, args: [{
636
+ selector: 'ejs-gantt',
637
+ inputs: inputs,
638
+ outputs: outputs$6,
639
+ template: '',
640
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
641
+ queries: {
642
+ childColumns: new core.ContentChild(ColumnsDirective),
643
+ childAddDialogFields: new core.ContentChild(AddDialogFieldsDirective),
644
+ childEditDialogFields: new core.ContentChild(EditDialogFieldsDirective),
645
+ childDayWorkingTime: new core.ContentChild(DayWorkingTimeCollectionDirective),
646
+ childHolidays: new core.ContentChild(HolidaysDirective),
647
+ childEventMarkers: new core.ContentChild(EventMarkersDirective)
648
+ }
649
+ },] },
650
+ ];
651
+ /**
652
+ * @nocollapse
653
+ */
654
+ exports.GanttComponent.ctorParameters = function () { return [
655
+ { type: core.ElementRef, },
656
+ { type: core.Renderer2, },
657
+ { type: core.ViewContainerRef, },
658
+ { type: core.Injector, },
659
+ ]; };
660
+ exports.GanttComponent.propDecorators = {
661
+ 'parentTaskbarTemplate': [{ type: core.ContentChild, args: ['parentTaskbarTemplate',] },],
662
+ 'milestoneTemplate': [{ type: core.ContentChild, args: ['milestoneTemplate',] },],
663
+ 'taskbarTemplate': [{ type: core.ContentChild, args: ['taskbarTemplate',] },],
664
+ 'labelSettings_rightLabel': [{ type: core.ContentChild, args: ['labelSettingsRightLabel',] },],
665
+ 'labelSettings_leftLabel': [{ type: core.ContentChild, args: ['labelSettingsLeftLabel',] },],
666
+ 'labelSettings_taskLabel': [{ type: core.ContentChild, args: ['labelSettingsTaskLabel',] },],
667
+ 'tooltipSettings_taskbar': [{ type: core.ContentChild, args: ['tooltipSettingsTaskbar',] },],
668
+ 'tooltipSettings_baseline': [{ type: core.ContentChild, args: ['tooltipSettingsBaseline',] },],
669
+ 'tooltipSettings_connectorLine': [{ type: core.ContentChild, args: ['tooltipSettingsConnectorLine',] },],
670
+ 'tooltipSettings_editing': [{ type: core.ContentChild, args: ['tooltipSettingsEditing',] },],
671
+ };
672
+ __decorate$1([
673
+ ej2AngularBase.Template(),
674
+ __metadata$1("design:type", Object)
675
+ ], exports.GanttComponent.prototype, "parentTaskbarTemplate", void 0);
676
+ __decorate$1([
677
+ ej2AngularBase.Template(),
678
+ __metadata$1("design:type", Object)
679
+ ], exports.GanttComponent.prototype, "milestoneTemplate", void 0);
680
+ __decorate$1([
681
+ ej2AngularBase.Template(),
682
+ __metadata$1("design:type", Object)
683
+ ], exports.GanttComponent.prototype, "taskbarTemplate", void 0);
684
+ __decorate$1([
685
+ ej2AngularBase.Template(),
686
+ __metadata$1("design:type", Object)
687
+ ], exports.GanttComponent.prototype, "labelSettings_rightLabel", void 0);
688
+ __decorate$1([
689
+ ej2AngularBase.Template(),
690
+ __metadata$1("design:type", Object)
691
+ ], exports.GanttComponent.prototype, "labelSettings_leftLabel", void 0);
692
+ __decorate$1([
693
+ ej2AngularBase.Template(),
694
+ __metadata$1("design:type", Object)
695
+ ], exports.GanttComponent.prototype, "labelSettings_taskLabel", void 0);
696
+ __decorate$1([
697
+ ej2AngularBase.Template(),
698
+ __metadata$1("design:type", Object)
699
+ ], exports.GanttComponent.prototype, "tooltipSettings_taskbar", void 0);
700
+ __decorate$1([
701
+ ej2AngularBase.Template(),
702
+ __metadata$1("design:type", Object)
703
+ ], exports.GanttComponent.prototype, "tooltipSettings_baseline", void 0);
704
+ __decorate$1([
705
+ ej2AngularBase.Template(),
706
+ __metadata$1("design:type", Object)
707
+ ], exports.GanttComponent.prototype, "tooltipSettings_connectorLine", void 0);
708
+ __decorate$1([
709
+ ej2AngularBase.Template(),
710
+ __metadata$1("design:type", Object)
711
+ ], exports.GanttComponent.prototype, "tooltipSettings_editing", void 0);
712
+ exports.GanttComponent = __decorate$1([
713
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
714
+ __metadata$1("design:paramtypes", [core.ElementRef,
715
+ core.Renderer2,
716
+ core.ViewContainerRef,
717
+ core.Injector])
718
+ ], exports.GanttComponent);
719
+ /**
720
+ * NgModule definition for the Gantt component.
721
+ */
722
+ var GanttModule = /** @class */ (function () {
723
+ function GanttModule() {
724
+ }
725
+ return GanttModule;
726
+ }());
727
+ GanttModule.decorators = [
728
+ { type: core.NgModule, args: [{
729
+ imports: [common.CommonModule],
730
+ declarations: [
731
+ exports.GanttComponent,
732
+ ColumnDirective,
733
+ ColumnsDirective,
734
+ AddDialogFieldDirective,
735
+ AddDialogFieldsDirective,
736
+ EditDialogFieldDirective,
737
+ EditDialogFieldsDirective,
738
+ DayWorkingTimeDirective,
739
+ DayWorkingTimeCollectionDirective,
740
+ HolidayDirective,
741
+ HolidaysDirective,
742
+ EventMarkerDirective,
743
+ EventMarkersDirective
744
+ ],
745
+ exports: [
746
+ exports.GanttComponent,
747
+ ColumnDirective,
748
+ ColumnsDirective,
749
+ AddDialogFieldDirective,
750
+ AddDialogFieldsDirective,
751
+ EditDialogFieldDirective,
752
+ EditDialogFieldsDirective,
753
+ DayWorkingTimeDirective,
754
+ DayWorkingTimeCollectionDirective,
755
+ HolidayDirective,
756
+ HolidaysDirective,
757
+ EventMarkerDirective,
758
+ EventMarkersDirective
759
+ ]
760
+ },] },
761
+ ];
762
+ /**
763
+ * @nocollapse
764
+ */
765
+ GanttModule.ctorParameters = function () { return []; };
766
+ var FilterService = { provide: 'GanttFilter', useValue: ej2Gantt.Filter };
767
+ var SelectionService = { provide: 'GanttSelection', useValue: ej2Gantt.Selection };
768
+ var SortService = { provide: 'GanttSort', useValue: ej2Gantt.Sort };
769
+ var ReorderService = { provide: 'GanttReorder', useValue: ej2Gantt.Reorder };
770
+ var ResizeService = { provide: 'GanttResize', useValue: ej2Gantt.Resize };
771
+ var EditService = { provide: 'GanttEdit', useValue: ej2Gantt.Edit };
772
+ var DayMarkersService = { provide: 'GanttDayMarkers', useValue: ej2Gantt.DayMarkers };
773
+ var ToolbarService = { provide: 'GanttToolbar', useValue: ej2Gantt.Toolbar };
774
+ var ContextMenuService = { provide: 'GanttContextMenu', useValue: ej2Gantt.ContextMenu };
775
+ var ExcelExportService = { provide: 'GanttExcelExport', useValue: ej2Gantt.ExcelExport };
776
+ var RowDDService = { provide: 'GanttRowDD', useValue: ej2Gantt.RowDD };
777
+ var ColumnMenuService = { provide: 'GanttColumnMenu', useValue: ej2Gantt.ColumnMenu };
778
+ var PdfExportService = { provide: 'GanttPdfExport', useValue: ej2Gantt.PdfExport };
779
+ var VirtualScrollService = { provide: 'GanttVirtualScroll', useValue: ej2Gantt.VirtualScroll };
780
+ var CriticalPathService = { provide: 'GanttCriticalPath', useValue: ej2Gantt.CriticalPath };
781
+ /**
782
+ * NgModule definition for the Gantt component with providers.
783
+ */
784
+ var GanttAllModule = /** @class */ (function () {
785
+ function GanttAllModule() {
786
+ }
787
+ return GanttAllModule;
788
+ }());
789
+ GanttAllModule.decorators = [
790
+ { type: core.NgModule, args: [{
791
+ imports: [common.CommonModule, GanttModule],
792
+ exports: [
793
+ GanttModule
794
+ ],
795
+ providers: [
796
+ FilterService,
797
+ SelectionService,
798
+ SortService,
799
+ ReorderService,
800
+ ResizeService,
801
+ EditService,
802
+ DayMarkersService,
803
+ ToolbarService,
804
+ ContextMenuService,
805
+ ExcelExportService,
806
+ RowDDService,
807
+ ColumnMenuService,
808
+ PdfExportService,
809
+ VirtualScrollService,
810
+ CriticalPathService
811
+ ]
812
+ },] },
813
+ ];
814
+ /**
815
+ * @nocollapse
816
+ */
817
+ GanttAllModule.ctorParameters = function () { return []; };
818
+
819
+ exports.ColumnDirective = ColumnDirective;
820
+ exports.ColumnsDirective = ColumnsDirective;
821
+ exports.AddDialogFieldDirective = AddDialogFieldDirective;
822
+ exports.AddDialogFieldsDirective = AddDialogFieldsDirective;
823
+ exports.EditDialogFieldDirective = EditDialogFieldDirective;
824
+ exports.EditDialogFieldsDirective = EditDialogFieldsDirective;
825
+ exports.DayWorkingTimeDirective = DayWorkingTimeDirective;
826
+ exports.DayWorkingTimeCollectionDirective = DayWorkingTimeCollectionDirective;
827
+ exports.HolidayDirective = HolidayDirective;
828
+ exports.HolidaysDirective = HolidaysDirective;
829
+ exports.EventMarkerDirective = EventMarkerDirective;
830
+ exports.EventMarkersDirective = EventMarkersDirective;
831
+ exports.GanttModule = GanttModule;
832
+ exports.GanttAllModule = GanttAllModule;
833
+ exports.FilterService = FilterService;
834
+ exports.SelectionService = SelectionService;
835
+ exports.SortService = SortService;
836
+ exports.ReorderService = ReorderService;
837
+ exports.ResizeService = ResizeService;
838
+ exports.EditService = EditService;
839
+ exports.DayMarkersService = DayMarkersService;
840
+ exports.ToolbarService = ToolbarService;
841
+ exports.ContextMenuService = ContextMenuService;
842
+ exports.ExcelExportService = ExcelExportService;
843
+ exports.RowDDService = RowDDService;
844
+ exports.ColumnMenuService = ColumnMenuService;
845
+ exports.PdfExportService = PdfExportService;
846
+ exports.VirtualScrollService = VirtualScrollService;
847
+ exports.CriticalPathService = CriticalPathService;
848
+ exports.ɵa = inputs;
849
+ exports.ɵb = outputs$6;
850
+ exports.Gantt = ej2Gantt.Gantt;
851
+ exports.PdfHorizontalOverflowType = ej2Gantt.PdfHorizontalOverflowType;
852
+ exports.parentsUntil = ej2Gantt.parentsUntil;
853
+ exports.isScheduledTask = ej2Gantt.isScheduledTask;
854
+ exports.isCountRequired = ej2Gantt.isCountRequired;
855
+ exports.getSwapKey = ej2Gantt.getSwapKey;
856
+ exports.isRemoteData = ej2Gantt.isRemoteData;
857
+ exports.getTaskData = ej2Gantt.getTaskData;
858
+ exports.updateDates = ej2Gantt.updateDates;
859
+ exports.formatString = ej2Gantt.formatString;
860
+ exports.getIndex = ej2Gantt.getIndex;
861
+ exports.pixelToPoint = ej2Gantt.pixelToPoint;
862
+ exports.pointToPixel = ej2Gantt.pointToPixel;
863
+ exports.getUid = ej2Gantt.getUid;
864
+ exports.load = ej2Gantt.load;
865
+ exports.rowDataBound = ej2Gantt.rowDataBound;
866
+ exports.queryCellInfo = ej2Gantt.queryCellInfo;
867
+ exports.toolbarClick = ej2Gantt.toolbarClick;
868
+ exports.keyPressed = ej2Gantt.keyPressed;
869
+ exports.Edit = ej2Gantt.Edit;
870
+ exports.Reorder = ej2Gantt.Reorder;
871
+ exports.Resize = ej2Gantt.Resize;
872
+ exports.Filter = ej2Gantt.Filter;
873
+ exports.Sort = ej2Gantt.Sort;
874
+ exports.Dependency = ej2Gantt.Dependency;
875
+ exports.Selection = ej2Gantt.Selection;
876
+ exports.Toolbar = ej2Gantt.Toolbar;
877
+ exports.DayMarkers = ej2Gantt.DayMarkers;
878
+ exports.CriticalPath = ej2Gantt.CriticalPath;
879
+ exports.ContextMenu = ej2Gantt.ContextMenu;
880
+ exports.ExcelExport = ej2Gantt.ExcelExport;
881
+ exports.ColumnMenu = ej2Gantt.ColumnMenu;
882
+ exports.RowDD = ej2Gantt.RowDD;
883
+ exports.PdfExport = ej2Gantt.PdfExport;
884
+ exports.VirtualScroll = ej2Gantt.VirtualScroll;
885
+ exports.Column = ej2Gantt.Column;
886
+ exports.DayWorkingTime = ej2Gantt.DayWorkingTime;
887
+ exports.AddDialogFieldSettings = ej2Gantt.AddDialogFieldSettings;
888
+ exports.EditDialogFieldSettings = ej2Gantt.EditDialogFieldSettings;
889
+ exports.EditSettings = ej2Gantt.EditSettings;
890
+ exports.EventMarker = ej2Gantt.EventMarker;
891
+ exports.FilterSettings = ej2Gantt.FilterSettings;
892
+ exports.SearchSettings = ej2Gantt.SearchSettings;
893
+ exports.Holiday = ej2Gantt.Holiday;
894
+ exports.LabelSettings = ej2Gantt.LabelSettings;
895
+ exports.SelectionSettings = ej2Gantt.SelectionSettings;
896
+ exports.SplitterSettings = ej2Gantt.SplitterSettings;
897
+ exports.TaskFields = ej2Gantt.TaskFields;
898
+ exports.TimelineTierSettings = ej2Gantt.TimelineTierSettings;
899
+ exports.TimelineSettings = ej2Gantt.TimelineSettings;
900
+ exports.TooltipSettings = ej2Gantt.TooltipSettings;
901
+ exports.SortDescriptor = ej2Gantt.SortDescriptor;
902
+ exports.SortSettings = ej2Gantt.SortSettings;
903
+ exports.ResourceFields = ej2Gantt.ResourceFields;
904
+ exports.LoadingIndicator = ej2Gantt.LoadingIndicator;
905
+ exports.TemporaryDictionary = ej2Gantt.TemporaryDictionary;
906
+ exports.PdfBorders = ej2Gantt.PdfBorders;
907
+ exports.PdfPaddings = ej2Gantt.PdfPaddings;
908
+ exports.PdfTreeGridStyleBase = ej2Gantt.PdfTreeGridStyleBase;
909
+ exports.PdfTreeGridStyle = ej2Gantt.PdfTreeGridStyle;
910
+ exports.PdfGanttTheme = ej2Gantt.PdfGanttTheme;
911
+ exports.PdfTreeGridLayouter = ej2Gantt.PdfTreeGridLayouter;
912
+ exports.PdfTreeGridLayoutResult = ej2Gantt.PdfTreeGridLayoutResult;
913
+ exports.PdfTreeGridLayoutFormat = ej2Gantt.PdfTreeGridLayoutFormat;
914
+ exports.PdfTreeGridCell = ej2Gantt.PdfTreeGridCell;
915
+ exports.PdfTreeGridCellCollection = ej2Gantt.PdfTreeGridCellCollection;
916
+ exports.PdfTreeGridRow = ej2Gantt.PdfTreeGridRow;
917
+ exports.PdfTreeGridRowCollection = ej2Gantt.PdfTreeGridRowCollection;
918
+ exports.PdfTreeGridHeaderCollection = ej2Gantt.PdfTreeGridHeaderCollection;
919
+ exports.PdfTreeGridColumn = ej2Gantt.PdfTreeGridColumn;
920
+ exports.PdfTreeGridColumnCollection = ej2Gantt.PdfTreeGridColumnCollection;
921
+
922
+ Object.defineProperty(exports, '__esModule', { value: true });
923
+
924
+ })));
925
+ //# sourceMappingURL=ej2-angular-gantt.umd.js.map