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

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 (143) hide show
  1. package/@syncfusion/ej2-angular-schedule.es5.js +860 -0
  2. package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-schedule.js +808 -0
  4. package/@syncfusion/ej2-angular-schedule.js.map +1 -0
  5. package/CHANGELOG.md +1845 -0
  6. package/dist/ej2-angular-schedule.umd.js +1005 -0
  7. package/dist/ej2-angular-schedule.umd.js.map +1 -0
  8. package/dist/ej2-angular-schedule.umd.min.js +11 -0
  9. package/dist/ej2-angular-schedule.umd.min.js.map +1 -0
  10. package/ej2-angular-schedule.d.ts +6 -0
  11. package/ej2-angular-schedule.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +0 -6
  18. package/src/recurrence-editor/recurrenceeditor.component.d.ts +0 -3
  19. package/src/recurrence-editor/recurrenceeditor.module.d.ts +0 -6
  20. package/src/schedule/headerrows.directive.d.ts +0 -5
  21. package/src/schedule/resources.directive.d.ts +0 -5
  22. package/src/schedule/schedule-all.module.d.ts +0 -6
  23. package/src/schedule/schedule.component.d.ts +1 -3
  24. package/src/schedule/schedule.module.d.ts +0 -9
  25. package/src/schedule/views.directive.d.ts +0 -5
  26. package/styles/bootstrap4.css +32 -2
  27. package/styles/material3-dark.css +55 -0
  28. package/styles/material3-dark.scss +0 -1
  29. package/styles/material3.css +111 -0
  30. package/styles/material3.scss +0 -1
  31. package/styles/recurrence-editor/bootstrap-dark.scss +1 -8
  32. package/styles/recurrence-editor/bootstrap.scss +1 -8
  33. package/styles/recurrence-editor/bootstrap4.css +13 -2
  34. package/styles/recurrence-editor/bootstrap4.scss +1 -8
  35. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -8
  36. package/styles/recurrence-editor/bootstrap5.scss +1 -8
  37. package/styles/recurrence-editor/fabric-dark.scss +1 -8
  38. package/styles/recurrence-editor/fabric.scss +1 -8
  39. package/styles/recurrence-editor/fluent-dark.scss +1 -8
  40. package/styles/recurrence-editor/fluent.scss +1 -8
  41. package/styles/recurrence-editor/highcontrast-light.scss +1 -8
  42. package/styles/recurrence-editor/highcontrast.scss +1 -8
  43. package/styles/recurrence-editor/material-dark.scss +1 -8
  44. package/styles/recurrence-editor/material.scss +1 -8
  45. package/styles/recurrence-editor/material3-dark.scss +1 -8
  46. package/styles/recurrence-editor/material3.scss +1 -8
  47. package/styles/recurrence-editor/tailwind-dark.scss +1 -8
  48. package/styles/recurrence-editor/tailwind.scss +1 -8
  49. package/styles/schedule/bootstrap-dark.scss +1 -16
  50. package/styles/schedule/bootstrap.scss +1 -16
  51. package/styles/schedule/bootstrap4.css +32 -2
  52. package/styles/schedule/bootstrap4.scss +1 -16
  53. package/styles/schedule/bootstrap5-dark.scss +1 -15
  54. package/styles/schedule/bootstrap5.scss +1 -16
  55. package/styles/schedule/fabric-dark.scss +1 -16
  56. package/styles/schedule/fabric.scss +1 -16
  57. package/styles/schedule/fluent-dark.scss +1 -15
  58. package/styles/schedule/fluent.scss +1 -16
  59. package/styles/schedule/highcontrast-light.scss +1 -16
  60. package/styles/schedule/highcontrast.scss +1 -16
  61. package/styles/schedule/material-dark.scss +1 -16
  62. package/styles/schedule/material.scss +1 -16
  63. package/styles/schedule/material3-dark.scss +1 -15
  64. package/styles/schedule/material3.scss +1 -16
  65. package/styles/schedule/tailwind-dark.scss +1 -15
  66. package/styles/schedule/tailwind.scss +1 -16
  67. package/esm2020/public_api.mjs +0 -3
  68. package/esm2020/src/index.mjs +0 -11
  69. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +0 -23
  70. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +0 -59
  71. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +0 -25
  72. package/esm2020/src/schedule/headerrows.directive.mjs +0 -66
  73. package/esm2020/src/schedule/resources.directive.mjs +0 -58
  74. package/esm2020/src/schedule/schedule-all.module.mjs +0 -74
  75. package/esm2020/src/schedule/schedule.component.mjs +0 -301
  76. package/esm2020/src/schedule/schedule.module.mjs +0 -52
  77. package/esm2020/src/schedule/views.directive.mjs +0 -132
  78. package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
  79. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -757
  80. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  81. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -757
  82. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  83. package/styles/recurrence-editor/_all.scss +0 -2
  84. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -13
  85. package/styles/recurrence-editor/_bootstrap-definition.scss +0 -13
  86. package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -13
  87. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
  88. package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -13
  89. package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -13
  90. package/styles/recurrence-editor/_fabric-definition.scss +0 -13
  91. package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
  92. package/styles/recurrence-editor/_fluent-definition.scss +0 -13
  93. package/styles/recurrence-editor/_fusionnew-definition.scss +0 -13
  94. package/styles/recurrence-editor/_highcontrast-definition.scss +0 -13
  95. package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -13
  96. package/styles/recurrence-editor/_layout.scss +0 -548
  97. package/styles/recurrence-editor/_material-dark-definition.scss +0 -13
  98. package/styles/recurrence-editor/_material-definition.scss +0 -13
  99. package/styles/recurrence-editor/_material3-dark-definition.scss +0 -1
  100. package/styles/recurrence-editor/_material3-definition.scss +0 -13
  101. package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
  102. package/styles/recurrence-editor/_tailwind-definition.scss +0 -13
  103. package/styles/recurrence-editor/_theme.scss +0 -1
  104. package/styles/schedule/_all.scss +0 -2
  105. package/styles/schedule/_bootstrap-dark-definition.scss +0 -280
  106. package/styles/schedule/_bootstrap-definition.scss +0 -280
  107. package/styles/schedule/_bootstrap4-definition.scss +0 -283
  108. package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
  109. package/styles/schedule/_bootstrap5-definition.scss +0 -290
  110. package/styles/schedule/_fabric-dark-definition.scss +0 -279
  111. package/styles/schedule/_fabric-definition.scss +0 -280
  112. package/styles/schedule/_fluent-dark-definition.scss +0 -1
  113. package/styles/schedule/_fluent-definition.scss +0 -285
  114. package/styles/schedule/_fusionnew-definition.scss +0 -289
  115. package/styles/schedule/_highcontrast-definition.scss +0 -281
  116. package/styles/schedule/_highcontrast-light-definition.scss +0 -281
  117. package/styles/schedule/_layout.scss +0 -4149
  118. package/styles/schedule/_material-dark-definition.scss +0 -280
  119. package/styles/schedule/_material-definition.scss +0 -280
  120. package/styles/schedule/_material3-dark-definition.scss +0 -1
  121. package/styles/schedule/_material3-definition.scss +0 -292
  122. package/styles/schedule/_tailwind-dark-definition.scss +0 -1
  123. package/styles/schedule/_tailwind-definition.scss +0 -282
  124. package/styles/schedule/_theme.scss +0 -551
  125. package/styles/schedule/icons/_bootstrap-dark.scss +0 -231
  126. package/styles/schedule/icons/_bootstrap.scss +0 -231
  127. package/styles/schedule/icons/_bootstrap4.scss +0 -231
  128. package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
  129. package/styles/schedule/icons/_bootstrap5.scss +0 -231
  130. package/styles/schedule/icons/_fabric-dark.scss +0 -231
  131. package/styles/schedule/icons/_fabric.scss +0 -231
  132. package/styles/schedule/icons/_fluent-dark.scss +0 -1
  133. package/styles/schedule/icons/_fluent.scss +0 -231
  134. package/styles/schedule/icons/_fusionnew.scss +0 -231
  135. package/styles/schedule/icons/_highcontrast-light.scss +0 -231
  136. package/styles/schedule/icons/_highcontrast.scss +0 -231
  137. package/styles/schedule/icons/_material-dark.scss +0 -231
  138. package/styles/schedule/icons/_material.scss +0 -231
  139. package/styles/schedule/icons/_material3-dark.scss +0 -1
  140. package/styles/schedule/icons/_material3.scss +0 -231
  141. package/styles/schedule/icons/_tailwind-dark.scss +0 -1
  142. package/styles/schedule/icons/_tailwind.scss +0 -231
  143. package/syncfusion-ej2-angular-schedule.d.ts +0 -5
