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