@syncfusion/ej2-angular-gantt 26.2.14 → 27.1.48-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 (94) hide show
  1. package/@syncfusion/ej2-angular-gantt.es5.js +899 -0
  2. package/@syncfusion/ej2-angular-gantt.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-gantt.js +847 -0
  4. package/@syncfusion/ej2-angular-gantt.js.map +1 -0
  5. package/dist/ej2-angular-gantt.umd.js +1017 -0
  6. package/dist/ej2-angular-gantt.umd.js.map +1 -0
  7. package/dist/ej2-angular-gantt.umd.min.js +11 -0
  8. package/dist/ej2-angular-gantt.umd.min.js.map +1 -0
  9. package/{syncfusion-ej2-angular-gantt.d.ts → ej2-angular-gantt.d.ts} +1 -1
  10. package/ej2-angular-gantt.metadata.json +1 -0
  11. package/license +10 -0
  12. package/package.json +15 -29
  13. package/schematics/collection.json +10 -9
  14. package/schematics/ng-add/index.d.ts +3 -0
  15. package/schematics/ng-add/index.js +9 -0
  16. package/schematics/ng-add/index.ts +10 -10
  17. package/schematics/ng-add/schema.d.ts +13 -0
  18. package/schematics/ng-add/schema.js +2 -0
  19. package/schematics/ng-add/schema.json +34 -34
  20. package/schematics/ng-add/schema.ts +30 -30
  21. package/schematics/tsconfig.json +25 -25
  22. package/schematics/utils/lib-details.d.ts +4 -0
  23. package/schematics/utils/lib-details.js +6 -0
  24. package/schematics/utils/lib-details.ts +2 -2
  25. package/src/gantt/adddialogfields.directive.d.ts +0 -5
  26. package/src/gantt/columns.directive.d.ts +0 -5
  27. package/src/gantt/dayworkingtime.directive.d.ts +0 -5
  28. package/src/gantt/editdialogfields.directive.d.ts +0 -5
  29. package/src/gantt/eventmarkers.directive.d.ts +0 -5
  30. package/src/gantt/gantt-all.module.d.ts +0 -6
  31. package/src/gantt/gantt.component.d.ts +0 -3
  32. package/src/gantt/gantt.module.d.ts +0 -13
  33. package/src/gantt/holidays.directive.d.ts +0 -5
  34. package/src/gantt/weekworkingtime.directive.d.ts +0 -5
  35. package/styles/bootstrap-dark-lite.css +1 -0
  36. package/styles/bootstrap-dark-lite.scss +1 -0
  37. package/styles/bootstrap-lite.css +1 -0
  38. package/styles/bootstrap-lite.scss +1 -0
  39. package/styles/bootstrap4-lite.css +1 -0
  40. package/styles/bootstrap4-lite.scss +1 -0
  41. package/styles/bootstrap5-dark-lite.css +1 -0
  42. package/styles/bootstrap5-dark-lite.scss +1 -0
  43. package/styles/bootstrap5-lite.css +1 -0
  44. package/styles/bootstrap5-lite.scss +1 -0
  45. package/styles/bootstrap5.3-lite.css +1 -0
  46. package/styles/bootstrap5.3-lite.scss +1 -0
  47. package/styles/bootstrap5.3.css +1 -0
  48. package/styles/bootstrap5.3.scss +1 -0
  49. package/styles/fabric-dark-lite.css +1 -0
  50. package/styles/fabric-dark-lite.scss +1 -0
  51. package/styles/fabric-lite.css +1 -0
  52. package/styles/fabric-lite.scss +1 -0
  53. package/styles/fluent-dark-lite.css +1 -0
  54. package/styles/fluent-dark-lite.scss +1 -0
  55. package/styles/fluent-lite.css +1 -0
  56. package/styles/fluent-lite.scss +1 -0
  57. package/styles/fluent2-lite.css +1 -0
  58. package/styles/fluent2-lite.scss +1 -0
  59. package/styles/gantt/bootstrap5.3.css +1 -0
  60. package/styles/gantt/bootstrap5.3.scss +1 -0
  61. package/styles/highcontrast-light-lite.css +1 -0
  62. package/styles/highcontrast-light-lite.scss +1 -0
  63. package/styles/highcontrast-lite.css +1 -0
  64. package/styles/highcontrast-lite.scss +1 -0
  65. package/styles/material-dark-lite.css +1 -0
  66. package/styles/material-dark-lite.scss +1 -0
  67. package/styles/material-lite.css +1 -0
  68. package/styles/material-lite.scss +1 -0
  69. package/styles/material3-dark-lite.css +1 -0
  70. package/styles/material3-dark-lite.scss +1 -0
  71. package/styles/material3-lite.css +1 -0
  72. package/styles/material3-lite.scss +1 -0
  73. package/styles/tailwind-dark-lite.css +1 -0
  74. package/styles/tailwind-dark-lite.scss +1 -0
  75. package/styles/tailwind-lite.css +1 -0
  76. package/styles/tailwind-lite.scss +1 -0
  77. package/CHANGELOG.md +0 -2541
  78. package/esm2020/public_api.mjs +0 -2
  79. package/esm2020/src/gantt/adddialogfields.directive.mjs +0 -58
  80. package/esm2020/src/gantt/columns.directive.mjs +0 -72
  81. package/esm2020/src/gantt/dayworkingtime.directive.mjs +0 -58
  82. package/esm2020/src/gantt/editdialogfields.directive.mjs +0 -58
  83. package/esm2020/src/gantt/eventmarkers.directive.mjs +0 -57
  84. package/esm2020/src/gantt/gantt-all.module.mjs +0 -74
  85. package/esm2020/src/gantt/gantt.component.mjs +0 -273
  86. package/esm2020/src/gantt/gantt.module.mjs +0 -88
  87. package/esm2020/src/gantt/holidays.directive.mjs +0 -58
  88. package/esm2020/src/gantt/weekworkingtime.directive.mjs +0 -58
  89. package/esm2020/src/index.mjs +0 -12
  90. package/esm2020/syncfusion-ej2-angular-gantt.mjs +0 -5
  91. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +0 -815
  92. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  93. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -815
  94. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +0 -1
