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

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 (155) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +11 -0
  3. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +23 -0
  4. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +59 -0
  5. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +25 -0
  6. package/esm2020/src/schedule/headerrows.directive.mjs +66 -0
  7. package/esm2020/src/schedule/resources.directive.mjs +58 -0
  8. package/esm2020/src/schedule/schedule-all.module.mjs +74 -0
  9. package/esm2020/src/schedule/schedule.component.mjs +289 -0
  10. package/esm2020/src/schedule/schedule.module.mjs +52 -0
  11. package/esm2020/src/schedule/views.directive.mjs +132 -0
  12. package/esm2020/syncfusion-ej2-angular-schedule.mjs +5 -0
  13. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +745 -0
  14. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +1 -0
  15. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +745 -0
  16. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +1 -0
  17. package/package.json +27 -13
  18. package/schematics/utils/lib-details.d.ts +2 -2
  19. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +6 -0
  20. package/src/recurrence-editor/recurrenceeditor.component.d.ts +3 -0
  21. package/src/recurrence-editor/recurrenceeditor.module.d.ts +6 -0
  22. package/src/schedule/headerrows.directive.d.ts +5 -0
  23. package/src/schedule/resources.directive.d.ts +5 -0
  24. package/src/schedule/schedule-all.module.d.ts +6 -0
  25. package/src/schedule/schedule.component.d.ts +3 -0
  26. package/src/schedule/schedule.module.d.ts +9 -0
  27. package/src/schedule/views.directive.d.ts +5 -0
  28. package/styles/bootstrap-dark.css +0 -6
  29. package/styles/bootstrap.css +0 -6
  30. package/styles/bootstrap4.css +0 -6
  31. package/styles/bootstrap5-dark.css +0 -6
  32. package/styles/bootstrap5.css +0 -6
  33. package/styles/fabric-dark.css +0 -6
  34. package/styles/fabric.css +0 -6
  35. package/styles/fluent-dark.css +0 -6
  36. package/styles/fluent.css +0 -6
  37. package/styles/highcontrast-light.css +0 -6
  38. package/styles/highcontrast.css +0 -6
  39. package/styles/material-dark.css +0 -6
  40. package/styles/material.css +0 -6
  41. package/styles/recurrence-editor/_all.scss +2 -0
  42. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +13 -0
  43. package/styles/recurrence-editor/_bootstrap-definition.scss +13 -0
  44. package/styles/recurrence-editor/_bootstrap4-definition.scss +13 -0
  45. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +1 -0
  46. package/styles/recurrence-editor/_bootstrap5-definition.scss +13 -0
  47. package/styles/recurrence-editor/_fabric-dark-definition.scss +13 -0
  48. package/styles/recurrence-editor/_fabric-definition.scss +13 -0
  49. package/styles/recurrence-editor/_fluent-dark-definition.scss +1 -0
  50. package/styles/recurrence-editor/_fluent-definition.scss +13 -0
  51. package/styles/recurrence-editor/_fusionnew-definition.scss +13 -0
  52. package/styles/recurrence-editor/_highcontrast-definition.scss +13 -0
  53. package/styles/recurrence-editor/_highcontrast-light-definition.scss +13 -0
  54. package/styles/recurrence-editor/_layout.scss +548 -0
  55. package/styles/recurrence-editor/_material-dark-definition.scss +13 -0
  56. package/styles/recurrence-editor/_material-definition.scss +13 -0
  57. package/styles/recurrence-editor/_tailwind-dark-definition.scss +1 -0
  58. package/styles/recurrence-editor/_tailwind-definition.scss +13 -0
  59. package/styles/recurrence-editor/_theme.scss +1 -0
  60. package/styles/recurrence-editor/bootstrap-dark.scss +8 -1
  61. package/styles/recurrence-editor/bootstrap.scss +8 -1
  62. package/styles/recurrence-editor/bootstrap4.scss +8 -1
  63. package/styles/recurrence-editor/bootstrap5-dark.scss +8 -1
  64. package/styles/recurrence-editor/bootstrap5.scss +8 -1
  65. package/styles/recurrence-editor/fabric-dark.scss +8 -1
  66. package/styles/recurrence-editor/fabric.scss +8 -1
  67. package/styles/recurrence-editor/fluent-dark.scss +8 -1
  68. package/styles/recurrence-editor/fluent.scss +8 -1
  69. package/styles/recurrence-editor/highcontrast-light.scss +8 -1
  70. package/styles/recurrence-editor/highcontrast.scss +8 -1
  71. package/styles/recurrence-editor/material-dark.scss +8 -1
  72. package/styles/recurrence-editor/material.scss +8 -1
  73. package/styles/recurrence-editor/tailwind-dark.scss +8 -1
  74. package/styles/recurrence-editor/tailwind.scss +8 -1
  75. package/styles/schedule/_all.scss +2 -0
  76. package/styles/schedule/_bootstrap-dark-definition.scss +279 -0
  77. package/styles/schedule/_bootstrap-definition.scss +279 -0
  78. package/styles/schedule/_bootstrap4-definition.scss +282 -0
  79. package/styles/schedule/_bootstrap5-dark-definition.scss +1 -0
  80. package/styles/schedule/_bootstrap5-definition.scss +289 -0
  81. package/styles/schedule/_fabric-dark-definition.scss +278 -0
  82. package/styles/schedule/_fabric-definition.scss +279 -0
  83. package/styles/schedule/_fluent-dark-definition.scss +1 -0
  84. package/styles/schedule/_fluent-definition.scss +284 -0
  85. package/styles/schedule/_fusionnew-definition.scss +288 -0
  86. package/styles/schedule/_highcontrast-definition.scss +280 -0
  87. package/styles/schedule/_highcontrast-light-definition.scss +280 -0
  88. package/styles/schedule/_layout.scss +4119 -0
  89. package/styles/schedule/_material-dark-definition.scss +279 -0
  90. package/styles/schedule/_material-definition.scss +279 -0
  91. package/styles/schedule/_tailwind-dark-definition.scss +1 -0
  92. package/styles/schedule/_tailwind-definition.scss +281 -0
  93. package/styles/schedule/_theme.scss +546 -0
  94. package/styles/schedule/bootstrap-dark.css +0 -6
  95. package/styles/schedule/bootstrap-dark.scss +16 -1
  96. package/styles/schedule/bootstrap.css +0 -6
  97. package/styles/schedule/bootstrap.scss +16 -1
  98. package/styles/schedule/bootstrap4.css +0 -6
  99. package/styles/schedule/bootstrap4.scss +16 -1
  100. package/styles/schedule/bootstrap5-dark.css +0 -6
  101. package/styles/schedule/bootstrap5-dark.scss +15 -1
  102. package/styles/schedule/bootstrap5.css +0 -6
  103. package/styles/schedule/bootstrap5.scss +16 -1
  104. package/styles/schedule/fabric-dark.css +0 -6
  105. package/styles/schedule/fabric-dark.scss +16 -1
  106. package/styles/schedule/fabric.css +0 -6
  107. package/styles/schedule/fabric.scss +16 -1
  108. package/styles/schedule/fluent-dark.css +0 -6
  109. package/styles/schedule/fluent-dark.scss +15 -1
  110. package/styles/schedule/fluent.css +0 -6
  111. package/styles/schedule/fluent.scss +16 -1
  112. package/styles/schedule/highcontrast-light.css +0 -6
  113. package/styles/schedule/highcontrast-light.scss +16 -1
  114. package/styles/schedule/highcontrast.css +0 -6
  115. package/styles/schedule/highcontrast.scss +16 -1
  116. package/styles/schedule/icons/_bootstrap-dark.scss +231 -0
  117. package/styles/schedule/icons/_bootstrap.scss +231 -0
  118. package/styles/schedule/icons/_bootstrap4.scss +231 -0
  119. package/styles/schedule/icons/_bootstrap5-dark.scss +1 -0
  120. package/styles/schedule/icons/_bootstrap5.scss +231 -0
  121. package/styles/schedule/icons/_fabric-dark.scss +231 -0
  122. package/styles/schedule/icons/_fabric.scss +231 -0
  123. package/styles/schedule/icons/_fluent-dark.scss +1 -0
  124. package/styles/schedule/icons/_fluent.scss +231 -0
  125. package/styles/schedule/icons/_fusionnew.scss +231 -0
  126. package/styles/schedule/icons/_highcontrast-light.scss +231 -0
  127. package/styles/schedule/icons/_highcontrast.scss +231 -0
  128. package/styles/schedule/icons/_material-dark.scss +231 -0
  129. package/styles/schedule/icons/_material.scss +231 -0
  130. package/styles/schedule/icons/_material3.scss +231 -0
  131. package/styles/schedule/icons/_tailwind-dark.scss +1 -0
  132. package/styles/schedule/icons/_tailwind.scss +231 -0
  133. package/styles/schedule/material-dark.css +0 -6
  134. package/styles/schedule/material-dark.scss +16 -1
  135. package/styles/schedule/material.css +0 -6
  136. package/styles/schedule/material.scss +16 -1
  137. package/styles/schedule/tailwind-dark.css +0 -6
  138. package/styles/schedule/tailwind-dark.scss +15 -1
  139. package/styles/schedule/tailwind.css +0 -6
  140. package/styles/schedule/tailwind.scss +16 -1
  141. package/styles/tailwind-dark.css +0 -6
  142. package/styles/tailwind.css +0 -6
  143. package/syncfusion-ej2-angular-schedule.d.ts +5 -0
  144. package/@syncfusion/ej2-angular-schedule.es5.js +0 -850
  145. package/@syncfusion/ej2-angular-schedule.es5.js.map +0 -1
  146. package/@syncfusion/ej2-angular-schedule.js +0 -798
  147. package/@syncfusion/ej2-angular-schedule.js.map +0 -1
  148. package/CHANGELOG.md +0 -1747
  149. package/dist/ej2-angular-schedule.umd.js +0 -991
  150. package/dist/ej2-angular-schedule.umd.js.map +0 -1
  151. package/dist/ej2-angular-schedule.umd.min.js +0 -11
  152. package/dist/ej2-angular-schedule.umd.min.js.map +0 -1
  153. package/ej2-angular-schedule.d.ts +0 -6
  154. package/ej2-angular-schedule.metadata.json +0 -1
  155. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,745 @@