@@ -0,0 +1,860 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = Object.setPrototypeOf ||
3
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
4
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
5
+ return function (d, b) {
6
+ extendStatics(d, b);
7
+ function __() { this.constructor = d; }
8
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
9
+ };
10
+ })();
11
+ import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
12
+ import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
13
+ import { Agenda, Day, DragAndDrop, ExcelExport, ICalendarExport, ICalendarImport, Month, MonthAgenda, Print, RecurrenceEditor, Resize, Schedule, TimelineMonth, TimelineViews, TimelineYear, Week, WorkWeek, Year } from '@syncfusion/ej2-schedule';
14
+ import { CommonModule } from '@angular/common';
15
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
16
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
17
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
18
+ r = Reflect.decorate(decorators, target, key, desc);
19
+ else
20
+ for (var i = decorators.length - 1; i >= 0; i--)
21
+ if (d = decorators[i])
22
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
23
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
24
+ };
25
+ var __metadata = (this && this.__metadata) || function (k, v) {
26
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
27
+ return Reflect.metadata(k, v);
28
+ };
29
+ var input = ['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'];
30
+ var outputs = [];
31
+ /**
32
+ * `e-views` directive represent a view of the Angular Schedule.
33
+ * It must be contained in a Schedule component(`ejs-schedule`).
34
+ * ```html
35
+ * <ejs-schedule>
36
+ * <e-views>
37
+ * <e-view option='day' dateFormat='dd MMM'></e-view>
38
+ * <e-view option='week'></e-view>
39
+ * </e-views>
40
+ * </ejs-schedule>
41
+ * ```
42
+ */
43
+ var ViewDirective = /** @class */ (function (_super) {
44
+ __extends(ViewDirective, _super);
45
+ /**
46
+ * @param {?} viewContainerRef
47
+ */
48
+ function ViewDirective(viewContainerRef) {
49
+ var _this = _super.call(this) || this;
50
+ _this.viewContainerRef = viewContainerRef;
51
+ setValue('currentInstance', _this, _this.viewContainerRef);
52
+ _this.registerEvents(outputs);
53
+ _this.directivePropList = input;
54
+ return _this;
55
+ }
56
+ return ViewDirective;
57
+ }(ComplexBase));
58
+ ViewDirective.decorators = [
59
+ { type: Directive, args: [{
60
+ selector: 'e-views>e-view',
61
+ inputs: input,
62
+ outputs: outputs,
63
+ queries: {}
64
+ },] },
65
+ ];
66
+ /**
67
+ * @nocollapse
68
+ */
69
+ ViewDirective.ctorParameters = function () { return [
70
+ { type: ViewContainerRef, },
71
+ ]; };
72
+ ViewDirective.propDecorators = {
73
+ 'dateHeaderTemplate': [{ type: ContentChild, args: ['dateHeaderTemplate',] },],
74
+ 'dateRangeTemplate': [{ type: ContentChild, args: ['dateRangeTemplate',] },],
75
+ 'dayHeaderTemplate': [{ type: ContentChild, args: ['dayHeaderTemplate',] },],
76
+ 'cellHeaderTemplate': [{ type: ContentChild, args: ['cellHeaderTemplate',] },],
77
+ 'cellTemplate': [{ type: ContentChild, args: ['cellTemplate',] },],
78
+ 'eventTemplate': [{ type: ContentChild, args: ['eventTemplate',] },],
79
+ 'monthHeaderTemplate': [{ type: ContentChild, args: ['monthHeaderTemplate',] },],
80
+ 'resourceHeaderTemplate': [{ type: ContentChild, args: ['resourceHeaderTemplate',] },],
81
+ 'headerIndentTemplate': [{ type: ContentChild, args: ['headerIndentTemplate',] },],
82
+ 'timeScale_minorSlotTemplate': [{ type: ContentChild, args: ['timeScaleMinorSlotTemplate',] },],
83
+ 'timeScale_majorSlotTemplate': [{ type: ContentChild, args: ['timeScaleMajorSlotTemplate',] },],
84
+ 'group_headerTooltipTemplate': [{ type: ContentChild, args: ['groupHeaderTooltipTemplate',] },],
85
+ };
86
+ __decorate([
87
+ Template(),
88
+ __metadata("design:type", Object)
89
+ ], ViewDirective.prototype, "dateHeaderTemplate", void 0);
90
+ __decorate([
91
+ Template(),
92
+ __metadata("design:type", Object)
93
+ ], ViewDirective.prototype, "dateRangeTemplate", void 0);
94
+ __decorate([
95
+ Template(),
96
+ __metadata("design:type", Object)
97
+ ], ViewDirective.prototype, "dayHeaderTemplate", void 0);
98
+ __decorate([
99
+ Template(),
100
+ __metadata("design:type", Object)
101
+ ], ViewDirective.prototype, "cellHeaderTemplate", void 0);
102
+ __decorate([
103
+ Template(),
104
+ __metadata("design:type", Object)
105
+ ], ViewDirective.prototype, "cellTemplate", void 0);
106
+ __decorate([
107
+ Template(),
108
+ __metadata("design:type", Object)
109
+ ], ViewDirective.prototype, "eventTemplate", void 0);
110
+ __decorate([
111
+ Template(),
112
+ __metadata("design:type", Object)
113
+ ], ViewDirective.prototype, "monthHeaderTemplate", void 0);
114
+ __decorate([
115
+ Template(),
116
+ __metadata("design:type", Object)
117
+ ], ViewDirective.prototype, "resourceHeaderTemplate", void 0);
118
+ __decorate([
119
+ Template(),
120
+ __metadata("design:type", Object)
121
+ ], ViewDirective.prototype, "headerIndentTemplate", void 0);
122
+ __decorate([
123
+ Template(),
124
+ __metadata("design:type", Object)
125
+ ], ViewDirective.prototype, "timeScale_minorSlotTemplate", void 0);
126
+ __decorate([
127
+ Template(),
128
+ __metadata("design:type", Object)
129
+ ], ViewDirective.prototype, "timeScale_majorSlotTemplate", void 0);
130
+ __decorate([
131
+ Template(),
132
+ __metadata("design:type", Object)
133
+ ], ViewDirective.prototype, "group_headerTooltipTemplate", void 0);
134
+ /**
135
+ * View Array Directive
136
+ */
137
+ var ViewsDirective = /** @class */ (function (_super) {
138
+ __extends(ViewsDirective, _super);
139
+ function ViewsDirective() {
140
+ return _super.call(this, 'views') || this;
141
+ }
142
+ return ViewsDirective;
143
+ }(ArrayBase));
144
+ ViewsDirective.decorators = [
145
+ { type: Directive, args: [{
146
+ selector: 'ejs-schedule>e-views',
147
+ queries: {
148
+ children: new ContentChildren(ViewDirective)
149
+ },
150
+ },] },
151
+ ];
152
+ /**
153
+ * @nocollapse
154
+ */
155
+ ViewsDirective.ctorParameters = function () { return []; };
156
+ var input$1 = ['allowMultiple', 'colorField', 'cssClassField', 'dataSource', 'endHourField', 'expandedField', 'field', 'groupIDField', 'idField', 'name', 'query', 'startHourField', 'textField', 'title', 'workDaysField'];
157
+ var outputs$1 = [];
158
+ /**
159
+ * `e-resources` directive represent a resources of the Angular Schedule.
160
+ * It must be contained in a Schedule component(`ejs-schedule`).
161
+ * ```html
162
+ * <ejs-schedule>
163
+ * <e-resources>
164
+ * <e-resource field='RoomId' name='Rooms'></e-resource>
165
+ * <e-resource field='OwnerId' name='Owners'></e-resource>
166
+ * </e-resources>
167
+ * </ejs-schedule>
168
+ * ```
169
+ */
170
+ var ResourceDirective = /** @class */ (function (_super) {
171
+ __extends(ResourceDirective, _super);
172
+ /**
173
+ * @param {?} viewContainerRef
174
+ */
175
+ function ResourceDirective(viewContainerRef) {
176
+ var _this = _super.call(this) || this;
177
+ _this.viewContainerRef = viewContainerRef;
178
+ setValue('currentInstance', _this, _this.viewContainerRef);
179
+ _this.registerEvents(outputs$1);
180
+ _this.directivePropList = input$1;
181
+ return _this;
182
+ }
183
+ return ResourceDirective;
184
+ }(ComplexBase));
185
+ ResourceDirective.decorators = [
186
+ { type: Directive, args: [{
187
+ selector: 'e-resources>e-resource',
188
+ inputs: input$1,
189
+ outputs: outputs$1,
190
+ queries: {}
191
+ },] },
192
+ ];
193
+ /**
194
+ * @nocollapse
195
+ */
196
+ ResourceDirective.ctorParameters = function () { return [
197
+ { type: ViewContainerRef, },
198
+ ]; };
199
+ /**
200
+ * Resource Array Directive
201
+ */
202
+ var ResourcesDirective = /** @class */ (function (_super) {
203
+ __extends(ResourcesDirective, _super);
204
+ function ResourcesDirective() {
205
+ return _super.call(this, 'resources') || this;
206
+ }
207
+ return ResourcesDirective;
208
+ }(ArrayBase));
209
+ ResourcesDirective.decorators = [
210
+ { type: Directive, args: [{
211
+ selector: 'ejs-schedule>e-resources',
212
+ queries: {
213
+ children: new ContentChildren(ResourceDirective)
214
+ },
215
+ },] },
216
+ ];
217
+ /**
218
+ * @nocollapse
219
+ */
220
+ ResourcesDirective.ctorParameters = function () { return []; };
221
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
222
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
223
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
224
+ r = Reflect.decorate(decorators, target, key, desc);
225
+ else
226
+ for (var i = decorators.length - 1; i >= 0; i--)
227
+ if (d = decorators[i])
228
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
229
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
230
+ };
231
+ var __metadata$1 = (this && this.__metadata) || function (k, v) {
232
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
233
+ return Reflect.metadata(k, v);
234
+ };
235
+ var input$2 = ['option', 'template'];
236
+ var outputs$2 = [];
237
+ /**
238
+ * `e-header-rows` directive represent a header rows of the Schedule.
239
+ * It must be contained in a Schedule component(`ejs-schedule`).
240
+ * ```html
241
+ * <ejs-schedule>
242
+ * <e-header-rows>
243
+ * <e-header-row option='Week'></e-header-row>
244
+ * <e-header-row option='Date'></e-header-row>
245
+ * </e-header-rows>
246
+ * </ejs-schedule>
247
+ * ```
248
+ */
249
+ var HeaderRowDirective = /** @class */ (function (_super) {
250
+ __extends(HeaderRowDirective, _super);
251
+ /**
252
+ * @param {?} viewContainerRef
253
+ */
254
+ function HeaderRowDirective(viewContainerRef) {
255
+ var _this = _super.call(this) || this;
256
+ _this.viewContainerRef = viewContainerRef;
257
+ setValue('currentInstance', _this, _this.viewContainerRef);
258
+ _this.registerEvents(outputs$2);
259
+ _this.directivePropList = input$2;
260
+ return _this;
261
+ }
262
+ return HeaderRowDirective;
263
+ }(ComplexBase));
264
+ HeaderRowDirective.decorators = [
265
+ { type: Directive, args: [{
266
+ selector: 'e-header-rows>e-header-row',
267
+ inputs: input$2,
268
+ outputs: outputs$2,
269
+ queries: {}
270
+ },] },
271
+ ];
272
+ /**
273
+ * @nocollapse
274
+ */
275
+ HeaderRowDirective.ctorParameters = function () { return [
276
+ { type: ViewContainerRef, },
277
+ ]; };
278
+ HeaderRowDirective.propDecorators = {
279
+ 'template': [{ type: ContentChild, args: ['template',] },],
280
+ };
281
+ __decorate$1([
282
+ Template(),
283
+ __metadata$1("design:type", Object)
284
+ ], HeaderRowDirective.prototype, "template", void 0);
285
+ /**
286
+ * HeaderRow Array Directive
287
+ */
288
+ var HeaderRowsDirective = /** @class */ (function (_super) {
289
+ __extends(HeaderRowsDirective, _super);
290
+ function HeaderRowsDirective() {
291
+ return _super.call(this, 'headerrows') || this;
292
+ }
293
+ return HeaderRowsDirective;
294
+ }(ArrayBase));
295
+ HeaderRowsDirective.decorators = [
296
+ { type: Directive, args: [{
297
+ selector: 'ejs-schedule>e-header-rows',
298
+ queries: {
299
+ children: new ContentChildren(HeaderRowDirective)
300
+ },
301
+ },] },
302
+ ];
303
+ /**
304
+ * @nocollapse
305
+ */
306
+ HeaderRowsDirective.ctorParameters = function () { return []; };
307
+ var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
308
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
309
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
310
+ r = Reflect.decorate(decorators, target, key, desc);
311
+ else
312
+ for (var i = decorators.length - 1; i >= 0; i--)
313
+ if (d = decorators[i])
314
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
315
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
316
+ };
317
+ var __metadata$2 = (this && this.__metadata) || function (k, v) {
318
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
319
+ return Reflect.metadata(k, v);
320
+ };
321
+ var inputs = ['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'];
322
+ var outputs$3 = ['actionBegin', 'actionComplete', 'actionFailure', 'cellClick', 'cellDoubleClick', 'created', 'dataBinding', 'dataBound', 'destroyed', 'drag', 'dragStart', 'dragStop', 'eventClick', 'eventDoubleClick', 'eventRendered', 'hover', 'moreEventsClick', 'navigating', 'popupClose', 'popupOpen', 'renderCell', 'resizeStart', 'resizeStop', 'resizing', 'select', 'virtualScrollStart', 'virtualScrollStop', 'currentViewChange', 'selectedDateChange'];
323
+ var twoWays = ['currentView', 'selectedDate'];
324
+ /**
325
+ * `ej-schedule` represents the Angular Schedule Component.
326
+ * ```html
327
+ * <ejs-schedule></ejs-schedule>
328
+ * ```
329
+ */
330
+ var ScheduleComponent = /** @class */ (function (_super) {
331
+ __extends(ScheduleComponent, _super);
332
+ /**
333
+ * @param {?} ngEle
334
+ * @param {?} srenderer
335
+ * @param {?} viewContainerRef
336
+ * @param {?} injector
337
+ */
338
+ function ScheduleComponent(ngEle, srenderer, viewContainerRef, injector) {
339
+ var _this = _super.call(this) || this;
340
+ _this.ngEle = ngEle;
341
+ _this.srenderer = srenderer;
342
+ _this.viewContainerRef = viewContainerRef;
343
+ _this.injector = injector;
344
+ _this.tags = ['views', 'resources', 'headerRows'];
345
+ _this.element = _this.ngEle.nativeElement;
346
+ _this.injectedModules = _this.injectedModules || [];
347
+ try {
348
+ var mod = _this.injector.get('ScheduleDay');
349
+ if (_this.injectedModules.indexOf(mod) === -1) {
350
+ _this.injectedModules.push(mod);
351
+ }
352
+ }
353
+ catch (_a) { }
354
+ try {
355
+ var mod = _this.injector.get('ScheduleWeek');
356
+ if (_this.injectedModules.indexOf(mod) === -1) {
357
+ _this.injectedModules.push(mod);
358
+ }
359
+ }
360
+ catch (_b) { }
361
+ try {
362
+ var mod = _this.injector.get('ScheduleWorkWeek');
363
+ if (_this.injectedModules.indexOf(mod) === -1) {
364
+ _this.injectedModules.push(mod);
365
+ }
366
+ }
367
+ catch (_c) { }
368
+ try {
369
+ var mod = _this.injector.get('ScheduleMonth');
370
+ if (_this.injectedModules.indexOf(mod) === -1) {
371
+ _this.injectedModules.push(mod);
372
+ }
373
+ }
374
+ catch (_d) { }
375
+ try {
376
+ var mod = _this.injector.get('ScheduleYear');
377
+ if (_this.injectedModules.indexOf(mod) === -1) {
378
+ _this.injectedModules.push(mod);
379
+ }
380
+ }
381
+ catch (_e) { }
382
+ try {
383
+ var mod = _this.injector.get('ScheduleAgenda');
384
+ if (_this.injectedModules.indexOf(mod) === -1) {
385
+ _this.injectedModules.push(mod);
386
+ }
387
+ }
388
+ catch (_f) { }
389
+ try {
390
+ var mod = _this.injector.get('ScheduleMonthAgenda');
391
+ if (_this.injectedModules.indexOf(mod) === -1) {
392
+ _this.injectedModules.push(mod);
393
+ }
394
+ }
395
+ catch (_g) { }
396
+ try {
397
+ var mod = _this.injector.get('ScheduleTimelineViews');
398
+ if (_this.injectedModules.indexOf(mod) === -1) {
399
+ _this.injectedModules.push(mod);
400
+ }
401
+ }
402
+ catch (_h) { }
403
+ try {
404
+ var mod = _this.injector.get('ScheduleTimelineMonth');
405
+ if (_this.injectedModules.indexOf(mod) === -1) {
406
+ _this.injectedModules.push(mod);
407
+ }
408
+ }
409
+ catch (_j) { }
410
+ try {
411
+ var mod = _this.injector.get('ScheduleTimelineYear');
412
+ if (_this.injectedModules.indexOf(mod) === -1) {
413
+ _this.injectedModules.push(mod);
414
+ }
415
+ }
416
+ catch (_k) { }
417
+ try {
418
+ var mod = _this.injector.get('ScheduleResize');
419
+ if (_this.injectedModules.indexOf(mod) === -1) {
420
+ _this.injectedModules.push(mod);
421
+ }
422
+ }
423
+ catch (_l) { }
424
+ try {
425
+ var mod = _this.injector.get('ScheduleDragAndDrop');
426
+ if (_this.injectedModules.indexOf(mod) === -1) {
427
+ _this.injectedModules.push(mod);
428
+ }
429
+ }
430
+ catch (_m) { }
431
+ try {
432
+ var mod = _this.injector.get('ScheduleExcelExport');
433
+ if (_this.injectedModules.indexOf(mod) === -1) {
434
+ _this.injectedModules.push(mod);
435
+ }
436
+ }
437
+ catch (_o) { }
438
+ try {
439
+ var mod = _this.injector.get('ScheduleICalendarExport');
440
+ if (_this.injectedModules.indexOf(mod) === -1) {
441
+ _this.injectedModules.push(mod);
442
+ }
443
+ }
444
+ catch (_p) { }
445
+ try {
446
+ var mod = _this.injector.get('ScheduleICalendarImport');
447
+ if (_this.injectedModules.indexOf(mod) === -1) {
448
+ _this.injectedModules.push(mod);
449
+ }
450
+ }
451
+ catch (_q) { }
452
+ try {
453
+ var mod = _this.injector.get('SchedulePrint');
454
+ if (_this.injectedModules.indexOf(mod) === -1) {
455
+ _this.injectedModules.push(mod);
456
+ }
457
+ }
458
+ catch (_r) { }
459
+ _this.registerEvents(outputs$3);
460
+ _this.addTwoWay.call(_this, twoWays);
461
+ setValue('currentInstance', _this, _this.viewContainerRef);
462
+ _this.context = new ComponentBase();
463
+ return _this;
464
+ }
465
+ /**
466
+ * @return {?}
467
+ */
468
+ ScheduleComponent.prototype.ngOnInit = function () {
469
+ this.context.ngOnInit(this);
470
+ };
471
+ /**
472
+ * @return {?}
473
+ */
474
+ ScheduleComponent.prototype.ngAfterViewInit = function () {
475
+ this.context.ngAfterViewInit(this);
476
+ };
477
+ /**
478
+ * @return {?}
479
+ */
480
+ ScheduleComponent.prototype.ngOnDestroy = function () {
481
+ this.context.ngOnDestroy(this);
482
+ };
483
+ /**
484
+ * @return {?}
485
+ */
486
+ ScheduleComponent.prototype.ngAfterContentChecked = function () {
487
+ this.tagObjects[0].instance = this.childViews;
488
+ if (this.childResources) {
489
+ this.tagObjects[1].instance = this.childResources;
490
+ }
491
+ if (this.childHeaderRows) {
492
+ this.tagObjects[2].instance = this.childHeaderRows;
493
+ }
494
+ this.context.ngAfterContentChecked(this);
495
+ };
496
+ return ScheduleComponent;
497
+ }(Schedule));
498
+ ScheduleComponent.decorators = [
499
+ { type: Component, args: [{
500
+ selector: 'ejs-schedule',
501
+ inputs: inputs,
502
+ outputs: outputs$3,
503
+ template: '',
504
+ changeDetection: ChangeDetectionStrategy.OnPush,
505
+ queries: {
506
+ childViews: new ContentChild(ViewsDirective),
507
+ childResources: new ContentChild(ResourcesDirective),
508
+ childHeaderRows: new ContentChild(HeaderRowsDirective)
509
+ }
510
+ },] },
511
+ ];
512
+ /**
513
+ * @nocollapse
514
+ */
515
+ ScheduleComponent.ctorParameters = function () { return [
516
+ { type: ElementRef, },
517
+ { type: Renderer2, },
518
+ { type: ViewContainerRef, },
519
+ { type: Injector, },
520
+ ]; };
521
+ ScheduleComponent.propDecorators = {
522
+ 'dateHeaderTemplate': [{ type: ContentChild, args: ['dateHeaderTemplate',] },],
523
+ 'dateRangeTemplate': [{ type: ContentChild, args: ['dateRangeTemplate',] },],
524
+ 'dayHeaderTemplate': [{ type: ContentChild, args: ['dayHeaderTemplate',] },],
525
+ 'cellTemplate': [{ type: ContentChild, args: ['cellTemplate',] },],
526
+ 'cellHeaderTemplate': [{ type: ContentChild, args: ['cellHeaderTemplate',] },],
527
+ 'eventSettings_tooltipTemplate': [{ type: ContentChild, args: ['eventSettingsTooltipTemplate',] },],
528
+ 'eventSettings_template': [{ type: ContentChild, args: ['eventSettingsTemplate',] },],
529
+ 'editorTemplate': [{ type: ContentChild, args: ['editorTemplate',] },],
530
+ 'editorHeaderTemplate': [{ type: ContentChild, args: ['editorHeaderTemplate',] },],
531
+ 'editorFooterTemplate': [{ type: ContentChild, args: ['editorFooterTemplate',] },],
532
+ 'monthHeaderTemplate': [{ type: ContentChild, args: ['monthHeaderTemplate',] },],
533
+ 'timeScale_minorSlotTemplate': [{ type: ContentChild, args: ['timeScaleMinorSlotTemplate',] },],
534
+ 'timeScale_majorSlotTemplate': [{ type: ContentChild, args: ['timeScaleMajorSlotTemplate',] },],
535
+ 'resourceHeaderTemplate': [{ type: ContentChild, args: ['resourceHeaderTemplate',] },],
536
+ 'headerIndentTemplate': [{ type: ContentChild, args: ['headerIndentTemplate',] },],
537
+ 'quickInfoTemplates_header': [{ type: ContentChild, args: ['quickInfoTemplatesHeader',] },],
538
+ 'quickInfoTemplates_content': [{ type: ContentChild, args: ['quickInfoTemplatesContent',] },],
539
+ 'quickInfoTemplates_footer': [{ type: ContentChild, args: ['quickInfoTemplatesFooter',] },],
540
+ 'group_headerTooltipTemplate': [{ type: ContentChild, args: ['groupHeaderTooltipTemplate',] },],
541
+ };
542
+ __decorate$2([
543
+ Template(),
544
+ __metadata$2("design:type", Object)
545
+ ], ScheduleComponent.prototype, "dateHeaderTemplate", void 0);
546
+ __decorate$2([
547
+ Template(),
548
+ __metadata$2("design:type", Object)
549
+ ], ScheduleComponent.prototype, "dateRangeTemplate", void 0);
550
+ __decorate$2([
551
+ Template(),
552
+ __metadata$2("design:type", Object)
553
+ ], ScheduleComponent.prototype, "dayHeaderTemplate", void 0);
554
+ __decorate$2([
555
+ Template(),
556
+ __metadata$2("design:type", Object)
557
+ ], ScheduleComponent.prototype, "cellTemplate", void 0);
558
+ __decorate$2([
559
+ Template(),
560
+ __metadata$2("design:type", Object)
561
+ ], ScheduleComponent.prototype, "cellHeaderTemplate", void 0);
562
+ __decorate$2([
563
+ Template(),
564
+ __metadata$2("design:type", Object)
565
+ ], ScheduleComponent.prototype, "eventSettings_tooltipTemplate", void 0);
566
+ __decorate$2([
567
+ Template(),
568
+ __metadata$2("design:type", Object)
569
+ ], ScheduleComponent.prototype, "eventSettings_template", void 0);
570
+ __decorate$2([
571
+ Template(),
572
+ __metadata$2("design:type", Object)
573
+ ], ScheduleComponent.prototype, "editorTemplate", void 0);
574
+ __decorate$2([
575
+ Template(),
576
+ __metadata$2("design:type", Object)
577
+ ], ScheduleComponent.prototype, "editorHeaderTemplate", void 0);
578
+ __decorate$2([
579
+ Template(),
580
+ __metadata$2("design:type", Object)
581
+ ], ScheduleComponent.prototype, "editorFooterTemplate", void 0);
582
+ __decorate$2([
583
+ Template(),
584
+ __metadata$2("design:type", Object)
585
+ ], ScheduleComponent.prototype, "monthHeaderTemplate", void 0);
586
+ __decorate$2([
587
+ Template(),
588
+ __metadata$2("design:type", Object)
589
+ ], ScheduleComponent.prototype, "timeScale_minorSlotTemplate", void 0);
590
+ __decorate$2([
591
+ Template(),
592
+ __metadata$2("design:type", Object)
593
+ ], ScheduleComponent.prototype, "timeScale_majorSlotTemplate", void 0);
594
+ __decorate$2([
595
+ Template(),
596
+ __metadata$2("design:type", Object)
597
+ ], ScheduleComponent.prototype, "resourceHeaderTemplate", void 0);
598
+ __decorate$2([
599
+ Template(),
600
+ __metadata$2("design:type", Object)
601
+ ], ScheduleComponent.prototype, "headerIndentTemplate", void 0);
602
+ __decorate$2([
603
+ Template(),
604
+ __metadata$2("design:type", Object)
605
+ ], ScheduleComponent.prototype, "quickInfoTemplates_header", void 0);
606
+ __decorate$2([
607
+ Template(),
608
+ __metadata$2("design:type", Object)
609
+ ], ScheduleComponent.prototype, "quickInfoTemplates_content", void 0);
610
+ __decorate$2([
611
+ Template(),
612
+ __metadata$2("design:type", Object)
613
+ ], ScheduleComponent.prototype, "quickInfoTemplates_footer", void 0);
614
+ __decorate$2([
615
+ Template(),
616
+ __metadata$2("design:type", Object)
617
+ ], ScheduleComponent.prototype, "group_headerTooltipTemplate", void 0);
618
+ ScheduleComponent = __decorate$2([
619
+ ComponentMixins([ComponentBase]),
620
+ __metadata$2("design:paramtypes", [ElementRef,
621
+ Renderer2,
622
+ ViewContainerRef,
623
+ Injector])
624
+ ], ScheduleComponent);
625
+ /**
626
+ * NgModule definition for the Schedule component.
627
+ */
628
+ var ScheduleModule = /** @class */ (function () {
629
+ function ScheduleModule() {
630
+ }
631
+ return ScheduleModule;
632
+ }());
633
+ ScheduleModule.decorators = [
634
+ { type: NgModule, args: [{
635
+ imports: [CommonModule],
636
+ declarations: [
637
+ ScheduleComponent,
638
+ ViewDirective,
639
+ ViewsDirective,
640
+ ResourceDirective,
641
+ ResourcesDirective,
642
+ HeaderRowDirective,
643
+ HeaderRowsDirective
644
+ ],
645
+ exports: [
646
+ ScheduleComponent,
647
+ ViewDirective,
648
+ ViewsDirective,
649
+ ResourceDirective,
650
+ ResourcesDirective,
651
+ HeaderRowDirective,
652
+ HeaderRowsDirective
653
+ ]
654
+ },] },
655
+ ];
656
+ /**
657
+ * @nocollapse
658
+ */
659
+ ScheduleModule.ctorParameters = function () { return []; };
660
+ var DayService = { provide: 'ScheduleDay', useValue: Day };
661
+ var WeekService = { provide: 'ScheduleWeek', useValue: Week };
662
+ var WorkWeekService = { provide: 'ScheduleWorkWeek', useValue: WorkWeek };
663
+ var MonthService = { provide: 'ScheduleMonth', useValue: Month };
664
+ var YearService = { provide: 'ScheduleYear', useValue: Year };
665
+ var AgendaService = { provide: 'ScheduleAgenda', useValue: Agenda };
666
+ var MonthAgendaService = { provide: 'ScheduleMonthAgenda', useValue: MonthAgenda };
667
+ var TimelineViewsService = { provide: 'ScheduleTimelineViews', useValue: TimelineViews };
668
+ var TimelineMonthService = { provide: 'ScheduleTimelineMonth', useValue: TimelineMonth };
669
+ var TimelineYearService = { provide: 'ScheduleTimelineYear', useValue: TimelineYear };
670
+ var ResizeService = { provide: 'ScheduleResize', useValue: Resize };
671
+ var DragAndDropService = { provide: 'ScheduleDragAndDrop', useValue: DragAndDrop };
672
+ var ExcelExportService = { provide: 'ScheduleExcelExport', useValue: ExcelExport };
673
+ var ICalendarExportService = { provide: 'ScheduleICalendarExport', useValue: ICalendarExport };
674
+ var ICalendarImportService = { provide: 'ScheduleICalendarImport', useValue: ICalendarImport };
675
+ var PrintService = { provide: 'SchedulePrint', useValue: Print };
676
+ /**
677
+ * NgModule definition for the Schedule component with providers.
678
+ */
679
+ var ScheduleAllModule = /** @class */ (function () {
680
+ function ScheduleAllModule() {
681
+ }
682
+ return ScheduleAllModule;
683
+ }());
684
+ ScheduleAllModule.decorators = [
685
+ { type: NgModule, args: [{
686
+ imports: [CommonModule, ScheduleModule],
687
+ exports: [
688
+ ScheduleModule
689
+ ],
690
+ providers: [
691
+ DayService,
692
+ WeekService,
693
+ WorkWeekService,
694
+ MonthService,
695
+ YearService,
696
+ AgendaService,
697
+ MonthAgendaService,
698
+ TimelineViewsService,
699
+ TimelineMonthService,
700
+ TimelineYearService,
701
+ ResizeService,
702
+ DragAndDropService,
703
+ ExcelExportService,
704
+ ICalendarExportService,
705
+ ICalendarImportService,
706
+ PrintService
707
+ ]
708
+ },] },
709
+ ];
710
+ /**
711
+ * @nocollapse
712
+ */
713
+ ScheduleAllModule.ctorParameters = function () { return []; };
714
+ var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
715
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
716
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
717
+ r = Reflect.decorate(decorators, target, key, desc);
718
+ else
719
+ for (var i = decorators.length - 1; i >= 0; i--)
720
+ if (d = decorators[i])
721
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
722
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
723
+ };
724
+ var __metadata$3 = (this && this.__metadata) || function (k, v) {
725
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
726
+ return Reflect.metadata(k, v);
727
+ };
728
+ var inputs$1 = ['calendarMode', 'cssClass', 'dateFormat', 'enablePersistence', 'enableRtl', 'endTypes', 'firstDayOfWeek', 'frequencies', 'locale', 'maxDate', 'minDate', 'selectedType', 'startDate', 'value'];
729
+ var outputs$4 = ['change'];
730
+ var twoWays$1 = [];
731
+ /**
732
+ * `ejs-recurrenceeditor` represents the Angular RecurrenceEditor Component.
733
+ * ```html
734
+ * <ejs-recurrenceeditor></ejs-recurrenceeditor>
735
+ * ```
736
+ */
737
+ var RecurrenceEditorComponent = /** @class */ (function (_super) {
738
+ __extends(RecurrenceEditorComponent, _super);
739
+ /**
740
+ * @param {?} ngEle
741
+ * @param {?} srenderer
742
+ * @param {?} viewContainerRef
743
+ * @param {?} injector
744
+ */
745
+ function RecurrenceEditorComponent(ngEle, srenderer, viewContainerRef, injector) {
746
+ var _this = _super.call(this) || this;
747
+ _this.ngEle = ngEle;
748
+ _this.srenderer = srenderer;
749
+ _this.viewContainerRef = viewContainerRef;
750
+ _this.injector = injector;
751
+ _this.element = _this.ngEle.nativeElement;
752
+ _this.injectedModules = _this.injectedModules || [];
753
+ _this.registerEvents(outputs$4);
754
+ _this.addTwoWay.call(_this, twoWays$1);
755
+ setValue('currentInstance', _this, _this.viewContainerRef);
756
+ _this.context = new ComponentBase();
757
+ return _this;
758
+ }
759
+ /**
760
+ * @return {?}
761
+ */
762
+ RecurrenceEditorComponent.prototype.ngOnInit = function () {
763
+ this.context.ngOnInit(this);
764
+ };
765
+ /**
766
+ * @return {?}
767
+ */
768
+ RecurrenceEditorComponent.prototype.ngAfterViewInit = function () {
769
+ this.context.ngAfterViewInit(this);
770
+ };
771
+ /**
772
+ * @return {?}
773
+ */
774
+ RecurrenceEditorComponent.prototype.ngOnDestroy = function () {
775
+ this.context.ngOnDestroy(this);
776
+ };
777
+ /**
778
+ * @return {?}
779
+ */
780
+ RecurrenceEditorComponent.prototype.ngAfterContentChecked = function () {
781
+ this.context.ngAfterContentChecked(this);
782
+ };
783
+ return RecurrenceEditorComponent;
784
+ }(RecurrenceEditor));
785
+ RecurrenceEditorComponent.decorators = [
786
+ { type: Component, args: [{
787
+ selector: 'ejs-recurrenceeditor',
788
+ inputs: inputs$1,
789
+ outputs: outputs$4,
790
+ template: '',
791
+ changeDetection: ChangeDetectionStrategy.OnPush,
792
+ queries: {}
793
+ },] },
794
+ ];
795
+ /**
796
+ * @nocollapse
797
+ */
798
+ RecurrenceEditorComponent.ctorParameters = function () { return [
799
+ { type: ElementRef, },
800
+ { type: Renderer2, },
801
+ { type: ViewContainerRef, },
802
+ { type: Injector, },
803
+ ]; };
804
+ RecurrenceEditorComponent = __decorate$3([
805
+ ComponentMixins([ComponentBase]),
806
+ __metadata$3("design:paramtypes", [ElementRef,
807
+ Renderer2,
808
+ ViewContainerRef,
809
+ Injector])
810
+ ], RecurrenceEditorComponent);
811
+ /**
812
+ * NgModule definition for the RecurrenceEditor component.
813
+ */
814
+ var RecurrenceEditorModule = /** @class */ (function () {
815
+ function RecurrenceEditorModule() {
816
+ }
817
+ return RecurrenceEditorModule;
818
+ }());
819
+ RecurrenceEditorModule.decorators = [
820
+ { type: NgModule, args: [{
821
+ imports: [CommonModule],
822
+ declarations: [
823
+ RecurrenceEditorComponent
824
+ ],
825
+ exports: [
826
+ RecurrenceEditorComponent
827
+ ]
828
+ },] },
829
+ ];
830
+ /**
831
+ * @nocollapse
832
+ */
833
+ RecurrenceEditorModule.ctorParameters = function () { return []; };
834
+ /**
835
+ * NgModule definition for the RecurrenceEditor component with providers.
836
+ */
837
+ var RecurrenceEditorAllModule = /** @class */ (function () {
838
+ function RecurrenceEditorAllModule() {
839
+ }
840
+ return RecurrenceEditorAllModule;
841
+ }());
842
+ RecurrenceEditorAllModule.decorators = [
843
+ { type: NgModule, args: [{
844
+ imports: [CommonModule, RecurrenceEditorModule],
845
+ exports: [
846
+ RecurrenceEditorModule
847
+ ],
848
+ providers: []
849
+ },] },
850
+ ];
851
+ /**
852
+ * @nocollapse
853
+ */
854
+ RecurrenceEditorAllModule.ctorParameters = function () { return []; };
855
+ /**
856
+ * Generated bundle index. Do not edit.
857
+ */
858
+ export { ViewDirective, ViewsDirective, ResourceDirective, ResourcesDirective, HeaderRowDirective, HeaderRowsDirective, ScheduleComponent, ScheduleModule, ScheduleAllModule, DayService, WeekService, WorkWeekService, MonthService, YearService, AgendaService, MonthAgendaService, TimelineViewsService, TimelineMonthService, TimelineYearService, ResizeService, DragAndDropService, ExcelExportService, ICalendarExportService, ICalendarImportService, PrintService, RecurrenceEditorComponent, RecurrenceEditorModule, RecurrenceEditorAllModule, inputs$1 as ɵc, outputs$4 as ɵd, inputs as ɵa, outputs$3 as ɵb };
859
+ export { Schedule, cellClick, cellDoubleClick, moreEventsClick, select, hover, actionBegin, actionComplete, actionFailure, navigating, renderCell, eventClick, eventDoubleClick, eventRendered, dataBinding, dataBound, popupOpen, popupClose, dragStart, drag, dragStop, resizeStart, resizing, resizeStop, inlineClick, cellSelect, virtualScrollStart, virtualScrollStop, initialLoad, initialEnd, print, dataReady, eventsLoaded, contentReady, scroll, virtualScroll, scrollUiUpdate, uiUpdate, documentClick, cellMouseDown, WEEK_LENGTH, DEFAULT_WEEKS, MS_PER_DAY, MS_PER_MINUTE, getElementHeightFromClass, getElementWidthFromClass, getTranslateY, getTranslateX, getWeekFirstDate, getWeekLastDate, firstDateOfMonth, lastDateOfMonth, getWeekNumber, getWeekMiddleDate, setTime, resetTime, getDateInMs, getDateCount, addDays, addMonths, addYears, getStartEndHours, getMaxDays, getDaysCount, getDateFromString, getScrollBarWidth, resetScrollbarWidth, findIndexInData, getOuterHeight, removeChildren, isDaylightSavingTime, getUniversalTime, isMobile, isIPadDevice, capitalizeFirstWord, Resize, DragAndDrop, HeaderRenderer, ViewBase, Day, Week, WorkWeek, Month, Year, Agenda, MonthAgenda, TimelineViews, TimelineMonth, TimelineYear, Timezone, timezoneData, ICalendarExport, ICalendarImport, ExcelExport, Print, RecurrenceEditor, generateSummary, generate, getDateFromRecurrenceDateString, extractObjectFromRule, getCalendarUtil, getRecurrenceStringFromDate, Gregorian, Islamic } from '@syncfusion/ej2-schedule';
860
+ //# sourceMappingURL=ej2-angular-schedule.es5.js.map