@progress/kendo-angular-scheduler 14.4.0-develop.9 → 15.0.0-develop.1

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 (44) hide show
  1. package/NOTICE.txt +146 -593
  2. package/editing/date-time-picker.component.d.ts +4 -0
  3. package/editing/recurrence/recurrence-end-rule-editor.component.d.ts +3 -3
  4. package/editing/recurrence/recurrence-interval-editor.component.d.ts +3 -3
  5. package/editing/recurrence/recurrence-monthly-yearly-editor.component.d.ts +3 -3
  6. package/esm2020/editing/date-time-picker.component.mjs +62 -8
  7. package/esm2020/editing/recurrence/recurrence-end-rule-editor.component.mjs +35 -9
  8. package/esm2020/editing/recurrence/recurrence-interval-editor.component.mjs +19 -7
  9. package/esm2020/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs +19 -7
  10. package/esm2020/editing/resource-multiple-editor.component.mjs +1 -1
  11. package/esm2020/editing/timezone-editor.component.mjs +1 -1
  12. package/esm2020/index.mjs +1 -0
  13. package/esm2020/localization/messages.mjs +35 -1
  14. package/esm2020/navigation/shortcuts.directive.mjs +9 -0
  15. package/esm2020/package-metadata.mjs +2 -2
  16. package/esm2020/scheduler.component.mjs +200 -98
  17. package/esm2020/scheduler.module.mjs +8 -1
  18. package/esm2020/toolbar/navigation.component.mjs +9 -1
  19. package/esm2020/toolbar/toolbar.component.mjs +25 -3
  20. package/esm2020/views/timeline/timeline-month-view.component.mjs +13 -5
  21. package/esm2020/views/timeline/timeline-view.component.mjs +13 -5
  22. package/esm2020/views/timeline/timeline-week-view.component.mjs +12 -5
  23. package/esm2020/views/year/utils.mjs +60 -0
  24. package/esm2020/views/year/year-view-internal.component.mjs +418 -0
  25. package/esm2020/views/year/year-view.component.mjs +115 -0
  26. package/esm2020/views/year/year-view.module.mjs +47 -0
  27. package/fesm2015/progress-kendo-angular-scheduler.mjs +1043 -157
  28. package/fesm2020/progress-kendo-angular-scheduler.mjs +1037 -157
  29. package/index.d.ts +1 -0
  30. package/localization/messages.d.ts +118 -50
  31. package/package.json +13 -12
  32. package/scheduler.module.d.ts +15 -13
  33. package/schematics/ngAdd/index.js +2 -2
  34. package/toolbar/navigation.component.d.ts +10 -2
  35. package/toolbar/toolbar.component.d.ts +9 -0
  36. package/types/scheduler-slot.interface.d.ts +4 -0
  37. package/types/slot-class-args.interface.d.ts +4 -0
  38. package/views/timeline/timeline-month-view.component.d.ts +4 -1
  39. package/views/timeline/timeline-view.component.d.ts +4 -1
  40. package/views/timeline/timeline-week-view.component.d.ts +3 -1
  41. package/views/year/utils.d.ts +21 -0
  42. package/views/year/year-view-internal.component.d.ts +82 -0
  43. package/views/year/year-view.component.d.ts +56 -0
  44. package/views/year/year-view.module.d.ts +19 -0
package/index.d.ts CHANGED
@@ -59,6 +59,7 @@ export { SlotSelectableDirective } from './views/common/slot-selectable.directiv
59
59
  export { AgendaViewComponent } from './views/agenda/agenda-view.component';
60
60
  export { DayViewComponent } from './views/multi-day/day-view.component';
61
61
  export { WeekViewComponent } from './views/multi-day/week-view.component';
62
+ export { YearViewComponent } from './views/year/year-view.component';
62
63
  export { CreateFormGroupArgs } from './types/create-form-group-args.interface';
63
64
  export { RecurrenceEditorComponent } from './editing/recurrence/recurrence-editor.component';
64
65
  export { BaseEditService } from './editing-directives/base-edit.service';
