@syncfusion/ej2-angular-gantt 32.1.21 → 32.1.23-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 (109) hide show
  1. package/@syncfusion/ej2-angular-gantt.es5.js +934 -0
  2. package/@syncfusion/ej2-angular-gantt.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-gantt.js +882 -0
  4. package/@syncfusion/ej2-angular-gantt.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/README.md +3 -10
  7. package/dist/ej2-angular-gantt.umd.js +1055 -0
  8. package/dist/ej2-angular-gantt.umd.js.map +1 -0
  9. package/dist/ej2-angular-gantt.umd.min.js +11 -0
  10. package/dist/ej2-angular-gantt.umd.min.js.map +1 -0
  11. package/ej2-angular-gantt.d.ts +5 -0
  12. package/ej2-angular-gantt.metadata.json +1 -0
  13. package/package.json +47 -29
  14. package/public_api.d.ts +1 -1
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/gantt/adddialogfields.directive.d.ts +53 -58
  18. package/src/gantt/columns.directive.d.ts +209 -237
  19. package/src/gantt/dayworkingtime.directive.d.ts +36 -41
  20. package/src/gantt/editdialogfields.directive.d.ts +53 -58
  21. package/src/gantt/eventmarkers.directive.d.ts +42 -54
  22. package/src/gantt/gantt-all.module.d.ts +22 -29
  23. package/src/gantt/gantt.component.d.ts +143 -156
  24. package/src/gantt/gantt.module.d.ts +5 -18
  25. package/src/gantt/holidays.directive.d.ts +46 -64
  26. package/src/gantt/weekworkingtime.directive.d.ts +38 -43
  27. package/src/index.d.ts +11 -11
  28. package/styles/bds-lite.scss +1 -1
  29. package/styles/bds.scss +1 -1
  30. package/styles/bootstrap-dark-lite.scss +1 -1
  31. package/styles/bootstrap-dark.scss +1 -1
  32. package/styles/bootstrap-lite.scss +1 -1
  33. package/styles/bootstrap.scss +1 -1
  34. package/styles/bootstrap4-lite.scss +1 -1
  35. package/styles/bootstrap4.scss +1 -1
  36. package/styles/bootstrap5-dark-lite.scss +1 -1
  37. package/styles/bootstrap5-dark.scss +1 -1
  38. package/styles/bootstrap5-lite.scss +1 -1
  39. package/styles/bootstrap5.3-lite.scss +1 -1
  40. package/styles/bootstrap5.3.scss +1 -1
  41. package/styles/bootstrap5.scss +1 -1
  42. package/styles/fabric-dark-lite.scss +1 -1
  43. package/styles/fabric-dark.scss +1 -1
  44. package/styles/fabric-lite.scss +1 -1
  45. package/styles/fabric.scss +1 -1
  46. package/styles/fluent-dark-lite.scss +1 -1
  47. package/styles/fluent-dark.scss +1 -1
  48. package/styles/fluent-lite.scss +1 -1
  49. package/styles/fluent.scss +1 -1
  50. package/styles/fluent2-lite.scss +1 -1
  51. package/styles/fluent2.scss +1 -1
  52. package/styles/gantt/bds.scss +1 -1
  53. package/styles/gantt/bootstrap-dark.scss +1 -1
  54. package/styles/gantt/bootstrap.scss +1 -1
  55. package/styles/gantt/bootstrap4.scss +1 -1
  56. package/styles/gantt/bootstrap5-dark.scss +1 -1
  57. package/styles/gantt/bootstrap5.3.scss +1 -1
  58. package/styles/gantt/bootstrap5.scss +1 -1
  59. package/styles/gantt/fabric-dark.scss +1 -1
  60. package/styles/gantt/fabric.scss +1 -1
  61. package/styles/gantt/fluent-dark.scss +1 -1
  62. package/styles/gantt/fluent.scss +1 -1
  63. package/styles/gantt/fluent2.scss +1 -1
  64. package/styles/gantt/highcontrast-light.scss +1 -1
  65. package/styles/gantt/highcontrast.scss +1 -1
  66. package/styles/gantt/material-dark.scss +1 -1
  67. package/styles/gantt/material.scss +1 -1
  68. package/styles/gantt/material3-dark.scss +2 -1
  69. package/styles/gantt/material3.scss +2 -1
  70. package/styles/gantt/tailwind-dark.scss +1 -1
  71. package/styles/gantt/tailwind.scss +1 -1
  72. package/styles/gantt/tailwind3.scss +1 -1
  73. package/styles/highcontrast-light-lite.scss +1 -1
  74. package/styles/highcontrast-light.scss +1 -1
  75. package/styles/highcontrast-lite.scss +1 -1
  76. package/styles/highcontrast.scss +1 -1
  77. package/styles/material-dark-lite.scss +1 -1
  78. package/styles/material-dark.scss +1 -1
  79. package/styles/material-lite.scss +1 -1
  80. package/styles/material.scss +1 -1
  81. package/styles/material3-dark-lite.scss +1 -1
  82. package/styles/material3-dark.scss +2 -1
  83. package/styles/material3-lite.scss +1 -1
  84. package/styles/material3.scss +2 -1
  85. package/styles/tailwind-dark-lite.scss +1 -1
  86. package/styles/tailwind-dark.scss +1 -1
  87. package/styles/tailwind-lite.scss +1 -1
  88. package/styles/tailwind.scss +1 -1
  89. package/styles/tailwind3-lite.scss +1 -1
  90. package/styles/tailwind3.scss +1 -1
  91. package/CHANGELOG.md +0 -2779
  92. package/esm2020/public_api.mjs +0 -2
  93. package/esm2020/src/gantt/adddialogfields.directive.mjs +0 -58
  94. package/esm2020/src/gantt/columns.directive.mjs +0 -96
  95. package/esm2020/src/gantt/dayworkingtime.directive.mjs +0 -58
  96. package/esm2020/src/gantt/editdialogfields.directive.mjs +0 -58
  97. package/esm2020/src/gantt/eventmarkers.directive.mjs +0 -57
  98. package/esm2020/src/gantt/gantt-all.module.mjs +0 -77
  99. package/esm2020/src/gantt/gantt.component.mjs +0 -310
  100. package/esm2020/src/gantt/gantt.module.mjs +0 -88
  101. package/esm2020/src/gantt/holidays.directive.mjs +0 -58
  102. package/esm2020/src/gantt/weekworkingtime.directive.mjs +0 -58
  103. package/esm2020/src/index.mjs +0 -12
  104. package/esm2020/syncfusion-ej2-angular-gantt.mjs +0 -5
  105. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +0 -879
  106. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  107. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -879
  108. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  109. package/syncfusion-ej2-angular-gantt.d.ts +0 -5