@@ -8,7 +8,6 @@ import { DayWorkingTimeCollectionDirective } from './dayworkingtime.directive';
8
8
  import { WeekWorkingTimesDirective } from './weekworkingtime.directive';
9
9
  import { HolidaysDirective } from './holidays.directive';
10
10
  import { EventMarkersDirective } from './eventmarkers.directive';
11
- import * as i0 from "@angular/core";
12
11
  export declare const inputs: string[];
13
12
  export declare const outputs: string[];
14
13
  export declare const twoWays: string[];
@@ -134,6 +133,4 @@ export declare class GanttComponent extends Gantt implements IComponentBase {
134
133
  ngAfterContentChecked(): void;
135
134
  registerEvents: (eventList: string[]) => void;
136
135
  addTwoWay: (propList: string[]) => void;
137
- static ɵfac: i0.ɵɵFactoryDeclaration<GanttComponent, never>;
138
- static ɵcmp: i0.ɵɵComponentDeclaration<GanttComponent, "ejs-gantt", never, { "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"; }, { "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"; }, ["parentTaskbarTemplate", "timelineTemplate", "milestoneTemplate", "taskbarTemplate", "labelSettings_rightLabel", "labelSettings_leftLabel", "labelSettings_taskLabel", "tooltipSettings_taskbar", "tooltipSettings_baseline", "tooltipSettings_connectorLine", "tooltipSettings_editing", "childColumns", "childAddDialogFields", "childEditDialogFields", "childDayWorkingTime", "childWeekWorkingTime", "childHolidays", "childEventMarkers"], never>;
139
136
  }
@@ -1,18 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./gantt.component";
3
- import * as i2 from "./columns.directive";
4
- import * as i3 from "./adddialogfields.directive";
5
- import * as i4 from "./editdialogfields.directive";
6
- import * as i5 from "./dayworkingtime.directive";
7
- import * as i6 from "./weekworkingtime.directive";
8
- import * as i7 from "./holidays.directive";
9
- import * as i8 from "./eventmarkers.directive";
10
- import * as i9 from "@angular/common";
11
1
  /**
12
2
  * NgModule definition for the Gantt component.
13
3
  */
