@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
@@ -1,6 +1,6 @@
1
1
  import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
2
2
  import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
3
- import { ColumnMenu, ContextMenu, CriticalPath, DayMarkers, Edit, ExcelExport, Filter, Gantt, PdfExport, Reorder, Resize, RowDD, Selection, Sort, Toolbar, UndoRedo, VirtualScroll } from '@syncfusion/ej2-gantt';
3
+ import { ColumnMenu, ContextMenu, CriticalPath, DayMarkers, Edit, ExcelExport, Filter, Freeze, Gantt, PdfExport, Reorder, Resize, RowDD, Selection, Sort, Toolbar, UndoRedo, VirtualScroll } from '@syncfusion/ej2-gantt';
4
4
  import { CommonModule } from '@angular/common';
5
5
 
6
6
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -12,7 +12,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
12
12
  var __metadata = (this && this.__metadata) || function (k, v) {
13
13
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
14
14
  };
15
- let 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'];
15
+ let input = ['allowEditing', 'allowFiltering', 'allowReordering', 'allowResizing', 'allowSorting', 'clipMode', 'customAttributes', 'disableHtmlEncode', 'displayAsCheckBox', 'edit', 'editType', 'field', 'filter', 'filterTemplate', 'format', 'formatter', 'freeze', 'headerTemplate', 'headerText', 'headerTextAlign', 'hideAtMedia', 'isFrozen', 'isPrimaryKey', 'lockColumn', 'maxWidth', 'minWidth', 'showColumnMenu', 'sortComparer', 'template', 'textAlign', 'type', 'validationRules', 'valueAccessor', 'visible', 'width'];
16
16
  let outputs = [];
17
17
  /**
18
18
  * `e-column` directive represent a column of the Angular Gantt.
@@ -58,6 +58,7 @@ ColumnDirective.propDecorators = {
58
58
  'editTemplate': [{ type: ContentChild, args: ['editTemplate',] },],
59
59
  'filter_itemTemplate': [{ type: ContentChild, args: ['filterItemTemplate',] },],
60
60
  'filterTemplate': [{ type: ContentChild, args: ['filterTemplate',] },],
61
+ 'emptyRecordTemplate': [{ type: ContentChild, args: ['emptyRecordTemplate',] },],
61
62
  };
62
63
  __decorate([
63
64
  Template(),
@@ -79,6 +80,10 @@ __decorate([
79
80
  Template(),
80
81
  __metadata("design:type", Object)
81
82
  ], ColumnDirective.prototype, "filterTemplate", void 0);
83
+ __decorate([
84
+ Template(),
85
+ __metadata("design:type", Object)
86
+ ], ColumnDirective.prototype, "emptyRecordTemplate", void 0);
82
87
  /**
83
88
  * Column Array Directive
84
89
  */
