@syncfusion/ej2-angular-schedule 30.2.4-ngcc → 30.2.4

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