@syncfusion/ej2-angular-gantt 31.2.18 → 32.1.19

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 (84) hide show
  1. package/CHANGELOG.md +0 -142
  2. package/esm2020/src/gantt/columns.directive.mjs +9 -3
  3. package/esm2020/src/gantt/eventmarkers.directive.mjs +3 -3
  4. package/esm2020/src/gantt/gantt-all.module.mjs +7 -4
  5. package/esm2020/src/gantt/gantt.component.mjs +16 -3
  6. package/esm2020/src/gantt/holidays.directive.mjs +1 -1
  7. package/esm2020/src/index.mjs +2 -2
  8. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +32 -10
  9. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -1
  10. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +32 -10
  11. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -1
  12. package/package.json +4 -4
  13. package/schematics/utils/lib-details.d.ts +2 -2
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/gantt/columns.directive.d.ts +14 -1
  17. package/src/gantt/eventmarkers.directive.d.ts +8 -1
  18. package/src/gantt/gantt-all.module.d.ts +1 -0
  19. package/src/gantt/gantt.component.d.ts +11 -1
  20. package/src/gantt/holidays.directive.d.ts +17 -4
  21. package/src/index.d.ts +1 -1
  22. package/styles/bds-lite.scss +1 -1
  23. package/styles/bds.scss +1 -1
  24. package/styles/bootstrap-dark-lite.scss +1 -1
  25. package/styles/bootstrap-dark.scss +1 -1
  26. package/styles/bootstrap-lite.scss +1 -1
  27. package/styles/bootstrap.scss +1 -1
  28. package/styles/bootstrap4-lite.scss +1 -1
  29. package/styles/bootstrap4.scss +1 -1
  30. package/styles/bootstrap5-dark-lite.scss +1 -1
  31. package/styles/bootstrap5-dark.scss +1 -1
  32. package/styles/bootstrap5-lite.scss +1 -1
  33. package/styles/bootstrap5.3-lite.scss +1 -1
  34. package/styles/bootstrap5.3.scss +1 -1
  35. package/styles/bootstrap5.scss +1 -1
  36. package/styles/fabric-dark-lite.scss +1 -1
  37. package/styles/fabric-dark.scss +1 -1
  38. package/styles/fabric-lite.scss +1 -1
  39. package/styles/fabric.scss +1 -1
  40. package/styles/fluent-dark-lite.scss +1 -1
  41. package/styles/fluent-dark.scss +1 -1
  42. package/styles/fluent-lite.scss +1 -1
  43. package/styles/fluent.scss +1 -1
  44. package/styles/fluent2-lite.scss +1 -1
  45. package/styles/fluent2.scss +1 -1
  46. package/styles/gantt/bds.scss +1 -1
  47. package/styles/gantt/bootstrap-dark.scss +1 -1
  48. package/styles/gantt/bootstrap.scss +1 -1
  49. package/styles/gantt/bootstrap4.scss +1 -1
  50. package/styles/gantt/bootstrap5-dark.scss +1 -1
  51. package/styles/gantt/bootstrap5.3.scss +1 -1
  52. package/styles/gantt/bootstrap5.scss +1 -1
  53. package/styles/gantt/fabric-dark.scss +1 -1
  54. package/styles/gantt/fabric.scss +1 -1
  55. package/styles/gantt/fluent-dark.scss +1 -1
  56. package/styles/gantt/fluent.scss +1 -1
  57. package/styles/gantt/fluent2.scss +1 -1
  58. package/styles/gantt/highcontrast-light.scss +1 -1
  59. package/styles/gantt/highcontrast.scss +1 -1
  60. package/styles/gantt/material-dark.scss +1 -1
  61. package/styles/gantt/material.scss +1 -1
  62. package/styles/gantt/material3-dark.scss +1 -2
  63. package/styles/gantt/material3.scss +1 -2
  64. package/styles/gantt/tailwind-dark.scss +1 -1
  65. package/styles/gantt/tailwind.scss +1 -1
  66. package/styles/gantt/tailwind3.scss +1 -1
  67. package/styles/highcontrast-light-lite.scss +1 -1
  68. package/styles/highcontrast-light.scss +1 -1
  69. package/styles/highcontrast-lite.scss +1 -1
  70. package/styles/highcontrast.scss +1 -1
  71. package/styles/material-dark-lite.scss +1 -1
  72. package/styles/material-dark.scss +1 -1
  73. package/styles/material-lite.scss +1 -1
  74. package/styles/material.scss +1 -1
  75. package/styles/material3-dark-lite.scss +1 -1
  76. package/styles/material3-dark.scss +1 -2
  77. package/styles/material3-lite.scss +1 -1
  78. package/styles/material3.scss +1 -2
  79. package/styles/tailwind-dark-lite.scss +1 -1
  80. package/styles/tailwind-dark.scss +1 -1
  81. package/styles/tailwind-lite.scss +1 -1
  82. package/styles/tailwind.scss +1 -1
  83. package/styles/tailwind3-lite.scss +1 -1
  84. package/styles/tailwind3.scss +1 -1