1
+ import { __decorate } from 'tslib';
2
+ import * as i0 from '@angular/core';
3
+ import { Directive, ContentChild, ContentChildren, Component, ChangeDetectionStrategy, NgModule } from '@angular/core';
4
+ import { ComplexBase, setValue, Template, ArrayBase, ComponentBase, ComponentMixins } from '@syncfusion/ej2-angular-base';
5
+ import { Schedule, Day, Week, WorkWeek, Month, Year, Agenda, MonthAgenda, TimelineViews, TimelineMonth, TimelineYear, Resize, DragAndDrop, ExcelExport, ICalendarExport, ICalendarImport, Print, RecurrenceEditor } from '@syncfusion/ej2-schedule';
6
+ export * from '@syncfusion/ej2-schedule';
7
+ import { CommonModule } from '@angular/common';
8
+
9
+ let input$2 = ['allowVirtualScrolling', 'cellHeaderTemplate', 'cellTemplate', 'dateFormat', 'dateHeaderTemplate', 'dateRangeTemplate', 'dayHeaderTemplate', 'displayDate', 'displayName', 'endHour', 'eventTemplate', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'interval', 'isSelected', 'monthHeaderTemplate', 'monthsCount', 'numberOfWeeks', 'option', 'orientation', 'readonly', 'resourceHeaderTemplate', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'workDays'];
10
+ let outputs$4 = [];
11
+ /**
12
+ * `e-views` directive represent a view of the Angular Schedule.
13
+ * It must be contained in a Schedule component(`ejs-schedule`).
14
+ * ```html
15
+ * <ejs-schedule>
16
+ * <e-views>
17
+ * <e-view option='day' dateFormat='dd MMM'></e-view>
18
+ * <e-view option='week'></e-view>
19
+ * </e-views>
20
+ * </ejs-schedule>
21
+ * ```
22
+ */
23
+ class ViewDirective extends ComplexBase {
24
+ constructor(viewContainerRef) {
25
+ super();
26
+ this.viewContainerRef = viewContainerRef;
27
+ setValue('currentInstance', this, this.viewContainerRef);
28
+ this.registerEvents(outputs$4);
29
+ this.directivePropList = input$2;
30
+ }
31
+ }
32
+ ViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ViewDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
33
+ ViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ViewDirective, selector: "e-views>e-view", inputs: { allowVirtualScrolling: "allowVirtualScrolling", cellHeaderTemplate: "cellHeaderTemplate", cellTemplate: "cellTemplate", dateFormat: "dateFormat", dateHeaderTemplate: "dateHeaderTemplate", dateRangeTemplate: "dateRangeTemplate", dayHeaderTemplate: "dayHeaderTemplate", displayDate: "displayDate", displayName: "displayName", endHour: "endHour", eventTemplate: "eventTemplate", firstDayOfWeek: "firstDayOfWeek", firstMonthOfYear: "firstMonthOfYear", group: "group", headerIndentTemplate: "headerIndentTemplate", headerRows: "headerRows", interval: "interval", isSelected: "isSelected", monthHeaderTemplate: "monthHeaderTemplate", monthsCount: "monthsCount", numberOfWeeks: "numberOfWeeks", option: "option", orientation: "orientation", readonly: "readonly", resourceHeaderTemplate: "resourceHeaderTemplate", showWeekNumber: "showWeekNumber", showWeekend: "showWeekend", startHour: "startHour", timeFormat: "timeFormat", timeScale: "timeScale", workDays: "workDays" }, queries: [{ propertyName: "dateHeaderTemplate", first: true, predicate: ["dateHeaderTemplate"], descendants: true }, { propertyName: "dateRangeTemplate", first: true, predicate: ["dateRangeTemplate"], descendants: true }, { propertyName: "dayHeaderTemplate", first: true, predicate: ["dayHeaderTemplate"], descendants: true }, { propertyName: "cellHeaderTemplate", first: true, predicate: ["cellHeaderTemplate"], descendants: true }, { propertyName: "cellTemplate", first: true, predicate: ["cellTemplate"], descendants: true }, { propertyName: "eventTemplate", first: true, predicate: ["eventTemplate"], descendants: true }, { propertyName: "monthHeaderTemplate", first: true, predicate: ["monthHeaderTemplate"], descendants: true }, { propertyName: "resourceHeaderTemplate", first: true, predicate: ["resourceHeaderTemplate"], descendants: true }, { propertyName: "headerIndentTemplate", first: true, predicate: ["headerIndentTemplate"], descendants: true }, { propertyName: "timeScale_minorSlotTemplate", first: true, predicate: ["timeScaleMinorSlotTemplate"], descendants: true }, { propertyName: "timeScale_majorSlotTemplate", first: true, predicate: ["timeScaleMajorSlotTemplate"], descendants: true }, { propertyName: "group_headerTooltipTemplate", first: true, predicate: ["groupHeaderTooltipTemplate"], descendants: true }], usesInheritance: true, ngImport: i0 });
34
+ __decorate([
35
+ Template()
36
+ ], ViewDirective.prototype, "dateHeaderTemplate", void 0);
37
+ __decorate([
38
+ Template()
39
+ ], ViewDirective.prototype, "dateRangeTemplate", void 0);
40
+ __decorate([
41
+ Template()
42
+ ], ViewDirective.prototype, "dayHeaderTemplate", void 0);
43
+ __decorate([
44
+ Template()
45
+ ], ViewDirective.prototype, "cellHeaderTemplate", void 0);
46
+ __decorate([
47
+ Template()
48
+ ], ViewDirective.prototype, "cellTemplate", void 0);
49
+ __decorate([
50
+ Template()
51
+ ], ViewDirective.prototype, "eventTemplate", void 0);
52
+ __decorate([
53
+ Template()
54
+ ], ViewDirective.prototype, "monthHeaderTemplate", void 0);
55
+ __decorate([
56
+ Template()
57
+ ], ViewDirective.prototype, "resourceHeaderTemplate", void 0);
58
+ __decorate([
59
+ Template()
60
+ ], ViewDirective.prototype, "headerIndentTemplate", void 0);
61
+ __decorate([
62
+ Template()
63
+ ], ViewDirective.prototype, "timeScale_minorSlotTemplate", void 0);
64
+ __decorate([
65
+ Template()
66
+ ], ViewDirective.prototype, "timeScale_majorSlotTemplate", void 0);
67
+ __decorate([
68
+ Template()
69
+ ], ViewDirective.prototype, "group_headerTooltipTemplate", void 0);
70
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ViewDirective, decorators: [{
71
+ type: Directive,
72
+ args: [{
73
+ selector: 'e-views>e-view',
74
+ inputs: input$2,
75
+ outputs: outputs$4,
76
+ queries: {}
77
+ }]
78
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { dateHeaderTemplate: [{
79
+ type: ContentChild,
80
+ args: ['dateHeaderTemplate']
81
+ }], dateRangeTemplate: [{
82
+ type: ContentChild,
83
+ args: ['dateRangeTemplate']
84
+ }], dayHeaderTemplate: [{
85
+ type: ContentChild,
86
+ args: ['dayHeaderTemplate']
87
+ }], cellHeaderTemplate: [{
88
+ type: ContentChild,
89
+ args: ['cellHeaderTemplate']
90
+ }], cellTemplate: [{
91
+ type: ContentChild,
92
+ args: ['cellTemplate']
93
+ }], eventTemplate: [{
94
+ type: ContentChild,
95
+ args: ['eventTemplate']
96
+ }], monthHeaderTemplate: [{
97
+ type: ContentChild,
98
+ args: ['monthHeaderTemplate']
99
+ }], resourceHeaderTemplate: [{
100
+ type: ContentChild,
101
+ args: ['resourceHeaderTemplate']
102
+ }], headerIndentTemplate: [{
103
+ type: ContentChild,
104
+ args: ['headerIndentTemplate']
105
+ }], timeScale_minorSlotTemplate: [{
106
+ type: ContentChild,
107
+ args: ['timeScaleMinorSlotTemplate']
108
+ }], timeScale_majorSlotTemplate: [{
109
+ type: ContentChild,
110
+ args: ['timeScaleMajorSlotTemplate']
111
+ }], group_headerTooltipTemplate: [{
112
+ type: ContentChild,
113
+ args: ['groupHeaderTooltipTemplate']
114
+ }] } });
115
+ /**
116
+ * View Array Directive
117
+ * @private
118
+ */
119
+ class ViewsDirective extends ArrayBase {
120
+ constructor() {
121
+ super('views');
122
+ }
123
+ }
124
+ ViewsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ViewsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
125
+ ViewsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ViewsDirective, selector: "ejs-schedule>e-views", queries: [{ propertyName: "children", predicate: ViewDirective }], usesInheritance: true, ngImport: i0 });
126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ViewsDirective, decorators: [{
127
+ type: Directive,
128
+ args: [{
129
+ selector: 'ejs-schedule>e-views',
130
+ queries: {
131
+ children: new ContentChildren(ViewDirective)
132
+ },
133
+ }]
134
+ }], ctorParameters: function () { return []; } });
135
+
136
+ let input$1 = ['allowMultiple', 'colorField', 'cssClassField', 'dataSource', 'endHourField', 'expandedField', 'field', 'groupIDField', 'idField', 'name', 'query', 'startHourField', 'textField', 'title', 'workDaysField'];
137
+ let outputs$3 = [];
138
+ /**
139
+ * `e-resources` directive represent a resources of the Angular Schedule.
140
+ * It must be contained in a Schedule component(`ejs-schedule`).
141
+ * ```html
142
+ * <ejs-schedule>
143
+ * <e-resources>
144
+ * <e-resource field='RoomId' name='Rooms'></e-resource>
145
+ * <e-resource field='OwnerId' name='Owners'></e-resource>
146
+ * </e-resources>
147
+ * </ejs-schedule>
148
+ * ```
149
+ */
150
+ class ResourceDirective extends ComplexBase {
151
+ constructor(viewContainerRef) {
152
+ super();
153
+ this.viewContainerRef = viewContainerRef;
154
+ setValue('currentInstance', this, this.viewContainerRef);
155
+ this.registerEvents(outputs$3);
156
+ this.directivePropList = input$1;
157
+ }
158
+ }
159
+ ResourceDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ResourceDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
160
+ ResourceDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ResourceDirective, selector: "e-resources>e-resource", inputs: { 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" }, usesInheritance: true, ngImport: i0 });
161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ResourceDirective, decorators: [{
162
+ type: Directive,
163
+ args: [{
164
+ selector: 'e-resources>e-resource',
165
+ inputs: input$1,
166
+ outputs: outputs$3,
167
+ queries: {}
168
+ }]
169
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
170
+ /**
171
+ * Resource Array Directive
172
+ * @private
173
+ */
174
+ class ResourcesDirective extends ArrayBase {
175
+ constructor() {
176
+ super('resources');
177
+ }
178
+ }
179
+ ResourcesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ResourcesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
180
+ ResourcesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ResourcesDirective, selector: "ejs-schedule>e-resources", queries: [{ propertyName: "children", predicate: ResourceDirective }], usesInheritance: true, ngImport: i0 });
181
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ResourcesDirective, decorators: [{
182
+ type: Directive,
183
+ args: [{
184
+ selector: 'ejs-schedule>e-resources',
185
+ queries: {
186
+ children: new ContentChildren(ResourceDirective)
187
+ },
188
+ }]
189
+ }], ctorParameters: function () { return []; } });
190
+
191
+ let input = ['option', 'template'];
192
+ let outputs$2 = [];
193
+ /**
194
+ * `e-header-rows` directive represent a header rows of the Schedule.
195
+ * It must be contained in a Schedule component(`ejs-schedule`).
196
+ * ```html
197
+ * <ejs-schedule>
198
+ * <e-header-rows>
199
+ * <e-header-row option='Week'></e-header-row>
200
+ * <e-header-row option='Date'></e-header-row>
201
+ * </e-header-rows>
202
+ * </ejs-schedule>
203
+ * ```
204
+ */
205
+ class HeaderRowDirective extends ComplexBase {
206
+ constructor(viewContainerRef) {
207
+ super();
208
+ this.viewContainerRef = viewContainerRef;
209
+ setValue('currentInstance', this, this.viewContainerRef);
210
+ this.registerEvents(outputs$2);
211
+ this.directivePropList = input;
212
+ }
213
+ }
214
+ HeaderRowDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: HeaderRowDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
215
+ HeaderRowDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: HeaderRowDirective, selector: "e-header-rows>e-header-row", inputs: { option: "option", template: "template" }, queries: [{ propertyName: "template", first: true, predicate: ["template"], descendants: true }], usesInheritance: true, ngImport: i0 });
216
+ __decorate([
217
+ Template()
218
+ ], HeaderRowDirective.prototype, "template", void 0);
219
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: HeaderRowDirective, decorators: [{
220
+ type: Directive,
221
+ args: [{
222
+ selector: 'e-header-rows>e-header-row',
223
+ inputs: input,
224
+ outputs: outputs$2,
225
+ queries: {}
226
+ }]
227
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { template: [{
228
+ type: ContentChild,
229
+ args: ['template']
230
+ }] } });
231
+ /**
232
+ * HeaderRow Array Directive
233
+ * @private
234
+ */
235
+ class HeaderRowsDirective extends ArrayBase {
236
+ constructor() {
237
+ super('headerrows');
238
+ }
239
+ }
240
+ HeaderRowsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: HeaderRowsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
241
+ HeaderRowsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: HeaderRowsDirective, selector: "ejs-schedule>e-header-rows", queries: [{ propertyName: "children", predicate: HeaderRowDirective }], usesInheritance: true, ngImport: i0 });
242
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: HeaderRowsDirective, decorators: [{
243
+ type: Directive,
244
+ args: [{
245
+ selector: 'ejs-schedule>e-header-rows',
246
+ queries: {
247
+ children: new ContentChildren(HeaderRowDirective)
248
+ },
249
+ }]
250
+ }], ctorParameters: function () { return []; } });
251
+
252
+ const inputs$1 = ['agendaDaysCount', 'allowDragAndDrop', 'allowInline', 'allowKeyboardInteraction', 'allowMultiCellSelection', 'allowMultiDrag', 'allowMultiRowSelection', 'allowResizing', 'allowSwiping', 'calendarMode', 'cellHeaderTemplate', 'cellTemplate', 'cssClass', 'currentView', 'dateFormat', 'dateHeaderTemplate', 'dateRangeTemplate', 'dayHeaderTemplate', 'editorTemplate', 'enableAdaptiveUI', 'enableAllDayScroll', 'enableHtmlSanitizer', 'enablePersistence', 'enableRecurrenceValidation', 'enableRtl', 'endHour', 'eventDragArea', 'eventSettings', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'height', 'hideEmptyAgendaDays', 'locale', 'maxDate', 'minDate', 'monthHeaderTemplate', 'monthsCount', 'quickInfoOnSelectionEnd', 'quickInfoTemplates', 'readonly', 'resourceHeaderTemplate', 'resources', 'rowAutoHeight', 'selectedDate', 'showHeaderBar', 'showQuickInfo', 'showTimeIndicator', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'timezone', 'timezoneDataSource', 'views', 'weekRule', 'width', 'workDays', 'workHours'];
253
+ const outputs$1 = ['actionBegin', 'actionComplete', 'actionFailure', 'cellClick', 'cellDoubleClick', 'created', 'dataBinding', 'dataBound', 'destroyed', 'drag', 'dragStart', 'dragStop', 'eventClick', 'eventRendered', 'hover', 'moreEventsClick', 'navigating', 'popupClose', 'popupOpen', 'renderCell', 'resizeStart', 'resizeStop', 'resizing', 'select', 'currentViewChange', 'selectedDateChange'];
254
+ const twoWays$1 = ['currentView', 'selectedDate'];
255
+ /**
256
+ * `ej-schedule` represents the Angular Schedule Component.
257
+ * ```html
258
+ * <ejs-schedule></ejs-schedule>
259
+ * ```
260
+ */
261
+ let ScheduleComponent = class ScheduleComponent extends Schedule {
262
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
263
+ super();
264
+ this.ngEle = ngEle;
265
+ this.srenderer = srenderer;
266
+ this.viewContainerRef = viewContainerRef;
267
+ this.injector = injector;
268
+ this.tags = ['views', 'resources', 'headerRows'];
269
+ this.element = this.ngEle.nativeElement;
270
+ this.injectedModules = this.injectedModules || [];
271
+ try {
272
+ let mod = this.injector.get('ScheduleDay');
273
+ if (this.injectedModules.indexOf(mod) === -1) {
274
+ this.injectedModules.push(mod);
275
+ }
276
+ }
277
+ catch (_a) { }
278
+ try {
279
+ let mod = this.injector.get('ScheduleWeek');
280
+ if (this.injectedModules.indexOf(mod) === -1) {
281
+ this.injectedModules.push(mod);
282
+ }
283
+ }
284
+ catch (_b) { }
285
+ try {
286
+ let mod = this.injector.get('ScheduleWorkWeek');
287
+ if (this.injectedModules.indexOf(mod) === -1) {
288
+ this.injectedModules.push(mod);
289
+ }
290
+ }
291
+ catch (_c) { }
292
+ try {
293
+ let mod = this.injector.get('ScheduleMonth');
294
+ if (this.injectedModules.indexOf(mod) === -1) {
295
+ this.injectedModules.push(mod);
296
+ }
297
+ }
298
+ catch (_d) { }
299
+ try {
300
+ let mod = this.injector.get('ScheduleYear');
301
+ if (this.injectedModules.indexOf(mod) === -1) {
302
+ this.injectedModules.push(mod);
303
+ }
304
+ }
305
+ catch (_e) { }
306
+ try {
307
+ let mod = this.injector.get('ScheduleAgenda');
308
+ if (this.injectedModules.indexOf(mod) === -1) {
309
+ this.injectedModules.push(mod);
310
+ }
311
+ }
312
+ catch (_f) { }
313
+ try {
314
+ let mod = this.injector.get('ScheduleMonthAgenda');
315
+ if (this.injectedModules.indexOf(mod) === -1) {
316
+ this.injectedModules.push(mod);
317
+ }
318
+ }
319
+ catch (_g) { }
320
+ try {
321
+ let mod = this.injector.get('ScheduleTimelineViews');
322
+ if (this.injectedModules.indexOf(mod) === -1) {
323
+ this.injectedModules.push(mod);
324
+ }
325
+ }
326
+ catch (_h) { }
327
+ try {
328
+ let mod = this.injector.get('ScheduleTimelineMonth');
329
+ if (this.injectedModules.indexOf(mod) === -1) {
330
+ this.injectedModules.push(mod);
331
+ }
332
+ }
333
+ catch (_j) { }
334
+ try {
335
+ let mod = this.injector.get('ScheduleTimelineYear');
336
+ if (this.injectedModules.indexOf(mod) === -1) {
337
+ this.injectedModules.push(mod);
338
+ }
339
+ }
340
+ catch (_k) { }
341
+ try {
342
+ let mod = this.injector.get('ScheduleResize');
343
+ if (this.injectedModules.indexOf(mod) === -1) {
344
+ this.injectedModules.push(mod);
345
+ }
346
+ }
347
+ catch (_l) { }
348
+ try {
349
+ let mod = this.injector.get('ScheduleDragAndDrop');
350
+ if (this.injectedModules.indexOf(mod) === -1) {
351
+ this.injectedModules.push(mod);
352
+ }
353
+ }
354
+ catch (_m) { }
355
+ try {
356
+ let mod = this.injector.get('ScheduleExcelExport');
357
+ if (this.injectedModules.indexOf(mod) === -1) {
358
+ this.injectedModules.push(mod);
359
+ }
360
+ }
361
+ catch (_o) { }
362
+ try {
363
+ let mod = this.injector.get('ScheduleICalendarExport');
364
+ if (this.injectedModules.indexOf(mod) === -1) {
365
+ this.injectedModules.push(mod);
366
+ }
367
+ }
368
+ catch (_p) { }
369
+ try {
370
+ let mod = this.injector.get('ScheduleICalendarImport');
371
+ if (this.injectedModules.indexOf(mod) === -1) {
372
+ this.injectedModules.push(mod);
373
+ }
374
+ }
375
+ catch (_q) { }
376
+ try {
377
+ let mod = this.injector.get('SchedulePrint');
378
+ if (this.injectedModules.indexOf(mod) === -1) {
379
+ this.injectedModules.push(mod);
380
+ }
381
+ }
382
+ catch (_r) { }
383
+ this.registerEvents(outputs$1);
384
+ this.addTwoWay.call(this, twoWays$1);
385
+ setValue('currentInstance', this, this.viewContainerRef);
386
+ this.context = new ComponentBase();
387
+ }
388
+ ngOnInit() {
389
+ this.context.ngOnInit(this);
390
+ }
391
+ ngAfterViewInit() {
392
+ this.context.ngAfterViewInit(this);
393
+ }
394
+ ngOnDestroy() {
395
+ this.context.ngOnDestroy(this);
396
+ }
397
+ ngAfterContentChecked() {
398
+ this.tagObjects[0].instance = this.childViews;
399
+ if (this.childResources) {
400
+ this.tagObjects[1].instance = this.childResources;
401
+ }
402
+ if (this.childHeaderRows) {
403
+ this.tagObjects[2].instance = this.childHeaderRows;
404
+ }
405
+ this.context.ngAfterContentChecked(this);
406
+ }
407
+ };
408
+ ScheduleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScheduleComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
409
+ ScheduleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: ScheduleComponent, selector: "ejs-schedule", inputs: { agendaDaysCount: "agendaDaysCount", allowDragAndDrop: "allowDragAndDrop", allowInline: "allowInline", allowKeyboardInteraction: "allowKeyboardInteraction", allowMultiCellSelection: "allowMultiCellSelection", allowMultiDrag: "allowMultiDrag", allowMultiRowSelection: "allowMultiRowSelection", allowResizing: "allowResizing", allowSwiping: "allowSwiping", calendarMode: "calendarMode", cellHeaderTemplate: "cellHeaderTemplate", cellTemplate: "cellTemplate", cssClass: "cssClass", currentView: "currentView", dateFormat: "dateFormat", dateHeaderTemplate: "dateHeaderTemplate", dateRangeTemplate: "dateRangeTemplate", dayHeaderTemplate: "dayHeaderTemplate", editorTemplate: "editorTemplate", enableAdaptiveUI: "enableAdaptiveUI", enableAllDayScroll: "enableAllDayScroll", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRecurrenceValidation: "enableRecurrenceValidation", enableRtl: "enableRtl", endHour: "endHour", eventDragArea: "eventDragArea", eventSettings: "eventSettings", firstDayOfWeek: "firstDayOfWeek", firstMonthOfYear: "firstMonthOfYear", group: "group", headerIndentTemplate: "headerIndentTemplate", headerRows: "headerRows", height: "height", hideEmptyAgendaDays: "hideEmptyAgendaDays", locale: "locale", maxDate: "maxDate", minDate: "minDate", monthHeaderTemplate: "monthHeaderTemplate", monthsCount: "monthsCount", quickInfoOnSelectionEnd: "quickInfoOnSelectionEnd", quickInfoTemplates: "quickInfoTemplates", readonly: "readonly", resourceHeaderTemplate: "resourceHeaderTemplate", resources: "resources", rowAutoHeight: "rowAutoHeight", selectedDate: "selectedDate", showHeaderBar: "showHeaderBar", showQuickInfo: "showQuickInfo", showTimeIndicator: "showTimeIndicator", showWeekNumber: "showWeekNumber", showWeekend: "showWeekend", startHour: "startHour", timeFormat: "timeFormat", timeScale: "timeScale", timezone: "timezone", timezoneDataSource: "timezoneDataSource", views: "views", weekRule: "weekRule", width: "width", workDays: "workDays", workHours: "workHours" }, outputs: { actionBegin: "actionBegin", actionComplete: "actionComplete", actionFailure: "actionFailure", cellClick: "cellClick", cellDoubleClick: "cellDoubleClick", created: "created", dataBinding: "dataBinding", dataBound: "dataBound", destroyed: "destroyed", drag: "drag", dragStart: "dragStart", dragStop: "dragStop", eventClick: "eventClick", eventRendered: "eventRendered", hover: "hover", moreEventsClick: "moreEventsClick", navigating: "navigating", popupClose: "popupClose", popupOpen: "popupOpen", renderCell: "renderCell", resizeStart: "resizeStart", resizeStop: "resizeStop", resizing: "resizing", select: "select", currentViewChange: "currentViewChange", selectedDateChange: "selectedDateChange" }, queries: [{ propertyName: "dateHeaderTemplate", first: true, predicate: ["dateHeaderTemplate"], descendants: true }, { propertyName: "dateRangeTemplate", first: true, predicate: ["dateRangeTemplate"], descendants: true }, { propertyName: "dayHeaderTemplate", first: true, predicate: ["dayHeaderTemplate"], descendants: true }, { propertyName: "cellTemplate", first: true, predicate: ["cellTemplate"], descendants: true }, { propertyName: "cellHeaderTemplate", first: true, predicate: ["cellHeaderTemplate"], descendants: true }, { propertyName: "eventSettings_tooltipTemplate", first: true, predicate: ["eventSettingsTooltipTemplate"], descendants: true }, { propertyName: "eventSettings_template", first: true, predicate: ["eventSettingsTemplate"], descendants: true }, { propertyName: "editorTemplate", first: true, predicate: ["editorTemplate"], descendants: true }, { propertyName: "monthHeaderTemplate", first: true, predicate: ["monthHeaderTemplate"], descendants: true }, { propertyName: "timeScale_minorSlotTemplate", first: true, predicate: ["timeScaleMinorSlotTemplate"], descendants: true }, { propertyName: "timeScale_majorSlotTemplate", first: true, predicate: ["timeScaleMajorSlotTemplate"], descendants: true }, { propertyName: "resourceHeaderTemplate", first: true, predicate: ["resourceHeaderTemplate"], descendants: true }, { propertyName: "headerIndentTemplate", first: true, predicate: ["headerIndentTemplate"], descendants: true }, { propertyName: "quickInfoTemplates_header", first: true, predicate: ["quickInfoTemplatesHeader"], descendants: true }, { propertyName: "quickInfoTemplates_content", first: true, predicate: ["quickInfoTemplatesContent"], descendants: true }, { propertyName: "quickInfoTemplates_footer", first: true, predicate: ["quickInfoTemplatesFooter"], descendants: true }, { propertyName: "group_headerTooltipTemplate", first: true, predicate: ["groupHeaderTooltipTemplate"], descendants: true }, { propertyName: "childViews", first: true, predicate: ViewsDirective, descendants: true }, { propertyName: "childResources", first: true, predicate: ResourcesDirective, descendants: true }, { propertyName: "childHeaderRows", first: true, predicate: HeaderRowsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
410
+ __decorate([
411
+ Template()
412
+ ], ScheduleComponent.prototype, "dateHeaderTemplate", void 0);
413
+ __decorate([
414
+ Template()
415
+ ], ScheduleComponent.prototype, "dateRangeTemplate", void 0);
416
+ __decorate([
417
+ Template()
418
+ ], ScheduleComponent.prototype, "dayHeaderTemplate", void 0);
419
+ __decorate([
420
+ Template()
421
+ ], ScheduleComponent.prototype, "cellTemplate", void 0);
422
+ __decorate([
423
+ Template()
424
+ ], ScheduleComponent.prototype, "cellHeaderTemplate", void 0);
425
+ __decorate([
426
+ Template()
427
+ ], ScheduleComponent.prototype, "eventSettings_tooltipTemplate", void 0);
428
+ __decorate([
429
+ Template()
430
+ ], ScheduleComponent.prototype, "eventSettings_template", void 0);
431
+ __decorate([
432
+ Template()
433
+ ], ScheduleComponent.prototype, "editorTemplate", void 0);
434
+ __decorate([
435
+ Template()
436
+ ], ScheduleComponent.prototype, "monthHeaderTemplate", void 0);
437
+ __decorate([
438
+ Template()
439
+ ], ScheduleComponent.prototype, "timeScale_minorSlotTemplate", void 0);
440
+ __decorate([
441
+ Template()
442
+ ], ScheduleComponent.prototype, "timeScale_majorSlotTemplate", void 0);
443
+ __decorate([
444
+ Template()
445
+ ], ScheduleComponent.prototype, "resourceHeaderTemplate", void 0);
446
+ __decorate([
447
+ Template()
448
+ ], ScheduleComponent.prototype, "headerIndentTemplate", void 0);
449
+ __decorate([
450
+ Template()
451
+ ], ScheduleComponent.prototype, "quickInfoTemplates_header", void 0);
452
+ __decorate([
453
+ Template()
454
+ ], ScheduleComponent.prototype, "quickInfoTemplates_content", void 0);
455
+ __decorate([
456
+ Template()
457
+ ], ScheduleComponent.prototype, "quickInfoTemplates_footer", void 0);
458
+ __decorate([
459
+ Template()
460
+ ], ScheduleComponent.prototype, "group_headerTooltipTemplate", void 0);
461
+ ScheduleComponent = __decorate([
462
+ ComponentMixins([ComponentBase])
463
+ ], ScheduleComponent);
464
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScheduleComponent, decorators: [{
465
+ type: Component,
466
+ args: [{
467
+ selector: 'ejs-schedule',
468
+ inputs: inputs$1,
469
+ outputs: outputs$1,
470
+ template: '',
471
+ changeDetection: ChangeDetectionStrategy.OnPush,
472
+ queries: {
473
+ childViews: new ContentChild(ViewsDirective),
474
+ childResources: new ContentChild(ResourcesDirective),
475
+ childHeaderRows: new ContentChild(HeaderRowsDirective)
476
+ }
477
+ }]
478
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { dateHeaderTemplate: [{
479
+ type: ContentChild,
480
+ args: ['dateHeaderTemplate']
481
+ }], dateRangeTemplate: [{
482
+ type: ContentChild,
483
+ args: ['dateRangeTemplate']
484
+ }], dayHeaderTemplate: [{
485
+ type: ContentChild,
486
+ args: ['dayHeaderTemplate']
487
+ }], cellTemplate: [{
488
+ type: ContentChild,
489
+ args: ['cellTemplate']
490
+ }], cellHeaderTemplate: [{
491
+ type: ContentChild,
492
+ args: ['cellHeaderTemplate']
493
+ }], eventSettings_tooltipTemplate: [{
494
+ type: ContentChild,
495
+ args: ['eventSettingsTooltipTemplate']
496
+ }], eventSettings_template: [{
497
+ type: ContentChild,
498
+ args: ['eventSettingsTemplate']
499
+ }], editorTemplate: [{
500
+ type: ContentChild,
501
+ args: ['editorTemplate']
502
+ }], monthHeaderTemplate: [{
503
+ type: ContentChild,
504
+ args: ['monthHeaderTemplate']
505
+ }], timeScale_minorSlotTemplate: [{
506
+ type: ContentChild,
507
+ args: ['timeScaleMinorSlotTemplate']
508
+ }], timeScale_majorSlotTemplate: [{
509
+ type: ContentChild,
510
+ args: ['timeScaleMajorSlotTemplate']
511
+ }], resourceHeaderTemplate: [{
512
+ type: ContentChild,
513
+ args: ['resourceHeaderTemplate']
514
+ }], headerIndentTemplate: [{
515
+ type: ContentChild,
516
+ args: ['headerIndentTemplate']
517
+ }], quickInfoTemplates_header: [{
518
+ type: ContentChild,
519
+ args: ['quickInfoTemplatesHeader']
520
+ }], quickInfoTemplates_content: [{
521
+ type: ContentChild,
522
+ args: ['quickInfoTemplatesContent']
523
+ }], quickInfoTemplates_footer: [{
524
+ type: ContentChild,
525
+ args: ['quickInfoTemplatesFooter']
526
+ }], group_headerTooltipTemplate: [{
527
+ type: ContentChild,
528
+ args: ['groupHeaderTooltipTemplate']
529
+ }] } });
530
+
531
+ /**
532
+ * NgModule definition for the Schedule component.
533
+ */
534
+ class ScheduleModule {
535
+ }
536
+ ScheduleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScheduleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
537
+ ScheduleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScheduleModule, declarations: [ScheduleComponent,
538
+ ViewDirective,
539
+ ViewsDirective,
540
+ ResourceDirective,
541
+ ResourcesDirective,
542
+ HeaderRowDirective,
543
+ HeaderRowsDirective], imports: [CommonModule], exports: [ScheduleComponent,
544
+ ViewDirective,
545
+ ViewsDirective,
546
+ ResourceDirective,
547
+ ResourcesDirective,
548
+ HeaderRowDirective,
549
+ HeaderRowsDirective] });
550
+ ScheduleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScheduleModule, imports: [[CommonModule]] });
551
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScheduleModule, decorators: [{
552
+ type: NgModule,
553
+ args: [{
554
+ imports: [CommonModule],
555
+ declarations: [
556
+ ScheduleComponent,
557
+ ViewDirective,
558
+ ViewsDirective,
559
+ ResourceDirective,
560
+ ResourcesDirective,
561
+ HeaderRowDirective,
562
+ HeaderRowsDirective
563
+ ],
564
+ exports: [
565
+ ScheduleComponent,
566
+ ViewDirective,
567
+ ViewsDirective,
568
+ ResourceDirective,
569
+ ResourcesDirective,
570
+ HeaderRowDirective,
571
+ HeaderRowsDirective
572
+ ]
573
+ }]
574
+ }] });
575
+
576
+ const DayService = { provide: 'ScheduleDay', useValue: Day };
577
+ const WeekService = { provide: 'ScheduleWeek', useValue: Week };
578
+ const WorkWeekService = { provide: 'ScheduleWorkWeek', useValue: WorkWeek };
579
+ const MonthService = { provide: 'ScheduleMonth', useValue: Month };
580
+ const YearService = { provide: 'ScheduleYear', useValue: Year };
581
+ const AgendaService = { provide: 'ScheduleAgenda', useValue: Agenda };
582
+ const MonthAgendaService = { provide: 'ScheduleMonthAgenda', useValue: MonthAgenda };
583
+ const TimelineViewsService = { provide: 'ScheduleTimelineViews', useValue: TimelineViews };
584
+ const TimelineMonthService = { provide: 'ScheduleTimelineMonth', useValue: TimelineMonth };
585
+ const TimelineYearService = { provide: 'ScheduleTimelineYear', useValue: TimelineYear };
586
+ const ResizeService = { provide: 'ScheduleResize', useValue: Resize };
587
+ const DragAndDropService = { provide: 'ScheduleDragAndDrop', useValue: DragAndDrop };
588
+ const ExcelExportService = { provide: 'ScheduleExcelExport', useValue: ExcelExport };
589
+ const ICalendarExportService = { provide: 'ScheduleICalendarExport', useValue: ICalendarExport };
590
+ const ICalendarImportService = { provide: 'ScheduleICalendarImport', useValue: ICalendarImport };
591
+ const PrintService = { provide: 'SchedulePrint', useValue: Print };
592
+ /**
593
+ * NgModule definition for the Schedule component with providers.
594
+ */
595
+ class ScheduleAllModule {
596
+ }
597
+ ScheduleAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScheduleAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
598
+ ScheduleAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScheduleAllModule, imports: [CommonModule, ScheduleModule], exports: [ScheduleModule] });
599
+ ScheduleAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScheduleAllModule, providers: [
600
+ DayService,
601
+ WeekService,
602
+ WorkWeekService,
603
+ MonthService,
604
+ YearService,
605
+ AgendaService,
606
+ MonthAgendaService,
607
+ TimelineViewsService,
608
+ TimelineMonthService,
609
+ TimelineYearService,
610
+ ResizeService,
611
+ DragAndDropService,
612
+ ExcelExportService,
613
+ ICalendarExportService,
614
+ ICalendarImportService,
615
+ PrintService
616
+ ], imports: [[CommonModule, ScheduleModule], ScheduleModule] });
617
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScheduleAllModule, decorators: [{
618
+ type: NgModule,
619
+ args: [{
620
+ imports: [CommonModule, ScheduleModule],
621
+ exports: [
622
+ ScheduleModule
623
+ ],
624
+ providers: [
625
+ DayService,
626
+ WeekService,
627
+ WorkWeekService,
628
+ MonthService,
629
+ YearService,
630
+ AgendaService,
631
+ MonthAgendaService,
632
+ TimelineViewsService,
633
+ TimelineMonthService,
634
+ TimelineYearService,
635
+ ResizeService,
636
+ DragAndDropService,
637
+ ExcelExportService,
638
+ ICalendarExportService,
639
+ ICalendarImportService,
640
+ PrintService
641
+ ]
642
+ }]
643
+ }] });
644
+
645
+ const inputs = ['calendarMode', 'cssClass', 'dateFormat', 'enablePersistence', 'enableRtl', 'firstDayOfWeek', 'frequencies', 'locale', 'maxDate', 'minDate', 'selectedType', 'startDate', 'value'];
646
+ const outputs = ['change'];
647
+ const twoWays = [];
648
+ /**
649
+ * `ejs-recurrenceeditor` represents the Angular RecurrenceEditor Component.
650
+ * ```html
651
+ * <ejs-recurrenceeditor></ejs-recurrenceeditor>
652
+ * ```
653
+ */
654
+ let RecurrenceEditorComponent = class RecurrenceEditorComponent extends RecurrenceEditor {
655
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
656
+ super();
657
+ this.ngEle = ngEle;
658
+ this.srenderer = srenderer;
659
+ this.viewContainerRef = viewContainerRef;
660
+ this.injector = injector;
661
+ this.element = this.ngEle.nativeElement;
662
+ this.injectedModules = this.injectedModules || [];
663
+ this.registerEvents(outputs);
664
+ this.addTwoWay.call(this, twoWays);
665
+ setValue('currentInstance', this, this.viewContainerRef);
666
+ this.context = new ComponentBase();
667
+ }
668
+ ngOnInit() {
669
+ this.context.ngOnInit(this);
670
+ }
671
+ ngAfterViewInit() {
672
+ this.context.ngAfterViewInit(this);
673
+ }
674
+ ngOnDestroy() {
675
+ this.context.ngOnDestroy(this);
676
+ }
677
+ ngAfterContentChecked() {
678
+ this.context.ngAfterContentChecked(this);
679
+ }
680
+ };
681
+ RecurrenceEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
682
+ RecurrenceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: RecurrenceEditorComponent, selector: "ejs-recurrenceeditor", inputs: { calendarMode: "calendarMode", cssClass: "cssClass", dateFormat: "dateFormat", enablePersistence: "enablePersistence", enableRtl: "enableRtl", firstDayOfWeek: "firstDayOfWeek", frequencies: "frequencies", locale: "locale", maxDate: "maxDate", minDate: "minDate", selectedType: "selectedType", startDate: "startDate", value: "value" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
683
+ RecurrenceEditorComponent = __decorate([
684
+ ComponentMixins([ComponentBase])
685
+ ], RecurrenceEditorComponent);
686
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorComponent, decorators: [{
687
+ type: Component,
688
+ args: [{
689
+ selector: 'ejs-recurrenceeditor',
690
+ inputs: inputs,
691
+ outputs: outputs,
692
+ template: '',
693
+ changeDetection: ChangeDetectionStrategy.OnPush,
694
+ queries: {}
695
+ }]
696
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
697
+
698
+ /**
699
+ * NgModule definition for the RecurrenceEditor component.
700
+ */
701
+ class RecurrenceEditorModule {
702
+ }
703
+ RecurrenceEditorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
704
+ RecurrenceEditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorModule, declarations: [RecurrenceEditorComponent], imports: [CommonModule], exports: [RecurrenceEditorComponent] });
705
+ RecurrenceEditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorModule, imports: [[CommonModule]] });
706
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorModule, decorators: [{
707
+ type: NgModule,
708
+ args: [{
709
+ imports: [CommonModule],
710
+ declarations: [
711
+ RecurrenceEditorComponent
712
+ ],
713
+ exports: [
714
+ RecurrenceEditorComponent
715
+ ]
716
+ }]
717
+ }] });
718
+
719
+ /**
720
+ * NgModule definition for the RecurrenceEditor component with providers.
721
+ */
722
+ class RecurrenceEditorAllModule {
723
+ }
724
+ RecurrenceEditorAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
725
+ RecurrenceEditorAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorAllModule, imports: [CommonModule, RecurrenceEditorModule], exports: [RecurrenceEditorModule] });
726
+ RecurrenceEditorAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorAllModule, providers: [], imports: [[CommonModule, RecurrenceEditorModule], RecurrenceEditorModule] });
727
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorAllModule, decorators: [{
728
+ type: NgModule,
729
+ args: [{
730
+ imports: [CommonModule, RecurrenceEditorModule],
731
+ exports: [
732
+ RecurrenceEditorModule
733
+ ],
734
+ providers: []
735
+ }]
736
+ }] });
737
+
738
+ // Mapping root file for package generation
739
+
740
+ /**
741
+ * Generated bundle index. Do not edit.
742
+ */
743
+
744
+ export { AgendaService, DayService, DragAndDropService, ExcelExportService, HeaderRowDirective, HeaderRowsDirective, ICalendarExportService, ICalendarImportService, MonthAgendaService, MonthService, PrintService, RecurrenceEditorAllModule, RecurrenceEditorComponent, RecurrenceEditorModule, ResizeService, ResourceDirective, ResourcesDirective, ScheduleAllModule, ScheduleComponent, ScheduleModule, TimelineMonthService, TimelineViewsService, TimelineYearService, ViewDirective, ViewsDirective, WeekService, WorkWeekService, YearService };
745
+ //# sourceMappingURL=syncfusion-ej2-angular-schedule.mjs.map