@syncfusion/ej2-angular-gantt 28.1.33-ngcc → 28.1.33

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 (41) hide show
  1. package/CHANGELOG.md +2571 -0
  2. package/README.md +2 -2
  3. package/esm2020/public_api.mjs +2 -0
  4. package/esm2020/src/gantt/adddialogfields.directive.mjs +58 -0
  5. package/esm2020/src/gantt/columns.directive.mjs +72 -0
  6. package/esm2020/src/gantt/dayworkingtime.directive.mjs +58 -0
  7. package/esm2020/src/gantt/editdialogfields.directive.mjs +58 -0
  8. package/esm2020/src/gantt/eventmarkers.directive.mjs +57 -0
  9. package/esm2020/src/gantt/gantt-all.module.mjs +74 -0
  10. package/esm2020/src/gantt/gantt.component.mjs +273 -0
  11. package/esm2020/src/gantt/gantt.module.mjs +88 -0
  12. package/esm2020/src/gantt/holidays.directive.mjs +58 -0
  13. package/esm2020/src/gantt/weekworkingtime.directive.mjs +58 -0
  14. package/esm2020/src/index.mjs +12 -0
  15. package/esm2020/syncfusion-ej2-angular-gantt.mjs +5 -0
  16. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +815 -0
  17. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  18. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +815 -0
  19. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  20. package/package.json +24 -11
  21. package/src/gantt/adddialogfields.directive.d.ts +15 -8
  22. package/src/gantt/columns.directive.d.ts +15 -10
  23. package/src/gantt/dayworkingtime.directive.d.ts +7 -2
  24. package/src/gantt/editdialogfields.directive.d.ts +15 -8
  25. package/src/gantt/eventmarkers.directive.d.ts +10 -3
  26. package/src/gantt/gantt-all.module.d.ts +6 -0
  27. package/src/gantt/gantt.component.d.ts +6 -2
  28. package/src/gantt/gantt.module.d.ts +13 -0
  29. package/src/gantt/holidays.directive.d.ts +5 -0
  30. package/src/gantt/weekworkingtime.directive.d.ts +7 -2
  31. package/{ej2-angular-gantt.d.ts → syncfusion-ej2-angular-gantt.d.ts} +1 -1
  32. package/@syncfusion/ej2-angular-gantt.es5.js +0 -899
  33. package/@syncfusion/ej2-angular-gantt.es5.js.map +0 -1
  34. package/@syncfusion/ej2-angular-gantt.js +0 -847
  35. package/@syncfusion/ej2-angular-gantt.js.map +0 -1
  36. package/dist/ej2-angular-gantt.umd.js +0 -1017
  37. package/dist/ej2-angular-gantt.umd.js.map +0 -1
  38. package/dist/ej2-angular-gantt.umd.min.js +0 -11
  39. package/dist/ej2-angular-gantt.umd.min.js.map +0 -1
  40. package/ej2-angular-gantt.metadata.json +0 -1
  41. package/license +0 -10
@@ -1,5 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * `e-holidays` directive represent a holidays collection in Gantt.
5
6
  * It must be contained in a Gantt component(`ejs-gantt`).
@@ -36,6 +37,8 @@ export declare class HolidayDirective extends ComplexBase<HolidayDirective> {
36
37
  */
37
38
  to: any;
38
39
  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>;
39
42
  }
40
43
  /**
41
44
  * Holiday Array Directive
@@ -43,4 +46,6 @@ export declare class HolidayDirective extends ComplexBase<HolidayDirective> {
43
46
  */
44
47
  export declare class HolidaysDirective extends ArrayBase<HolidaysDirective> {
45
48
  constructor();
49
+ static ɵfac: i0.ɵɵFactoryDeclaration<HolidaysDirective, never>;
50
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HolidaysDirective, "ejs-gantt>e-holidays", never, {}, {}, ["children"]>;
46
51
  }
@@ -1,5 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * `e-week-working-times` directive represent a working time ranges in a day.
5
6
  * It must be contained in a Gantt component(`ejs-gantt`).
@@ -16,18 +17,20 @@ export declare class WeekWorkingTimeDirective extends ComplexBase<WeekWorkingTim
16
17
  private viewContainerRef;
17
18
  directivePropList: any;
18
19
  /**
19
- * Defines day for setting time customized time range.
20
+ * Defines the day of the week to apply customized working time.
20
21
  * @default null
21
22
  */
22
23
  dayOfWeek: any;
23
24
  /**
24
- * Defines time range of each day in week.
25
+ * Defines the time range for each day of the week.
25
26
  * @default []
26
27
  * @asptype List<GanttDayWorkingTime>
27
28
 
28
29
  */
29
30
  timeRange: any;
30
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>;
31
34
  }
32
35
  /**
33
36
  * WeekWorkingTime Array Directive
@@ -35,4 +38,6 @@ export declare class WeekWorkingTimeDirective extends ComplexBase<WeekWorkingTim
35
38
  */
36
39
  export declare class WeekWorkingTimesDirective extends ArrayBase<WeekWorkingTimesDirective> {
37
40
  constructor();
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<WeekWorkingTimesDirective, never>;
42
+ static ɵdir: i0.ɵɵDirectiveDeclaration<WeekWorkingTimesDirective, "ejs-gantt>e-week-working-times", never, {}, {}, ["children"]>;
38
43
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
+ /// <amd-module name="@syncfusion/ej2-angular-gantt" />
4
5
  export * from './public_api';
5
- export { inputs as ɵa, outputs as ɵb } from './src/gantt/gantt.component';