@@ -97,143 +97,211 @@ export declare class Messages extends ComponentMessages {
97
97
  */
98
98
  agendaViewTitle: string;
99
99
  /**
100
- * The text of the **Cancel** button displayed in the scheduler dialogs.
100
+ * The title of the **Year** view.
101
+ */
102
+ yearViewTitle: string;
103
+ /**
104
+ * The message displayed in **Year** view for any date that has no events.
105
+ */
106
+ yearViewNoEvents: string;
107
+ /**
108
+ * The text of the **Cancel** button displayed in the Scheduler dialogs.
101
109
  */
102
110
  cancel: string;
103
111
  /**
104
- * The text of the **Save** button displayed in scheduler dialogs.
112
+ * The text of the **Save** button displayed in the Scheduler dialogs.
105
113
  */
106
114
  save: string;
107
115
  /**
108
- * The text similar to 'Title' displayed in the scheduler event editor.
116
+ * The text similar to 'Title' displayed in the Scheduler event editor.
109
117
  */
110
118
  editorEventTitle: string;
111
119
  /**
112
- * The text similar to 'Start' displayed in the scheduler event editor.
120
+ * The text similar to 'Start' displayed in the Scheduler event editor.
113
121
  */
114
122
  editorEventStart: string;
115
123
  /**
116
- * The text similar to 'Start Time Zone' displayed in the scheduler event editor.
124
+ * The text similar to 'Start Time Zone' displayed in the Scheduler event editor.
117
125
  */
118
126
  editorEventStartTimeZone: string;
119
127
  /**
120
- * The text similar to 'End' displayed in the scheduler event editor.
128
+ * The text similar to 'End' displayed in the Scheduler event editor.
121
129
  */
122
130
  editorEventEnd: string;
123
131
  /**
124
- * The text similar to 'End Time Zone' displayed in the scheduler event editor.
132
+ * The text similar to 'End Time Zone' displayed in the Scheduler event editor.
125
133
  */
126
134
  editorEventEndTimeZone: string;
127
135
  /**
128
- * The text similar to 'All Day Event' displayed in the scheduler event editor.
136
+ * The text similar to 'All Day Event' displayed in the Scheduler event editor.
129
137
  */
130
138
  editorEventAllDay: string;
131
139
  /**
132
- * The text similar to 'Description' displayed in the scheduler event editor.
140
+ * The text similar to 'Description' displayed in the Scheduler event editor.
133
141
  */
134
142
  editorEventDescription: string;
135
143
  /**
136
- * The text similar to 'Use separate Start and End Time Zones' displayed in the scheduler event editor.
144
+ * The text similar to 'Use separate Start and End Time Zones' displayed in the Scheduler event editor.
137
145
  */
138
146
  editorEventSeparateTimeZones: string;
139
147
  /**
140
- * The text similar to 'Time Zone' displayed in the scheduler event editor.
148
+ * The text similar to 'Time Zone' displayed in the Scheduler event editor.
141
149
  */
142
150
  editorEventTimeZone: string;
143
151
  /**
144
- * The text similar to 'Repeat' displayed in the scheduler recurrence editor.
152
+ * The **Today** button text in the popup of the DateTimePickers and DatePickers in the Scheduler event editor.
153
+ */
154
+ editorDateInputsToday: string;
155
+ /**
156
+ * The title of the **Toggle** button in the popup of the DateTimePickers and DatePickers in the Scheduler event editor.
157
+ */
158
+ editorDateInputsToggle: string;
159
+ /**
160
+ * The title of the **Parent View** button in the popup of the DateTimePickers and DatePickers in the Scheduler event editor.
161
+ */
162
+ editorDateInputsParentViewButton: string;
163
+ /**
164
+ * The text of the **Now** button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor.
165
+ */
166
+ editorDateInputsNow: string;
167
+ /**
168
+ * The label of the **Now** button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor.
169
+ */
170
+ editorDateInputsNowLabel: string;
171
+ /**
172
+ * The text of the **Accept** button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor.
173
+ */
174
+ editorDateInputsAccept: string;
175
+ /**
176
+ * The label of the **Accept** button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor.
177
+ */
178
+ editorDateInputsAcceptLabel: string;
179
+ /**
180
+ * The text of the **Cancel** button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor.
181
+ */
182
+ editorDateInputsCancel: string;
183
+ /**
184
+ * The label of the **Cancel** button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor.
185
+ */
186
+ editorDateInputsCancelLabel: string;
187
+ /**
188
+ * The text of the **Date** tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor.
189
+ */
190
+ editorDateInputsDateTab: string;
191
+ /**
192
+ * The label of the **Date** tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor.
193
+ */
194
+ editorDateInputsDateTabLabel: string;
195
+ /**
196
+ * The text of the **Time** tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor.
197
+ */
198
+ editorDateInputsTimeTab: string;
199
+ /**
200
+ * The label of the **Time** tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor.
201
+ */
202
+ editorDateInputsTimeTabLabel: string;
203
+ /**
204
+ * The title of the **Increment** button of the NumericTextBox in the Scheduler recurrence editor.
205
+ */
206
+ recurrenceEditorNumericIncrement: string;
207
+ /**
208
+ * The title of the **Decrement** button of the NumericTextBox in the Scheduler recurrence editor.
209
+ */
210
+ recurrenceEditorNumericDecrement: string;
211
+ /**
212
+ * The text similar to 'Repeat' displayed in the Scheduler recurrence editor.
145
213
  */
146
214
  recurrenceEditorRepeat: string;
147
215
  /**
148
- * The text similar to 'day(s)' displayed in the scheduler recurrence editor.
216
+ * The text similar to 'day(s)' displayed in the Scheduler recurrence editor.
149
217
  */
150
218
  recurrenceEditorDailyInterval: string;
151
219
  /**
152
- * The text similar to 'Repeat every' displayed in the scheduler recurrence editor.
220
+ * The text similar to 'Repeat every' displayed in the Scheduler recurrence editor.
153
221
  */
154
222
  recurrenceEditorDailyRepeatEvery: string;
155
223
  /**
156
- * The text similar to 'week(s)' displayed in the scheduler recurrence editor.
224
+ * The text similar to 'week(s)' displayed in the Scheduler recurrence editor.
157
225
  */
158
226
  recurrenceEditorWeeklyInterval: string;
159
227
  /**
160
- * The text similar to 'Repeat every' displayed in the scheduler recurrence editor.
228
+ * The text similar to 'Repeat every' displayed in the Scheduler recurrence editor.
161
229
  */
162
230
  recurrenceEditorWeeklyRepeatEvery: string;
163
231
  /**
164
- * The text similar to 'Repeat on' displayed in the scheduler recurrence editor.
232
+ * The text similar to 'Repeat on' displayed in the Scheduler recurrence editor.
165
233
  */
166
234
  recurrenceEditorWeeklyRepeatOn: string;
167
235
  /**
168
- * The text similar to 'Day' displayed in the scheduler recurrence editor.
236
+ * The text similar to 'Day' displayed in the Scheduler recurrence editor.
169
237
  */
170
238
  recurrenceEditorMonthlyDay: string;
171
239
  /**
172
- * The text similar to 'month(s)' displayed in the scheduler recurrence editor.
240
+ * The text similar to 'month(s)' displayed in the Scheduler recurrence editor.
173
241
  */
174
242
  recurrenceEditorMonthlyInterval: string;
175
243
  /**
176
- * The text similar to 'Repeat every' displayed in the scheduler recurrence editor.
244
+ * The text similar to 'Repeat every' displayed in the Scheduler recurrence editor.
177
245
  */
178
246
  recurrenceEditorMonthlyRepeatEvery: string;
179
247
  /**
180
- * The text similar to 'Repeat on' displayed in the scheduler recurrence editor.
248
+ * The text similar to 'Repeat on' displayed in the Scheduler recurrence editor.
181
249
  */
182
250
  recurrenceEditorMonthlyRepeatOn: string;
183
251
  /**
184
- * The text similar to 'of' displayed in the scheduler recurrence editor.
252
+ * The text similar to 'of' displayed in the Scheduler recurrence editor.
185
253
  */
186
254
  recurrenceEditorYearlyOf: string;
187
255
  /**
188
- * The text similar to 'Repeat every' displayed in the scheduler recurrence editor.
256
+ * The text similar to 'Repeat every' displayed in the Scheduler recurrence editor.
189
257
  */
190
258
  recurrenceEditorYearlyRepeatEvery: string;
191
259
  /**
192
- * The text similar to 'Repeat on' displayed in the scheduler recurrence editor.
260
+ * The text similar to 'Repeat on' displayed in the Scheduler recurrence editor.
193
261
  */
194
262
  recurrenceEditorYearlyRepeatOn: string;
195
263
  /**
196
- * The text similar to 'year(s)' displayed in the scheduler recurrence editor.
264
+ * The text similar to 'year(s)' displayed in the Scheduler recurrence editor.
197
265
  */
198
266
  recurrenceEditorYearlyInterval: string;
199
267
  /**
200
- * The text similar to 'Daily' displayed in the scheduler recurrence editor.
268
+ * The text similar to 'Daily' displayed in the Scheduler recurrence editor.
201
269
  */
202
270
  recurrenceEditorFrequenciesDaily: string;
203
271
  /**
204
- * The text similar to 'Monthly' displayed in the scheduler recurrence editor.
272
+ * The text similar to 'Monthly' displayed in the Scheduler recurrence editor.
205
273
  */
206
274
  recurrenceEditorFrequenciesMonthly: string;
207
275
  /**
208
- * The text similar to 'Never' displayed in the scheduler recurrence editor.
276
+ * The text similar to 'Never' displayed in the Scheduler recurrence editor.
209
277
  */
210
278
  recurrenceEditorFrequenciesNever: string;
211
279
  /**
212
- * The text similar to 'Weekly' displayed in the scheduler recurrence editor.
280
+ * The text similar to 'Weekly' displayed in the Scheduler recurrence editor.
213
281
  */
214
282
  recurrenceEditorFrequenciesWeekly: string;
215
283
  /**
216
- * The text similar to 'Yearly' displayed in the scheduler recurrence editor.
284
+ * The text similar to 'Yearly' displayed in the Scheduler recurrence editor.
217
285
  */
218
286
  recurrenceEditorFrequenciesYearly: string;
219
287
  /**
220
- * The text similar to 'First' displayed in the scheduler recurrence editor.
288
+ * The text similar to 'First' displayed in the Scheduler recurrence editor.
221
289
  */
222
290
  recurrenceEditorOffsetPositionsFirst: string;
223
291
  /**
224
- * The text similar to 'Second' displayed in the scheduler recurrence editor.
292
+ * The text similar to 'Second' displayed in the Scheduler recurrence editor.
225
293
  */
226
294
  recurrenceEditorOffsetPositionsSecond: string;
227
295
  /**
228
- * The text similar to 'Third' displayed in the scheduler recurrence editor.
296
+ * The text similar to 'Third' displayed in the Scheduler recurrence editor.
229
297
  */
230
298
  recurrenceEditorOffsetPositionsThird: string;
231
299
  /**
232
- * The text similar to 'Fourth' displayed in the scheduler recurrence editor.
300
+ * The text similar to 'Fourth' displayed in the Scheduler recurrence editor.
233
301
  */
234
302
  recurrenceEditorOffsetPositionsFourth: string;
235
303
  /**
236
- * The text similar to 'Last' displayed in the scheduler recurrence editor.
304
+ * The text similar to 'Last' displayed in the Scheduler recurrence editor.
237
305
  */
238
306
  recurrenceEditorOffsetPositionsLast: string;
239
307
  /**
@@ -249,59 +317,59 @@ export declare class Messages extends ComponentMessages {
249
317
  */
250
318
  recurrenceEditorWeekdaysWeekendday: string;
251
319
  /**
252
- * The text similar to 'After' displayed in the scheduler recurrence editor.
320
+ * The text similar to 'After' displayed in the Scheduler recurrence editor.
253
321
  */
254
322
  recurrenceEditorEndAfter: string;
255
323
  /**
256
- * The text similar to 'occurrence(s)' displayed in the scheduler recurrence editor.
324
+ * The text similar to 'occurrence(s)' displayed in the Scheduler recurrence editor.
257
325
  */
258
326
  recurrenceEditorEndOccurrence: string;
259
327
  /**
260
- * The text similar to 'End' displayed in the scheduler recurrence editor.
328
+ * The text similar to 'End' displayed in the Scheduler recurrence editor.
261
329
  */
262
330
  recurrenceEditorEndLabel: string;
263
331
  /**
264
- * The text similar to 'Never' displayed in the scheduler recurrence editor.
332
+ * The text similar to 'Never' displayed in the Scheduler recurrence editor.
265
333
  */
266
334
  recurrenceEditorEndNever: string;
267
335
  /**
268
- * The text similar to 'On' displayed in the scheduler recurrence editor.
336
+ * The text similar to 'On' displayed in the Scheduler recurrence editor.
269
337
  */
270
338
  recurrenceEditorEndOn: string;
271
339
  /**
272
- * The text similar to **Event** displayed as title of the scheduler event editor.
340
+ * The text similar to **Event** displayed as title of the Scheduler event editor.
273
341
  */
274
342
  editorTitle: string;
275
343
  /**
276
- * The text of the **Delete** button displayed in the scheduler remove confirmation dialog.
344
+ * The text of the **Delete** button displayed in the Scheduler remove confirmation dialog.
277
345
  */
278
346
  destroy: string;
279
347
  /**
280
- * The text similar to **Are you sure you want to delete this event?** displayed in scheduler remove confirmation dialog.
348
+ * The text similar to **Are you sure you want to delete this event?** displayed in Scheduler remove confirmation dialog.
281
349
  */
282
350
  deleteConfirmation: string;
283
351
  /**
284
- * The text similar to **Do you want to edit only this event occurrence or the whole series?** displayed in the scheduler recurring confirmation dialog.
352
+ * The text similar to **Do you want to edit only this event occurrence or the whole series?** displayed in the Scheduler recurring confirmation dialog.
285
353
  */
286
354
  editRecurringConfirmation: string;
287
355
  /**
288
- * The text of the **Edit current occurrence** button displayed in the scheduler recurring confirmation dialog.
356
+ * The text of the **Edit current occurrence** button displayed in the Scheduler recurring confirmation dialog.
289
357
  */
290
358
  editOccurrence: string;
291
359
  /**
292
- * The text of the **Edit the series** button displayed in the scheduler recurring confirmation dialog.
360
+ * The text of the **Edit the series** button displayed in the Scheduler recurring confirmation dialog.
293
361
  */
294
362
  editSeries: string;
295
363
  /**
296
- * The text similar to **Do you want to delete only this event occurrence or the whole series?** displayed in the scheduler recurring confirmation dialog.
364
+ * The text similar to **Do you want to delete only this event occurrence or the whole series?** displayed in the Scheduler recurring confirmation dialog.
297
365
  */
298
366
  deleteRecurringConfirmation: string;
299
367
  /**
300
- * The text of the **Delete current occurrence** button displayed in the scheduler recurring confirmation dialog.
368
+ * The text of the **Delete current occurrence** button displayed in the Scheduler recurring confirmation dialog.
301
369
  */
302
370
  deleteOccurrence: string;
303
371
  /**
304
- * The text similar of the **Delete the series** button displayed in the scheduler recurring confirmation dialog.
372
+ * The text similar of the **Delete the series** button displayed in the Scheduler recurring confirmation dialog.
305
373
  */
306
374
  deleteSeries: string;
307
375
  /**
@@ -321,5 +389,5 @@ export declare class Messages extends ComponentMessages {
321
389
  */
322
390
  selectView: string;
323
391
  static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>;
324
- static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, never, never, { "allEvents": "allEvents"; "allDay": "allDay"; "dateHeader": "dateHeader"; "timeHeader": "timeHeader"; "eventHeader": "eventHeader"; "deleteTitle": "deleteTitle"; "nextTitle": "nextTitle"; "previousTitle": "previousTitle"; "today": "today"; "calendarToday": "calendarToday"; "showFullDay": "showFullDay"; "showWorkDay": "showWorkDay"; "dayViewTitle": "dayViewTitle"; "multiDayViewTitle": "multiDayViewTitle"; "weekViewTitle": "weekViewTitle"; "workWeekViewTitle": "workWeekViewTitle"; "monthViewTitle": "monthViewTitle"; "multiWeekViewTitle": "multiWeekViewTitle"; "timelineViewTitle": "timelineViewTitle"; "timelineWeekViewTitle": "timelineWeekViewTitle"; "timelineMonthViewTitle": "timelineMonthViewTitle"; "agendaViewTitle": "agendaViewTitle"; "cancel": "cancel"; "save": "save"; "editorEventTitle": "editorEventTitle"; "editorEventStart": "editorEventStart"; "editorEventStartTimeZone": "editorEventStartTimeZone"; "editorEventEnd": "editorEventEnd"; "editorEventEndTimeZone": "editorEventEndTimeZone"; "editorEventAllDay": "editorEventAllDay"; "editorEventDescription": "editorEventDescription"; "editorEventSeparateTimeZones": "editorEventSeparateTimeZones"; "editorEventTimeZone": "editorEventTimeZone"; "recurrenceEditorRepeat": "recurrenceEditorRepeat"; "recurrenceEditorDailyInterval": "recurrenceEditorDailyInterval"; "recurrenceEditorDailyRepeatEvery": "recurrenceEditorDailyRepeatEvery"; "recurrenceEditorWeeklyInterval": "recurrenceEditorWeeklyInterval"; "recurrenceEditorWeeklyRepeatEvery": "recurrenceEditorWeeklyRepeatEvery"; "recurrenceEditorWeeklyRepeatOn": "recurrenceEditorWeeklyRepeatOn"; "recurrenceEditorMonthlyDay": "recurrenceEditorMonthlyDay"; "recurrenceEditorMonthlyInterval": "recurrenceEditorMonthlyInterval"; "recurrenceEditorMonthlyRepeatEvery": "recurrenceEditorMonthlyRepeatEvery"; "recurrenceEditorMonthlyRepeatOn": "recurrenceEditorMonthlyRepeatOn"; "recurrenceEditorYearlyOf": "recurrenceEditorYearlyOf"; "recurrenceEditorYearlyRepeatEvery": "recurrenceEditorYearlyRepeatEvery"; "recurrenceEditorYearlyRepeatOn": "recurrenceEditorYearlyRepeatOn"; "recurrenceEditorYearlyInterval": "recurrenceEditorYearlyInterval"; "recurrenceEditorFrequenciesDaily": "recurrenceEditorFrequenciesDaily"; "recurrenceEditorFrequenciesMonthly": "recurrenceEditorFrequenciesMonthly"; "recurrenceEditorFrequenciesNever": "recurrenceEditorFrequenciesNever"; "recurrenceEditorFrequenciesWeekly": "recurrenceEditorFrequenciesWeekly"; "recurrenceEditorFrequenciesYearly": "recurrenceEditorFrequenciesYearly"; "recurrenceEditorOffsetPositionsFirst": "recurrenceEditorOffsetPositionsFirst"; "recurrenceEditorOffsetPositionsSecond": "recurrenceEditorOffsetPositionsSecond"; "recurrenceEditorOffsetPositionsThird": "recurrenceEditorOffsetPositionsThird"; "recurrenceEditorOffsetPositionsFourth": "recurrenceEditorOffsetPositionsFourth"; "recurrenceEditorOffsetPositionsLast": "recurrenceEditorOffsetPositionsLast"; "recurrenceEditorWeekdaysDay": "recurrenceEditorWeekdaysDay"; "recurrenceEditorWeekdaysWeekday": "recurrenceEditorWeekdaysWeekday"; "recurrenceEditorWeekdaysWeekendday": "recurrenceEditorWeekdaysWeekendday"; "recurrenceEditorEndAfter": "recurrenceEditorEndAfter"; "recurrenceEditorEndOccurrence": "recurrenceEditorEndOccurrence"; "recurrenceEditorEndLabel": "recurrenceEditorEndLabel"; "recurrenceEditorEndNever": "recurrenceEditorEndNever"; "recurrenceEditorEndOn": "recurrenceEditorEndOn"; "editorTitle": "editorTitle"; "destroy": "destroy"; "deleteConfirmation": "deleteConfirmation"; "editRecurringConfirmation": "editRecurringConfirmation"; "editOccurrence": "editOccurrence"; "editSeries": "editSeries"; "deleteRecurringConfirmation": "deleteRecurringConfirmation"; "deleteOccurrence": "deleteOccurrence"; "deleteSeries": "deleteSeries"; "deleteDialogTitle": "deleteDialogTitle"; "deleteRecurringDialogTitle": "deleteRecurringDialogTitle"; "editRecurringDialogTitle": "editRecurringDialogTitle"; "selectView": "selectView"; }, {}, never>;
392
+ static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, never, never, { "allEvents": "allEvents"; "allDay": "allDay"; "dateHeader": "dateHeader"; "timeHeader": "timeHeader"; "eventHeader": "eventHeader"; "deleteTitle": "deleteTitle"; "nextTitle": "nextTitle"; "previousTitle": "previousTitle"; "today": "today"; "calendarToday": "calendarToday"; "showFullDay": "showFullDay"; "showWorkDay": "showWorkDay"; "dayViewTitle": "dayViewTitle"; "multiDayViewTitle": "multiDayViewTitle"; "weekViewTitle": "weekViewTitle"; "workWeekViewTitle": "workWeekViewTitle"; "monthViewTitle": "monthViewTitle"; "multiWeekViewTitle": "multiWeekViewTitle"; "timelineViewTitle": "timelineViewTitle"; "timelineWeekViewTitle": "timelineWeekViewTitle"; "timelineMonthViewTitle": "timelineMonthViewTitle"; "agendaViewTitle": "agendaViewTitle"; "yearViewTitle": "yearViewTitle"; "yearViewNoEvents": "yearViewNoEvents"; "cancel": "cancel"; "save": "save"; "editorEventTitle": "editorEventTitle"; "editorEventStart": "editorEventStart"; "editorEventStartTimeZone": "editorEventStartTimeZone"; "editorEventEnd": "editorEventEnd"; "editorEventEndTimeZone": "editorEventEndTimeZone"; "editorEventAllDay": "editorEventAllDay"; "editorEventDescription": "editorEventDescription"; "editorEventSeparateTimeZones": "editorEventSeparateTimeZones"; "editorEventTimeZone": "editorEventTimeZone"; "editorDateInputsToday": "editorDateInputsToday"; "editorDateInputsToggle": "editorDateInputsToggle"; "editorDateInputsParentViewButton": "editorDateInputsParentViewButton"; "editorDateInputsNow": "editorDateInputsNow"; "editorDateInputsNowLabel": "editorDateInputsNowLabel"; "editorDateInputsAccept": "editorDateInputsAccept"; "editorDateInputsAcceptLabel": "editorDateInputsAcceptLabel"; "editorDateInputsCancel": "editorDateInputsCancel"; "editorDateInputsCancelLabel": "editorDateInputsCancelLabel"; "editorDateInputsDateTab": "editorDateInputsDateTab"; "editorDateInputsDateTabLabel": "editorDateInputsDateTabLabel"; "editorDateInputsTimeTab": "editorDateInputsTimeTab"; "editorDateInputsTimeTabLabel": "editorDateInputsTimeTabLabel"; "recurrenceEditorNumericIncrement": "recurrenceEditorNumericIncrement"; "recurrenceEditorNumericDecrement": "recurrenceEditorNumericDecrement"; "recurrenceEditorRepeat": "recurrenceEditorRepeat"; "recurrenceEditorDailyInterval": "recurrenceEditorDailyInterval"; "recurrenceEditorDailyRepeatEvery": "recurrenceEditorDailyRepeatEvery"; "recurrenceEditorWeeklyInterval": "recurrenceEditorWeeklyInterval"; "recurrenceEditorWeeklyRepeatEvery": "recurrenceEditorWeeklyRepeatEvery"; "recurrenceEditorWeeklyRepeatOn": "recurrenceEditorWeeklyRepeatOn"; "recurrenceEditorMonthlyDay": "recurrenceEditorMonthlyDay"; "recurrenceEditorMonthlyInterval": "recurrenceEditorMonthlyInterval"; "recurrenceEditorMonthlyRepeatEvery": "recurrenceEditorMonthlyRepeatEvery"; "recurrenceEditorMonthlyRepeatOn": "recurrenceEditorMonthlyRepeatOn"; "recurrenceEditorYearlyOf": "recurrenceEditorYearlyOf"; "recurrenceEditorYearlyRepeatEvery": "recurrenceEditorYearlyRepeatEvery"; "recurrenceEditorYearlyRepeatOn": "recurrenceEditorYearlyRepeatOn"; "recurrenceEditorYearlyInterval": "recurrenceEditorYearlyInterval"; "recurrenceEditorFrequenciesDaily": "recurrenceEditorFrequenciesDaily"; "recurrenceEditorFrequenciesMonthly": "recurrenceEditorFrequenciesMonthly"; "recurrenceEditorFrequenciesNever": "recurrenceEditorFrequenciesNever"; "recurrenceEditorFrequenciesWeekly": "recurrenceEditorFrequenciesWeekly"; "recurrenceEditorFrequenciesYearly": "recurrenceEditorFrequenciesYearly"; "recurrenceEditorOffsetPositionsFirst": "recurrenceEditorOffsetPositionsFirst"; "recurrenceEditorOffsetPositionsSecond": "recurrenceEditorOffsetPositionsSecond"; "recurrenceEditorOffsetPositionsThird": "recurrenceEditorOffsetPositionsThird"; "recurrenceEditorOffsetPositionsFourth": "recurrenceEditorOffsetPositionsFourth"; "recurrenceEditorOffsetPositionsLast": "recurrenceEditorOffsetPositionsLast"; "recurrenceEditorWeekdaysDay": "recurrenceEditorWeekdaysDay"; "recurrenceEditorWeekdaysWeekday": "recurrenceEditorWeekdaysWeekday"; "recurrenceEditorWeekdaysWeekendday": "recurrenceEditorWeekdaysWeekendday"; "recurrenceEditorEndAfter": "recurrenceEditorEndAfter"; "recurrenceEditorEndOccurrence": "recurrenceEditorEndOccurrence"; "recurrenceEditorEndLabel": "recurrenceEditorEndLabel"; "recurrenceEditorEndNever": "recurrenceEditorEndNever"; "recurrenceEditorEndOn": "recurrenceEditorEndOn"; "editorTitle": "editorTitle"; "destroy": "destroy"; "deleteConfirmation": "deleteConfirmation"; "editRecurringConfirmation": "editRecurringConfirmation"; "editOccurrence": "editOccurrence"; "editSeries": "editSeries"; "deleteRecurringConfirmation": "deleteRecurringConfirmation"; "deleteOccurrence": "deleteOccurrence"; "deleteSeries": "deleteSeries"; "deleteDialogTitle": "deleteDialogTitle"; "deleteRecurringDialogTitle": "deleteRecurringDialogTitle"; "editRecurringDialogTitle": "editRecurringDialogTitle"; "selectView": "selectView"; }, {}, never>;
325
393
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-scheduler",
3
- "version": "14.4.0-develop.9",
3
+ "version": "15.0.0-develop.1",
4
4
  "description": "Kendo UI Scheduler Angular - Outlook or Google-style angular scheduler calendar. Full-featured and customizable embedded scheduling from the creator developers trust for professional UI components.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -26,21 +26,22 @@
26
26
  "@progress/kendo-data-query": "^1.0.0",
27
27
  "@progress/kendo-drawing": "^1.19.0",
28
28
  "@progress/kendo-licensing": "^1.0.2",
29
- "@progress/kendo-angular-buttons": "14.4.0-develop.9",
30
- "@progress/kendo-angular-common": "14.4.0-develop.9",
31
- "@progress/kendo-angular-dateinputs": "14.4.0-develop.9",
32
- "@progress/kendo-angular-dialog": "14.4.0-develop.9",
33
- "@progress/kendo-angular-dropdowns": "14.4.0-develop.9",
34
- "@progress/kendo-angular-icons": "14.4.0-develop.9",
35
- "@progress/kendo-angular-inputs": "14.4.0-develop.9",
36
- "@progress/kendo-angular-intl": "14.4.0-develop.9",
37
- "@progress/kendo-angular-l10n": "14.4.0-develop.9",
38
- "@progress/kendo-angular-popup": "14.4.0-develop.9",
29
+ "@progress/kendo-angular-tooltip": "15.0.0-develop.1",
30
+ "@progress/kendo-angular-buttons": "15.0.0-develop.1",
31
+ "@progress/kendo-angular-common": "15.0.0-develop.1",
32
+ "@progress/kendo-angular-dateinputs": "15.0.0-develop.1",
33
+ "@progress/kendo-angular-dialog": "15.0.0-develop.1",
34
+ "@progress/kendo-angular-dropdowns": "15.0.0-develop.1",
35
+ "@progress/kendo-angular-icons": "15.0.0-develop.1",
36
+ "@progress/kendo-angular-inputs": "15.0.0-develop.1",
37
+ "@progress/kendo-angular-intl": "15.0.0-develop.1",
38
+ "@progress/kendo-angular-l10n": "15.0.0-develop.1",
39
+ "@progress/kendo-angular-popup": "15.0.0-develop.1",
39
40
  "rxjs": "^6.5.3 || ^7.0.0"
40
41
  },
