@syncfusion/ej2-angular-gantt 34.1.29-ngcc → 34.1.29

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