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