@syncfusion/ej2-angular-schedule 31.1.17-ngcc → 31.1.17
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 +2378 -0
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/index.mjs +12 -0
- package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +23 -0
- package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +59 -0
- package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +25 -0
- package/esm2020/src/schedule/headerrows.directive.mjs +66 -0
- package/esm2020/src/schedule/resources.directive.mjs +58 -0
- package/esm2020/src/schedule/schedule-all.module.mjs +74 -0
- package/esm2020/src/schedule/schedule.component.mjs +306 -0
- package/esm2020/src/schedule/schedule.module.mjs +61 -0
- package/esm2020/src/schedule/toolbaritems.directive.mjs +67 -0
- package/esm2020/src/schedule/views.directive.mjs +132 -0
- package/esm2020/syncfusion-ej2-angular-schedule.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-schedule.mjs +829 -0
- package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-schedule.mjs +829 -0
- package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +1 -0
- package/package.json +59 -15
- package/public_api.d.ts +1 -1
- package/src/index.d.ts +11 -11
- package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +11 -5
- package/src/recurrence-editor/recurrenceeditor.component.d.ts +33 -30
- package/src/recurrence-editor/recurrenceeditor.module.d.ts +11 -5
- package/src/schedule/headerrows.directive.d.ts +52 -47
- package/src/schedule/resources.directive.d.ts +115 -110
- package/src/schedule/schedule-all.module.d.ts +28 -22
- package/src/schedule/schedule.component.d.ts +224 -221
- package/src/schedule/schedule.module.d.ts +15 -5
- package/src/schedule/toolbaritems.directive.d.ts +177 -172
- package/src/schedule/views.directive.d.ts +324 -319
- package/syncfusion-ej2-angular-schedule.d.ts +5 -0
- package/@syncfusion/ej2-angular-schedule.es5.js +0 -955
- package/@syncfusion/ej2-angular-schedule.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-schedule.js +0 -894
- package/@syncfusion/ej2-angular-schedule.js.map +0 -1
- package/LICENSE +0 -10
- package/dist/ej2-angular-schedule.umd.js +0 -1114
- package/dist/ej2-angular-schedule.umd.js.map +0 -1
- package/dist/ej2-angular-schedule.umd.min.js +0 -11
- package/dist/ej2-angular-schedule.umd.min.js.map +0 -1
- package/ej2-angular-schedule.d.ts +0 -6
- package/ej2-angular-schedule.metadata.json +0 -1
|
@@ -1,110 +1,115 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* <e-resource field='
|
|
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
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
*
|
|
63
|
-
*
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
*
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
*
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
*
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
*
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
*
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
*
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
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-resources` directive represent a resources of the Angular Schedule.
|
|
6
|
+
* It must be contained in a Schedule component(`ejs-schedule`).
|
|
7
|
+
* ```html
|
|
8
|
+
* <ejs-schedule>
|
|
9
|
+
* <e-resources>
|
|
10
|
+
* <e-resource field='RoomId' name='Rooms'></e-resource>
|
|
11
|
+
* <e-resource field='OwnerId' name='Owners'></e-resource>
|
|
12
|
+
* </e-resources>
|
|
13
|
+
* </ejs-schedule>
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare class ResourceDirective extends ComplexBase<ResourceDirective> {
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
directivePropList: any;
|
|
19
|
+
/**
|
|
20
|
+
* When set to true, allows multiple selection of resource names, thus creating multiple instances of same appointment for the
|
|
21
|
+
* selected resources.
|
|
22
|
+
* @default false
|
|
23
|
+
*/
|
|
24
|
+
allowMultiple: any;
|
|
25
|
+
/**
|
|
26
|
+
* It maps the `color` field from the dataSource, which is used to specify colors for the resources.
|
|
27
|
+
* @default 'Color'
|
|
28
|
+
*/
|
|
29
|
+
colorField: any;
|
|
30
|
+
/**
|
|
31
|
+
* It maps the `cssClass` field from the dataSource, which is used to specify different styles to each resource appointments.
|
|
32
|
+
* @default 'CssClass'
|
|
33
|
+
*/
|
|
34
|
+
cssClassField: any;
|
|
35
|
+
/**
|
|
36
|
+
* Assigns the resource dataSource
|
|
37
|
+
* The data can be passed either as an array of JavaScript objects,
|
|
38
|
+
* or else can create an instance of [`DataManager`](http://ej2.syncfusion.com/documentation/data/api-dataManager.html)
|
|
39
|
+
* in case of processing remote data and can be assigned to the `dataSource` property.
|
|
40
|
+
* With the remote data assigned to dataSource, check the available
|
|
41
|
+
* [adaptors](http://ej2.syncfusion.com/documentation/data/adaptors.html) to customize the data processing.
|
|
42
|
+
* @default []
|
|
43
|
+
*/
|
|
44
|
+
dataSource: any;
|
|
45
|
+
/**
|
|
46
|
+
* It maps the `endHour` field from the dataSource, which is used to specify different work end hour for each resources.
|
|
47
|
+
* @default 'EndHour'
|
|
48
|
+
*/
|
|
49
|
+
endHourField: any;
|
|
50
|
+
/**
|
|
51
|
+
* It maps the `expanded` field from the dataSource, which is used to specify whether each resource levels
|
|
52
|
+
* in timeline view needs to be maintained in an expanded or collapsed state by default.
|
|
53
|
+
* @default 'Expanded'
|
|
54
|
+
*/
|
|
55
|
+
expandedField: any;
|
|
56
|
+
/**
|
|
57
|
+
* A value that binds to the resource field of event object.
|
|
58
|
+
* @default null
|
|
59
|
+
*/
|
|
60
|
+
field: any;
|
|
61
|
+
/**
|
|
62
|
+
* It maps the `groupID` field from the dataSource, which is used to specify under which parent resource,
|
|
63
|
+
* the child should be grouped.
|
|
64
|
+
* @default 'GroupID'
|
|
65
|
+
*/
|
|
66
|
+
groupIDField: any;
|
|
67
|
+
/**
|
|
68
|
+
* It maps the `id` field from the dataSource and is used to uniquely identify the resources.
|
|
69
|
+
* @default 'Id'
|
|
70
|
+
*/
|
|
71
|
+
idField: any;
|
|
72
|
+
/**
|
|
73
|
+
* It represents a unique resource name for differentiating various resource objects while grouping.
|
|
74
|
+
* @default null
|
|
75
|
+
*/
|
|
76
|
+
name: any;
|
|
77
|
+
/**
|
|
78
|
+
* Defines the external [`query`](http://ej2.syncfusion.com/documentation/data/api-query.html)
|
|
79
|
+
* that will be executed along with the data processing.
|
|
80
|
+
* @default null
|
|
81
|
+
*/
|
|
82
|
+
query: any;
|
|
83
|
+
/**
|
|
84
|
+
* It maps the `startHour` field from the dataSource, which is used to specify different work start hour for each resources.
|
|
85
|
+
* @default 'StartHour'
|
|
86
|
+
*/
|
|
87
|
+
startHourField: any;
|
|
88
|
+
/**
|
|
89
|
+
* It maps the `text` field from the dataSource, which is used to specify the resource names.
|
|
90
|
+
* @default 'Text'
|
|
91
|
+
*/
|
|
92
|
+
textField: any;
|
|
93
|
+
/**
|
|
94
|
+
* It holds the title of the resource field to be displayed on the schedule event editor window.
|
|
95
|
+
* @default null
|
|
96
|
+
*/
|
|
97
|
+
title: any;
|
|
98
|
+
/**
|
|
99
|
+
* It maps the working days field from the dataSource, which is used to specify different working days for each resources.
|
|
100
|
+
* @default 'WorkDays'
|
|
101
|
+
*/
|
|
102
|
+
workDaysField: any;
|
|
103
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
104
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceDirective, never>;
|
|
105
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ResourceDirective, "e-resources>e-resource", never, { "allowMultiple": "allowMultiple"; "colorField": "colorField"; "cssClassField": "cssClassField"; "dataSource": "dataSource"; "endHourField": "endHourField"; "expandedField": "expandedField"; "field": "field"; "groupIDField": "groupIDField"; "idField": "idField"; "name": "name"; "query": "query"; "startHourField": "startHourField"; "textField": "textField"; "title": "title"; "workDaysField": "workDaysField"; }, {}, never>;
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* Resource Array Directive
|
|
109
|
+
* @private
|
|
110
|
+
*/
|
|
111
|
+
export declare class ResourcesDirective extends ArrayBase<ResourcesDirective> {
|
|
112
|
+
constructor();
|
|
113
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourcesDirective, never>;
|
|
114
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ResourcesDirective, "ejs-schedule>e-resources", never, {}, {}, ["children"]>;
|
|
115
|
+
}
|
|
@@ -1,22 +1,28 @@
|
|
|
1
|
-
import { ValueProvider } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const
|
|
13
|
-
export declare const
|
|
14
|
-
export declare const
|
|
15
|
-
export declare const
|
|
16
|
-
export declare const
|
|
17
|
-
export declare const
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
1
|
+
import { ValueProvider } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "./schedule.module";
|
|
5
|
+
export declare const DayService: ValueProvider;
|
|
6
|
+
export declare const WeekService: ValueProvider;
|
|
7
|
+
export declare const WorkWeekService: ValueProvider;
|
|
8
|
+
export declare const MonthService: ValueProvider;
|
|
9
|
+
export declare const YearService: ValueProvider;
|
|
10
|
+
export declare const AgendaService: ValueProvider;
|
|
11
|
+
export declare const MonthAgendaService: ValueProvider;
|
|
12
|
+
export declare const TimelineViewsService: ValueProvider;
|
|
13
|
+
export declare const TimelineMonthService: ValueProvider;
|
|
14
|
+
export declare const TimelineYearService: ValueProvider;
|
|
15
|
+
export declare const ResizeService: ValueProvider;
|
|
16
|
+
export declare const DragAndDropService: ValueProvider;
|
|
17
|
+
export declare const ExcelExportService: ValueProvider;
|
|
18
|
+
export declare const ICalendarExportService: ValueProvider;
|
|
19
|
+
export declare const ICalendarImportService: ValueProvider;
|
|
20
|
+
export declare const PrintService: ValueProvider;
|
|
21
|
+
/**
|
|
22
|
+
* NgModule definition for the Schedule component with providers.
|
|
23
|
+
*/
|
|
24
|
+
export declare class ScheduleAllModule {
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScheduleAllModule, never>;
|
|
26
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ScheduleAllModule, never, [typeof i1.CommonModule, typeof i2.ScheduleModule], [typeof i2.ScheduleModule]>;
|
|
27
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ScheduleAllModule>;
|
|
28
|
+
}
|