@progress/kendo-angular-scheduler 14.4.0-develop.9 → 15.0.0-develop.2
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.
- package/NOTICE.txt +146 -593
- package/editing/date-time-picker.component.d.ts +4 -0
- package/editing/recurrence/recurrence-end-rule-editor.component.d.ts +3 -3
- package/editing/recurrence/recurrence-interval-editor.component.d.ts +3 -3
- package/editing/recurrence/recurrence-monthly-yearly-editor.component.d.ts +3 -3
- package/esm2020/editing/date-time-picker.component.mjs +62 -8
- package/esm2020/editing/recurrence/recurrence-end-rule-editor.component.mjs +35 -9
- package/esm2020/editing/recurrence/recurrence-interval-editor.component.mjs +19 -7
- package/esm2020/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs +19 -7
- package/esm2020/editing/resource-multiple-editor.component.mjs +1 -1
- package/esm2020/editing/timezone-editor.component.mjs +1 -1
- package/esm2020/index.mjs +1 -0
- package/esm2020/localization/messages.mjs +35 -1
- package/esm2020/navigation/shortcuts.directive.mjs +9 -0
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/scheduler.component.mjs +200 -98
- package/esm2020/scheduler.module.mjs +8 -1
- package/esm2020/toolbar/navigation.component.mjs +9 -1
- package/esm2020/toolbar/toolbar.component.mjs +25 -3
- package/esm2020/views/timeline/timeline-month-view.component.mjs +13 -5
- package/esm2020/views/timeline/timeline-view.component.mjs +13 -5
- package/esm2020/views/timeline/timeline-week-view.component.mjs +12 -5
- package/esm2020/views/year/utils.mjs +60 -0
- package/esm2020/views/year/year-view-internal.component.mjs +418 -0
- package/esm2020/views/year/year-view.component.mjs +115 -0
- package/esm2020/views/year/year-view.module.mjs +47 -0
- package/fesm2015/progress-kendo-angular-scheduler.mjs +1043 -157
- package/fesm2020/progress-kendo-angular-scheduler.mjs +1037 -157
- package/index.d.ts +1 -0
- package/localization/messages.d.ts +118 -50
- package/package.json +13 -12
- package/scheduler.module.d.ts +15 -13
- package/schematics/ngAdd/index.js +2 -2
- package/toolbar/navigation.component.d.ts +10 -2
- package/toolbar/toolbar.component.d.ts +9 -0
- package/types/scheduler-slot.interface.d.ts +4 -0
- package/types/slot-class-args.interface.d.ts +4 -0
- package/views/timeline/timeline-month-view.component.d.ts +4 -1
- package/views/timeline/timeline-view.component.d.ts +4 -1
- package/views/timeline/timeline-week-view.component.d.ts +3 -1
- package/views/year/utils.d.ts +21 -0
- package/views/year/year-view-internal.component.d.ts +82 -0
- package/views/year/year-view.component.d.ts +56 -0
- 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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
148
|
+
* The text similar to 'Time Zone' displayed in the Scheduler event editor.
|
|
141
149
|
*/
|
|
142
150
|
editorEventTimeZone: string;
|
|
143
151
|
/**
|
|
144
|
-
* The text
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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": "
|
|
3
|
+
"version": "15.0.0-develop.2",
|
|
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-
|
|
30
|
-
"@progress/kendo-angular-
|
|
31
|
-
"@progress/kendo-angular-
|
|
32
|
-
"@progress/kendo-angular-
|
|
33
|
-
"@progress/kendo-angular-
|
|
34
|
-
"@progress/kendo-angular-
|
|
35
|
-
"@progress/kendo-angular-
|
|
36
|
-
"@progress/kendo-angular-
|
|
37
|
-
"@progress/kendo-angular-
|
|
38
|
-
"@progress/kendo-angular-
|
|
29
|
+
"@progress/kendo-angular-tooltip": "15.0.0-develop.2",
|
|
30
|
+
"@progress/kendo-angular-buttons": "15.0.0-develop.2",
|
|
31
|
+
"@progress/kendo-angular-common": "15.0.0-develop.2",
|
|
32
|
+
"@progress/kendo-angular-dateinputs": "15.0.0-develop.2",
|
|
33
|
+
"@progress/kendo-angular-dialog": "15.0.0-develop.2",
|
|
34
|
+
"@progress/kendo-angular-dropdowns": "15.0.0-develop.2",
|
|
35
|
+
"@progress/kendo-angular-icons": "15.0.0-develop.2",
|
|
36
|
+
"@progress/kendo-angular-inputs": "15.0.0-develop.2",
|
|
37
|
+
"@progress/kendo-angular-intl": "15.0.0-develop.2",
|
|
38
|
+
"@progress/kendo-angular-l10n": "15.0.0-develop.2",
|
|
39
|
+
"@progress/kendo-angular-popup": "15.0.0-develop.2",
|
|
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": "
|
|
44
|
+
"@progress/kendo-angular-schematics": "15.0.0-develop.2",
|
|
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",
|
package/scheduler.module.d.ts
CHANGED
|
@@ -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 "
|
|
51
|
-
import * as i46 from "@progress/kendo-angular-
|
|
52
|
-
import * as i47 from "@progress/kendo-angular-
|
|
53
|
-
import * as i48 from "@progress/kendo-angular-
|
|
54
|
-
import * as i49 from "@progress/kendo-angular-
|
|
55
|
-
import * as i50 from "@angular
|
|
56
|
-
import * as i51 from "
|
|
57
|
-
import * as i52 from "
|
|
58
|
-
import * as i53 from "
|
|
59
|
-
import * as i54 from "./
|
|
60
|
-
import * as i55 from "./
|
|
61
|
-
import * as i56 from "./toolbar/
|
|
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.
|
|
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': '
|
|
7
|
+
'@progress/kendo-angular-treeview': '15.0.0-develop.2',
|
|
8
8
|
// peer dependency of kendo-angular-inputs
|
|
9
|
-
'@progress/kendo-angular-dialog': '
|
|
9
|
+
'@progress/kendo-angular-dialog': '15.0.0-develop.2',
|
|
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
|
*/
|
|
@@ -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;
|