14
4
  export declare class GanttModule {
15
- static ɵfac: i0.ɵɵFactoryDeclaration<GanttModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<GanttModule, [typeof i1.GanttComponent, typeof i2.ColumnDirective, typeof i2.ColumnsDirective, typeof i3.AddDialogFieldDirective, typeof i3.AddDialogFieldsDirective, typeof i4.EditDialogFieldDirective, typeof i4.EditDialogFieldsDirective, typeof i5.DayWorkingTimeDirective, typeof i5.DayWorkingTimeCollectionDirective, typeof i6.WeekWorkingTimeDirective, typeof i6.WeekWorkingTimesDirective, typeof i7.HolidayDirective, typeof i7.HolidaysDirective, typeof i8.EventMarkerDirective, typeof i8.EventMarkersDirective], [typeof i9.CommonModule], [typeof i1.GanttComponent, typeof i2.ColumnDirective, typeof i2.ColumnsDirective, typeof i3.AddDialogFieldDirective, typeof i3.AddDialogFieldsDirective, typeof i4.EditDialogFieldDirective, typeof i4.EditDialogFieldsDirective, typeof i5.DayWorkingTimeDirective, typeof i5.DayWorkingTimeCollectionDirective, typeof i6.WeekWorkingTimeDirective, typeof i6.WeekWorkingTimesDirective, typeof i7.HolidayDirective, typeof i7.HolidaysDirective, typeof i8.EventMarkerDirective, typeof i8.EventMarkersDirective]>;
17
- static ɵinj: i0.ɵɵInjectorDeclaration<GanttModule>;
18
5
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * `e-holidays` directive represent a holidays collection in Gantt.
6
5
  * It must be contained in a Gantt component(`ejs-gantt`).
@@ -37,8 +36,6 @@ export declare class HolidayDirective extends ComplexBase<HolidayDirective> {
37
36
  */
38
37
  to: any;
39
38
  constructor(viewContainerRef: ViewContainerRef);
40
- static ɵfac: i0.ɵɵFactoryDeclaration<HolidayDirective, never>;
41
- static ɵdir: i0.ɵɵDirectiveDeclaration<HolidayDirective, "ejs-gantt>e-holidays>e-holidays", never, { "cssClass": "cssClass"; "from": "from"; "label": "label"; "to": "to"; }, {}, never>;
42
39
  }
43
40
  /**
44
41
  * Holiday Array Directive
@@ -46,6 +43,4 @@ export declare class HolidayDirective extends ComplexBase<HolidayDirective> {
46
43
  */
47
44
  export declare class HolidaysDirective extends ArrayBase<HolidaysDirective> {
48
45
  constructor();
49
- static ɵfac: i0.ɵɵFactoryDeclaration<HolidaysDirective, never>;
50
- static ɵdir: i0.ɵɵDirectiveDeclaration<HolidaysDirective, "ejs-gantt>e-holidays", never, {}, {}, ["children"]>;
51
46
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * `e-week-working-times` directive represent a working time ranges in a day.
6
5
  * It must be contained in a Gantt component(`ejs-gantt`).
@@ -29,8 +28,6 @@ export declare class WeekWorkingTimeDirective extends ComplexBase<WeekWorkingTim
29
28
  */
30
29
  timeRange: any;
31
30
  constructor(viewContainerRef: ViewContainerRef);
32
- static ɵfac: i0.ɵɵFactoryDeclaration<WeekWorkingTimeDirective, never>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<WeekWorkingTimeDirective, "ejs-gantt>e-week-working-times>e-week-working-time", never, { "dayOfWeek": "dayOfWeek"; "timeRange": "timeRange"; }, {}, never>;
34
31
  }
35
32
  /**
36
33
  * WeekWorkingTime Array Directive
@@ -38,6 +35,4 @@ export declare class WeekWorkingTimeDirective extends ComplexBase<WeekWorkingTim
38
35
  */
39
36
  export declare class WeekWorkingTimesDirective extends ArrayBase<WeekWorkingTimesDirective> {
40
37
  constructor();
41
- static ɵfac: i0.ɵɵFactoryDeclaration<WeekWorkingTimesDirective, never>;
42
- static ɵdir: i0.ɵɵDirectiveDeclaration<WeekWorkingTimesDirective, "ejs-gantt>e-week-working-times", never, {}, {}, ["children"]>;
43
38
  }
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/bootstrap-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/bootstrap-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/bootstrap-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/bootstrap-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/bootstrap4-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/bootstrap4-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/bootstrap5-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/bootstrap5-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/bootstrap5-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/bootstrap5-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/bootstrap5.3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/bootstrap5.3-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/bootstrap5.3.css';
@@ -0,0 +1 @@
1
+ @import 'gantt/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/fabric-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/fabric-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/fabric-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/fabric-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/fluent-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/fluent-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/fluent-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/fluent-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/fluent2-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/fluent2-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/gantt/bootstrap5.3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/gantt/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/highcontrast-light-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/highcontrast-light-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/highcontrast-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/highcontrast-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/material-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/material-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/material-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/material-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/material3-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/material3-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/material3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/material3-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/tailwind-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/tailwind-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/tailwind-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/tailwind-lite.scss';