@syncfusion/ej2-angular-gantt 34.1.30-ngcc → 34.1.30
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 +2769 -0
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/gantt/adddialogfields.directive.mjs +58 -0
- package/esm2020/src/gantt/columns.directive.mjs +96 -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 +77 -0
- package/esm2020/src/gantt/gantt.component.mjs +316 -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 +885 -0
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs +885 -0
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -0
- package/package.json +20 -7
- package/public_api.d.ts +1 -1
- package/src/gantt/adddialogfields.directive.d.ts +58 -53
- package/src/gantt/columns.directive.d.ts +241 -236
- package/src/gantt/dayworkingtime.directive.d.ts +41 -36
- package/src/gantt/editdialogfields.directive.d.ts +58 -53
- package/src/gantt/eventmarkers.directive.d.ts +54 -49
- package/src/gantt/gantt-all.module.d.ts +29 -23
- package/src/gantt/gantt.component.d.ts +167 -164
- package/src/gantt/gantt.module.d.ts +18 -5
- package/src/gantt/holidays.directive.d.ts +64 -59
- package/src/gantt/weekworkingtime.directive.d.ts +43 -38
- package/src/index.d.ts +11 -11
- package/styles/bds-lite.css +1 -0
- package/styles/bds-lite.scss +1 -0
- package/styles/bds.css +1 -0
- package/styles/bds.scss +1 -0
- package/styles/bootstrap-dark-lite.css +1 -0
- package/styles/bootstrap-dark-lite.scss +1 -0
- package/styles/bootstrap-dark.css +1 -0
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap-lite.css +1 -0
- package/styles/bootstrap-lite.scss +1 -0
- package/styles/bootstrap.css +1 -0
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4-lite.css +1 -0
- package/styles/bootstrap4-lite.scss +1 -0
- package/styles/bootstrap4.css +1 -0
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark-lite.css +1 -0
- package/styles/bootstrap5-dark-lite.scss +1 -0
- package/styles/bootstrap5-dark.css +1 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5-lite.css +1 -0
- package/styles/bootstrap5-lite.scss +1 -0
- package/styles/bootstrap5.3-lite.css +1 -0
- package/styles/bootstrap5.3-lite.scss +1 -0
- package/styles/bootstrap5.3.css +1 -0
- package/styles/bootstrap5.3.scss +1 -0
- package/styles/bootstrap5.css +1 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark-lite.css +1 -0
- package/styles/fabric-dark-lite.scss +1 -0
- package/styles/fabric-dark.css +1 -0
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric-lite.css +1 -0
- package/styles/fabric-lite.scss +1 -0
- package/styles/fabric.css +1 -0
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark-lite.css +1 -0
- package/styles/fluent-dark-lite.scss +1 -0
- package/styles/fluent-dark.css +1 -0
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent-lite.css +1 -0
- package/styles/fluent-lite.scss +1 -0
- package/styles/fluent.css +1 -0
- package/styles/fluent.scss +1 -0
- package/styles/fluent2-lite.css +1 -0
- package/styles/fluent2-lite.scss +1 -0
- package/styles/fluent2.css +1 -0
- package/styles/fluent2.scss +1 -0
- package/styles/gantt/bds.css +1 -0
- package/styles/gantt/bds.scss +1 -0
- package/styles/gantt/bootstrap-dark.css +1 -0
- package/styles/gantt/bootstrap-dark.scss +1 -0
- package/styles/gantt/bootstrap.css +1 -0
- package/styles/gantt/bootstrap.scss +1 -0
- package/styles/gantt/bootstrap4.css +1 -0
- package/styles/gantt/bootstrap4.scss +1 -0
- package/styles/gantt/bootstrap5-dark.css +1 -0
- package/styles/gantt/bootstrap5-dark.scss +1 -0
- package/styles/gantt/bootstrap5.3.css +1 -0
- package/styles/gantt/bootstrap5.3.scss +1 -0
- package/styles/gantt/bootstrap5.css +1 -0
- package/styles/gantt/bootstrap5.scss +1 -0
- package/styles/gantt/fabric-dark.css +1 -0
- package/styles/gantt/fabric-dark.scss +1 -0
- package/styles/gantt/fabric.css +1 -0
- package/styles/gantt/fabric.scss +1 -0
- package/styles/gantt/fluent-dark.css +1 -0
- package/styles/gantt/fluent-dark.scss +1 -0
- package/styles/gantt/fluent.css +1 -0
- package/styles/gantt/fluent.scss +1 -0
- package/styles/gantt/fluent2.css +1 -0
- package/styles/gantt/fluent2.scss +1 -0
- package/styles/gantt/highcontrast-light.css +1 -0
- package/styles/gantt/highcontrast-light.scss +1 -0
- package/styles/gantt/highcontrast.css +1 -0
- package/styles/gantt/highcontrast.scss +1 -0
- package/styles/gantt/material-dark.css +1 -0
- package/styles/gantt/material-dark.scss +1 -0
- package/styles/gantt/material.css +1 -0
- package/styles/gantt/material.scss +1 -0
- package/styles/gantt/material3-dark.css +1 -0
- package/styles/gantt/material3-dark.scss +1 -0
- package/styles/gantt/material3.css +1 -0
- package/styles/gantt/material3.scss +1 -0
- package/styles/gantt/tailwind-dark.css +1 -0
- package/styles/gantt/tailwind-dark.scss +1 -0
- package/styles/gantt/tailwind.css +1 -0
- package/styles/gantt/tailwind.scss +1 -0
- package/styles/gantt/tailwind3.css +1 -0
- package/styles/gantt/tailwind3.scss +1 -0
- package/styles/highcontrast-light-lite.css +1 -0
- package/styles/highcontrast-light-lite.scss +1 -0
- package/styles/highcontrast-light.css +1 -0
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast-lite.css +1 -0
- package/styles/highcontrast-lite.scss +1 -0
- package/styles/highcontrast.css +1 -0
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark-lite.css +1 -0
- package/styles/material-dark-lite.scss +1 -0
- package/styles/material-dark.css +1 -0
- package/styles/material-dark.scss +1 -0
- package/styles/material-lite.css +1 -0
- package/styles/material-lite.scss +1 -0
- package/styles/material.css +1 -0
- package/styles/material.scss +1 -0
- package/styles/material3-dark-lite.css +1 -0
- package/styles/material3-dark-lite.scss +1 -0
- package/styles/material3-dark.css +1 -0
- package/styles/material3-dark.scss +1 -0
- package/styles/material3-lite.css +1 -0
- package/styles/material3-lite.scss +1 -0
- package/styles/material3.css +1 -0
- package/styles/material3.scss +1 -0
- package/styles/tailwind-dark-lite.css +1 -0
- package/styles/tailwind-dark-lite.scss +1 -0
- package/styles/tailwind-dark.css +1 -0
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind-lite.css +1 -0
- package/styles/tailwind-lite.scss +1 -0
- package/styles/tailwind.css +1 -0
- package/styles/tailwind.scss +1 -0
- package/styles/tailwind3-lite.css +1 -0
- package/styles/tailwind3-lite.scss +1 -0
- package/styles/tailwind3.css +1 -0
- package/styles/tailwind3.scss +1 -0
- package/syncfusion-ej2-angular-gantt.d.ts +5 -0
- package/@syncfusion/ej2-angular-gantt.es5.js +0 -958
- package/@syncfusion/ej2-angular-gantt.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-gantt.js +0 -906
- package/@syncfusion/ej2-angular-gantt.js.map +0 -1
- package/LICENSE +0 -10
- package/dist/ej2-angular-gantt.umd.js +0 -1087
- 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.d.ts +0 -5
- package/ej2-angular-gantt.metadata.json +0 -1
|
@@ -1,5 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
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
|
+
/**
|
|
12
|
+
* NgModule definition for the Gantt component.
|
|
13
|
+
*/
|
|
14
|
+
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
|
+
}
|
|
@@ -1,59 +1,64 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* <e-holiday from='
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
*
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
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,38 +1,43 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* <e-week-working-time dayOfWeek='Monday'></e-week-working-time>
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
*
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
*
|
|
26
|
-
* @
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
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
|
+
}
|
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, FreezeService } from './gantt/gantt-all.module';
|
|
11
|
+
export * from '@syncfusion/ej2-gantt';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/bds-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/bds-lite' as *;
|
package/styles/bds.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/bds.css';
|
package/styles/bds.scss
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'gantt/bds' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/bootstrap-dark-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/bootstrap-dark-lite' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/bootstrap-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'gantt/bootstrap-dark' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/bootstrap-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/bootstrap-lite' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/bootstrap.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'gantt/bootstrap' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/bootstrap4-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/bootstrap4-lite' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/bootstrap4.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'gantt/bootstrap4' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/bootstrap5-dark-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/bootstrap5-dark-lite' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/bootstrap5-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'gantt/bootstrap5-dark' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/bootstrap5-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/bootstrap5-lite' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/bootstrap5.3-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/bootstrap5.3-lite' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/bootstrap5.3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'gantt/bootstrap5.3' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/bootstrap5.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'gantt/bootstrap5' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/fabric-dark-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/fabric-dark-lite' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/fabric-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'gantt/fabric-dark' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/fabric-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/fabric-lite' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/fabric.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'gantt/fabric' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/fluent-dark-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/fluent-dark-lite' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/fluent-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'gantt/fluent-dark' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/fluent-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/fluent-lite' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/fluent.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'gantt/fluent' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/fluent2-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/fluent2-lite' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/fluent2.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'gantt/fluent2' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/bds.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/bds' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/bootstrap-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/bootstrap-dark' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/bootstrap.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/bootstrap' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/bootstrap4.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/bootstrap4' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/bootstrap5-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/bootstrap5-dark' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/bootstrap5.3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/bootstrap5.3' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/bootstrap5.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/bootstrap5' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/fabric-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/fabric-dark' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/fabric.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/fabric' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/fluent-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/fluent-dark' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/fluent.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/fluent' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/fluent2.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/fluent2' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/highcontrast-light.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/highcontrast-light' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/highcontrast.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/highcontrast' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/material-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/material-dark' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/material.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/material' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/material3-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/material3-dark' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/material3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/material3' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/tailwind-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/tailwind-dark' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/tailwind.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/tailwind' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/gantt/tailwind3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/styles/gantt/tailwind3' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/highcontrast-light-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/highcontrast-light-lite' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/highcontrast-light.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'gantt/highcontrast-light' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/highcontrast-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use '@syncfusion/ej2-gantt/highcontrast-lite' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/highcontrast.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'gantt/highcontrast' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-gantt/styles/material-dark-lite.css';
|