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