@syncfusion/ej2-angular-gantt 25.2.7 → 26.1.35

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 (58) hide show
  1. package/CHANGELOG.md +2361 -0
  2. package/esm2020/public_api.mjs +1 -2
  3. package/esm2020/src/gantt/gantt-all.module.mjs +1 -1
  4. package/esm2020/src/gantt/gantt.component.mjs +17 -6
  5. package/esm2020/src/gantt/gantt.module.mjs +10 -1
  6. package/esm2020/src/gantt/weekworkingtime.directive.mjs +58 -0
  7. package/esm2020/src/index.mjs +2 -1
  8. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +103 -32
  9. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -1
  10. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +103 -32
  11. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -1
  12. package/package.json +9 -9
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/src/gantt/gantt.component.d.ts +9 -1
  16. package/src/gantt/gantt.module.d.ts +5 -4
  17. package/src/gantt/weekworkingtime.directive.d.ts +43 -0
  18. package/src/index.d.ts +1 -0
  19. package/styles/bootstrap-dark.css +2188 -1
  20. package/styles/bootstrap.css +2318 -1
  21. package/styles/bootstrap4.css +2531 -1
  22. package/styles/bootstrap5-dark.css +2213 -1
  23. package/styles/bootstrap5.css +2213 -1
  24. package/styles/fabric-dark.css +2133 -1
  25. package/styles/fabric.css +2121 -1
  26. package/styles/fluent-dark.css +2209 -1
  27. package/styles/fluent.css +2209 -1
  28. package/styles/fluent2.css +3458 -0
  29. package/styles/fluent2.scss +1 -0
  30. package/styles/gantt/bootstrap-dark.css +2188 -1
  31. package/styles/gantt/bootstrap.css +2318 -1
  32. package/styles/gantt/bootstrap4.css +2531 -1
  33. package/styles/gantt/bootstrap5-dark.css +2213 -1
  34. package/styles/gantt/bootstrap5.css +2213 -1
  35. package/styles/gantt/fabric-dark.css +2133 -1
  36. package/styles/gantt/fabric.css +2121 -1
  37. package/styles/gantt/fluent-dark.css +2209 -1
  38. package/styles/gantt/fluent.css +2209 -1
  39. package/styles/gantt/fluent2.css +3458 -0
  40. package/styles/gantt/fluent2.scss +1 -0
  41. package/styles/gantt/highcontrast-light.css +2092 -1
  42. package/styles/gantt/highcontrast.css +2219 -1
  43. package/styles/gantt/material-dark.css +2240 -1
  44. package/styles/gantt/material.css +2292 -1
  45. package/styles/gantt/material3-dark.css +2367 -1
  46. package/styles/gantt/material3.css +2479 -1
  47. package/styles/gantt/tailwind-dark.css +2218 -1
  48. package/styles/gantt/tailwind.css +2218 -1
  49. package/styles/highcontrast-light.css +2092 -1
  50. package/styles/highcontrast.css +2219 -1
  51. package/styles/material-dark.css +2240 -1
  52. package/styles/material.css +2292 -1
  53. package/styles/material3-dark.css +2367 -1
  54. package/styles/material3.css +2479 -1
  55. package/styles/tailwind-dark.css +2218 -1
  56. package/styles/tailwind.css +2218 -1
  57. package/license +0 -10
  58. package/postinstall/tagchange.js +0 -18
