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

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 (138) 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 +301 -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 +757 -0
  14. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +1 -0
  15. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +757 -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 -1
  26. package/src/schedule/schedule.module.d.ts +9 -0
  27. package/src/schedule/views.directive.d.ts +5 -0
  28. package/styles/material3-dark.css +0 -55
  29. package/styles/material3-dark.scss +1 -0
  30. package/styles/material3.css +0 -111
  31. package/styles/material3.scss +1 -0
  32. package/styles/recurrence-editor/_all.scss +2 -0
  33. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +13 -0
  34. package/styles/recurrence-editor/_bootstrap-definition.scss +13 -0
  35. package/styles/recurrence-editor/_bootstrap4-definition.scss +13 -0
  36. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +1 -0
  37. package/styles/recurrence-editor/_bootstrap5-definition.scss +13 -0
  38. package/styles/recurrence-editor/_fabric-dark-definition.scss +13 -0
  39. package/styles/recurrence-editor/_fabric-definition.scss +13 -0
  40. package/styles/recurrence-editor/_fluent-dark-definition.scss +1 -0
  41. package/styles/recurrence-editor/_fluent-definition.scss +13 -0
  42. package/styles/recurrence-editor/_fusionnew-definition.scss +13 -0
  43. package/styles/recurrence-editor/_highcontrast-definition.scss +13 -0
  44. package/styles/recurrence-editor/_highcontrast-light-definition.scss +13 -0
  45. package/styles/recurrence-editor/_layout.scss +548 -0
  46. package/styles/recurrence-editor/_material-dark-definition.scss +13 -0
  47. package/styles/recurrence-editor/_material-definition.scss +13 -0
  48. package/styles/recurrence-editor/_material3-dark-definition.scss +1 -0
  49. package/styles/recurrence-editor/_material3-definition.scss +13 -0
  50. package/styles/recurrence-editor/_tailwind-dark-definition.scss +1 -0
  51. package/styles/recurrence-editor/_tailwind-definition.scss +13 -0
  52. package/styles/recurrence-editor/_theme.scss +1 -0
  53. package/styles/recurrence-editor/bootstrap-dark.scss +8 -1
  54. package/styles/recurrence-editor/bootstrap.scss +8 -1
  55. package/styles/recurrence-editor/bootstrap4.scss +8 -1
  56. package/styles/recurrence-editor/bootstrap5-dark.scss +8 -1
  57. package/styles/recurrence-editor/bootstrap5.scss +8 -1
  58. package/styles/recurrence-editor/fabric-dark.scss +8 -1
  59. package/styles/recurrence-editor/fabric.scss +8 -1
  60. package/styles/recurrence-editor/fluent-dark.scss +8 -1
  61. package/styles/recurrence-editor/fluent.scss +8 -1
  62. package/styles/recurrence-editor/highcontrast-light.scss +8 -1
  63. package/styles/recurrence-editor/highcontrast.scss +8 -1
  64. package/styles/recurrence-editor/material-dark.scss +8 -1
  65. package/styles/recurrence-editor/material.scss +8 -1
  66. package/styles/recurrence-editor/material3-dark.scss +8 -1
  67. package/styles/recurrence-editor/material3.scss +8 -1
  68. package/styles/recurrence-editor/tailwind-dark.scss +8 -1
  69. package/styles/recurrence-editor/tailwind.scss +8 -1
  70. package/styles/schedule/_all.scss +2 -0
  71. package/styles/schedule/_bootstrap-dark-definition.scss +280 -0
  72. package/styles/schedule/_bootstrap-definition.scss +280 -0
  73. package/styles/schedule/_bootstrap4-definition.scss +283 -0
  74. package/styles/schedule/_bootstrap5-dark-definition.scss +1 -0
  75. package/styles/schedule/_bootstrap5-definition.scss +290 -0
  76. package/styles/schedule/_fabric-dark-definition.scss +279 -0
  77. package/styles/schedule/_fabric-definition.scss +280 -0
  78. package/styles/schedule/_fluent-dark-definition.scss +1 -0
  79. package/styles/schedule/_fluent-definition.scss +285 -0
  80. package/styles/schedule/_fusionnew-definition.scss +289 -0
  81. package/styles/schedule/_highcontrast-definition.scss +281 -0
  82. package/styles/schedule/_highcontrast-light-definition.scss +281 -0
  83. package/styles/schedule/_layout.scss +4149 -0
  84. package/styles/schedule/_material-dark-definition.scss +280 -0
  85. package/styles/schedule/_material-definition.scss +280 -0
  86. package/styles/schedule/_material3-dark-definition.scss +1 -0
  87. package/styles/schedule/_material3-definition.scss +292 -0
  88. package/styles/schedule/_tailwind-dark-definition.scss +1 -0
  89. package/styles/schedule/_tailwind-definition.scss +282 -0
  90. package/styles/schedule/_theme.scss +551 -0
  91. package/styles/schedule/bootstrap-dark.scss +16 -1
  92. package/styles/schedule/bootstrap.scss +16 -1
  93. package/styles/schedule/bootstrap4.scss +16 -1
  94. package/styles/schedule/bootstrap5-dark.scss +15 -1
  95. package/styles/schedule/bootstrap5.scss +16 -1
  96. package/styles/schedule/fabric-dark.scss +16 -1
  97. package/styles/schedule/fabric.scss +16 -1
  98. package/styles/schedule/fluent-dark.scss +15 -1
  99. package/styles/schedule/fluent.scss +16 -1
  100. package/styles/schedule/highcontrast-light.scss +16 -1
  101. package/styles/schedule/highcontrast.scss +16 -1
  102. package/styles/schedule/icons/_bootstrap-dark.scss +231 -0
  103. package/styles/schedule/icons/_bootstrap.scss +231 -0
  104. package/styles/schedule/icons/_bootstrap4.scss +231 -0
  105. package/styles/schedule/icons/_bootstrap5-dark.scss +1 -0
  106. package/styles/schedule/icons/_bootstrap5.scss +231 -0
  107. package/styles/schedule/icons/_fabric-dark.scss +231 -0
  108. package/styles/schedule/icons/_fabric.scss +231 -0
  109. package/styles/schedule/icons/_fluent-dark.scss +1 -0
  110. package/styles/schedule/icons/_fluent.scss +231 -0
  111. package/styles/schedule/icons/_fusionnew.scss +231 -0
  112. package/styles/schedule/icons/_highcontrast-light.scss +231 -0
  113. package/styles/schedule/icons/_highcontrast.scss +231 -0
  114. package/styles/schedule/icons/_material-dark.scss +231 -0
  115. package/styles/schedule/icons/_material.scss +231 -0
  116. package/styles/schedule/icons/_material3-dark.scss +1 -0
  117. package/styles/schedule/icons/_material3.scss +231 -0
  118. package/styles/schedule/icons/_tailwind-dark.scss +1 -0
  119. package/styles/schedule/icons/_tailwind.scss +231 -0
  120. package/styles/schedule/material-dark.scss +16 -1
  121. package/styles/schedule/material.scss +16 -1
  122. package/styles/schedule/material3-dark.scss +15 -1
  123. package/styles/schedule/material3.scss +16 -1
  124. package/styles/schedule/tailwind-dark.scss +15 -1
  125. package/styles/schedule/tailwind.scss +16 -1
  126. package/syncfusion-ej2-angular-schedule.d.ts +5 -0
  127. package/@syncfusion/ej2-angular-schedule.es5.js +0 -860
  128. package/@syncfusion/ej2-angular-schedule.es5.js.map +0 -1
  129. package/@syncfusion/ej2-angular-schedule.js +0 -808
  130. package/@syncfusion/ej2-angular-schedule.js.map +0 -1
  131. package/CHANGELOG.md +0 -1837
  132. package/dist/ej2-angular-schedule.umd.js +0 -1005
  133. package/dist/ej2-angular-schedule.umd.js.map +0 -1
  134. package/dist/ej2-angular-schedule.umd.min.js +0 -11
  135. package/dist/ej2-angular-schedule.umd.min.js.map +0 -1
  136. package/ej2-angular-schedule.d.ts +0 -6
  137. package/ej2-angular-schedule.metadata.json +0 -1
  138. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,757 @@
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', 'enableLazyLoading', '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", enableLazyLoading: "enableLazyLoading", 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', 'editorFooterTemplate', 'editorHeaderTemplate', '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', 'virtualScrollStart', 'virtualScrollStop', '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 { }
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 { }
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 { }
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 { }
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 { }
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 { }
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 { }
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 { }
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 { }
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 { }
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 { }
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 { }
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 { }
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 { }
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 { }
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 { }
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", editorFooterTemplate: "editorFooterTemplate", editorHeaderTemplate: "editorHeaderTemplate", 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", virtualScrollStart: "virtualScrollStart", virtualScrollStop: "virtualScrollStop", 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: "editorHeaderTemplate", first: true, predicate: ["editorHeaderTemplate"], descendants: true }, { propertyName: "editorFooterTemplate", first: true, predicate: ["editorFooterTemplate"], 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, "editorHeaderTemplate", void 0);
437
+ __decorate([
438
+ Template()
439
+ ], ScheduleComponent.prototype, "editorFooterTemplate", void 0);
440
+ __decorate([
441
+ Template()
442
+ ], ScheduleComponent.prototype, "monthHeaderTemplate", void 0);
443
+ __decorate([
444
+ Template()
445
+ ], ScheduleComponent.prototype, "timeScale_minorSlotTemplate", void 0);
446
+ __decorate([
447
+ Template()
448
+ ], ScheduleComponent.prototype, "timeScale_majorSlotTemplate", void 0);
449
+ __decorate([
450
+ Template()
451
+ ], ScheduleComponent.prototype, "resourceHeaderTemplate", void 0);
452
+ __decorate([
453
+ Template()
454
+ ], ScheduleComponent.prototype, "headerIndentTemplate", void 0);
455
+ __decorate([
456
+ Template()
457
+ ], ScheduleComponent.prototype, "quickInfoTemplates_header", void 0);
458
+ __decorate([
459
+ Template()
460
+ ], ScheduleComponent.prototype, "quickInfoTemplates_content", void 0);
461
+ __decorate([
462
+ Template()
463
+ ], ScheduleComponent.prototype, "quickInfoTemplates_footer", void 0);
464
+ __decorate([
465
+ Template()
466
+ ], ScheduleComponent.prototype, "group_headerTooltipTemplate", void 0);
467
+ ScheduleComponent = __decorate([
468
+ ComponentMixins([ComponentBase])
469
+ ], ScheduleComponent);
470
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScheduleComponent, decorators: [{
471
+ type: Component,
472
+ args: [{
473
+ selector: 'ejs-schedule',
474
+ inputs: inputs$1,
475
+ outputs: outputs$1,
476
+ template: '',
477
+ changeDetection: ChangeDetectionStrategy.OnPush,
478
+ queries: {
479
+ childViews: new ContentChild(ViewsDirective),
480
+ childResources: new ContentChild(ResourcesDirective),
481
+ childHeaderRows: new ContentChild(HeaderRowsDirective)
482
+ }
483
+ }]
484
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { dateHeaderTemplate: [{
485
+ type: ContentChild,
486
+ args: ['dateHeaderTemplate']
487
+ }], dateRangeTemplate: [{
488
+ type: ContentChild,
489
+ args: ['dateRangeTemplate']
490
+ }], dayHeaderTemplate: [{
491
+ type: ContentChild,
492
+ args: ['dayHeaderTemplate']
493
+ }], cellTemplate: [{
494
+ type: ContentChild,
495
+ args: ['cellTemplate']
496
+ }], cellHeaderTemplate: [{
497
+ type: ContentChild,
498
+ args: ['cellHeaderTemplate']
499
+ }], eventSettings_tooltipTemplate: [{
500
+ type: ContentChild,
501
+ args: ['eventSettingsTooltipTemplate']
502
+ }], eventSettings_template: [{
503
+ type: ContentChild,
504
+ args: ['eventSettingsTemplate']
505
+ }], editorTemplate: [{
506
+ type: ContentChild,
507
+ args: ['editorTemplate']
508
+ }], editorHeaderTemplate: [{
509
+ type: ContentChild,
510
+ args: ['editorHeaderTemplate']
511
+ }], editorFooterTemplate: [{
512
+ type: ContentChild,
513
+ args: ['editorFooterTemplate']
514
+ }], monthHeaderTemplate: [{
515
+ type: ContentChild,
516
+ args: ['monthHeaderTemplate']
517
+ }], timeScale_minorSlotTemplate: [{
518
+ type: ContentChild,
519
+ args: ['timeScaleMinorSlotTemplate']
520
+ }], timeScale_majorSlotTemplate: [{
521
+ type: ContentChild,
522
+ args: ['timeScaleMajorSlotTemplate']
523
+ }], resourceHeaderTemplate: [{
524
+ type: ContentChild,
525
+ args: ['resourceHeaderTemplate']
526
+ }], headerIndentTemplate: [{
527
+ type: ContentChild,
528
+ args: ['headerIndentTemplate']
529
+ }], quickInfoTemplates_header: [{
530
+ type: ContentChild,
531
+ args: ['quickInfoTemplatesHeader']
532
+ }], quickInfoTemplates_content: [{
533
+ type: ContentChild,
534
+ args: ['quickInfoTemplatesContent']
535
+ }], quickInfoTemplates_footer: [{
536
+ type: ContentChild,
537
+ args: ['quickInfoTemplatesFooter']
538
+ }], group_headerTooltipTemplate: [{
539
+ type: ContentChild,
540
+ args: ['groupHeaderTooltipTemplate']
541
+ }] } });
542
+
543
+ /**
544
+ * NgModule definition for the Schedule component.
545
+ */
546
+ class ScheduleModule {
547
+ }
548
+ ScheduleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScheduleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
549
+ ScheduleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScheduleModule, declarations: [ScheduleComponent,
550
+ ViewDirective,
551
+ ViewsDirective,
552
+ ResourceDirective,
553
+ ResourcesDirective,
554
+ HeaderRowDirective,
555
+ HeaderRowsDirective], imports: [CommonModule], exports: [ScheduleComponent,
556
+ ViewDirective,
557
+ ViewsDirective,
558
+ ResourceDirective,
559
+ ResourcesDirective,
560
+ HeaderRowDirective,
561
+ HeaderRowsDirective] });
562
+ ScheduleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScheduleModule, imports: [[CommonModule]] });
563
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScheduleModule, decorators: [{
564
+ type: NgModule,
565
+ args: [{
566
+ imports: [CommonModule],
567
+ declarations: [
568
+ ScheduleComponent,
569
+ ViewDirective,
570
+ ViewsDirective,
571
+ ResourceDirective,
572
+ ResourcesDirective,
573
+ HeaderRowDirective,
574
+ HeaderRowsDirective
575
+ ],
576
+ exports: [
577
+ ScheduleComponent,
578
+ ViewDirective,
579
+ ViewsDirective,
580
+ ResourceDirective,
581
+ ResourcesDirective,
582
+ HeaderRowDirective,
583
+ HeaderRowsDirective
584
+ ]
585
+ }]
586
+ }] });
587
+
588
+ const DayService = { provide: 'ScheduleDay', useValue: Day };
589
+ const WeekService = { provide: 'ScheduleWeek', useValue: Week };
590
+ const WorkWeekService = { provide: 'ScheduleWorkWeek', useValue: WorkWeek };
591
+ const MonthService = { provide: 'ScheduleMonth', useValue: Month };
592
+ const YearService = { provide: 'ScheduleYear', useValue: Year };
593
+ const AgendaService = { provide: 'ScheduleAgenda', useValue: Agenda };
594
+ const MonthAgendaService = { provide: 'ScheduleMonthAgenda', useValue: MonthAgenda };
595
+ const TimelineViewsService = { provide: 'ScheduleTimelineViews', useValue: TimelineViews };
596
+ const TimelineMonthService = { provide: 'ScheduleTimelineMonth', useValue: TimelineMonth };
597
+ const TimelineYearService = { provide: 'ScheduleTimelineYear', useValue: TimelineYear };
598
+ const ResizeService = { provide: 'ScheduleResize', useValue: Resize };
599
+ const DragAndDropService = { provide: 'ScheduleDragAndDrop', useValue: DragAndDrop };
600
+ const ExcelExportService = { provide: 'ScheduleExcelExport', useValue: ExcelExport };
601
+ const ICalendarExportService = { provide: 'ScheduleICalendarExport', useValue: ICalendarExport };
602
+ const ICalendarImportService = { provide: 'ScheduleICalendarImport', useValue: ICalendarImport };
603
+ const PrintService = { provide: 'SchedulePrint', useValue: Print };
604
+ /**
605
+ * NgModule definition for the Schedule component with providers.
606
+ */
607
+ class ScheduleAllModule {
608
+ }
609
+ ScheduleAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScheduleAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
610
+ ScheduleAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScheduleAllModule, imports: [CommonModule, ScheduleModule], exports: [ScheduleModule] });
611
+ ScheduleAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScheduleAllModule, providers: [
612
+ DayService,
613
+ WeekService,
614
+ WorkWeekService,
615
+ MonthService,
616
+ YearService,
617
+ AgendaService,
618
+ MonthAgendaService,
619
+ TimelineViewsService,
620
+ TimelineMonthService,
621
+ TimelineYearService,
622
+ ResizeService,
623
+ DragAndDropService,
624
+ ExcelExportService,
625
+ ICalendarExportService,
626
+ ICalendarImportService,
627
+ PrintService
628
+ ], imports: [[CommonModule, ScheduleModule], ScheduleModule] });
629
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScheduleAllModule, decorators: [{
630
+ type: NgModule,
631
+ args: [{
632
+ imports: [CommonModule, ScheduleModule],
633
+ exports: [
634
+ ScheduleModule
635
+ ],
636
+ providers: [
637
+ DayService,
638
+ WeekService,
639
+ WorkWeekService,
640
+ MonthService,
641
+ YearService,
642
+ AgendaService,
643
+ MonthAgendaService,
644
+ TimelineViewsService,
645
+ TimelineMonthService,
646
+ TimelineYearService,
647
+ ResizeService,
648
+ DragAndDropService,
649
+ ExcelExportService,
650
+ ICalendarExportService,
651
+ ICalendarImportService,
652
+ PrintService
653
+ ]
654
+ }]
655
+ }] });
656
+
657
+ const inputs = ['calendarMode', 'cssClass', 'dateFormat', 'enablePersistence', 'enableRtl', 'endTypes', 'firstDayOfWeek', 'frequencies', 'locale', 'maxDate', 'minDate', 'selectedType', 'startDate', 'value'];
658
+ const outputs = ['change'];
659
+ const twoWays = [];
660
+ /**
661
+ * `ejs-recurrenceeditor` represents the Angular RecurrenceEditor Component.
662
+ * ```html
663
+ * <ejs-recurrenceeditor></ejs-recurrenceeditor>
664
+ * ```
665
+ */
666
+ let RecurrenceEditorComponent = class RecurrenceEditorComponent extends RecurrenceEditor {
667
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
668
+ super();
669
+ this.ngEle = ngEle;
670
+ this.srenderer = srenderer;
671
+ this.viewContainerRef = viewContainerRef;
672
+ this.injector = injector;
673
+ this.element = this.ngEle.nativeElement;
674
+ this.injectedModules = this.injectedModules || [];
675
+ this.registerEvents(outputs);
676
+ this.addTwoWay.call(this, twoWays);
677
+ setValue('currentInstance', this, this.viewContainerRef);
678
+ this.context = new ComponentBase();
679
+ }
680
+ ngOnInit() {
681
+ this.context.ngOnInit(this);
682
+ }
683
+ ngAfterViewInit() {
684
+ this.context.ngAfterViewInit(this);
685
+ }
686
+ ngOnDestroy() {
687
+ this.context.ngOnDestroy(this);
688
+ }
689
+ ngAfterContentChecked() {
690
+ this.context.ngAfterContentChecked(this);
691
+ }
692
+ };
693
+ 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 });
694
+ 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", endTypes: "endTypes", 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 });
695
+ RecurrenceEditorComponent = __decorate([
696
+ ComponentMixins([ComponentBase])
697
+ ], RecurrenceEditorComponent);
698
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorComponent, decorators: [{
699
+ type: Component,
700
+ args: [{
701
+ selector: 'ejs-recurrenceeditor',
702
+ inputs: inputs,
703
+ outputs: outputs,
704
+ template: '',
705
+ changeDetection: ChangeDetectionStrategy.OnPush,
706
+ queries: {}
707
+ }]
708
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
709
+
710
+ /**
711
+ * NgModule definition for the RecurrenceEditor component.
712
+ */
713
+ class RecurrenceEditorModule {
714
+ }
715
+ RecurrenceEditorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
716
+ RecurrenceEditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorModule, declarations: [RecurrenceEditorComponent], imports: [CommonModule], exports: [RecurrenceEditorComponent] });
717
+ RecurrenceEditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorModule, imports: [[CommonModule]] });
718
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorModule, decorators: [{
719
+ type: NgModule,
720
+ args: [{
721
+ imports: [CommonModule],
722
+ declarations: [
723
+ RecurrenceEditorComponent
724
+ ],
725
+ exports: [
726
+ RecurrenceEditorComponent
727
+ ]
728
+ }]
729
+ }] });
730
+
731
+ /**
732
+ * NgModule definition for the RecurrenceEditor component with providers.
733
+ */
734
+ class RecurrenceEditorAllModule {
735
+ }
736
+ RecurrenceEditorAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
737
+ RecurrenceEditorAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorAllModule, imports: [CommonModule, RecurrenceEditorModule], exports: [RecurrenceEditorModule] });
738
+ RecurrenceEditorAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorAllModule, providers: [], imports: [[CommonModule, RecurrenceEditorModule], RecurrenceEditorModule] });
739
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorAllModule, decorators: [{
740
+ type: NgModule,
741
+ args: [{
742
+ imports: [CommonModule, RecurrenceEditorModule],
743
+ exports: [
744
+ RecurrenceEditorModule
745
+ ],
746
+ providers: []
747
+ }]
748
+ }] });
749
+
750
+ // Mapping root file for package generation
751
+
752
+ /**
753
+ * Generated bundle index. Do not edit.
754
+ */
755
+
756
+ 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 };
757
+ //# sourceMappingURL=syncfusion-ej2-angular-schedule.mjs.map