@@ -405,7 +410,7 @@ HolidaysDirective.decorators = [
405
410
  */
406
411
  HolidaysDirective.ctorParameters = () => [];
407
412
 
408
- let input$6 = ['cssClass', 'day', 'label'];
413
+ let input$6 = ['cssClass', 'day', 'label', 'top'];
409
414
  let outputs$6 = [];
410
415
  /**
411
416
  * `e-event-markers` directive represent a event marker collection in Gantt.
@@ -474,8 +479,8 @@ var __decorate$1 = (this && this.__decorate) || function (decorators, target, ke
474
479
  var __metadata$1 = (this && this.__metadata) || function (k, v) {
475
480
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
476
481
  };
477
- 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', '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'];
478
- const outputs$7 = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeDataBound', 'beforeExcelExport', 'beforePdfExport', 'beforeTooltipRender', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSave', 'cellSelected', 'cellSelecting', 'collapsed', 'collapsing', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', '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'];
482
+ const inputs = ['addDialogFields', 'allowExcelExport', 'allowFiltering', 'allowKeyboard', 'allowParentDependency', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTaskbarDragAndDrop', 'allowTaskbarOverlap', 'allowUnscheduledTasks', 'autoCalculateDateScheduling', 'autoFocusTasks', 'autoUpdatePredecessorOffset', 'baselineColor', 'baselineTemplate', 'calendarSettings', 'collapseAllParentTasks', 'columnMenuItems', 'columns', 'connectorLineBackground', 'connectorLineWidth', 'contextMenuItems', 'dataSource', 'dateFormat', 'dayWorkingTime', 'disableHtmlEncode', 'durationUnit', 'editDialogFields', 'editSettings', 'emptyRecordTemplate', 'enableAdaptiveUI', 'enableAutoWbsUpdate', 'enableContextMenu', 'enableCriticalPath', 'enableHover', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableInfiniteTimelineScroll', 'enableMultiTaskbar', 'enablePersistence', 'enablePredecessorValidation', 'enableRtl', 'enableTimelineVirtualization', 'enableUndoRedo', 'enableVirtualMaskRow', 'enableVirtualization', 'enableWBS', 'eventMarkers', 'filterSettings', 'frozenColumns', 'gridLines', 'height', 'highlightWeekends', 'holidays', 'includeWeekend', 'labelSettings', 'loadChildOnDemand', 'loadingIndicator', 'locale', 'milestoneTemplate', 'parentTaskbarTemplate', 'projectEndDate', 'projectStartDate', 'query', 'readOnly', 'renderBaseline', 'resourceFields', 'resourceIDMapping', 'resourceNameMapping', 'resources', 'rowHeight', 'searchSettings', 'segmentData', 'selectedRowIndex', 'selectionSettings', 'showColumnMenu', 'showInlineNotes', 'showOverAllocation', 'sortSettings', 'splitterSettings', 'taskFields', 'taskMode', 'taskType', 'taskbarHeight', 'taskbarTemplate', 'timelineSettings', 'timelineTemplate', 'timezone', 'toolbar', 'tooltipSettings', 'treeColumnIndex', 'undoRedoActions', 'undoRedoStepsCount', 'updateOffsetOnTaskbarEdit', 'validateManualTasksOnLinking', 'viewType', 'weekWorkingTime', 'width', 'workUnit', 'workWeek', 'zoomingLevels'];
483
+ const outputs$7 = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeDataBound', 'beforeExcelExport', 'beforePdfExport', 'beforeTooltipRender', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSave', 'cellSelected', 'cellSelecting', 'collapsed', 'collapsing', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', 'dataSourceChanged', 'dataStateChange', 'destroyed', 'endEdit', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'expanded', 'expanding', 'headerCellInfo', 'load', 'onMouseMove', 'onTaskbarClick', 'pdfColumnHeaderQueryCellInfo', 'pdfExportComplete', 'pdfQueryCellInfo', 'pdfQueryTaskbarInfo', 'pdfQueryTimelineCellInfo', 'queryCellInfo', 'queryTaskbarInfo', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'splitterResizeStart', 'splitterResized', 'splitterResizing', 'taskbarEdited', 'taskbarEditing', 'toolbarClick', 'dataSourceChange'];
479
484
  const twoWays = ['dataSource'];
480
485
  /**
481
486
  * `ejs-gantt` represents the Angular Gantt Component.
@@ -611,6 +616,13 @@ let GanttComponent = class GanttComponent extends Gantt {
611
616
  }
612
617
  }
613
618
  catch (_r) { }
619
+ try {
620
+ let mod = this.injector.get('GanttFreeze');
621
+ if (this.injectedModules.indexOf(mod) === -1) {
622
+ this.injectedModules.push(mod);
623
+ }
624
+ }
625
+ catch (_s) { }
614
626
  this.registerEvents(outputs$7);
615
627
  this.addTwoWay.call(this, twoWays);
616
628
  setValue('currentInstance', this, this.viewContainerRef);
@@ -691,6 +703,7 @@ GanttComponent.propDecorators = {
691
703
  'parentTaskbarTemplate': [{ type: ContentChild, args: ['parentTaskbarTemplate',] },],
692
704
  'timelineTemplate': [{ type: ContentChild, args: ['timelineTemplate',] },],
693
705
  'milestoneTemplate': [{ type: ContentChild, args: ['milestoneTemplate',] },],
706
+ 'baselineTemplate': [{ type: ContentChild, args: ['baselineTemplate',] },],
694
707
  'taskbarTemplate': [{ type: ContentChild, args: ['taskbarTemplate',] },],
695
708
  'editTemplate': [{ type: ContentChild, args: ['editTemplate',] },],
696
709
  'labelSettings_rightLabel': [{ type: ContentChild, args: ['labelSettingsRightLabel',] },],
@@ -703,6 +716,7 @@ GanttComponent.propDecorators = {
703
716
  'tooltipSettings_timeline': [{ type: ContentChild, args: ['tooltipSettingsTimeline',] },],
704
717
  'filter_itemTemplate': [{ type: ContentChild, args: ['filterItemTemplate',] },],
705
718
  'filterTemplate': [{ type: ContentChild, args: ['filterTemplate',] },],
719
+ 'emptyRecordTemplate': [{ type: ContentChild, args: ['emptyRecordTemplate',] },],
706
720
  };
707
721
  __decorate$1([
708
722
  Template(),
@@ -716,6 +730,10 @@ __decorate$1([
716
730
  Template(),
717
731
  __metadata$1("design:type", Object)
718
732
  ], GanttComponent.prototype, "milestoneTemplate", void 0);
733
+ __decorate$1([
734
+ Template(),
735
+ __metadata$1("design:type", Object)
736
+ ], GanttComponent.prototype, "baselineTemplate", void 0);
719
737
  __decorate$1([
720
738
  Template(),
721
739
  __metadata$1("design:type", Object)
@@ -764,6 +782,10 @@ __decorate$1([
764
782
  Template(),
765
783
  __metadata$1("design:type", Object)
766
784
  ], GanttComponent.prototype, "filterTemplate", void 0);
785
+ __decorate$1([
786
+ Template(),
787
+ __metadata$1("design:type", Object)
788
+ ], GanttComponent.prototype, "emptyRecordTemplate", void 0);
767
789
  GanttComponent = __decorate$1([
768
790
  ComponentMixins([ComponentBase]),
769
791
  __metadata$1("design:paramtypes", [ElementRef,
@@ -837,6 +859,7 @@ const PdfExportService = { provide: 'GanttPdfExport', useValue: PdfExport };
837
859
  const VirtualScrollService = { provide: 'GanttVirtualScroll', useValue: VirtualScroll };
838
860
  const CriticalPathService = { provide: 'GanttCriticalPath', useValue: CriticalPath };
839
861
  const UndoRedoService = { provide: 'GanttUndoRedo', useValue: UndoRedo };
862
+ const FreezeService = { provide: 'GanttFreeze', useValue: Freeze };
840
863
  /**
841
864
  * NgModule definition for the Gantt component with providers.
842
865
  */
@@ -864,7 +887,8 @@ GanttAllModule.decorators = [
864
887
  PdfExportService,
865
888
  VirtualScrollService,
866
889
  CriticalPathService,
867
- UndoRedoService
890
+ UndoRedoService,
891
+ FreezeService
868
892
  ]
869
893
  },] },