@@ -6,8 +6,8 @@ import { Gantt, Filter, Selection, Sort, Reorder, Resize, Edit, DayMarkers, Tool
6
6
  export * from '@syncfusion/ej2-gantt';
7
7
  import { CommonModule } from '@angular/common';
8
8
 
9
- let input$5 = ['allowEditing', 'allowFiltering', 'allowReordering', 'allowResizing', 'allowSorting', 'clipMode', 'customAttributes', 'disableHtmlEncode', 'displayAsCheckBox', 'edit', 'editType', 'field', 'filter', 'format', 'formatter', 'headerTemplate', 'headerText', 'headerTextAlign', 'hideAtMedia', 'isPrimaryKey', 'maxWidth', 'minWidth', 'sortComparer', 'template', 'textAlign', 'type', 'validationRules', 'valueAccessor', 'visible', 'width'];
10
- let outputs$6 = [];
9
+ let input$6 = ['allowEditing', 'allowFiltering', 'allowReordering', 'allowResizing', 'allowSorting', 'clipMode', 'customAttributes', 'disableHtmlEncode', 'displayAsCheckBox', 'edit', 'editType', 'field', 'filter', 'format', 'formatter', 'headerTemplate', 'headerText', 'headerTextAlign', 'hideAtMedia', 'isPrimaryKey', 'maxWidth', 'minWidth', 'sortComparer', 'template', 'textAlign', 'type', 'validationRules', 'valueAccessor', 'visible', 'width'];
10
+ let outputs$7 = [];
11
11
  /**
12
12
  * `e-column` directive represent a column of the Angular Gantt.
13
13
  * It must be contained in a Gantt component(`ejs-gantt`).
@@ -25,8 +25,8 @@ class ColumnDirective extends ComplexBase {
25
25
  super();
26
26
  this.viewContainerRef = viewContainerRef;
27
27
  setValue('currentInstance', this, this.viewContainerRef);
28
- this.registerEvents(outputs$6);
29
- this.directivePropList = input$5;
28
+ this.registerEvents(outputs$7);
29
+ this.directivePropList = input$6;
30
30
  }
31
31
  }
32
32
  ColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColumnDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
@@ -41,8 +41,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
41
41
  type: Directive,
42
42
  args: [{
43
43
  selector: 'ejs-gantt>e-columns>e-column',
44
- inputs: input$5,
45
- outputs: outputs$6,
44
+ inputs: input$6,
45
+ outputs: outputs$7,
46
46
  queries: {}
47
47
  }]
48
48
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { template: [{
@@ -73,8 +73,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
73
73
  }]
74
74
  }], ctorParameters: function () { return []; } });
75
75
 
76
- let input$4 = ['additionalParams', 'fields', 'headerText', 'type'];
77
- let outputs$5 = [];
76
+ let input$5 = ['additionalParams', 'fields', 'headerText', 'type'];
77
+ let outputs$6 = [];
78
78
  /**
79
79
  * `e-add-dialog-field` directive represent a add dialog fields collection in Gantt task add dialog.
80
80
  * It must be contained in a Gantt component(`ejs-gantt`).
@@ -92,8 +92,8 @@ class AddDialogFieldDirective extends ComplexBase {
92
92
  super();
93
93
  this.viewContainerRef = viewContainerRef;
94
94
  setValue('currentInstance', this, this.viewContainerRef);
95
- this.registerEvents(outputs$5);
96
- this.directivePropList = input$4;
95
+ this.registerEvents(outputs$6);
96
+ this.directivePropList = input$5;
97
97
  }
98
98
  }
99
99
  AddDialogFieldDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AddDialogFieldDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
@@ -102,8 +102,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
102
102
  type: Directive,
103
103
  args: [{
104
104
  selector: 'ejs-gantt>e-add-dialog-fields>e-add-dialog-field',
105
- inputs: input$4,
106
- outputs: outputs$5,
105
+ inputs: input$5,
106
+ outputs: outputs$6,
107
107
  queries: {}
108
108
  }]
109
109
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
@@ -128,8 +128,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
128
128
  }]
129
129
  }], ctorParameters: function () { return []; } });
130
130
 
131
- let input$3 = ['additionalParams', 'fields', 'headerText', 'type'];
132
- let outputs$4 = [];
131
+ let input$4 = ['additionalParams', 'fields', 'headerText', 'type'];
132
+ let outputs$5 = [];
133
133
  /**
134
134
  * `e-edit-dialog-field` directive represent a edit dialog fields collection in Gantt task add dialog.
135
135
  * It must be contained in a Gantt component(`ejs-gantt`).
@@ -147,8 +147,8 @@ class EditDialogFieldDirective extends ComplexBase {
147
147
  super();
148
148
  this.viewContainerRef = viewContainerRef;
149
149
  setValue('currentInstance', this, this.viewContainerRef);
150
- this.registerEvents(outputs$4);
151
- this.directivePropList = input$3;
150
+ this.registerEvents(outputs$5);
151
+ this.directivePropList = input$4;
152
152
  }
153
153
  }
154
154
  EditDialogFieldDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: EditDialogFieldDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
@@ -157,8 +157,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
157
157
  type: Directive,
158
158
  args: [{
159
159
  selector: 'ejs-gantt>e-edit-dialog-fields>e-edit-dialog-field',
160
- inputs: input$3,
161
- outputs: outputs$4,
160
+ inputs: input$4,
161
+ outputs: outputs$5,
162
162
  queries: {}
163
163
  }]
164
164
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
@@ -183,8 +183,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
183
183
  }]
184
184
  }], ctorParameters: function () { return []; } });
185
185
 
186
- let input$2 = ['from', 'to'];
187
- let outputs$3 = [];
186
+ let input$3 = ['from', 'to'];
187
+ let outputs$4 = [];
188
188
  /**
189
189
  * `e-day-working-time-collection` directive represent a working time ranges in a day.
190
190
  * It must be contained in a Gantt component(`ejs-gantt`).
@@ -202,8 +202,8 @@ class DayWorkingTimeDirective extends ComplexBase {
202
202
  super();
203
203
  this.viewContainerRef = viewContainerRef;
204
204
  setValue('currentInstance', this, this.viewContainerRef);
205
- this.registerEvents(outputs$3);
206
- this.directivePropList = input$2;
205
+ this.registerEvents(outputs$4);
206
+ this.directivePropList = input$3;
207
207
  }
208
208
  }
209
209
  DayWorkingTimeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DayWorkingTimeDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
@@ -212,8 +212,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
212
212
  type: Directive,
213
213
  args: [{
214
214
  selector: 'ejs-gantt>e-day-working-time-collection>e-day-working-time',
215
- inputs: input$2,
216
- outputs: outputs$3,
215
+ inputs: input$3,
216
+ outputs: outputs$4,
217
217
  queries: {}
218
218
  }]
219
219
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
@@ -238,6 +238,61 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
238
238
  }]
239
239
  }], ctorParameters: function () { return []; } });
240
240
 
241
+ let input$2 = ['dayOfWeek', 'timeRange'];
242
+ let outputs$3 = [];
243
+ /**
244
+ * `e-week-working-times` directive represent a working time ranges in a day.
245
+ * It must be contained in a Gantt component(`ejs-gantt`).
246
+ * ```html
247
+ * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'>
248
+ * <e-week-working-times>
249
+ * <e-week-working-time dayOfWeek='Monday'></e-week-working-time>
250
+ * <e-week-working-time dayOfWeek='Monday'></e-week-working-time>
251
+ * </e-week-working-times>
252
+ * </ejs-gantt>
253
+ * ```
254
+ */
255
+ class WeekWorkingTimeDirective extends ComplexBase {
256
+ constructor(viewContainerRef) {
257
+ super();
258
+ this.viewContainerRef = viewContainerRef;
259
+ setValue('currentInstance', this, this.viewContainerRef);
260
+ this.registerEvents(outputs$3);
261
+ this.directivePropList = input$2;
262
+ }
263
+ }
264
+ WeekWorkingTimeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: WeekWorkingTimeDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
265
+ WeekWorkingTimeDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: WeekWorkingTimeDirective, selector: "ejs-gantt>e-week-working-times>e-week-working-time", inputs: { dayOfWeek: "dayOfWeek", timeRange: "timeRange" }, usesInheritance: true, ngImport: i0 });
266
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: WeekWorkingTimeDirective, decorators: [{
267
+ type: Directive,
268
+ args: [{
269
+ selector: 'ejs-gantt>e-week-working-times>e-week-working-time',
270
+ inputs: input$2,
271
+ outputs: outputs$3,
272
+ queries: {}
273
+ }]
274
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
275
+ /**
276
+ * WeekWorkingTime Array Directive
277
+ * @private
278
+ */
279
+ class WeekWorkingTimesDirective extends ArrayBase {
280
+ constructor() {
281
+ super('weekworkingtime');
282
+ }
283
+ }
284
+ WeekWorkingTimesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: WeekWorkingTimesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
285
+ WeekWorkingTimesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: WeekWorkingTimesDirective, selector: "ejs-gantt>e-week-working-times", queries: [{ propertyName: "children", predicate: WeekWorkingTimeDirective }], usesInheritance: true, ngImport: i0 });
286
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: WeekWorkingTimesDirective, decorators: [{
287
+ type: Directive,
288
+ args: [{
289
+ selector: 'ejs-gantt>e-week-working-times',
290
+ queries: {
291
+ children: new ContentChildren(WeekWorkingTimeDirective)
292
+ },
293
+ }]
294
+ }], ctorParameters: function () { return []; } });
295
+
241
296
  let input$1 = ['cssClass', 'from', 'label', 'to'];