41
42
  "dependencies": {
42
43
  "tslib": "^2.3.1",
43
- "@progress/kendo-angular-schematics": "14.4.0-develop.9",
44
+ "@progress/kendo-angular-schematics": "15.0.0-develop.1",
44
45
  "@progress/kendo-date-math": "^1.3.2",
45
46
  "@progress/kendo-draggable": "^3.0.2",
46
47
  "@progress/kendo-file-saver": "^1.0.7",
@@ -47,18 +47,20 @@ import * as i41 from "./views/multi-day/multi-day-view.module";
47
47
  import * as i42 from "@progress/kendo-angular-common";
48
48
  import * as i43 from "./views/month/month-view.module";
49
49
  import * as i44 from "./views/timeline/timeline-view.module";
50
- import * as i45 from "@progress/kendo-angular-buttons";
51
- import * as i46 from "@progress/kendo-angular-inputs";
52
- import * as i47 from "@progress/kendo-angular-dateinputs";
53
- import * as i48 from "@progress/kendo-angular-dialog";
54
- import * as i49 from "@progress/kendo-angular-dropdowns";
55
- import * as i50 from "@angular/forms";
56
- import * as i51 from "./shared.module";
57
- import * as i52 from "@progress/kendo-angular-label";
58
- import * as i53 from "./views/agenda/agenda-view.component";
59
- import * as i54 from "./toolbar/navigation.component";
60
- import * as i55 from "./toolbar/toolbar-template.directive";
61
- import * as i56 from "./toolbar/view-selector.component";
50
+ import * as i45 from "./views/year/year-view.module";
51
+ import * as i46 from "@progress/kendo-angular-buttons";
52
+ import * as i47 from "@progress/kendo-angular-inputs";
53
+ import * as i48 from "@progress/kendo-angular-dateinputs";
54
+ import * as i49 from "@progress/kendo-angular-dialog";
55
+ import * as i50 from "@progress/kendo-angular-dropdowns";
56
+ import * as i51 from "@angular/forms";
57
+ import * as i52 from "./shared.module";
58
+ import * as i53 from "@progress/kendo-angular-label";
59
+ import * as i54 from "./views/agenda/agenda-view.component";
60
+ import * as i55 from "./views/year/year-view.component";
61
+ import * as i56 from "./toolbar/navigation.component";
62
+ import * as i57 from "./toolbar/toolbar-template.directive";
63
+ import * as i58 from "./toolbar/view-selector.component";
62
64
  /**
63
65
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
64
66
  * definition for the Scheduler component.
@@ -80,6 +82,6 @@ import * as i56 from "./toolbar/view-selector.component";
80
82
  */
81
83
  export declare class SchedulerModule {
82
84
  static ɵfac: i0.ɵɵFactoryDeclaration<SchedulerModule, never>;
83
- static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulerModule, [typeof i1.SchedulerComponent, typeof i2.SchedulerViewDirective, typeof i3.DataBindingDirective, typeof i4.ShortcutsDirective, typeof i5.ReactiveEditingDirective, typeof i6.SlotSelectableDirective, typeof i7.SchedulerDateTimePickerComponent, typeof i8.RecurrenceEditorComponent, typeof i9.RecurrenceEndRuleEditorComponent, typeof i10.RecurrenceFrequencyEditorComponent, typeof i11.RecurrenceIntervalEditorComponent, typeof i12.RecurrenceMonthlyYearlyEditorComponent, typeof i13.RecurrenceWeekdayRuleEditorComponent, typeof i14.EndRuleRadioButtonDirective, typeof i15.RepeatOnRadioButtonDirective, typeof i16.MultipleResourceEditorComponent, typeof i17.SingleResourceEditorComponent, typeof i18.TimeZoneEditorComponent, typeof i19.EditDialogComponent, typeof i20.SchedulerCustomMessagesComponent, typeof i21.LocalizedMessagesDirective, typeof i22.RecurrenceEditorCustomMessagesComponent, typeof i23.RecurrenceEditorLocalizedMessagesDirective, typeof i24.LoadingComponent, typeof i25.AgendaDateTemplateDirective, typeof i26.AgendaTimeTemplateDirective, typeof i27.AllDayEventTemplateDirective, typeof i28.AllDaySlotTemplateDirective, typeof i29.DateHeaderTemplateDirective, typeof i30.EventTemplateDirective, typeof i31.EditDialogTemplateDirective, typeof i32.GroupHeaderTemplateDirective, typeof i33.MajorTimeHeaderTemplateDirective, typeof i34.MinorTimeHeaderTemplateDirective, typeof i35.MonthDaySlotTemplateDirective, typeof i36.MultiWeekDaySlotTemplateDirective, typeof i37.TimeSlotTemplateDirective], [typeof i38.CommonModule, typeof i39.ToolbarModule, typeof i40.AgendaViewModule, typeof i41.MultiDayViewModule, typeof i42.ResizeSensorModule, typeof i43.MonthViewModule, typeof i44.TimelineViewModule, typeof i42.WatermarkModule, typeof i45.ButtonsModule, typeof i46.CheckBoxModule, typeof i46.TextAreaModule, typeof i47.DateInputsModule, typeof i48.DialogModule, typeof i46.NumericTextBoxModule, typeof i46.TextBoxModule, typeof i49.DropDownsModule, typeof i50.ReactiveFormsModule, typeof i51.SharedModule, typeof i52.LabelModule, typeof i46.FormFieldModule], [typeof i53.AgendaViewComponent, typeof i43.MonthViewModule, typeof i41.MultiDayViewModule, typeof i5.ReactiveEditingDirective, typeof i44.TimelineViewModule, typeof i54.ToolbarNavigationComponent, typeof i55.ToolbarTemplateDirective, typeof i56.ToolbarViewSelectorComponent, typeof i1.SchedulerComponent, typeof i2.SchedulerViewDirective, typeof i3.DataBindingDirective, typeof i4.ShortcutsDirective, typeof i5.ReactiveEditingDirective, typeof i6.SlotSelectableDirective, typeof i7.SchedulerDateTimePickerComponent, typeof i8.RecurrenceEditorComponent, typeof i9.RecurrenceEndRuleEditorComponent, typeof i10.RecurrenceFrequencyEditorComponent, typeof i11.RecurrenceIntervalEditorComponent, typeof i12.RecurrenceMonthlyYearlyEditorComponent, typeof i13.RecurrenceWeekdayRuleEditorComponent, typeof i14.EndRuleRadioButtonDirective, typeof i15.RepeatOnRadioButtonDirective, typeof i16.MultipleResourceEditorComponent, typeof i17.SingleResourceEditorComponent, typeof i18.TimeZoneEditorComponent, typeof i19.EditDialogComponent, typeof i20.SchedulerCustomMessagesComponent, typeof i21.LocalizedMessagesDirective, typeof i22.RecurrenceEditorCustomMessagesComponent, typeof i23.RecurrenceEditorLocalizedMessagesDirective, typeof i24.LoadingComponent, typeof i25.AgendaDateTemplateDirective, typeof i26.AgendaTimeTemplateDirective, typeof i27.AllDayEventTemplateDirective, typeof i28.AllDaySlotTemplateDirective, typeof i29.DateHeaderTemplateDirective, typeof i30.EventTemplateDirective, typeof i31.EditDialogTemplateDirective, typeof i32.GroupHeaderTemplateDirective, typeof i33.MajorTimeHeaderTemplateDirective, typeof i34.MinorTimeHeaderTemplateDirective, typeof i35.MonthDaySlotTemplateDirective, typeof i36.MultiWeekDaySlotTemplateDirective, typeof i37.TimeSlotTemplateDirective]>;
85
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulerModule, [typeof i1.SchedulerComponent, typeof i2.SchedulerViewDirective, typeof i3.DataBindingDirective, typeof i4.ShortcutsDirective, typeof i5.ReactiveEditingDirective, typeof i6.SlotSelectableDirective, typeof i7.SchedulerDateTimePickerComponent, typeof i8.RecurrenceEditorComponent, typeof i9.RecurrenceEndRuleEditorComponent, typeof i10.RecurrenceFrequencyEditorComponent, typeof i11.RecurrenceIntervalEditorComponent, typeof i12.RecurrenceMonthlyYearlyEditorComponent, typeof i13.RecurrenceWeekdayRuleEditorComponent, typeof i14.EndRuleRadioButtonDirective, typeof i15.RepeatOnRadioButtonDirective, typeof i16.MultipleResourceEditorComponent, typeof i17.SingleResourceEditorComponent, typeof i18.TimeZoneEditorComponent, typeof i19.EditDialogComponent, typeof i20.SchedulerCustomMessagesComponent, typeof i21.LocalizedMessagesDirective, typeof i22.RecurrenceEditorCustomMessagesComponent, typeof i23.RecurrenceEditorLocalizedMessagesDirective, typeof i24.LoadingComponent, typeof i25.AgendaDateTemplateDirective, typeof i26.AgendaTimeTemplateDirective, typeof i27.AllDayEventTemplateDirective, typeof i28.AllDaySlotTemplateDirective, typeof i29.DateHeaderTemplateDirective, typeof i30.EventTemplateDirective, typeof i31.EditDialogTemplateDirective, typeof i32.GroupHeaderTemplateDirective, typeof i33.MajorTimeHeaderTemplateDirective, typeof i34.MinorTimeHeaderTemplateDirective, typeof i35.MonthDaySlotTemplateDirective, typeof i36.MultiWeekDaySlotTemplateDirective, typeof i37.TimeSlotTemplateDirective], [typeof i38.CommonModule, typeof i39.ToolbarModule, typeof i40.AgendaViewModule, typeof i41.MultiDayViewModule, typeof i42.ResizeSensorModule, typeof i43.MonthViewModule, typeof i44.TimelineViewModule, typeof i42.WatermarkModule, typeof i45.YearViewModule, typeof i46.ButtonsModule, typeof i47.CheckBoxModule, typeof i47.TextAreaModule, typeof i48.DateInputsModule, typeof i49.DialogModule, typeof i47.NumericTextBoxModule, typeof i47.TextBoxModule, typeof i50.DropDownsModule, typeof i51.ReactiveFormsModule, typeof i52.SharedModule, typeof i53.LabelModule, typeof i47.FormFieldModule], [typeof i54.AgendaViewComponent, typeof i43.MonthViewModule, typeof i55.YearViewComponent, typeof i41.MultiDayViewModule, typeof i5.ReactiveEditingDirective, typeof i44.TimelineViewModule, typeof i56.ToolbarNavigationComponent, typeof i57.ToolbarTemplateDirective, typeof i58.ToolbarViewSelectorComponent, typeof i1.SchedulerComponent, typeof i2.SchedulerViewDirective, typeof i3.DataBindingDirective, typeof i4.ShortcutsDirective, typeof i5.ReactiveEditingDirective, typeof i6.SlotSelectableDirective, typeof i7.SchedulerDateTimePickerComponent, typeof i8.RecurrenceEditorComponent, typeof i9.RecurrenceEndRuleEditorComponent, typeof i10.RecurrenceFrequencyEditorComponent, typeof i11.RecurrenceIntervalEditorComponent, typeof i12.RecurrenceMonthlyYearlyEditorComponent, typeof i13.RecurrenceWeekdayRuleEditorComponent, typeof i14.EndRuleRadioButtonDirective, typeof i15.RepeatOnRadioButtonDirective, typeof i16.MultipleResourceEditorComponent, typeof i17.SingleResourceEditorComponent, typeof i18.TimeZoneEditorComponent, typeof i19.EditDialogComponent, typeof i20.SchedulerCustomMessagesComponent, typeof i21.LocalizedMessagesDirective, typeof i22.RecurrenceEditorCustomMessagesComponent, typeof i23.RecurrenceEditorLocalizedMessagesDirective, typeof i24.LoadingComponent, typeof i25.AgendaDateTemplateDirective, typeof i26.AgendaTimeTemplateDirective, typeof i27.AllDayEventTemplateDirective, typeof i28.AllDaySlotTemplateDirective, typeof i29.DateHeaderTemplateDirective, typeof i30.EventTemplateDirective, typeof i31.EditDialogTemplateDirective, typeof i32.GroupHeaderTemplateDirective, typeof i33.MajorTimeHeaderTemplateDirective, typeof i34.MinorTimeHeaderTemplateDirective, typeof i35.MonthDaySlotTemplateDirective, typeof i36.MultiWeekDaySlotTemplateDirective, typeof i37.TimeSlotTemplateDirective]>;
84
86
  static ɵinj: i0.ɵɵInjectorDeclaration<SchedulerModule>;
85
87
  }
@@ -4,9 +4,9 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'SchedulerModule', package: 'scheduler', peerDependencies: {
6
6
  // peer dep of the dropdowns
7
- '@progress/kendo-angular-treeview': '14.4.0-develop.9',
7
+ '@progress/kendo-angular-treeview': '15.0.0-develop.1',
8
8
  // peer dependency of kendo-angular-inputs
9
- '@progress/kendo-angular-dialog': '14.4.0-develop.9',
9
+ '@progress/kendo-angular-dialog': '15.0.0-develop.1',
10
10
  // peer dependency of kendo-angular-icons
11
11
  '@progress/kendo-svg-icons': '^2.0.0'
12
12
  } });
