@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
  /*!
2
2
  * filename: ej2-angular-gantt.umd.js
3
- * version : 33.2.12
3
+ * version : 34.1.29
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -37,7 +37,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
37
37
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
38
38
  return Reflect.metadata(k, v);
39
39
  };
40
- 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'];
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
41
  var outputs = [];
42
42
  /**
43
43
  * `e-column` directive represent a column of the Angular Gantt.
@@ -86,6 +86,7 @@ ColumnDirective.propDecorators = {
86
86
  'editTemplate': [{ type: core.ContentChild, args: ['editTemplate',] },],
87
87
  'filter_itemTemplate': [{ type: core.ContentChild, args: ['filterItemTemplate',] },],
88
88
  'filterTemplate': [{ type: core.ContentChild, args: ['filterTemplate',] },],
89
+ 'emptyRecordTemplate': [{ type: core.ContentChild, args: ['emptyRecordTemplate',] },],
89
90
  };
90
91
  __decorate([
91
92
  ej2AngularBase.Template(),
@@ -107,6 +108,10 @@ __decorate([
107
108
  ej2AngularBase.Template(),
108
109
  __metadata("design:type", Object)
109
110
  ], ColumnDirective.prototype, "filterTemplate", void 0);
111
+ __decorate([
112
+ ej2AngularBase.Template(),
113
+ __metadata("design:type", Object)
114
+ ], ColumnDirective.prototype, "emptyRecordTemplate", void 0);
110
115
  /**
111
116
  * Column Array Directive
112
117
  */
@@ -454,7 +459,7 @@ HolidaysDirective.decorators = [
454
459
  * @nocollapse
455
460
  */
456
461
  HolidaysDirective.ctorParameters = function () { return []; };
457
- var input$6 = ['cssClass', 'day', 'label'];
462
+ var input$6 = ['cssClass', 'day', 'label', 'top'];
458
463
  var outputs$6 = [];
459
464
  /**
460
465
  * `e-event-markers` directive represent a event marker collection in Gantt.
@@ -532,8 +537,8 @@ var __metadata$1 = (this && this.__metadata) || function (k, v) {
532
537
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
533
538
  return Reflect.metadata(k, v);
534
539
  };
535
- 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'];
536
- 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'];
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'];
537
542
  var twoWays = ['dataSource'];
538
543
  /**
539
544
  * `ejs-gantt` represents the Angular Gantt Component.
@@ -670,6 +675,13 @@ exports.GanttComponent = /** @class */ (function (_super) {
670
675
  }
671
676
  }
672
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) { }
673
685
  _this.registerEvents(outputs$7);
674
686
  _this.addTwoWay.call(_this, twoWays);
675
687
  ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