242
297
  let outputs$2 = [];
243
298
  /**
@@ -347,7 +402,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
347
402
  }]
348
403
  }], ctorParameters: function () { return []; } });
349
404
 
350
- const inputs = ['UpdateOffsetOnTaskbarEdit', 'addDialogFields', 'allowExcelExport', 'allowFiltering', 'allowKeyboard', 'allowParentDependency', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTaskbarDragAndDrop', 'allowTaskbarOverlap', 'allowUnscheduledTasks', 'autoCalculateDateScheduling', 'autoFocusTasks', 'baselineColor', 'collapseAllParentTasks', 'columnMenuItems', 'columns', 'connectorLineBackground', 'connectorLineWidth', 'contextMenuItems', 'dataSource', 'dateFormat', 'dayWorkingTime', 'disableHtmlEncode', 'durationUnit', 'editDialogFields', 'editSettings', 'enableContextMenu', 'enableCriticalPath', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableMultiTaskbar', 'enablePersistence', 'enablePredecessorValidation', 'enableRtl', 'enableTimelineVirtualization', 'enableUndoRedo', 'enableVirtualMaskRow', 'enableVirtualization', 'eventMarkers', 'filterSettings', 'gridLines', 'height', 'highlightWeekends', 'holidays', 'includeWeekend', 'labelSettings', 'loadChildOnDemand', 'loadingIndicator', 'locale', 'milestoneTemplate', 'parentTaskbarTemplate', 'projectEndDate', 'projectStartDate', 'query', 'readOnly', 'renderBaseline', 'resourceFields', 'resourceIDMapping', 'resourceNameMapping', 'resources', 'rowHeight', 'searchSettings', 'segmentData', 'selectedRowIndex', 'selectionSettings', 'showColumnMenu', 'showInlineNotes', 'showOverAllocation', 'sortSettings', 'splitterSettings', 'taskFields', 'taskMode', 'taskType', 'taskbarHeight', 'taskbarTemplate', 'timelineSettings', 'timezone', 'toolbar', 'tooltipSettings', 'treeColumnIndex', 'undoRedoActions', 'undoRedoStepsCount', 'validateManualTasksOnLinking', 'viewType', 'width', 'workUnit', 'workWeek', 'zoomingLevels'];
405
+ const inputs = ['UpdateOffsetOnTaskbarEdit', 'addDialogFields', 'allowExcelExport', 'allowFiltering', 'allowKeyboard', 'allowParentDependency', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTaskbarDragAndDrop', 'allowTaskbarOverlap', 'allowUnscheduledTasks', 'autoCalculateDateScheduling', 'autoFocusTasks', 'baselineColor', 'collapseAllParentTasks', 'columnMenuItems', 'columns', 'connectorLineBackground', 'connectorLineWidth', 'contextMenuItems', 'dataSource', 'dateFormat', 'dayWorkingTime', 'disableHtmlEncode', 'durationUnit', 'editDialogFields', 'editSettings', 'enableAdaptiveUI', 'enableContextMenu', 'enableCriticalPath', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableMultiTaskbar', 'enablePersistence', 'enablePredecessorValidation', 'enableRtl', 'enableTimelineVirtualization', 'enableUndoRedo', 'enableVirtualMaskRow', 'enableVirtualization', 'eventMarkers', 'filterSettings', 'gridLines', 'height', 'highlightWeekends', 'holidays', 'includeWeekend', 'labelSettings', 'loadChildOnDemand', 'loadingIndicator', 'locale', 'milestoneTemplate', 'parentTaskbarTemplate', 'projectEndDate', 'projectStartDate', 'query', 'readOnly', 'renderBaseline', 'resourceFields', 'resourceIDMapping', 'resourceNameMapping', 'resources', 'rowHeight', 'searchSettings', 'segmentData', 'selectedRowIndex', 'selectionSettings', 'showColumnMenu', 'showInlineNotes', 'showOverAllocation', 'sortSettings', 'splitterSettings', 'taskFields', 'taskMode', 'taskType', 'taskbarHeight', 'taskbarTemplate', 'timelineSettings', 'timelineTemplate', 'timezone', 'toolbar', 'tooltipSettings', 'treeColumnIndex', 'undoRedoActions', 'undoRedoStepsCount', 'updateOffsetOnTaskbarEdit', 'validateManualTasksOnLinking', 'viewType', 'weekWorkingTime', 'width', 'workUnit', 'workWeek', 'zoomingLevels'];
351
406
  const outputs = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeExcelExport', 'beforePdfExport', 'beforeTooltipRender', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSelected', 'cellSelecting', 'collapsed', 'collapsing', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', 'dataStateChange', 'destroyed', 'endEdit', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'expanded', 'expanding', 'headerCellInfo', 'load', 'onMouseMove', 'onTaskbarClick', 'pdfColumnHeaderQueryCellInfo', 'pdfExportComplete', 'pdfQueryCellInfo', 'pdfQueryTaskbarInfo', 'pdfQueryTimelineCellInfo', 'queryCellInfo', 'queryTaskbarInfo', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'splitterResizeStart', 'splitterResized', 'splitterResizing', 'taskbarEdited', 'taskbarEditing', 'toolbarClick', 'dataSourceChange'];
352
407
  const twoWays = ['dataSource'];
353
408
  /**
@@ -363,7 +418,7 @@ let GanttComponent = class GanttComponent extends Gantt {
363
418
  this.srenderer = srenderer;
364
419
  this.viewContainerRef = viewContainerRef;
365
420
  this.injector = injector;
366
- this.tags = ['columns', 'addDialogFields', 'editDialogFields', 'dayWorkingTime', 'holidays', 'eventMarkers'];
421
+ this.tags = ['columns', 'addDialogFields', 'editDialogFields', 'dayWorkingTime', 'weekWorkingTime', 'holidays', 'eventMarkers'];
367
422
  this.element = this.ngEle.nativeElement;
368
423
  this.injectedModules = this.injectedModules || [];
369
424
  try {
@@ -503,20 +558,26 @@ let GanttComponent = class GanttComponent extends Gantt {
503
558
  if (this.childDayWorkingTime) {
504
559
  this.tagObjects[3].instance = this.childDayWorkingTime;
505
560
  }
561
+ if (this.childWeekWorkingTime) {
562
+ this.tagObjects[4].instance = this.childWeekWorkingTime;
563
+ }
506
564
  if (this.childHolidays) {
507
- this.tagObjects[4].instance = this.childHolidays;
565
+ this.tagObjects[5].instance = this.childHolidays;
508
566
  }
509
567
  if (this.childEventMarkers) {
510
- this.tagObjects[5].instance = this.childEventMarkers;
568
+ this.tagObjects[6].instance = this.childEventMarkers;
511
569
  }
512
570
  this.context.ngAfterContentChecked(this);
513
571
  }
514
572
  };
515
573
  GanttComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: GanttComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
516
- GanttComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: GanttComponent, selector: "ejs-gantt", inputs: { UpdateOffsetOnTaskbarEdit: "UpdateOffsetOnTaskbarEdit", addDialogFields: "addDialogFields", allowExcelExport: "allowExcelExport", allowFiltering: "allowFiltering", allowKeyboard: "allowKeyboard", allowParentDependency: "allowParentDependency", allowPdfExport: "allowPdfExport", allowReordering: "allowReordering", allowResizing: "allowResizing", allowRowDragAndDrop: "allowRowDragAndDrop", allowSelection: "allowSelection", allowSorting: "allowSorting", allowTaskbarDragAndDrop: "allowTaskbarDragAndDrop", allowTaskbarOverlap: "allowTaskbarOverlap", allowUnscheduledTasks: "allowUnscheduledTasks", autoCalculateDateScheduling: "autoCalculateDateScheduling", autoFocusTasks: "autoFocusTasks", baselineColor: "baselineColor", collapseAllParentTasks: "collapseAllParentTasks", columnMenuItems: "columnMenuItems", columns: "columns", connectorLineBackground: "connectorLineBackground", connectorLineWidth: "connectorLineWidth", contextMenuItems: "contextMenuItems", dataSource: "dataSource", dateFormat: "dateFormat", dayWorkingTime: "dayWorkingTime", disableHtmlEncode: "disableHtmlEncode", durationUnit: "durationUnit", editDialogFields: "editDialogFields", editSettings: "editSettings", enableContextMenu: "enableContextMenu", enableCriticalPath: "enableCriticalPath", enableHtmlSanitizer: "enableHtmlSanitizer", enableImmutableMode: "enableImmutableMode", enableMultiTaskbar: "enableMultiTaskbar", enablePersistence: "enablePersistence", enablePredecessorValidation: "enablePredecessorValidation", enableRtl: "enableRtl", enableTimelineVirtualization: "enableTimelineVirtualization", enableUndoRedo: "enableUndoRedo", enableVirtualMaskRow: "enableVirtualMaskRow", enableVirtualization: "enableVirtualization", eventMarkers: "eventMarkers", filterSettings: "filterSettings", gridLines: "gridLines", height: "height", highlightWeekends: "highlightWeekends", holidays: "holidays", includeWeekend: "includeWeekend", labelSettings: "labelSettings", loadChildOnDemand: "loadChildOnDemand", loadingIndicator: "loadingIndicator", locale: "locale", milestoneTemplate: "milestoneTemplate", parentTaskbarTemplate: "parentTaskbarTemplate", projectEndDate: "projectEndDate", projectStartDate: "projectStartDate", query: "query", readOnly: "readOnly", renderBaseline: "renderBaseline", resourceFields: "resourceFields", resourceIDMapping: "resourceIDMapping", resourceNameMapping: "resourceNameMapping", resources: "resources", rowHeight: "rowHeight", searchSettings: "searchSettings", segmentData: "segmentData", selectedRowIndex: "selectedRowIndex", selectionSettings: "selectionSettings", showColumnMenu: "showColumnMenu", showInlineNotes: "showInlineNotes", showOverAllocation: "showOverAllocation", sortSettings: "sortSettings", splitterSettings: "splitterSettings", taskFields: "taskFields", taskMode: "taskMode", taskType: "taskType", taskbarHeight: "taskbarHeight", taskbarTemplate: "taskbarTemplate", timelineSettings: "timelineSettings", timezone: "timezone", toolbar: "toolbar", tooltipSettings: "tooltipSettings", treeColumnIndex: "treeColumnIndex", undoRedoActions: "undoRedoActions", undoRedoStepsCount: "undoRedoStepsCount", validateManualTasksOnLinking: "validateManualTasksOnLinking", viewType: "viewType", width: "width", workUnit: "workUnit", workWeek: "workWeek", zoomingLevels: "zoomingLevels" }, outputs: { actionBegin: "actionBegin", actionComplete: "actionComplete", actionFailure: "actionFailure", beforeExcelExport: "beforeExcelExport", beforePdfExport: "beforePdfExport", beforeTooltipRender: "beforeTooltipRender", cellDeselected: "cellDeselected", cellDeselecting: "cellDeselecting", cellEdit: "cellEdit", cellSelected: "cellSelected", cellSelecting: "cellSelecting", collapsed: "collapsed", collapsing: "collapsing", columnDrag: "columnDrag", columnDragStart: "columnDragStart", columnDrop: "columnDrop", columnMenuClick: "columnMenuClick", columnMenuOpen: "columnMenuOpen", contextMenuClick: "contextMenuClick", contextMenuOpen: "contextMenuOpen", created: "created", dataBound: "dataBound", dataStateChange: "dataStateChange", destroyed: "destroyed", endEdit: "endEdit", excelExportComplete: "excelExportComplete", excelHeaderQueryCellInfo: "excelHeaderQueryCellInfo", excelQueryCellInfo: "excelQueryCellInfo", expanded: "expanded", expanding: "expanding", headerCellInfo: "headerCellInfo", load: "load", onMouseMove: "onMouseMove", onTaskbarClick: "onTaskbarClick", pdfColumnHeaderQueryCellInfo: "pdfColumnHeaderQueryCellInfo", pdfExportComplete: "pdfExportComplete", pdfQueryCellInfo: "pdfQueryCellInfo", pdfQueryTaskbarInfo: "pdfQueryTaskbarInfo", pdfQueryTimelineCellInfo: "pdfQueryTimelineCellInfo", queryCellInfo: "queryCellInfo", queryTaskbarInfo: "queryTaskbarInfo", recordDoubleClick: "recordDoubleClick", resizeStart: "resizeStart", resizeStop: "resizeStop", resizing: "resizing", rowDataBound: "rowDataBound", rowDeselected: "rowDeselected", rowDeselecting: "rowDeselecting", rowDrag: "rowDrag", rowDragStart: "rowDragStart", rowDragStartHelper: "rowDragStartHelper", rowDrop: "rowDrop", rowSelected: "rowSelected", rowSelecting: "rowSelecting", splitterResizeStart: "splitterResizeStart", splitterResized: "splitterResized", splitterResizing: "splitterResizing", taskbarEdited: "taskbarEdited", taskbarEditing: "taskbarEditing", toolbarClick: "toolbarClick", dataSourceChange: "dataSourceChange" }, queries: [{ propertyName: "parentTaskbarTemplate", first: true, predicate: ["parentTaskbarTemplate"], descendants: true }, { propertyName: "milestoneTemplate", first: true, predicate: ["milestoneTemplate"], descendants: true }, { propertyName: "taskbarTemplate", first: true, predicate: ["taskbarTemplate"], descendants: true }, { propertyName: "labelSettings_rightLabel", first: true, predicate: ["labelSettingsRightLabel"], descendants: true }, { propertyName: "labelSettings_leftLabel", first: true, predicate: ["labelSettingsLeftLabel"], descendants: true }, { propertyName: "labelSettings_taskLabel", first: true, predicate: ["labelSettingsTaskLabel"], descendants: true }, { propertyName: "tooltipSettings_taskbar", first: true, predicate: ["tooltipSettingsTaskbar"], descendants: true }, { propertyName: "tooltipSettings_baseline", first: true, predicate: ["tooltipSettingsBaseline"], descendants: true }, { propertyName: "tooltipSettings_connectorLine", first: true, predicate: ["tooltipSettingsConnectorLine"], descendants: true }, { propertyName: "tooltipSettings_editing", first: true, predicate: ["tooltipSettingsEditing"], descendants: true }, { propertyName: "childColumns", first: true, predicate: ColumnsDirective, descendants: true }, { propertyName: "childAddDialogFields", first: true, predicate: AddDialogFieldsDirective, descendants: true }, { propertyName: "childEditDialogFields", first: true, predicate: EditDialogFieldsDirective, descendants: true }, { propertyName: "childDayWorkingTime", first: true, predicate: DayWorkingTimeCollectionDirective, descendants: true }, { propertyName: "childHolidays", first: true, predicate: HolidaysDirective, descendants: true }, { propertyName: "childEventMarkers", first: true, predicate: EventMarkersDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
574
+ GanttComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: GanttComponent, selector: "ejs-gantt", inputs: { UpdateOffsetOnTaskbarEdit: "UpdateOffsetOnTaskbarEdit", addDialogFields: "addDialogFields", allowExcelExport: "allowExcelExport", allowFiltering: "allowFiltering", allowKeyboard: "allowKeyboard", allowParentDependency: "allowParentDependency", allowPdfExport: "allowPdfExport", allowReordering: "allowReordering", allowResizing: "allowResizing", allowRowDragAndDrop: "allowRowDragAndDrop", allowSelection: "allowSelection", allowSorting: "allowSorting", allowTaskbarDragAndDrop: "allowTaskbarDragAndDrop", allowTaskbarOverlap: "allowTaskbarOverlap", allowUnscheduledTasks: "allowUnscheduledTasks", autoCalculateDateScheduling: "autoCalculateDateScheduling", autoFocusTasks: "autoFocusTasks", baselineColor: "baselineColor", collapseAllParentTasks: "collapseAllParentTasks", columnMenuItems: "columnMenuItems", columns: "columns", connectorLineBackground: "connectorLineBackground", connectorLineWidth: "connectorLineWidth", contextMenuItems: "contextMenuItems", dataSource: "dataSource", dateFormat: "dateFormat", dayWorkingTime: "dayWorkingTime", disableHtmlEncode: "disableHtmlEncode", durationUnit: "durationUnit", editDialogFields: "editDialogFields", editSettings: "editSettings", enableAdaptiveUI: "enableAdaptiveUI", enableContextMenu: "enableContextMenu", enableCriticalPath: "enableCriticalPath", enableHtmlSanitizer: "enableHtmlSanitizer", enableImmutableMode: "enableImmutableMode", enableMultiTaskbar: "enableMultiTaskbar", enablePersistence: "enablePersistence", enablePredecessorValidation: "enablePredecessorValidation", enableRtl: "enableRtl", enableTimelineVirtualization: "enableTimelineVirtualization", enableUndoRedo: "enableUndoRedo", enableVirtualMaskRow: "enableVirtualMaskRow", enableVirtualization: "enableVirtualization", eventMarkers: "eventMarkers", filterSettings: "filterSettings", gridLines: "gridLines", height: "height", highlightWeekends: "highlightWeekends", holidays: "holidays", includeWeekend: "includeWeekend", labelSettings: "labelSettings", loadChildOnDemand: "loadChildOnDemand", loadingIndicator: "loadingIndicator", locale: "locale", milestoneTemplate: "milestoneTemplate", parentTaskbarTemplate: "parentTaskbarTemplate", projectEndDate: "projectEndDate", projectStartDate: "projectStartDate", query: "query", readOnly: "readOnly", renderBaseline: "renderBaseline", resourceFields: "resourceFields", resourceIDMapping: "resourceIDMapping", resourceNameMapping: "resourceNameMapping", resources: "resources", rowHeight: "rowHeight", searchSettings: "searchSettings", segmentData: "segmentData", selectedRowIndex: "selectedRowIndex", selectionSettings: "selectionSettings", showColumnMenu: "showColumnMenu", showInlineNotes: "showInlineNotes", showOverAllocation: "showOverAllocation", sortSettings: "sortSettings", splitterSettings: "splitterSettings", taskFields: "taskFields", taskMode: "taskMode", taskType: "taskType", taskbarHeight: "taskbarHeight", taskbarTemplate: "taskbarTemplate", timelineSettings: "timelineSettings", timelineTemplate: "timelineTemplate", timezone: "timezone", toolbar: "toolbar", tooltipSettings: "tooltipSettings", treeColumnIndex: "treeColumnIndex", undoRedoActions: "undoRedoActions", undoRedoStepsCount: "undoRedoStepsCount", updateOffsetOnTaskbarEdit: "updateOffsetOnTaskbarEdit", validateManualTasksOnLinking: "validateManualTasksOnLinking", viewType: "viewType", weekWorkingTime: "weekWorkingTime", width: "width", workUnit: "workUnit", workWeek: "workWeek", zoomingLevels: "zoomingLevels" }, outputs: { actionBegin: "actionBegin", actionComplete: "actionComplete", actionFailure: "actionFailure", beforeExcelExport: "beforeExcelExport", beforePdfExport: "beforePdfExport", beforeTooltipRender: "beforeTooltipRender", cellDeselected: "cellDeselected", cellDeselecting: "cellDeselecting", cellEdit: "cellEdit", cellSelected: "cellSelected", cellSelecting: "cellSelecting", collapsed: "collapsed", collapsing: "collapsing", columnDrag: "columnDrag", columnDragStart: "columnDragStart", columnDrop: "columnDrop", columnMenuClick: "columnMenuClick", columnMenuOpen: "columnMenuOpen", contextMenuClick: "contextMenuClick", contextMenuOpen: "contextMenuOpen", created: "created", dataBound: "dataBound", dataStateChange: "dataStateChange", destroyed: "destroyed", endEdit: "endEdit", excelExportComplete: "excelExportComplete", excelHeaderQueryCellInfo: "excelHeaderQueryCellInfo", excelQueryCellInfo: "excelQueryCellInfo", expanded: "expanded", expanding: "expanding", headerCellInfo: "headerCellInfo", load: "load", onMouseMove: "onMouseMove", onTaskbarClick: "onTaskbarClick", pdfColumnHeaderQueryCellInfo: "pdfColumnHeaderQueryCellInfo", pdfExportComplete: "pdfExportComplete", pdfQueryCellInfo: "pdfQueryCellInfo", pdfQueryTaskbarInfo: "pdfQueryTaskbarInfo", pdfQueryTimelineCellInfo: "pdfQueryTimelineCellInfo", queryCellInfo: "queryCellInfo", queryTaskbarInfo: "queryTaskbarInfo", recordDoubleClick: "recordDoubleClick", resizeStart: "resizeStart", resizeStop: "resizeStop", resizing: "resizing", rowDataBound: "rowDataBound", rowDeselected: "rowDeselected", rowDeselecting: "rowDeselecting", rowDrag: "rowDrag", rowDragStart: "rowDragStart", rowDragStartHelper: "rowDragStartHelper", rowDrop: "rowDrop", rowSelected: "rowSelected", rowSelecting: "rowSelecting", splitterResizeStart: "splitterResizeStart", splitterResized: "splitterResized", splitterResizing: "splitterResizing", taskbarEdited: "taskbarEdited", taskbarEditing: "taskbarEditing", toolbarClick: "toolbarClick", dataSourceChange: "dataSourceChange" }, queries: [{ propertyName: "parentTaskbarTemplate", first: true, predicate: ["parentTaskbarTemplate"], descendants: true }, { propertyName: "timelineTemplate", first: true, predicate: ["timelineTemplate"], descendants: true }, { propertyName: "milestoneTemplate", first: true, predicate: ["milestoneTemplate"], descendants: true }, { propertyName: "taskbarTemplate", first: true, predicate: ["taskbarTemplate"], descendants: true }, { propertyName: "labelSettings_rightLabel", first: true, predicate: ["labelSettingsRightLabel"], descendants: true }, { propertyName: "labelSettings_leftLabel", first: true, predicate: ["labelSettingsLeftLabel"], descendants: true }, { propertyName: "labelSettings_taskLabel", first: true, predicate: ["labelSettingsTaskLabel"], descendants: true }, { propertyName: "tooltipSettings_taskbar", first: true, predicate: ["tooltipSettingsTaskbar"], descendants: true }, { propertyName: "tooltipSettings_baseline", first: true, predicate: ["tooltipSettingsBaseline"], descendants: true }, { propertyName: "tooltipSettings_connectorLine", first: true, predicate: ["tooltipSettingsConnectorLine"], descendants: true }, { propertyName: "tooltipSettings_editing", first: true, predicate: ["tooltipSettingsEditing"], descendants: true }, { propertyName: "childColumns", first: true, predicate: ColumnsDirective, descendants: true }, { propertyName: "childAddDialogFields", first: true, predicate: AddDialogFieldsDirective, descendants: true }, { propertyName: "childEditDialogFields", first: true, predicate: EditDialogFieldsDirective, descendants: true }, { propertyName: "childDayWorkingTime", first: true, predicate: DayWorkingTimeCollectionDirective, descendants: true }, { propertyName: "childWeekWorkingTime", first: true, predicate: WeekWorkingTimesDirective, descendants: true }, { propertyName: "childHolidays", first: true, predicate: HolidaysDirective, descendants: true }, { propertyName: "childEventMarkers", first: true, predicate: EventMarkersDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
517
575
  __decorate([
518
576
  Template()
519
577
  ], GanttComponent.prototype, "parentTaskbarTemplate", void 0);
578
+ __decorate([
579
+ Template()
580
+ ], GanttComponent.prototype, "timelineTemplate", void 0);
520
581
  __decorate([
521
582
  Template()
522
583
  ], GanttComponent.prototype, "milestoneTemplate", void 0);
@@ -560,6 +621,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
560
621
  childAddDialogFields: new ContentChild(AddDialogFieldsDirective),
561
622
  childEditDialogFields: new ContentChild(EditDialogFieldsDirective),
562
623
  childDayWorkingTime: new ContentChild(DayWorkingTimeCollectionDirective),
624
+ childWeekWorkingTime: new ContentChild(WeekWorkingTimesDirective),
563
625
  childHolidays: new ContentChild(HolidaysDirective),
564
626
  childEventMarkers: new ContentChild(EventMarkersDirective)
565
627
  }
@@ -567,6 +629,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
567
629
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { parentTaskbarTemplate: [{
568
630
  type: ContentChild,
569
631
  args: ['parentTaskbarTemplate']
632
+ }], timelineTemplate: [{
633
+ type: ContentChild,
634
+ args: ['timelineTemplate']
570
635
  }], milestoneTemplate: [{
571
636
  type: ContentChild,
572
637
  args: ['milestoneTemplate']
@@ -611,6 +676,8 @@ GanttModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "1
611
676
  EditDialogFieldsDirective,
612
677
  DayWorkingTimeDirective,
613
678
  DayWorkingTimeCollectionDirective,
679
+ WeekWorkingTimeDirective,
680
+ WeekWorkingTimesDirective,
614
681
  HolidayDirective,
615
682
  HolidaysDirective,
616
683
  EventMarkerDirective,
@@ -623,6 +690,8 @@ GanttModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "1
623
690
  EditDialogFieldsDirective,
624
691
  DayWorkingTimeDirective,
625
692
  DayWorkingTimeCollectionDirective,
693
+ WeekWorkingTimeDirective,
694
+ WeekWorkingTimesDirective,
626
695
  HolidayDirective,
627
696
  HolidaysDirective,
628
697
  EventMarkerDirective,
@@ -642,6 +711,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
642
711
  EditDialogFieldsDirective,
643
712
  DayWorkingTimeDirective,
644
713
  DayWorkingTimeCollectionDirective,
714
+ WeekWorkingTimeDirective,
715
+ WeekWorkingTimesDirective,
645
716
  HolidayDirective,
646
717
  HolidaysDirective,
647
718
  EventMarkerDirective,
@@ -657,6 +728,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
657
728
  EditDialogFieldsDirective,
658
729
  DayWorkingTimeDirective,
659
730
  DayWorkingTimeCollectionDirective,
731
+ WeekWorkingTimeDirective,
732
+ WeekWorkingTimesDirective,
660
733
  HolidayDirective,
661
734
  HolidaysDirective,
662
735
  EventMarkerDirective,
@@ -734,11 +807,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
734
807
  }]
735
808
  }] });
736
809
 
737
- // Mapping root file for package generation
738
-
739
810
  /**
740
811
  * Generated bundle index. Do not edit.
741
812
  */