@@ -1,64 +1,46 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * `e-holidays` directive represent a holidays collection in Gantt.
6
- * It must be contained in a Gantt component(`ejs-gantt`).
7
- * ```html
8
- * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'>
9
- * <e-holidays>
10
- * <e-holiday from='02/20/2018' label='Holiday 1'></e-holiday>
11
- * <e-holiday from='05/15/2018' label='Holiday 2'></e-holiday>
12
- * </e-holidays>
13
- * </ejs-gantt>
14
- * ```
15
- */
16
- export declare class HolidayDirective extends ComplexBase<HolidayDirective> {
17
- private viewContainerRef;
18
- directivePropList: any;
19
- /**
20
- * Defines a custom CSS class for styling the holiday marker and label.
21
- *
22
- * Use this to apply custom background, borders, or font styles.
23
- *
24
- * @default null
25
- */
26
- cssClass: any;
27
- /**
28
- * Specifies the start date of the holiday.
29
- *
30
- * Accepts a `Date` object or ISO-formatted string.
31
- *
32
- * @default null
33
- */
34
- from: any;
35
- /**
36
- * Defines a label or description for the holiday.
37
- *
38
- * Useful for tooltips, annotations, and export metadata.
39
- *
40
- * @default null
41
- */
42
- label: any;
43
- /**
44
- * Specifies the end date of the holiday.
45
- *
46
- * Accepts a `Date` object or ISO-formatted string.
47
- *If omitted, the holiday is treated as a single-day event.
48
- *
49
- * @default null
50
- */
51
- to: any;
52
- constructor(viewContainerRef: ViewContainerRef);
53
- static ɵfac: i0.ɵɵFactoryDeclaration<HolidayDirective, never>;
54
- static ɵdir: i0.ɵɵDirectiveDeclaration<HolidayDirective, "ejs-gantt>e-holidays>e-holidays", never, { "cssClass": "cssClass"; "from": "from"; "label": "label"; "to": "to"; }, {}, never>;
55
- }
56
- /**
57
- * Holiday Array Directive
58
- * @private
59
- */
60
- export declare class HolidaysDirective extends ArrayBase<HolidaysDirective> {
61
- constructor();
62
- static ɵfac: i0.ɵɵFactoryDeclaration<HolidaysDirective, never>;
63
- static ɵdir: i0.ɵɵDirectiveDeclaration<HolidaysDirective, "ejs-gantt>e-holidays", never, {}, {}, ["children"]>;
64
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * `e-holidays` directive represent a holidays collection in Gantt.
5
+ * It must be contained in a Gantt component(`ejs-gantt`).
6
+ * ```html
7
+ * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'>
8
+ * <e-holidays>
9
+ * <e-holiday from='02/20/2018' label='Holiday 1'></e-holiday>
10
+ * <e-holiday from='05/15/2018' label='Holiday 2'></e-holiday>
11
+ * </e-holidays>
12
+ * </ejs-gantt>
13
+ * ```
14
+ */
15
+ export declare class HolidayDirective extends ComplexBase<HolidayDirective> {
16
+ private viewContainerRef;
17
+ directivePropList: any;
18
+ /**
19
+ * Defines custom css class of holiday to customize background and label.
20
+ * @default null
21
+ */
22
+ cssClass: any;
23
+ /**
24
+ * Defines start date of holiday.
25
+ * @default null
26
+ */
27
+ from: any;
28
+ /**
29
+ * Defines label of holiday.
30
+ * @default null
31
+ */
32
+ label: any;
33
+ /**
34
+ * Defines end date of holiday.
35
+ * @default null
36
+ */
37
+ to: any;
38
+ constructor(viewContainerRef: ViewContainerRef);
39
+ }
40
+ /**
41
+ * Holiday Array Directive
42
+ * @private
43
+ */
44
+ export declare class HolidaysDirective extends ArrayBase<HolidaysDirective> {
45
+ constructor();
46
+ }
@@ -1,43 +1,38 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * `e-week-working-times` directive represent a working time ranges in a day.
6
- * It must be contained in a Gantt component(`ejs-gantt`).
7
- * ```html
8
- * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'>
9
- * <e-week-working-times>
10
- * <e-week-working-time dayOfWeek='Monday'></e-week-working-time>
11
- * <e-week-working-time dayOfWeek='Monday'></e-week-working-time>
12
- * </e-week-working-times>
13
- * </ejs-gantt>
14
- * ```
15
- */
16
- export declare class WeekWorkingTimeDirective extends ComplexBase<WeekWorkingTimeDirective> {
17
- private viewContainerRef;
18
- directivePropList: any;
19
- /**
20
- * Defines the day of the week to apply customized working time.
21
- * @default null
22
- */
23
- dayOfWeek: any;
24
- /**
25
- * Defines the time range for each day of the week.
26
- * @default []
27
- * @asptype List<GanttDayWorkingTime>
28
-
29
- */
30
- timeRange: any;
31
- 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
- }
35
- /**
36
- * WeekWorkingTime Array Directive
37
- * @private
38
- */
39
- export declare class WeekWorkingTimesDirective extends ArrayBase<WeekWorkingTimesDirective> {
40
- constructor();
41
- static ɵfac: i0.ɵɵFactoryDeclaration<WeekWorkingTimesDirective, never>;
42
- static ɵdir: i0.ɵɵDirectiveDeclaration<WeekWorkingTimesDirective, "ejs-gantt>e-week-working-times", never, {}, {}, ["children"]>;
43
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * `e-week-working-times` directive represent a working time ranges in a day.
5
+ * It must be contained in a Gantt component(`ejs-gantt`).
6
+ * ```html
7
+ * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'>
8
+ * <e-week-working-times>
9
+ * <e-week-working-time dayOfWeek='Monday'></e-week-working-time>
10
+ * <e-week-working-time dayOfWeek='Monday'></e-week-working-time>
11
+ * </e-week-working-times>
12
+ * </ejs-gantt>
13
+ * ```
14
+ */
15
+ export declare class WeekWorkingTimeDirective extends ComplexBase<WeekWorkingTimeDirective> {
16
+ private viewContainerRef;
17
+ directivePropList: any;
18
+ /**
19
+ * Defines the day of the week to apply customized working time.
20
+ * @default null
21
+ */
22
+ dayOfWeek: any;
23
+ /**
24
+ * Defines the time range for each day of the week.
25
+ * @default []
26
+ * @asptype List<GanttDayWorkingTime>
27
+
28
+ */
29
+ timeRange: any;
30
+ constructor(viewContainerRef: ViewContainerRef);
31
+ }
32
+ /**
33
+ * WeekWorkingTime Array Directive
34
+ * @private
35
+ */
36
+ export declare class WeekWorkingTimesDirective extends ArrayBase<WeekWorkingTimesDirective> {
37
+ constructor();
38
+ }
package/src/index.d.ts CHANGED
@@ -1,11 +1,11 @@
1
- export { ColumnDirective, ColumnsDirective } from './gantt/columns.directive';
2
- export { AddDialogFieldDirective, AddDialogFieldsDirective } from './gantt/adddialogfields.directive';
3
- export { EditDialogFieldDirective, EditDialogFieldsDirective } from './gantt/editdialogfields.directive';
4
- export { DayWorkingTimeDirective, DayWorkingTimeCollectionDirective } from './gantt/dayworkingtime.directive';
5
- export { WeekWorkingTimeDirective, WeekWorkingTimesDirective } from './gantt/weekworkingtime.directive';
6
- export { HolidayDirective, HolidaysDirective } from './gantt/holidays.directive';
7
- export { EventMarkerDirective, EventMarkersDirective } from './gantt/eventmarkers.directive';
8
- export { GanttComponent } from './gantt/gantt.component';
9
- export { GanttModule } from './gantt/gantt.module';
10
- export { GanttAllModule, FilterService, SelectionService, SortService, ReorderService, ResizeService, EditService, DayMarkersService, ToolbarService, ContextMenuService, ExcelExportService, RowDDService, ColumnMenuService, PdfExportService, VirtualScrollService, CriticalPathService, UndoRedoService, FreezeService } from './gantt/gantt-all.module';
11
- export * from '@syncfusion/ej2-gantt';
1
+ export { ColumnDirective, ColumnsDirective } from './gantt/columns.directive';
2
+ export { AddDialogFieldDirective, AddDialogFieldsDirective } from './gantt/adddialogfields.directive';
3
+ export { EditDialogFieldDirective, EditDialogFieldsDirective } from './gantt/editdialogfields.directive';
4
+ export { DayWorkingTimeDirective, DayWorkingTimeCollectionDirective } from './gantt/dayworkingtime.directive';
5
+ export { WeekWorkingTimeDirective, WeekWorkingTimesDirective } from './gantt/weekworkingtime.directive';
6
+ export { HolidayDirective, HolidaysDirective } from './gantt/holidays.directive';
7
+ export { EventMarkerDirective, EventMarkersDirective } from './gantt/eventmarkers.directive';
8
+ export { GanttComponent } from './gantt/gantt.component';
9
+ export { GanttModule } from './gantt/gantt.module';
10
+ export { GanttAllModule, FilterService, SelectionService, SortService, ReorderService, ResizeService, EditService, DayMarkersService, ToolbarService, ContextMenuService, ExcelExportService, RowDDService, ColumnMenuService, PdfExportService, VirtualScrollService, CriticalPathService, UndoRedoService } from './gantt/gantt-all.module';
11
+ export * from '@syncfusion/ej2-gantt';
@@ -1 +1 @@
1
- @use 'ej2-gantt/bds-lite' as *;
1
+ @import 'ej2-gantt/styles/bds-lite.scss';
package/styles/bds.scss CHANGED
@@ -1 +1 @@
1
- @use 'gantt/bds' as *;
1
+ @import 'gantt/bds.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/bootstrap-dark-lite' as *;
1
+ @import 'ej2-gantt/styles/bootstrap-dark-lite.scss';
@@ -1 +1 @@
1
- @use 'gantt/bootstrap-dark' as *;
1
+ @import 'gantt/bootstrap-dark.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/bootstrap-lite' as *;
1
+ @import 'ej2-gantt/styles/bootstrap-lite.scss';
@@ -1 +1 @@
1
- @use 'gantt/bootstrap' as *;
1
+ @import 'gantt/bootstrap.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/bootstrap4-lite' as *;
1
+ @import 'ej2-gantt/styles/bootstrap4-lite.scss';
@@ -1 +1 @@
1
- @use 'gantt/bootstrap4' as *;
1
+ @import 'gantt/bootstrap4.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/bootstrap5-dark-lite' as *;
1
+ @import 'ej2-gantt/styles/bootstrap5-dark-lite.scss';
@@ -1 +1 @@
1
- @use 'gantt/bootstrap5-dark' as *;
1
+ @import 'gantt/bootstrap5-dark.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/bootstrap5-lite' as *;
1
+ @import 'ej2-gantt/styles/bootstrap5-lite.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/bootstrap5.3-lite' as *;
1
+ @import 'ej2-gantt/styles/bootstrap5.3-lite.scss';
@@ -1 +1 @@
1
- @use 'gantt/bootstrap5.3' as *;
1
+ @import 'gantt/bootstrap5.3.scss';
@@ -1 +1 @@
1
- @use 'gantt/bootstrap5' as *;
1
+ @import 'gantt/bootstrap5.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/fabric-dark-lite' as *;
1
+ @import 'ej2-gantt/styles/fabric-dark-lite.scss';
@@ -1 +1 @@
1
- @use 'gantt/fabric-dark' as *;
1
+ @import 'gantt/fabric-dark.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/fabric-lite' as *;
1
+ @import 'ej2-gantt/styles/fabric-lite.scss';
@@ -1 +1 @@
1
- @use 'gantt/fabric' as *;
1
+ @import 'gantt/fabric.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/fluent-dark-lite' as *;
1
+ @import 'ej2-gantt/styles/fluent-dark-lite.scss';
@@ -1 +1 @@
1
- @use 'gantt/fluent-dark' as *;
1
+ @import 'gantt/fluent-dark.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/fluent-lite' as *;
1
+ @import 'ej2-gantt/styles/fluent-lite.scss';
@@ -1 +1 @@
1
- @use 'gantt/fluent' as *;
1
+ @import 'gantt/fluent.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/fluent2-lite' as *;
1
+ @import 'ej2-gantt/styles/fluent2-lite.scss';
@@ -1 +1 @@
1
- @use 'gantt/fluent2' as *;
1
+ @import 'gantt/fluent2.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/styles/gantt/bds' as *;
1
+ @import 'ej2-gantt/styles/gantt/bds.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/styles/gantt/bootstrap-dark' as *;
1
+ @import 'ej2-gantt/styles/gantt/bootstrap-dark.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/styles/gantt/bootstrap' as *;
1
+ @import 'ej2-gantt/styles/gantt/bootstrap.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/styles/gantt/bootstrap4' as *;
1
+ @import 'ej2-gantt/styles/gantt/bootstrap4.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/styles/gantt/bootstrap5-dark' as *;
1
+ @import 'ej2-gantt/styles/gantt/bootstrap5-dark.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/styles/gantt/bootstrap5.3' as *;
1
+ @import 'ej2-gantt/styles/gantt/bootstrap5.3.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/styles/gantt/bootstrap5' as *;
1
+ @import 'ej2-gantt/styles/gantt/bootstrap5.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/styles/gantt/fabric-dark' as *;
1
+ @import 'ej2-gantt/styles/gantt/fabric-dark.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/styles/gantt/fabric' as *;
1
+ @import 'ej2-gantt/styles/gantt/fabric.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/styles/gantt/fluent-dark' as *;
1
+ @import 'ej2-gantt/styles/gantt/fluent-dark.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/styles/gantt/fluent' as *;
1
+ @import 'ej2-gantt/styles/gantt/fluent.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/styles/gantt/fluent2' as *;
1
+ @import 'ej2-gantt/styles/gantt/fluent2.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/styles/gantt/highcontrast-light' as *;
1
+ @import 'ej2-gantt/styles/gantt/highcontrast-light.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/styles/gantt/highcontrast' as *;
1
+ @import 'ej2-gantt/styles/gantt/highcontrast.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/styles/gantt/material-dark' as *;
1
+ @import 'ej2-gantt/styles/gantt/material-dark.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/styles/gantt/material' as *;
1
+ @import 'ej2-gantt/styles/gantt/material.scss';
@@ -1 +1,2 @@
1
- @use 'ej2-gantt/styles/gantt/material3-dark' as *;
1
+
2
+ @import 'ej2-gantt/styles/gantt/material3-dark.scss';
@@ -1 +1,2 @@
1
- @use 'ej2-gantt/styles/gantt/material3' as *;
1
+
2
+ @import 'ej2-gantt/styles/gantt/material3.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/styles/gantt/tailwind-dark' as *;
1
+ @import 'ej2-gantt/styles/gantt/tailwind-dark.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/styles/gantt/tailwind' as *;
1
+ @import 'ej2-gantt/styles/gantt/tailwind.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/styles/gantt/tailwind3' as *;
1
+ @import 'ej2-gantt/styles/gantt/tailwind3.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/highcontrast-light-lite' as *;
1
+ @import 'ej2-gantt/styles/highcontrast-light-lite.scss';
@@ -1 +1 @@
1
- @use 'gantt/highcontrast-light' as *;
1
+ @import 'gantt/highcontrast-light.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/highcontrast-lite' as *;
1
+ @import 'ej2-gantt/styles/highcontrast-lite.scss';
@@ -1 +1 @@
1
- @use 'gantt/highcontrast' as *;
1
+ @import 'gantt/highcontrast.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/material-dark-lite' as *;
1
+ @import 'ej2-gantt/styles/material-dark-lite.scss';
@@ -1 +1 @@
1
- @use 'gantt/material-dark' as *;
1
+ @import 'gantt/material-dark.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/material-lite' as *;
1
+ @import 'ej2-gantt/styles/material-lite.scss';
@@ -1 +1 @@
1
- @use 'gantt/material' as *;
1
+ @import 'gantt/material.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/material3-dark-lite' as *;
1
+ @import 'ej2-gantt/styles/material3-dark-lite.scss';
@@ -1 +1,2 @@
1
- @use 'gantt/material3-dark' as *;
1
+
2
+ @import 'gantt/material3-dark.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/material3-lite' as *;
1
+ @import 'ej2-gantt/styles/material3-lite.scss';
@@ -1 +1,2 @@
1
- @use 'gantt/material3' as *;
1
+
2
+ @import 'gantt/material3.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/tailwind-dark-lite' as *;
1
+ @import 'ej2-gantt/styles/tailwind-dark-lite.scss';
@@ -1 +1 @@
1
- @use 'gantt/tailwind-dark' as *;
1
+ @import 'gantt/tailwind-dark.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/tailwind-lite' as *;
1
+ @import 'ej2-gantt/styles/tailwind-lite.scss';
@@ -1 +1 @@
1
- @use 'gantt/tailwind' as *;
1
+ @import 'gantt/tailwind.scss';
@@ -1 +1 @@
1
- @use 'ej2-gantt/tailwind3-lite' as *;
1
+ @import 'ej2-gantt/styles/tailwind3-lite.scss';
@@ -1 +1 @@
1
- @use 'gantt/tailwind3' as *;
1
+ @import 'gantt/tailwind3.scss';