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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/@syncfusion/ej2-angular-gantt.es5.js +32 -8
  2. package/@syncfusion/ej2-angular-gantt.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-gantt.js +32 -8
  4. package/@syncfusion/ej2-angular-gantt.js.map +1 -1
  5. package/README.md +9 -2
  6. package/dist/ej2-angular-gantt.umd.js +38 -6
  7. package/dist/ej2-angular-gantt.umd.js.map +1 -1
  8. package/dist/ej2-angular-gantt.umd.min.js +2 -2
  9. package/dist/ej2-angular-gantt.umd.min.js.map +1 -1
  10. package/ej2-angular-gantt.metadata.json +1 -1
  11. package/package.json +15 -46
  12. package/schematics/utils/lib-details.d.ts +2 -2
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/src/gantt/columns.directive.d.ts +27 -0
  16. package/src/gantt/eventmarkers.directive.d.ts +7 -0
  17. package/src/gantt/gantt-all.module.d.ts +1 -0
  18. package/src/gantt/gantt.component.d.ts +22 -1
  19. package/src/gantt/holidays.directive.d.ts +17 -4
  20. package/src/index.d.ts +1 -1
  21. package/styles/bds-lite.css +0 -1
  22. package/styles/bds-lite.scss +0 -1
  23. package/styles/bds.css +0 -1
  24. package/styles/bds.scss +0 -1
  25. package/styles/bootstrap-dark-lite.css +0 -1
  26. package/styles/bootstrap-dark-lite.scss +0 -1
  27. package/styles/bootstrap-dark.css +0 -1
  28. package/styles/bootstrap-dark.scss +0 -1
  29. package/styles/bootstrap-lite.css +0 -1
  30. package/styles/bootstrap-lite.scss +0 -1
  31. package/styles/bootstrap.css +0 -1
  32. package/styles/bootstrap.scss +0 -1
  33. package/styles/bootstrap4-lite.css +0 -1
  34. package/styles/bootstrap4-lite.scss +0 -1
  35. package/styles/bootstrap4.css +0 -1
  36. package/styles/bootstrap4.scss +0 -1
  37. package/styles/bootstrap5-dark-lite.css +0 -1
  38. package/styles/bootstrap5-dark-lite.scss +0 -1
  39. package/styles/bootstrap5-dark.css +0 -1
  40. package/styles/bootstrap5-dark.scss +0 -1
  41. package/styles/bootstrap5-lite.css +0 -1
  42. package/styles/bootstrap5-lite.scss +0 -1
  43. package/styles/bootstrap5.3-lite.css +0 -1
  44. package/styles/bootstrap5.3-lite.scss +0 -1
  45. package/styles/bootstrap5.3.css +0 -1
  46. package/styles/bootstrap5.3.scss +0 -1
  47. package/styles/bootstrap5.css +0 -1
  48. package/styles/bootstrap5.scss +0 -1
  49. package/styles/fabric-dark-lite.css +0 -1
  50. package/styles/fabric-dark-lite.scss +0 -1
  51. package/styles/fabric-dark.css +0 -1
  52. package/styles/fabric-dark.scss +0 -1
  53. package/styles/fabric-lite.css +0 -1
  54. package/styles/fabric-lite.scss +0 -1
  55. package/styles/fabric.css +0 -1
  56. package/styles/fabric.scss +0 -1
  57. package/styles/fluent-dark-lite.css +0 -1
  58. package/styles/fluent-dark-lite.scss +0 -1
  59. package/styles/fluent-dark.css +0 -1
  60. package/styles/fluent-dark.scss +0 -1
  61. package/styles/fluent-lite.css +0 -1
  62. package/styles/fluent-lite.scss +0 -1
  63. package/styles/fluent.css +0 -1
  64. package/styles/fluent.scss +0 -1
  65. package/styles/fluent2-lite.css +0 -1
  66. package/styles/fluent2-lite.scss +0 -1
  67. package/styles/fluent2.css +0 -1
  68. package/styles/fluent2.scss +0 -1
  69. package/styles/gantt/bds.css +0 -1
  70. package/styles/gantt/bds.scss +0 -1
  71. package/styles/gantt/bootstrap-dark.css +0 -1
  72. package/styles/gantt/bootstrap-dark.scss +0 -1
  73. package/styles/gantt/bootstrap.css +0 -1
  74. package/styles/gantt/bootstrap.scss +0 -1
  75. package/styles/gantt/bootstrap4.css +0 -1
  76. package/styles/gantt/bootstrap4.scss +0 -1
  77. package/styles/gantt/bootstrap5-dark.css +0 -1
  78. package/styles/gantt/bootstrap5-dark.scss +0 -1
  79. package/styles/gantt/bootstrap5.3.css +0 -1
  80. package/styles/gantt/bootstrap5.3.scss +0 -1
  81. package/styles/gantt/bootstrap5.css +0 -1
  82. package/styles/gantt/bootstrap5.scss +0 -1
  83. package/styles/gantt/fabric-dark.css +0 -1
  84. package/styles/gantt/fabric-dark.scss +0 -1
  85. package/styles/gantt/fabric.css +0 -1
  86. package/styles/gantt/fabric.scss +0 -1
  87. package/styles/gantt/fluent-dark.css +0 -1
  88. package/styles/gantt/fluent-dark.scss +0 -1
  89. package/styles/gantt/fluent.css +0 -1
  90. package/styles/gantt/fluent.scss +0 -1
  91. package/styles/gantt/fluent2.css +0 -1
  92. package/styles/gantt/fluent2.scss +0 -1
  93. package/styles/gantt/highcontrast-light.css +0 -1
  94. package/styles/gantt/highcontrast-light.scss +0 -1
  95. package/styles/gantt/highcontrast.css +0 -1
  96. package/styles/gantt/highcontrast.scss +0 -1
  97. package/styles/gantt/material-dark.css +0 -1
  98. package/styles/gantt/material-dark.scss +0 -1
  99. package/styles/gantt/material.css +0 -1
  100. package/styles/gantt/material.scss +0 -1
  101. package/styles/gantt/material3-dark.css +0 -1
  102. package/styles/gantt/material3-dark.scss +0 -2
  103. package/styles/gantt/material3.css +0 -1
  104. package/styles/gantt/material3.scss +0 -2
  105. package/styles/gantt/tailwind-dark.css +0 -1
  106. package/styles/gantt/tailwind-dark.scss +0 -1
  107. package/styles/gantt/tailwind.css +0 -1
  108. package/styles/gantt/tailwind.scss +0 -1
  109. package/styles/gantt/tailwind3.css +0 -1
  110. package/styles/gantt/tailwind3.scss +0 -1
  111. package/styles/highcontrast-light-lite.css +0 -1
  112. package/styles/highcontrast-light-lite.scss +0 -1
  113. package/styles/highcontrast-light.css +0 -1
  114. package/styles/highcontrast-light.scss +0 -1
  115. package/styles/highcontrast-lite.css +0 -1
  116. package/styles/highcontrast-lite.scss +0 -1
  117. package/styles/highcontrast.css +0 -1
  118. package/styles/highcontrast.scss +0 -1
  119. package/styles/material-dark-lite.css +0 -1
  120. package/styles/material-dark-lite.scss +0 -1
  121. package/styles/material-dark.css +0 -1
  122. package/styles/material-dark.scss +0 -1
  123. package/styles/material-lite.css +0 -1
  124. package/styles/material-lite.scss +0 -1
  125. package/styles/material.css +0 -1
  126. package/styles/material.scss +0 -1
  127. package/styles/material3-dark-lite.css +0 -1
  128. package/styles/material3-dark-lite.scss +0 -1
  129. package/styles/material3-dark.css +0 -1
  130. package/styles/material3-dark.scss +0 -2
  131. package/styles/material3-lite.css +0 -1
  132. package/styles/material3-lite.scss +0 -1
  133. package/styles/material3.css +0 -1
  134. package/styles/material3.scss +0 -2
  135. package/styles/tailwind-dark-lite.css +0 -1
  136. package/styles/tailwind-dark-lite.scss +0 -1
  137. package/styles/tailwind-dark.css +0 -1
  138. package/styles/tailwind-dark.scss +0 -1
  139. package/styles/tailwind-lite.css +0 -1
  140. package/styles/tailwind-lite.scss +0 -1
  141. package/styles/tailwind.css +0 -1
  142. package/styles/tailwind.scss +0 -1
  143. package/styles/tailwind3-lite.css +0 -1
  144. package/styles/tailwind3-lite.scss +0 -1
  145. package/styles/tailwind3.css +0 -1
  146. package/styles/tailwind3.scss +0 -1