742
813
 
743
- export { AddDialogFieldDirective, AddDialogFieldsDirective, ColumnDirective, ColumnMenuService, ColumnsDirective, ContextMenuService, CriticalPathService, DayMarkersService, DayWorkingTimeCollectionDirective, DayWorkingTimeDirective, EditDialogFieldDirective, EditDialogFieldsDirective, EditService, EventMarkerDirective, EventMarkersDirective, ExcelExportService, FilterService, GanttAllModule, GanttComponent, GanttModule, HolidayDirective, HolidaysDirective, PdfExportService, ReorderService, ResizeService, RowDDService, SelectionService, SortService, ToolbarService, UndoRedoService, VirtualScrollService };
814
+ export { AddDialogFieldDirective, AddDialogFieldsDirective, ColumnDirective, ColumnMenuService, ColumnsDirective, ContextMenuService, CriticalPathService, DayMarkersService, DayWorkingTimeCollectionDirective, DayWorkingTimeDirective, EditDialogFieldDirective, EditDialogFieldsDirective, EditService, EventMarkerDirective, EventMarkersDirective, ExcelExportService, FilterService, GanttAllModule, GanttComponent, GanttModule, HolidayDirective, HolidaysDirective, PdfExportService, ReorderService, ResizeService, RowDDService, SelectionService, SortService, ToolbarService, UndoRedoService, VirtualScrollService, WeekWorkingTimeDirective, WeekWorkingTimesDirective };
744
815
  //# sourceMappingURL=syncfusion-ej2-angular-gantt.mjs.map