@@ -7,7 +7,7 @@ import { PopupService } from '@progress/kendo-angular-popup';
7
7
  import { LocalizationService } from '@progress/kendo-angular-l10n';
8
8
  import { ToolbarService } from './toolbar.service';
9
9
  import { ToolbarContext } from './toolbar-context';
10
- import { CalendarComponent } from '@progress/kendo-angular-dateinputs';
10
+ import { CalendarComponent, CalendarView } from '@progress/kendo-angular-dateinputs';
11
11
  import { ViewContextService } from '../views/view-context.service';
12
12
  import { SVGIcon } from '@progress/kendo-svg-icons';
13
13
  import * as i0 from "@angular/core";
@@ -47,6 +47,14 @@ export declare class ToolbarNavigationComponent implements OnDestroy {
47
47
  * @hidden
48
48
  */
49
49
  get todayText(): string;
50
+ /**
51
+ * @hidden
52
+ */
53
+ activeView: CalendarView;
54
+ /**
55
+ * @hidden
56
+ */
57
+ bottomView: CalendarView;
50
58
  /**
51
59
  * @hidden
52
60
  */
@@ -110,6 +118,6 @@ export declare class ToolbarNavigationComponent implements OnDestroy {
110
118
  get arrowIcons(): string[];
111
119
  get arrowSVGIcons(): string[];
112
120
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarNavigationComponent, never>;
113
- static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarNavigationComponent, "[kendoSchedulerToolbarNavigation]", never, { "min": "min"; "max": "max"; }, {}, never, never>;
121
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarNavigationComponent, "[kendoSchedulerToolbarNavigation]", never, { "min": "min"; "max": "max"; "activeView": "activeView"; "bottomView": "bottomView"; }, {}, never, never>;
114
122
  }
115
123
  export {};
@@ -9,6 +9,7 @@ import { NavigationAction } from '../types';
9
9
  import { SchedulerView } from '../types';
10
10
  import { ToolbarTemplateDirective } from './toolbar-template.directive';
11
11
  import { ToolbarService } from './toolbar.service';
12
+ import { CalendarView } from '@progress/kendo-angular-dateinputs';
12
13
  import * as i0 from "@angular/core";
13
14
  /**
14
15
  * @hidden
@@ -30,6 +31,14 @@ export declare class ToolbarComponent {
30
31
  toolbarWidthChange: EventEmitter<number>;
31
32
  templateContext: any;
32
33
  toolbarWidth: number;
34
+ /**
35
+ * @hidden
36
+ */
37
+ get activeView(): CalendarView;
38
+ /**
39
+ * @hidden
40
+ */
41
+ get bottomView(): CalendarView;
33
42
  private subs;
34
43
  constructor(service: ToolbarService, element: ElementRef, zone: NgZone);
35
44
  ngOnInit(): void;
@@ -8,6 +8,10 @@ import { SchedulerEvent } from './scheduler-event';
8
8
  * Represents a Scheduler slot.
9
9
  */
10
10
  export interface SchedulerSlot {
11
+ /**
12
+ * The slot events. Applicable for the **Year** view.
13
+ */
14
+ events?: SchedulerEvent;
11
15
  /**
12
16
  * The slot event. Applicable for the **Agenda** view.
13
17
  */
@@ -26,4 +26,8 @@ export interface SlotClassArgs {
26
26
  * The slot event. Applicable for the **Agenda** view.
27
27
  */
28
28
  event?: any;
29
+ /**
30
+ * The slot events. Applicable for the **Year** view.
31
+ */
32
+ events?: any[];
29
33
  }
@@ -38,9 +38,12 @@ export declare class TimelineMonthViewComponent extends TimelineBase {
38
38
  private _selectedShortDateFormat;
39
39
  /**
40
40
  * Specifies the number of months that the view will render.
41
+ * > Normalized to `1` if the provided value is <= 0.
41
42
  * @default 1
42
43
  */
43
- numberOfMonths: number;
44
+ set numberOfMonths(months: number);
45
+ get numberOfMonths(): number;
46
+ private _numberOfMonths;
44
47
  /**
45
48
  * The invariant name for this view.
46
49
  * @default 'timelineMonth'
@@ -38,9 +38,12 @@ export declare class TimelineViewComponent extends TimelineBase {
38
38
  private _selectedShortDateFormat;
39
39
  /**
40
40
  * Specifies the number of days that the view will render.
41
+ * > Normalized to `1` if the provided value is <= 0.
41
42
  * @default 1
42
43
  */
43
- numberOfDays: number;
44
+ set numberOfDays(days: number);
45
+ get numberOfDays(): number;
46
+ private _numberOfDays;
44
47
  /**
45
48
  * The invariant name for this view.
46
49
  * @default 'timeline'
@@ -39,7 +39,9 @@ export declare class TimelineWeekViewComponent extends TimelineBase {
39
39
  * Specifies the number of weeks that the view will render.
40
40
  * @default 1
41
41
  */
42
- numberOfWeeks: number;
42
+ set numberOfWeeks(weeks: number);
43
+ get numberOfWeeks(): number;
44
+ private _numberOfWeeks;
43
45
  /**
44
46
  * The invariant name for this view.
45
47
  * @default 'timelineWeek'
@@ -0,0 +1,21 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { ViewItem } from '../../types';
6
+ /**
7
+ * @hidden
8
+ */
9
+ export declare const createTasks: (periodStart: Date, periodEnd: Date, items: ViewItem[], ranges: any[]) => any[];
10
+ /**
11
+ * @hidden
12
+ */
13
+ export declare const noop: (_: any) => void;
14
+ /**
15
+ * @hidden
16
+ */
17
+ export declare const yearEnd: (year: number) => Date;
18
+ /**
19
+ * @hidden
20
+ */
21
+ export declare const yearStart: (year: number) => Date;