@@ -17,22 +17,35 @@ export declare class HolidayDirective extends ComplexBase<HolidayDirective> {
17
17
  private viewContainerRef;
18
18
  directivePropList: any;
19
19
  /**
20
- * Defines custom css class of holiday to customize background and label.
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
+ *
21
24
  * @default null
22
25
  */
23
26
  cssClass: any;
24
27
  /**
25
- * Defines start date of holiday.
28
+ * Specifies the start date of the holiday.
29
+ *
30
+ * Accepts a `Date` object or ISO-formatted string.
31
+ *
26
32
  * @default null
27
33
  */
28
34
  from: any;
29
35
  /**
30
- * Defines label of holiday.
36
+ * Defines a label or description for the holiday.
37
+ *
38
+ * Useful for tooltips, annotations, and export metadata.
39
+ *
31
40
  * @default null
32
41
  */
33
42
  label: any;
34
43
  /**
35
- * Defines end date of holiday.
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
+ *
36
49
  * @default null
37
50
  */
38
51
  to: any;
package/src/index.d.ts CHANGED
@@ -7,5 +7,5 @@ export { HolidayDirective, HolidaysDirective } from './gantt/holidays.directive'
7
7
  export { EventMarkerDirective, EventMarkersDirective } from './gantt/eventmarkers.directive';
8
8
  export { GanttComponent } from './gantt/gantt.component';
9
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';
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
11
  export * from '@syncfusion/ej2-gantt';
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/bds-lite.scss';
1
+ @use 'ej2-gantt/bds-lite' as *;
package/styles/bds.scss CHANGED
@@ -1 +1 @@
1
- @import 'gantt/bds.scss';
1
+ @use 'gantt/bds' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/bootstrap-dark-lite.scss';
1
+ @use 'ej2-gantt/bootstrap-dark-lite' as *;
@@ -1 +1 @@
1
- @import 'gantt/bootstrap-dark.scss';
1
+ @use 'gantt/bootstrap-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/bootstrap-lite.scss';
1
+ @use 'ej2-gantt/bootstrap-lite' as *;
@@ -1 +1 @@
1
- @import 'gantt/bootstrap.scss';
1
+ @use 'gantt/bootstrap' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/bootstrap4-lite.scss';
1
+ @use 'ej2-gantt/bootstrap4-lite' as *;
@@ -1 +1 @@
1
- @import 'gantt/bootstrap4.scss';
1
+ @use 'gantt/bootstrap4' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/bootstrap5-dark-lite.scss';
1
+ @use 'ej2-gantt/bootstrap5-dark-lite' as *;
@@ -1 +1 @@
1
- @import 'gantt/bootstrap5-dark.scss';
1
+ @use 'gantt/bootstrap5-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/bootstrap5-lite.scss';
1
+ @use 'ej2-gantt/bootstrap5-lite' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/bootstrap5.3-lite.scss';
1
+ @use 'ej2-gantt/bootstrap5.3-lite' as *;
@@ -1 +1 @@
1
- @import 'gantt/bootstrap5.3.scss';
1
+ @use 'gantt/bootstrap5.3' as *;
@@ -1 +1 @@
1
- @import 'gantt/bootstrap5.scss';
1
+ @use 'gantt/bootstrap5' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/fabric-dark-lite.scss';
1
+ @use 'ej2-gantt/fabric-dark-lite' as *;
@@ -1 +1 @@
1
- @import 'gantt/fabric-dark.scss';
1
+ @use 'gantt/fabric-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/fabric-lite.scss';
1
+ @use 'ej2-gantt/fabric-lite' as *;
@@ -1 +1 @@
1
- @import 'gantt/fabric.scss';
1
+ @use 'gantt/fabric' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/fluent-dark-lite.scss';
1
+ @use 'ej2-gantt/fluent-dark-lite' as *;
@@ -1 +1 @@
1
- @import 'gantt/fluent-dark.scss';
1
+ @use 'gantt/fluent-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/fluent-lite.scss';
1
+ @use 'ej2-gantt/fluent-lite' as *;
@@ -1 +1 @@
1
- @import 'gantt/fluent.scss';
1
+ @use 'gantt/fluent' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/fluent2-lite.scss';
1
+ @use 'ej2-gantt/fluent2-lite' as *;
@@ -1 +1 @@
1
- @import 'gantt/fluent2.scss';
1
+ @use 'gantt/fluent2' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/gantt/bds.scss';
1
+ @use 'ej2-gantt/styles/gantt/bds' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/gantt/bootstrap-dark.scss';
1
+ @use 'ej2-gantt/styles/gantt/bootstrap-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/gantt/bootstrap.scss';
1
+ @use 'ej2-gantt/styles/gantt/bootstrap' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/gantt/bootstrap4.scss';
1
+ @use 'ej2-gantt/styles/gantt/bootstrap4' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/gantt/bootstrap5-dark.scss';
1
+ @use 'ej2-gantt/styles/gantt/bootstrap5-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/gantt/bootstrap5.3.scss';
1
+ @use 'ej2-gantt/styles/gantt/bootstrap5.3' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/gantt/bootstrap5.scss';
1
+ @use 'ej2-gantt/styles/gantt/bootstrap5' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/gantt/fabric-dark.scss';
1
+ @use 'ej2-gantt/styles/gantt/fabric-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/gantt/fabric.scss';
1
+ @use 'ej2-gantt/styles/gantt/fabric' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/gantt/fluent-dark.scss';
1
+ @use 'ej2-gantt/styles/gantt/fluent-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/gantt/fluent.scss';
1
+ @use 'ej2-gantt/styles/gantt/fluent' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/gantt/fluent2.scss';
1
+ @use 'ej2-gantt/styles/gantt/fluent2' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/gantt/highcontrast-light.scss';
1
+ @use 'ej2-gantt/styles/gantt/highcontrast-light' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/gantt/highcontrast.scss';
1
+ @use 'ej2-gantt/styles/gantt/highcontrast' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/gantt/material-dark.scss';
1
+ @use 'ej2-gantt/styles/gantt/material-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/gantt/material.scss';
1
+ @use 'ej2-gantt/styles/gantt/material' as *;
@@ -1,2 +1 @@
1
-
2
- @import 'ej2-gantt/styles/gantt/material3-dark.scss';
1
+ @use 'ej2-gantt/styles/gantt/material3-dark' as *;
@@ -1,2 +1 @@
1
-
2
- @import 'ej2-gantt/styles/gantt/material3.scss';
1
+ @use 'ej2-gantt/styles/gantt/material3' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/gantt/tailwind-dark.scss';
1
+ @use 'ej2-gantt/styles/gantt/tailwind-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/gantt/tailwind.scss';
1
+ @use 'ej2-gantt/styles/gantt/tailwind' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/gantt/tailwind3.scss';
1
+ @use 'ej2-gantt/styles/gantt/tailwind3' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/highcontrast-light-lite.scss';
1
+ @use 'ej2-gantt/highcontrast-light-lite' as *;
@@ -1 +1 @@
1
- @import 'gantt/highcontrast-light.scss';
1
+ @use 'gantt/highcontrast-light' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/highcontrast-lite.scss';
1
+ @use 'ej2-gantt/highcontrast-lite' as *;
@@ -1 +1 @@
1
- @import 'gantt/highcontrast.scss';
1
+ @use 'gantt/highcontrast' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/material-dark-lite.scss';
1
+ @use 'ej2-gantt/material-dark-lite' as *;
@@ -1 +1 @@
1
- @import 'gantt/material-dark.scss';
1
+ @use 'gantt/material-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/material-lite.scss';
1
+ @use 'ej2-gantt/material-lite' as *;
@@ -1 +1 @@
1
- @import 'gantt/material.scss';
1
+ @use 'gantt/material' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/material3-dark-lite.scss';
1
+ @use 'ej2-gantt/material3-dark-lite' as *;
@@ -1,2 +1 @@
1
-
2
- @import 'gantt/material3-dark.scss';
1
+ @use 'gantt/material3-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/material3-lite.scss';
1
+ @use 'ej2-gantt/material3-lite' as *;
@@ -1,2 +1 @@
1
-
2
- @import 'gantt/material3.scss';
1
+ @use 'gantt/material3' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/tailwind-dark-lite.scss';
1
+ @use 'ej2-gantt/tailwind-dark-lite' as *;
@@ -1 +1 @@
1
- @import 'gantt/tailwind-dark.scss';
1
+ @use 'gantt/tailwind-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/tailwind-lite.scss';
1
+ @use 'ej2-gantt/tailwind-lite' as *;
@@ -1 +1 @@
1
- @import 'gantt/tailwind.scss';
1
+ @use 'gantt/tailwind' as *;
@@ -1 +1 @@
1
- @import 'ej2-gantt/styles/tailwind3-lite.scss';
1
+ @use 'ej2-gantt/tailwind3-lite' as *;
@@ -1 +1 @@
1
- @import 'gantt/tailwind3.scss';
1
+ @use 'gantt/tailwind3' as *;