870
894
  ];
@@ -877,6 +901,6 @@ GanttAllModule.ctorParameters = () => [];
877
901
  * Generated bundle index. Do not edit.
878
902
  */
879
903
 
880
- 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 };
881
- 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';
904
+ export { ColumnDirective, ColumnsDirective, AddDialogFieldDirective, AddDialogFieldsDirective, EditDialogFieldDirective, EditDialogFieldsDirective, DayWorkingTimeDirective, DayWorkingTimeCollectionDirective, WeekWorkingTimeDirective, WeekWorkingTimesDirective, HolidayDirective, HolidaysDirective, EventMarkerDirective, EventMarkersDirective, GanttComponent, GanttModule, GanttAllModule, FilterService, SelectionService, SortService, ReorderService, ResizeService, EditService, DayMarkersService, ToolbarService, ContextMenuService, ExcelExportService, RowDDService, ColumnMenuService, PdfExportService, VirtualScrollService, CriticalPathService, UndoRedoService, FreezeService, inputs as ɵa, outputs$7 as ɵb };
905
+ export { Gantt, PdfHorizontalOverflowType, parentsUntil, isScheduledTask, isCountRequired, getSwapKey, isEmptyObject, getUniversalTime, isRemoteData, getTaskData, updateDates, formatString, getIndex, pixelToPoint, pointToPixel, getUid, getRandom, ConstraintType, load, rowDataBound, queryCellInfo, toolbarClick, keyPressed, Edit, Reorder, Resize, Filter, Sort, Dependency, Selection, Toolbar, DayMarkers, CriticalPath, UndoRedo, ContextMenu, ExcelExport, ColumnMenu, RowDD, PdfExport, VirtualScroll, Freeze, cyclicValidator, Column, DayWorkingTime, AddDialogFieldSettings, EditDialogFieldSettings, EditSettings, EventMarker, FilterSettings, SearchSettings, Holiday, LabelSettings, SelectionSettings, SplitterSettings, TaskFields, TimelineTierSettings, TimelineSettings, TooltipSettings, SortDescriptor, SortSettings, ResourceFields, LoadingIndicator, WeekWorkingTime, CalendarException, ProjectCalendar, TaskCalendar, CalendarSettings, TemporaryDictionary, PdfBorders, PdfPaddings, PdfTreeGridStyleBase, PdfTreeGridStyle, PdfGanttTheme, PdfTreeGridLayouter, PdfTreeGridLayoutResult, PdfTreeGridLayoutFormat, PdfTreeGridCell, PdfTreeGridCellCollection, PdfTreeGridRow, PdfTreeGridRowCollection, PdfTreeGridHeaderCollection, PdfTreeGridColumn, PdfTreeGridColumnCollection } from '@syncfusion/ej2-gantt';
882
906
  //# sourceMappingURL=ej2-angular-gantt.js.map