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

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