@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.
- package/CHANGELOG.md +2571 -0
- package/README.md +2 -2
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/gantt/adddialogfields.directive.mjs +58 -0
- package/esm2020/src/gantt/columns.directive.mjs +72 -0
- package/esm2020/src/gantt/dayworkingtime.directive.mjs +58 -0
- package/esm2020/src/gantt/editdialogfields.directive.mjs +58 -0
- package/esm2020/src/gantt/eventmarkers.directive.mjs +57 -0
- package/esm2020/src/gantt/gantt-all.module.mjs +74 -0
- package/esm2020/src/gantt/gantt.component.mjs +273 -0
- package/esm2020/src/gantt/gantt.module.mjs +88 -0
- package/esm2020/src/gantt/holidays.directive.mjs +58 -0
- package/esm2020/src/gantt/weekworkingtime.directive.mjs +58 -0
- package/esm2020/src/index.mjs +12 -0
- package/esm2020/syncfusion-ej2-angular-gantt.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs +815 -0
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs +815 -0
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -0
- package/package.json +24 -11
- package/src/gantt/adddialogfields.directive.d.ts +15 -8
- package/src/gantt/columns.directive.d.ts +15 -10
- package/src/gantt/dayworkingtime.directive.d.ts +7 -2
- package/src/gantt/editdialogfields.directive.d.ts +15 -8
- package/src/gantt/eventmarkers.directive.d.ts +10 -3
- package/src/gantt/gantt-all.module.d.ts +6 -0
- package/src/gantt/gantt.component.d.ts +6 -2
- package/src/gantt/gantt.module.d.ts +13 -0
- package/src/gantt/holidays.directive.d.ts +5 -0
- package/src/gantt/weekworkingtime.directive.d.ts +7 -2
- package/{ej2-angular-gantt.d.ts → syncfusion-ej2-angular-gantt.d.ts} +1 -1
- package/@syncfusion/ej2-angular-gantt.es5.js +0 -899
- package/@syncfusion/ej2-angular-gantt.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-gantt.js +0 -847
- package/@syncfusion/ej2-angular-gantt.js.map +0 -1
- package/dist/ej2-angular-gantt.umd.js +0 -1017
- package/dist/ej2-angular-gantt.umd.js.map +0 -1
- package/dist/ej2-angular-gantt.umd.min.js +0 -11
- package/dist/ej2-angular-gantt.umd.min.js.map +0 -1
- package/ej2-angular-gantt.metadata.json +0 -1
- 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
|
|
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
|
|
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
|
}
|