@@ -752,6 +764,7 @@ exports.GanttComponent.propDecorators = {
752
764
  'parentTaskbarTemplate': [{ type: core.ContentChild, args: ['parentTaskbarTemplate',] },],
753
765
  'timelineTemplate': [{ type: core.ContentChild, args: ['timelineTemplate',] },],
754
766
  'milestoneTemplate': [{ type: core.ContentChild, args: ['milestoneTemplate',] },],
767
+ 'baselineTemplate': [{ type: core.ContentChild, args: ['baselineTemplate',] },],
755
768
  'taskbarTemplate': [{ type: core.ContentChild, args: ['taskbarTemplate',] },],
756
769
  'editTemplate': [{ type: core.ContentChild, args: ['editTemplate',] },],
757
770
  'labelSettings_rightLabel': [{ type: core.ContentChild, args: ['labelSettingsRightLabel',] },],
@@ -764,6 +777,7 @@ exports.GanttComponent.propDecorators = {
764
777
  'tooltipSettings_timeline': [{ type: core.ContentChild, args: ['tooltipSettingsTimeline',] },],
765
778
  'filter_itemTemplate': [{ type: core.ContentChild, args: ['filterItemTemplate',] },],
766
779
  'filterTemplate': [{ type: core.ContentChild, args: ['filterTemplate',] },],
780
+ 'emptyRecordTemplate': [{ type: core.ContentChild, args: ['emptyRecordTemplate',] },],
767
781
  };
768
782
  __decorate$1([
769
783
  ej2AngularBase.Template(),
@@ -777,6 +791,10 @@ __decorate$1([
777
791
  ej2AngularBase.Template(),
778
792
  __metadata$1("design:type", Object)
779
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);
780
798
  __decorate$1([
781
799
  ej2AngularBase.Template(),
782
800
  __metadata$1("design:type", Object)
@@ -825,6 +843,10 @@ __decorate$1([
825
843
  ej2AngularBase.Template(),
826
844
  __metadata$1("design:type", Object)
827
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);
828
850
  exports.GanttComponent = __decorate$1([
829
851
  ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
830
852
  __metadata$1("design:paramtypes", [core.ElementRef,
@@ -899,6 +921,7 @@ var PdfExportService = { provide: 'GanttPdfExport', useValue: ej2Gantt.PdfExport
899
921
  var VirtualScrollService = { provide: 'GanttVirtualScroll', useValue: ej2Gantt.VirtualScroll };
900
922
  var CriticalPathService = { provide: 'GanttCriticalPath', useValue: ej2Gantt.CriticalPath };
901
923
  var UndoRedoService = { provide: 'GanttUndoRedo', useValue: ej2Gantt.UndoRedo };
924
+ var FreezeService = { provide: 'GanttFreeze', useValue: ej2Gantt.Freeze };
902
925
  /**
903
926
  * NgModule definition for the Gantt component with providers.
904
927
  */
@@ -929,7 +952,8 @@ GanttAllModule.decorators = [
929
952
  PdfExportService,
930
953
  VirtualScrollService,
931
954
  CriticalPathService,
932
- UndoRedoService
955
+ UndoRedoService,
956
+ FreezeService
933
957
  ]
934
958
  },] },
935
959
  ];
@@ -970,6 +994,7 @@ exports.PdfExportService = PdfExportService;
970
994
  exports.VirtualScrollService = VirtualScrollService;
971
995
  exports.CriticalPathService = CriticalPathService;
972
996
  exports.UndoRedoService = UndoRedoService;
997
+ exports.FreezeService = FreezeService;
973
998
  exports.ɵa = inputs;
974
999
  exports.ɵb = outputs$7;
975
1000
  exports.Gantt = ej2Gantt.Gantt;
@@ -988,6 +1013,7 @@ exports.getIndex = ej2Gantt.getIndex;
988
1013
  exports.pixelToPoint = ej2Gantt.pixelToPoint;
989
1014
  exports.pointToPixel = ej2Gantt.pointToPixel;
990
1015
  exports.getUid = ej2Gantt.getUid;
1016
+ exports.getRandom = ej2Gantt.getRandom;
991
1017
  exports.ConstraintType = ej2Gantt.ConstraintType;
992
1018
  exports.load = ej2Gantt.load;
993
1019
  exports.rowDataBound = ej2Gantt.rowDataBound;
@@ -1011,6 +1037,8 @@ exports.ColumnMenu = ej2Gantt.ColumnMenu;
1011
1037
  exports.RowDD = ej2Gantt.RowDD;
1012
1038
  exports.PdfExport = ej2Gantt.PdfExport;
1013
1039
  exports.VirtualScroll = ej2Gantt.VirtualScroll;
1040
+ exports.Freeze = ej2Gantt.Freeze;
1041
+ exports.cyclicValidator = ej2Gantt.cyclicValidator;
1014
1042
  exports.Column = ej2Gantt.Column;
1015
1043
  exports.DayWorkingTime = ej2Gantt.DayWorkingTime;
1016
1044
  exports.AddDialogFieldSettings = ej2Gantt.AddDialogFieldSettings;
@@ -1032,6 +1060,10 @@ exports.SortSettings = ej2Gantt.SortSettings;
1032
1060
  exports.ResourceFields = ej2Gantt.ResourceFields;
1033
1061
  exports.LoadingIndicator = ej2Gantt.LoadingIndicator;
1034
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;
1035
1067
  exports.TemporaryDictionary = ej2Gantt.TemporaryDictionary;
1036
1068
  exports.PdfBorders = ej2Gantt.PdfBorders;
1037
1069
  exports.PdfPaddings = ej2Gantt.PdfPaddings;