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