@@ -10,7 +10,7 @@ var __extends = (this && this.__extends) || (function () {
10
10
  })();
11
11
  import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
12
12
  import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
13
- import { ColumnMenu, ContextMenu, CriticalPath, DayMarkers, Edit, ExcelExport, Filter, Gantt, PdfExport, Reorder, Resize, RowDD, Selection, Sort, Toolbar, UndoRedo, VirtualScroll } from '@syncfusion/ej2-gantt';
13
+ import { ColumnMenu, ContextMenu, CriticalPath, DayMarkers, Edit, ExcelExport, Filter, Freeze, Gantt, PdfExport, Reorder, Resize, RowDD, Selection, Sort, Toolbar, UndoRedo, VirtualScroll } from '@syncfusion/ej2-gantt';
14
14
  import { CommonModule } from '@angular/common';
15
15
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
16
16
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -26,7 +26,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
26
26
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
27
27
  return Reflect.metadata(k, v);
28
28
  };
29
- var input = ['allowEditing', 'allowFiltering', 'allowReordering', 'allowResizing', 'allowSorting', 'clipMode', 'customAttributes', 'disableHtmlEncode', 'displayAsCheckBox', 'edit', 'editType', 'field', 'filter', 'format', 'formatter', 'headerTemplate', 'headerText', 'headerTextAlign', 'hideAtMedia', 'isPrimaryKey', 'maxWidth', 'minWidth', 'sortComparer', 'template', 'textAlign', 'type', 'validationRules', 'valueAccessor', 'visible', 'width'];
29
+ var input = ['allowEditing', 'allowFiltering', 'allowReordering', 'allowResizing', 'allowSorting', 'clipMode', 'customAttributes', 'disableHtmlEncode', 'displayAsCheckBox', 'edit', 'editType', 'field', 'filter', 'filterTemplate', 'format', 'formatter', 'freeze', 'headerTemplate', 'headerText', 'headerTextAlign', 'hideAtMedia', 'isFrozen', 'isPrimaryKey', 'lockColumn', 'maxWidth', 'minWidth', 'showColumnMenu', 'sortComparer', 'template', 'textAlign', 'type', 'validationRules', 'valueAccessor', 'visible', 'width'];
30
30
  var outputs = [];
31
31
  /**
32
32
  * `e-column` directive represent a column of the Angular Gantt.
@@ -75,6 +75,7 @@ ColumnDirective.propDecorators = {
75
75
  'editTemplate': [{ type: ContentChild, args: ['editTemplate',] },],
76
76
  'filter_itemTemplate': [{ type: ContentChild, args: ['filterItemTemplate',] },],
77
77
  'filterTemplate': [{ type: ContentChild, args: ['filterTemplate',] },],
78
+ 'emptyRecordTemplate': [{ type: ContentChild, args: ['emptyRecordTemplate',] },],
78
79
  };
79
80
  __decorate([
80
81
  Template(),
@@ -96,6 +97,10 @@ __decorate([
96
97
  Template(),
97
98
  __metadata("design:type", Object)
98
99
  ], ColumnDirective.prototype, "filterTemplate", void 0);
100
+ __decorate([
101
+ Template(),
102
+ __metadata("design:type", Object)
103
+ ], ColumnDirective.prototype, "emptyRecordTemplate", void 0);
99
104
  /**
100
105
  * Column Array Directive
101
106
  */
@@ -443,7 +448,7 @@ HolidaysDirective.decorators = [
443
448
  * @nocollapse
444
449
  */
445
450
  HolidaysDirective.ctorParameters = function () { return []; };
446
- var input$6 = ['cssClass', 'day', 'label'];
451
+ var input$6 = ['cssClass', 'day', 'label', 'top'];
447
452
  var outputs$6 = [];
448
453
  /**
449
454
  * `e-event-markers` directive represent a event marker collection in Gantt.
@@ -521,8 +526,8 @@ var __metadata$1 = (this && this.__metadata) || function (k, v) {
521
526
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
522
527
  return Reflect.metadata(k, v);
523
528
  };
524
- var inputs = ['UpdateOffsetOnTaskbarEdit', 'addDialogFields', 'allowExcelExport', 'allowFiltering', 'allowKeyboard', 'allowParentDependency', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTaskbarDragAndDrop', 'allowTaskbarOverlap', 'allowUnscheduledTasks', 'autoCalculateDateScheduling', 'autoFocusTasks', 'baselineColor', 'collapseAllParentTasks', 'columnMenuItems', 'columns', 'connectorLineBackground', 'connectorLineWidth', 'contextMenuItems', 'dataSource', 'dateFormat', 'dayWorkingTime', 'disableHtmlEncode', 'durationUnit', 'editDialogFields', 'editSettings', 'enableAdaptiveUI', 'enableAutoWbsUpdate', 'enableContextMenu', 'enableCriticalPath', 'enableHover', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableMultiTaskbar', 'enablePersistence', 'enablePredecessorValidation', 'enableRtl', 'enableTimelineVirtualization', 'enableUndoRedo', 'enableVirtualMaskRow', 'enableVirtualization', 'enableWBS', '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'];
525
- 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', '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'];
529
+ var inputs = ['addDialogFields', 'allowExcelExport', 'allowFiltering', 'allowKeyboard', 'allowParentDependency', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTaskbarDragAndDrop', 'allowTaskbarOverlap', 'allowUnscheduledTasks', 'autoCalculateDateScheduling', 'autoFocusTasks', 'autoUpdatePredecessorOffset', 'baselineColor', 'baselineTemplate', 'calendarSettings', 'collapseAllParentTasks', 'columnMenuItems', 'columns', 'connectorLineBackground', 'connectorLineWidth', 'contextMenuItems', 'dataSource', 'dateFormat', 'dayWorkingTime', 'disableHtmlEncode', 'durationUnit', 'editDialogFields', 'editSettings', 'emptyRecordTemplate', 'enableAdaptiveUI', 'enableAutoWbsUpdate', 'enableContextMenu', 'enableCriticalPath', 'enableHover', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableInfiniteTimelineScroll', 'enableMultiTaskbar', 'enablePersistence', 'enablePredecessorValidation', 'enableRtl', 'enableTimelineVirtualization', 'enableUndoRedo', 'enableVirtualMaskRow', 'enableVirtualization', 'enableWBS', 'eventMarkers', 'filterSettings', 'frozenColumns', 'gridLines', 'height', 'highlightWeekends', 'holidays', 'includeWeekend', 'labelSettings', 'loadChildOnDemand', 'loadingIndicator', 'locale', 'milestoneTemplate', 'parentTaskbarTemplate', 'projectEndDate', 'projectStartDate', 'query', 'readOnly', 'renderBaseline', 'resourceFields', 'resourceIDMapping', 'resourceNameMapping', 'resources', 'rowHeight', 'searchSettings', 'segmentData', 'selectedRowIndex', 'selectionSettings', 'showColumnMenu', 'showInlineNotes', 'showOverAllocation', 'sortSettings', 'splitterSettings', 'taskFields', 'taskMode', 'taskType', 'taskbarHeight', 'taskbarTemplate', 'timelineSettings', 'timelineTemplate', 'timezone', 'toolbar', 'tooltipSettings', 'treeColumnIndex', 'undoRedoActions', 'undoRedoStepsCount', 'updateOffsetOnTaskbarEdit', 'validateManualTasksOnLinking', 'viewType', 'weekWorkingTime', 'width', 'workUnit', 'workWeek', 'zoomingLevels'];
530
+ var outputs$7 = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeDataBound', 'beforeExcelExport', 'beforePdfExport', 'beforeTooltipRender', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSave', 'cellSelected', 'cellSelecting', 'collapsed', 'collapsing', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', 'dataSourceChanged', 'dataStateChange', 'destroyed', 'endEdit', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'expanded', 'expanding', 'headerCellInfo', 'load', 'onMouseMove', 'onTaskbarClick', 'pdfColumnHeaderQueryCellInfo', 'pdfExportComplete', 'pdfQueryCellInfo', 'pdfQueryTaskbarInfo', 'pdfQueryTimelineCellInfo', 'queryCellInfo', 'queryTaskbarInfo', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'splitterResizeStart', 'splitterResized', 'splitterResizing', 'taskbarEdited', 'taskbarEditing', 'toolbarClick', 'dataSourceChange'];
526
531
  var twoWays = ['dataSource'];
527
532
  /**
528
533
  * `ejs-gantt` represents the Angular Gantt Component.
@@ -659,6 +664,13 @@ var GanttComponent = /** @class */ (function (_super) {
659
664
  }
660
665
  }
661
666
  catch (_r) { }
667
+ try {
668
+ var mod = _this.injector.get('GanttFreeze');
669
+ if (_this.injectedModules.indexOf(mod) === -1) {
670
+ _this.injectedModules.push(mod);
671
+ }
672
+ }
673
+ catch (_s) { }
662
674
  _this.registerEvents(outputs$7);
663
675
  _this.addTwoWay.call(_this, twoWays);
664
676
  setValue('currentInstance', _this, _this.viewContainerRef);
@@ -741,6 +753,7 @@ GanttComponent.propDecorators = {
741
753
  'parentTaskbarTemplate': [{ type: ContentChild, args: ['parentTaskbarTemplate',] },],
742
754
  'timelineTemplate': [{ type: ContentChild, args: ['timelineTemplate',] },],
743
755
  'milestoneTemplate': [{ type: ContentChild, args: ['milestoneTemplate',] },],
756
+ 'baselineTemplate': [{ type: ContentChild, args: ['baselineTemplate',] },],
744
757
  'taskbarTemplate': [{ type: ContentChild, args: ['taskbarTemplate',] },],
745
758
  'editTemplate': [{ type: ContentChild, args: ['editTemplate',] },],
746
759
  'labelSettings_rightLabel': [{ type: ContentChild, args: ['labelSettingsRightLabel',] },],
@@ -753,6 +766,7 @@ GanttComponent.propDecorators = {
753
766
  'tooltipSettings_timeline': [{ type: ContentChild, args: ['tooltipSettingsTimeline',] },],
754
767
  'filter_itemTemplate': [{ type: ContentChild, args: ['filterItemTemplate',] },],
755
768
  'filterTemplate': [{ type: ContentChild, args: ['filterTemplate',] },],
769
+ 'emptyRecordTemplate': [{ type: ContentChild, args: ['emptyRecordTemplate',] },],
756
770
  };
757
771
  __decorate$1([
758
772
  Template(),
@@ -766,6 +780,10 @@ __decorate$1([
766
780
  Template(),
767
781
  __metadata$1("design:type", Object)
768
782
  ], GanttComponent.prototype, "milestoneTemplate", void 0);
783
+ __decorate$1([
784
+ Template(),
785
+ __metadata$1("design:type", Object)
786
+ ], GanttComponent.prototype, "baselineTemplate", void 0);
769
787
  __decorate$1([
770
788
  Template(),
771
789
  __metadata$1("design:type", Object)
@@ -814,6 +832,10 @@ __decorate$1([
814
832
  Template(),
815
833
  __metadata$1("design:type", Object)
816
834
  ], GanttComponent.prototype, "filterTemplate", void 0);
835
+ __decorate$1([
836
+ Template(),
837
+ __metadata$1("design:type", Object)
838
+ ], GanttComponent.prototype, "emptyRecordTemplate", void 0);
817
839
  GanttComponent = __decorate$1([
818
840
  ComponentMixins([ComponentBase]),
819
841
  __metadata$1("design:paramtypes", [ElementRef,
@@ -888,6 +910,7 @@ var PdfExportService = { provide: 'GanttPdfExport', useValue: PdfExport };
888
910
  var VirtualScrollService = { provide: 'GanttVirtualScroll', useValue: VirtualScroll };
889
911
  var CriticalPathService = { provide: 'GanttCriticalPath', useValue: CriticalPath };
890
912
  var UndoRedoService = { provide: 'GanttUndoRedo', useValue: UndoRedo };
913
+ var FreezeService = { provide: 'GanttFreeze', useValue: Freeze };
891
914
  /**
892
915
  * NgModule definition for the Gantt component with providers.
893
916
  */
@@ -918,7 +941,8 @@ GanttAllModule.decorators = [
918
941
  PdfExportService,
919
942
  VirtualScrollService,
920
943
  CriticalPathService,
921
- UndoRedoService
944
+ UndoRedoService,
945
+ FreezeService
922
946
  ]
923
947
  },] },
924
948
  ];
@@ -929,6 +953,6 @@ GanttAllModule.ctorParameters = function () { return []; };
929
953
  /**
930
954
  * Generated bundle index. Do not edit.
931
955
  */
932
- export { ColumnDirective, ColumnsDirective, AddDialogFieldDirective, AddDialogFieldsDirective, EditDialogFieldDirective, EditDialogFieldsDirective, DayWorkingTimeDirective, DayWorkingTimeCollectionDirective, WeekWorkingTimeDirective, WeekWorkingTimesDirective, HolidayDirective, HolidaysDirective, EventMarkerDirective, EventMarkersDirective, GanttComponent, GanttModule, GanttAllModule, FilterService, SelectionService, SortService, ReorderService, ResizeService, EditService, DayMarkersService, ToolbarService, ContextMenuService, ExcelExportService, RowDDService, ColumnMenuService, PdfExportService, VirtualScrollService, CriticalPathService, UndoRedoService, inputs as ɵa, outputs$7 as ɵb };
933
- export { Gantt, PdfHorizontalOverflowType, parentsUntil, isScheduledTask, isCountRequired, getSwapKey, isEmptyObject, getUniversalTime, isRemoteData, getTaskData, updateDates, formatString, getIndex, pixelToPoint, pointToPixel, getUid, ConstraintType, load, rowDataBound, queryCellInfo, toolbarClick, keyPressed, Edit, Reorder, Resize, Filter, Sort, Dependency, Selection, Toolbar, DayMarkers, CriticalPath, UndoRedo, ContextMenu, ExcelExport, ColumnMenu, RowDD, PdfExport, VirtualScroll, Column, DayWorkingTime, AddDialogFieldSettings, EditDialogFieldSettings, EditSettings, EventMarker, FilterSettings, SearchSettings, Holiday, LabelSettings, SelectionSettings, SplitterSettings, TaskFields, TimelineTierSettings, TimelineSettings, TooltipSettings, SortDescriptor, SortSettings, ResourceFields, LoadingIndicator, WeekWorkingTime, TemporaryDictionary, PdfBorders, PdfPaddings, PdfTreeGridStyleBase, PdfTreeGridStyle, PdfGanttTheme, PdfTreeGridLayouter, PdfTreeGridLayoutResult, PdfTreeGridLayoutFormat, PdfTreeGridCell, PdfTreeGridCellCollection, PdfTreeGridRow, PdfTreeGridRowCollection, PdfTreeGridHeaderCollection, PdfTreeGridColumn, PdfTreeGridColumnCollection } from '@syncfusion/ej2-gantt';
956
+ export { ColumnDirective, ColumnsDirective, AddDialogFieldDirective, AddDialogFieldsDirective, EditDialogFieldDirective, EditDialogFieldsDirective, DayWorkingTimeDirective, DayWorkingTimeCollectionDirective, WeekWorkingTimeDirective, WeekWorkingTimesDirective, HolidayDirective, HolidaysDirective, EventMarkerDirective, EventMarkersDirective, GanttComponent, GanttModule, GanttAllModule, FilterService, SelectionService, SortService, ReorderService, ResizeService, EditService, DayMarkersService, ToolbarService, ContextMenuService, ExcelExportService, RowDDService, ColumnMenuService, PdfExportService, VirtualScrollService, CriticalPathService, UndoRedoService, FreezeService, inputs as ɵa, outputs$7 as ɵb };
957
+ export { Gantt, PdfHorizontalOverflowType, parentsUntil, isScheduledTask, isCountRequired, getSwapKey, isEmptyObject, getUniversalTime, isRemoteData, getTaskData, updateDates, formatString, getIndex, pixelToPoint, pointToPixel, getUid, getRandom, ConstraintType, load, rowDataBound, queryCellInfo, toolbarClick, keyPressed, Edit, Reorder, Resize, Filter, Sort, Dependency, Selection, Toolbar, DayMarkers, CriticalPath, UndoRedo, ContextMenu, ExcelExport, ColumnMenu, RowDD, PdfExport, VirtualScroll, Freeze, cyclicValidator, Column, DayWorkingTime, AddDialogFieldSettings, EditDialogFieldSettings, EditSettings, EventMarker, FilterSettings, SearchSettings, Holiday, LabelSettings, SelectionSettings, SplitterSettings, TaskFields, TimelineTierSettings, TimelineSettings, TooltipSettings, SortDescriptor, SortSettings, ResourceFields, LoadingIndicator, WeekWorkingTime, CalendarException, ProjectCalendar, TaskCalendar, CalendarSettings, TemporaryDictionary, PdfBorders, PdfPaddings, PdfTreeGridStyleBase, PdfTreeGridStyle, PdfGanttTheme, PdfTreeGridLayouter, PdfTreeGridLayoutResult, PdfTreeGridLayoutFormat, PdfTreeGridCell, PdfTreeGridCellCollection, PdfTreeGridRow, PdfTreeGridRowCollection, PdfTreeGridHeaderCollection, PdfTreeGridColumn, PdfTreeGridColumnCollection } from '@syncfusion/ej2-gantt';
934
958
  //# sourceMappingURL=ej2-angular-gantt.es5.js.map