@progress/kendo-angular-scheduler 21.4.1-develop.1 → 22.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 (197) hide show
  1. package/editing/recurrence/localization/messages.d.ts +1 -1
  2. package/editing/resource-editor-base.d.ts +1 -1
  3. package/editing-directives/editing-directive-base.d.ts +1 -1
  4. package/fesm2022/progress-kendo-angular-scheduler.mjs +313 -313
  5. package/localization/messages.d.ts +1 -1
  6. package/package.json +20 -28
  7. package/schematics/ngAdd/index.js +3 -3
  8. package/views/common/base-view.d.ts +1 -1
  9. package/views/common/configuration-view-base.d.ts +1 -1
  10. package/views/day-time/day-time-view-base.d.ts +1 -1
  11. package/views/day-time/day-time-view.component.d.ts +1 -1
  12. package/views/multi-day/multi-day-view-base.d.ts +1 -1
  13. package/views/timeline/timeline-base.d.ts +1 -1
  14. package/views/view-items/base-slot.directive.d.ts +1 -1
  15. package/views/view-items/base-view-item.d.ts +1 -1
  16. package/esm2022/common/constants.mjs +0 -8
  17. package/esm2022/common/default-model-fields.mjs +0 -20
  18. package/esm2022/common/dom-queries.mjs +0 -107
  19. package/esm2022/common/modifiers.mjs +0 -31
  20. package/esm2022/common/util.mjs +0 -227
  21. package/esm2022/data-binding.directive.mjs +0 -162
  22. package/esm2022/directives.mjs +0 -136
  23. package/esm2022/editing/date-time-picker.component.mjs +0 -190
  24. package/esm2022/editing/dialogs.service.mjs +0 -96
  25. package/esm2022/editing/edit-dialog-template.directive.mjs +0 -53
  26. package/esm2022/editing/edit-dialog.component.mjs +0 -679
  27. package/esm2022/editing/edit.service.mjs +0 -107
  28. package/esm2022/editing/local-data-changes.service.mjs +0 -18
  29. package/esm2022/editing/recurrence/end-rule-radio-button.directive.mjs +0 -77
  30. package/esm2022/editing/recurrence/localization/custom-messages.component.mjs +0 -44
  31. package/esm2022/editing/recurrence/localization/localized-messages.directive.mjs +0 -39
  32. package/esm2022/editing/recurrence/localization/messages.mjs +0 -239
  33. package/esm2022/editing/recurrence/localization/recurrence-localization.service.mjs +0 -47
  34. package/esm2022/editing/recurrence/recurrence-editor.component.mjs +0 -497
  35. package/esm2022/editing/recurrence/recurrence-end-rule-editor.component.mjs +0 -334
  36. package/esm2022/editing/recurrence/recurrence-frequency-editor.component.mjs +0 -105
  37. package/esm2022/editing/recurrence/recurrence-interval-editor.component.mjs +0 -169
  38. package/esm2022/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs +0 -468
  39. package/esm2022/editing/recurrence/recurrence-weekday-rule-editor.component.mjs +0 -138
  40. package/esm2022/editing/recurrence/recurrence.service.mjs +0 -254
  41. package/esm2022/editing/recurrence/repeat-on-radio-button.directive.mjs +0 -81
  42. package/esm2022/editing/resource-editor-base.mjs +0 -59
  43. package/esm2022/editing/resource-multiple-editor.component.mjs +0 -101
  44. package/esm2022/editing/resource-single-editor.component.mjs +0 -82
  45. package/esm2022/editing/timezone-editor.component.mjs +0 -193
  46. package/esm2022/editing-directives/base-edit.service.mjs +0 -320
  47. package/esm2022/editing-directives/edit-service.interface.mjs +0 -5
  48. package/esm2022/editing-directives/editing-directive-base.mjs +0 -242
  49. package/esm2022/editing-directives/local-edit.service.mjs +0 -122
  50. package/esm2022/editing-directives/reactive-editing.directive.mjs +0 -132
  51. package/esm2022/editing-directives/utils.mjs +0 -107
  52. package/esm2022/events/add-event.mjs +0 -26
  53. package/esm2022/events/cancel-event.mjs +0 -14
  54. package/esm2022/events/create-event.mjs +0 -40
  55. package/esm2022/events/date-change-event.mjs +0 -29
  56. package/esm2022/events/drag-end-event.mjs +0 -46
  57. package/esm2022/events/drag-event.mjs +0 -54
  58. package/esm2022/events/drag-start-event.mjs +0 -30
  59. package/esm2022/events/edit-event-base.mjs +0 -32
  60. package/esm2022/events/edit-event.mjs +0 -30
  61. package/esm2022/events/event-click-event.mjs +0 -32
  62. package/esm2022/events/event-keydown-event.mjs +0 -28
  63. package/esm2022/events/more-events-click.mjs +0 -24
  64. package/esm2022/events/navigate-event.mjs +0 -26
  65. package/esm2022/events/preventable-event.mjs +0 -28
  66. package/esm2022/events/remove-event.mjs +0 -30
  67. package/esm2022/events/resize-end-event.mjs +0 -38
  68. package/esm2022/events/resize-event.mjs +0 -46
  69. package/esm2022/events/resize-start-event.mjs +0 -30
  70. package/esm2022/events/save-event.mjs +0 -18
  71. package/esm2022/events/slot-click-event.mjs +0 -44
  72. package/esm2022/events/slot-drag-end-event.mjs +0 -10
  73. package/esm2022/events/slot-drag-event.mjs +0 -40
  74. package/esm2022/events/slot-drag-start-event.mjs +0 -44
  75. package/esm2022/events/view-event-map.mjs +0 -35
  76. package/esm2022/events.mjs +0 -27
  77. package/esm2022/index.mjs +0 -83
  78. package/esm2022/loading.component.mjs +0 -52
  79. package/esm2022/localization/custom-messages.component.mjs +0 -56
  80. package/esm2022/localization/localized-messages.directive.mjs +0 -39
  81. package/esm2022/localization/messages.mjs +0 -614
  82. package/esm2022/localization/scheduler-localization.service.mjs +0 -31
  83. package/esm2022/navigation/focus-position.interface.mjs +0 -5
  84. package/esm2022/navigation/focus.service.mjs +0 -202
  85. package/esm2022/navigation/focusable-element.interface.mjs +0 -5
  86. package/esm2022/navigation/focusable.directive.mjs +0 -98
  87. package/esm2022/navigation/shortcuts.directive.mjs +0 -239
  88. package/esm2022/navigation.mjs +0 -6
  89. package/esm2022/package-metadata.mjs +0 -16
  90. package/esm2022/pdf/pdf-command.directive.mjs +0 -96
  91. package/esm2022/pdf/pdf-export-event.mjs +0 -10
  92. package/esm2022/pdf/pdf.component.mjs +0 -241
  93. package/esm2022/pdf/pdf.module.mjs +0 -42
  94. package/esm2022/pdf/pdf.service.mjs +0 -36
  95. package/esm2022/progress-kendo-angular-scheduler.mjs +0 -8
  96. package/esm2022/scheduler.component.mjs +0 -1981
  97. package/esm2022/scheduler.module.mjs +0 -138
  98. package/esm2022/toolbar/navigation.component.mjs +0 -391
  99. package/esm2022/toolbar/toolbar-context.mjs +0 -5
  100. package/esm2022/toolbar/toolbar-template.directive.mjs +0 -50
  101. package/esm2022/toolbar/toolbar.component.mjs +0 -168
  102. package/esm2022/toolbar/toolbar.service.mjs +0 -46
  103. package/esm2022/toolbar/view-selector.component.mjs +0 -181
  104. package/esm2022/types/actions.mjs +0 -5
  105. package/esm2022/types/create-form-group-args.interface.mjs +0 -5
  106. package/esm2022/types/crud-operation.enum.mjs +0 -18
  107. package/esm2022/types/current-time-settings.interface.mjs +0 -5
  108. package/esm2022/types/date-range.interface.mjs +0 -5
  109. package/esm2022/types/datepicker-options.interface.mjs +0 -5
  110. package/esm2022/types/edit-event-args.interface.mjs +0 -5
  111. package/esm2022/types/edit-mode.enum.mjs +0 -23
  112. package/esm2022/types/editable-settings.interface.mjs +0 -5
  113. package/esm2022/types/event-style-args.interface.mjs +0 -5
  114. package/esm2022/types/focusable-container.mjs +0 -5
  115. package/esm2022/types/group.interface.mjs +0 -5
  116. package/esm2022/types/numeric-options.interface.mjs +0 -5
  117. package/esm2022/types/ongoing-events-settings.interface.mjs +0 -5
  118. package/esm2022/types/resource.interface.mjs +0 -5
  119. package/esm2022/types/scheduler-event.mjs +0 -5
  120. package/esm2022/types/scheduler-model-fields.interface.mjs +0 -5
  121. package/esm2022/types/scheduler-slot.interface.mjs +0 -5
  122. package/esm2022/types/scheduler-view.mjs +0 -9
  123. package/esm2022/types/slot-class-args.interface.mjs +0 -5
  124. package/esm2022/types/slot-selection.mjs +0 -35
  125. package/esm2022/types/view-item.interface.mjs +0 -5
  126. package/esm2022/types.mjs +0 -12
  127. package/esm2022/views/agenda/agenda-header-item.component.mjs +0 -85
  128. package/esm2022/views/agenda/agenda-header.component.mjs +0 -75
  129. package/esm2022/views/agenda/agenda-task-item.component.mjs +0 -137
  130. package/esm2022/views/agenda/agenda-view-internal.component.mjs +0 -424
  131. package/esm2022/views/agenda/agenda-view-list.component.mjs +0 -256
  132. package/esm2022/views/agenda/agenda-view.component.mjs +0 -130
  133. package/esm2022/views/agenda/tasks.collection.mjs +0 -96
  134. package/esm2022/views/agenda/utils.mjs +0 -176
  135. package/esm2022/views/common/base-view.mjs +0 -1099
  136. package/esm2022/views/common/configuration-view-base.mjs +0 -164
  137. package/esm2022/views/common/dom-events.service.mjs +0 -22
  138. package/esm2022/views/common/hint-container.component.mjs +0 -41
  139. package/esm2022/views/common/repeat.pipe.mjs +0 -36
  140. package/esm2022/views/common/resize-hint.component.mjs +0 -97
  141. package/esm2022/views/common/resource-iterator.pipe.mjs +0 -49
  142. package/esm2022/views/common/scheduler-task.mjs +0 -5
  143. package/esm2022/views/common/slot-selectable.directive.mjs +0 -137
  144. package/esm2022/views/common/view-footer.component.mjs +0 -103
  145. package/esm2022/views/common/work-hours-footer.directive.mjs +0 -45
  146. package/esm2022/views/constants.mjs +0 -31
  147. package/esm2022/views/day-time/day-time-slot.service.mjs +0 -633
  148. package/esm2022/views/day-time/day-time-view-base.mjs +0 -244
  149. package/esm2022/views/day-time/day-time-view-item.component.mjs +0 -216
  150. package/esm2022/views/day-time/day-time-view.component.mjs +0 -437
  151. package/esm2022/views/day-time/event-slot.directive.mjs +0 -138
  152. package/esm2022/views/day-time/utils.mjs +0 -32
  153. package/esm2022/views/month/month-slot.component.mjs +0 -166
  154. package/esm2022/views/month/month-slot.service.mjs +0 -404
  155. package/esm2022/views/month/month-view-item.component.mjs +0 -161
  156. package/esm2022/views/month/month-view-renderer.component.mjs +0 -683
  157. package/esm2022/views/month/month-view.component.mjs +0 -203
  158. package/esm2022/views/month/multi-week-view.component.mjs +0 -202
  159. package/esm2022/views/month/utils.mjs +0 -107
  160. package/esm2022/views/multi-day/day-view.component.mjs +0 -186
  161. package/esm2022/views/multi-day/multi-day-view-base.mjs +0 -55
  162. package/esm2022/views/multi-day/multi-day-view-renderer.component.mjs +0 -1002
  163. package/esm2022/views/multi-day/multi-day-view.component.mjs +0 -197
  164. package/esm2022/views/multi-day/utils.mjs +0 -63
  165. package/esm2022/views/multi-day/week-view.component.mjs +0 -189
  166. package/esm2022/views/multi-day/work-week-view.component.mjs +0 -172
  167. package/esm2022/views/scheduler-view.directive.mjs +0 -65
  168. package/esm2022/views/templates/agenda-date-template.directive.mjs +0 -41
  169. package/esm2022/views/templates/agenda-time-template.directive.mjs +0 -46
  170. package/esm2022/views/templates/all-day-event-template.directive.mjs +0 -42
  171. package/esm2022/views/templates/all-day-slot-template.directive.mjs +0 -42
  172. package/esm2022/views/templates/date-header-template.directive.mjs +0 -42
  173. package/esm2022/views/templates/event-template.directive.mjs +0 -42
  174. package/esm2022/views/templates/group-header-template.directive.mjs +0 -42
  175. package/esm2022/views/templates/major-time-header-template.directive.mjs +0 -41
  176. package/esm2022/views/templates/minor-time-header-template.directive.mjs +0 -41
  177. package/esm2022/views/templates/month-day-slot-template.directive.mjs +0 -42
  178. package/esm2022/views/templates/multi-week-day-slot-template.directive.mjs +0 -42
  179. package/esm2022/views/templates/time-slot-template.directive.mjs +0 -43
  180. package/esm2022/views/templates.mjs +0 -16
  181. package/esm2022/views/timeline/timeline-base.mjs +0 -39
  182. package/esm2022/views/timeline/timeline-month-view.component.mjs +0 -211
  183. package/esm2022/views/timeline/timeline-multi-day-view.component.mjs +0 -649
  184. package/esm2022/views/timeline/timeline-view.component.mjs +0 -189
  185. package/esm2022/views/timeline/timeline-week-view.component.mjs +0 -181
  186. package/esm2022/views/timeline/utils.mjs +0 -60
  187. package/esm2022/views/utils.mjs +0 -373
  188. package/esm2022/views/view-context.service.mjs +0 -111
  189. package/esm2022/views/view-items/base-slot.directive.mjs +0 -104
  190. package/esm2022/views/view-items/base-slot.service.mjs +0 -82
  191. package/esm2022/views/view-items/base-view-item.mjs +0 -194
  192. package/esm2022/views/view-items/item-map.mjs +0 -38
  193. package/esm2022/views/view-items/types.mjs +0 -5
  194. package/esm2022/views/view-state.service.mjs +0 -144
  195. package/esm2022/views/year/utils.mjs +0 -60
  196. package/esm2022/views/year/year-view-internal.component.mjs +0 -471
  197. package/esm2022/views/year/year-view.component.mjs +0 -136
@@ -1,614 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { Directive, Input } from '@angular/core';
6
- import { ComponentMessages } from '@progress/kendo-angular-l10n';
7
- import * as i0 from "@angular/core";
8
- /**
9
- * @hidden
10
- */
11
- export class Messages extends ComponentMessages {
12
- /**
13
- * Sets the text for **All events** in **Timeline** views when no vertical grouping is applied.
14
- */
15
- allEvents;
16
- /**
17
- * Sets the text for **All day** in **Day** and **Week** views.
18
- */
19
- allDay;
20
- /**
21
- * Sets the date-header text in the **Agenda** view.
22
- */
23
- dateHeader;
24
- /**
25
- * Sets the time-header text in the **Agenda** view.
26
- */
27
- timeHeader;
28
- /**
29
- * Sets the event-header text in the **Agenda** view.
30
- */
31
- eventHeader;
32
- /**
33
- * Sets the title for the **Delete** icon.
34
- */
35
- deleteTitle;
36
- /**
37
- * Sets the title for the **Next** navigation button.
38
- */
39
- nextTitle;
40
- /**
41
- * Sets the title for the **Previous** navigation button.
42
- */
43
- previousTitle;
44
- /**
45
- * Sets the text for the **Today** navigation button.
46
- */
47
- today;
48
- /**
49
- * Sets the text for today's date in the header of the Calendar.
50
- */
51
- calendarToday;
52
- /**
53
- * Sets the text for the **Show full day** button in the footer of the **Day**, **Week**, and **Timeline** views.
54
- */
55
- showFullDay;
56
- /**
57
- * Sets the text for the **Show work day** button in the footer of the **Day**, **Week**, and **Timeline** views.
58
- */
59
- showWorkDay;
60
- /**
61
- * Sets the title for the **Day** view.
62
- */
63
- dayViewTitle;
64
- /**
65
- * Sets the title for the **Multi-Day** view.
66
- */
67
- multiDayViewTitle;
68
- /**
69
- * Sets the title for the **Week** view.
70
- */
71
- weekViewTitle;
72
- /**
73
- * Sets the title for the **Work Week** view.
74
- */
75
- workWeekViewTitle;
76
- /**
77
- * Sets the title for the **Month** view.
78
- */
79
- monthViewTitle;
80
- /**
81
- * Sets the title for the **Multi-Week** view.
82
- */
83
- multiWeekViewTitle;
84
- /**
85
- * Sets the title for the **Timeline** view.
86
- */
87
- timelineViewTitle;
88
- /**
89
- * Sets the title for the **Timeline Week** view.
90
- */
91
- timelineWeekViewTitle;
92
- /**
93
- * Sets the title for the **Timeline Month** view.
94
- */
95
- timelineMonthViewTitle;
96
- /**
97
- * Sets the title for the **Agenda** view.
98
- */
99
- agendaViewTitle;
100
- /**
101
- * Sets the title for the **Year** view.
102
- */
103
- yearViewTitle;
104
- /**
105
- * Sets the message shown in **Year** view for dates with no events.
106
- */
107
- yearViewNoEvents;
108
- /* ********************* */
109
- /* Editing Section Start */
110
- /* ********************* */
111
- /**
112
- * Sets the text for the **Cancel** button in Scheduler dialogs.
113
- */
114
- cancel;
115
- /**
116
- * Sets the text for the **Save** button in Scheduler dialogs.
117
- */
118
- save;
119
- /**
120
- * Sets the label for the **Title** field in the event editor.
121
- */
122
- editorEventTitle;
123
- /**
124
- * Sets the label for the **Start** field in the event editor.
125
- */
126
- editorEventStart;
127
- /**
128
- * Sets the label for the **Start Time Zone** field in the event editor.
129
- */
130
- editorEventStartTimeZone;
131
- /**
132
- * Sets the label for the **End** field in the event editor.
133
- */
134
- editorEventEnd;
135
- /**
136
- * Sets the label for the **End Time Zone** field in the event editor.
137
- */
138
- editorEventEndTimeZone;
139
- /**
140
- * Sets the label for the **All Day Event** field in the event editor.
141
- */
142
- editorEventAllDay;
143
- /**
144
- * Sets the label for the **Description** field in the event editor.
145
- */
146
- editorEventDescription;
147
- /**
148
- * Sets the label for the **Use separate Start and End Time Zones** option in the event editor.
149
- */
150
- editorEventSeparateTimeZones;
151
- /**
152
- * Sets the label for the **Time Zone** field in the event editor.
153
- */
154
- editorEventTimeZone;
155
- /**
156
- * Sets the **Today** button text in the popup of the DateTimePickers and DatePickers in the event editor.
157
- */
158
- editorDateInputsToday;
159
- /**
160
- * Sets the title for the **Toggle** button in the popup of the DateTimePickers and DatePickers in the event editor.
161
- */
162
- editorDateInputsToggle;
163
- /**
164
- * Sets the title for the **Parent View** button in the popup of the DateTimePickers and DatePickers in the event editor.
165
- */
166
- editorDateInputsParentViewButton;
167
- /**
168
- * Sets the text for the **Now** button in the popup footer of the DateTimePickers and DatePickers in the event editor.
169
- */
170
- editorDateInputsNow;
171
- /**
172
- * Sets the label for the **Now** button in the popup footer of the DateTimePickers and DatePickers in the event editor.
173
- */
174
- editorDateInputsNowLabel;
175
- /**
176
- * Sets the text for the **Accept** button in the popup footer of the DateTimePickers and DatePickers in the event editor.
177
- */
178
- editorDateInputsAccept;
179
- /**
180
- * Sets the label for the **Accept** button in the popup footer of the DateTimePickers and DatePickers in the event editor.
181
- */
182
- editorDateInputsAcceptLabel;
183
- /**
184
- * Sets the text for the **Cancel** button in the popup footer of the DateTimePickers and DatePickers in the event editor.
185
- */
186
- editorDateInputsCancel;
187
- /**
188
- * Sets the label for the **Cancel** button in the popup footer of the DateTimePickers and DatePickers in the event editor.
189
- */
190
- editorDateInputsCancelLabel;
191
- /**
192
- * Sets the text for the **Date** tab in the popup header of the DateTimePickers and DatePickers in the event editor.
193
- */
194
- editorDateInputsDateTab;
195
- /**
196
- * Sets the label for the **Date** tab in the popup header of the DateTimePickers and DatePickers in the event editor.
197
- */
198
- editorDateInputsDateTabLabel;
199
- /**
200
- * Sets the text for the **Time** tab in the popup header of the DateTimePickers and DatePickers in the event editor.
201
- */
202
- editorDateInputsTimeTab;
203
- /**
204
- * Sets the label for the **Time** tab in the popup header of the DateTimePickers and DatePickers in the event editor.
205
- */
206
- editorDateInputsTimeTabLabel;
207
- /**
208
- * Sets the **Today** button text in the popup of the DatePickers in the recurrence editor.
209
- */
210
- recurrenceEditorDateInputsToday;
211
- /**
212
- * Sets the title for the **Toggle** button in the popup of the DatePickers in the recurrence editor.
213
- */
214
- recurrenceEditorDateInputsToggle;
215
- /**
216
- * Sets the title for the **Parent View** button in the popup of the DatePickers in the recurrence editor.
217
- */
218
- recurrenceEditorDateInputsParentViewButton;
219
- /**
220
- * Sets the title for the **Increment** button of the NumericTextBox in the recurrence editor.
221
- */
222
- recurrenceEditorNumericIncrement;
223
- /**
224
- * Sets the title for the **Decrement** button of the NumericTextBox in the recurrence editor.
225
- */
226
- recurrenceEditorNumericDecrement;
227
- /**
228
- * Sets the label for the **Repeat** field in the recurrence editor.
229
- */
230
- recurrenceEditorRepeat;
231
- /**
232
- * Sets the text for the **day(s)** label in the recurrence editor.
233
- */
234
- recurrenceEditorDailyInterval;
235
- /**
236
- * Sets the label for the **Repeat every** field in the recurrence editor (daily).
237
- */
238
- recurrenceEditorDailyRepeatEvery;
239
- /**
240
- * Sets the text for the **week(s)** label in the recurrence editor.
241
- */
242
- recurrenceEditorWeeklyInterval;
243
- /**
244
- * Sets the label for the **Repeat every** field in the recurrence editor (weekly).
245
- */
246
- recurrenceEditorWeeklyRepeatEvery;
247
- /**
248
- * Sets the label for the **Repeat on** field in the recurrence editor (weekly).
249
- */
250
- recurrenceEditorWeeklyRepeatOn;
251
- /**
252
- * Sets the label for the **Day** field in the recurrence editor (monthly).
253
- */
254
- recurrenceEditorMonthlyDay;
255
- /**
256
- * Sets the text for the **month(s)** label in the recurrence editor.
257
- */
258
- recurrenceEditorMonthlyInterval;
259
- /**
260
- * Sets the label for the **Repeat every** field in the recurrence editor (monthly).
261
- */
262
- recurrenceEditorMonthlyRepeatEvery;
263
- /**
264
- * Sets the label for the **Repeat on** field in the recurrence editor (monthly).
265
- */
266
- recurrenceEditorMonthlyRepeatOn;
267
- /**
268
- * Sets the label for the **of** text in the recurrence editor (yearly).
269
- */
270
- recurrenceEditorYearlyOf;
271
- /**
272
- * Sets the label for the **Repeat every** field in the recurrence editor (yearly).
273
- */
274
- recurrenceEditorYearlyRepeatEvery;
275
- /**
276
- * Sets the label for the **Repeat on** field in the recurrence editor (yearly).
277
- */
278
- recurrenceEditorYearlyRepeatOn;
279
- /**
280
- * Sets the text for the **year(s)** label in the recurrence editor.
281
- */
282
- recurrenceEditorYearlyInterval;
283
- /**
284
- * Sets the label for the **Daily** frequency in the recurrence editor.
285
- */
286
- recurrenceEditorFrequenciesDaily;
287
- /**
288
- * Sets the label for the **Monthly** frequency in the recurrence editor.
289
- */
290
- recurrenceEditorFrequenciesMonthly;
291
- /**
292
- * Sets the label for the **Never** frequency in the recurrence editor.
293
- */
294
- recurrenceEditorFrequenciesNever;
295
- /**
296
- * Sets the label for the **Weekly** frequency in the recurrence editor.
297
- */
298
- recurrenceEditorFrequenciesWeekly;
299
- /**
300
- * Sets the label for the **Yearly** frequency in the recurrence editor.
301
- */
302
- recurrenceEditorFrequenciesYearly;
303
- /**
304
- * Sets the label for the **First** offset position in the recurrence editor.
305
- */
306
- recurrenceEditorOffsetPositionsFirst;
307
- /**
308
- * Sets the label for the **Second** offset position in the recurrence editor.
309
- */
310
- recurrenceEditorOffsetPositionsSecond;
311
- /**
312
- * Sets the label for the **Third** offset position in the recurrence editor.
313
- */
314
- recurrenceEditorOffsetPositionsThird;
315
- /**
316
- * Sets the label for the **Fourth** offset position in the recurrence editor.
317
- */
318
- recurrenceEditorOffsetPositionsFourth;
319
- /**
320
- * Sets the label for the **Last** offset position in the recurrence editor.
321
- */
322
- recurrenceEditorOffsetPositionsLast;
323
- /**
324
- * Sets the label for the **Day** option in the repeat by section of the monthly recurrence pattern.
325
- */
326
- recurrenceEditorWeekdaysDay;
327
- /**
328
- * Sets the label for the **Weekday** option in the repeat by section of the monthly recurrence pattern.
329
- */
330
- recurrenceEditorWeekdaysWeekday;
331
- /**
332
- * Sets the label for the **Weekend Day** option in the repeat by section of the monthly recurrence pattern.
333
- */
334
- recurrenceEditorWeekdaysWeekendday;
335
- /**
336
- * Sets the label for the **After** option in the recurrence editor.
337
- */
338
- recurrenceEditorEndAfter;
339
- /**
340
- * Sets the text for the **occurrence(s)** label in the recurrence editor.
341
- */
342
- recurrenceEditorEndOccurrence;
343
- /**
344
- * Sets the label for the **End** field in the recurrence editor.
345
- */
346
- recurrenceEditorEndLabel;
347
- /**
348
- * Sets the label for the **Never** option in the recurrence editor.
349
- */
350
- recurrenceEditorEndNever;
351
- /**
352
- * Sets the label for the **On** option in the recurrence editor.
353
- */
354
- recurrenceEditorEndOn;
355
- /* ******************* */
356
- /* Editing Section End */
357
- /* ******************* */
358
- /* ********************* */
359
- /* Dialogs Section Start */
360
- /* ********************* */
361
- /**
362
- * Sets the label for the **Event** title in the event editor dialog.
363
- */
364
- editorTitle;
365
- /**
366
- * Sets the text for the **Delete** button in the remove confirmation dialog.
367
- */
368
- destroy;
369
- /**
370
- * Sets the confirmation message for deleting an event.
371
- */
372
- deleteConfirmation;
373
- /**
374
- * Sets the confirmation message for editing a recurring event.
375
- */
376
- editRecurringConfirmation;
377
- /**
378
- * Sets the text for the **Edit current occurrence** button in the recurring confirmation dialog.
379
- */
380
- editOccurrence;
381
- /**
382
- * Sets the text for the **Edit the series** button in the recurring confirmation dialog.
383
- */
384
- editSeries;
385
- /**
386
- * Sets the confirmation message for deleting a recurring event.
387
- */
388
- deleteRecurringConfirmation;
389
- /**
390
- * Sets the text for the **Delete current occurrence** button in the recurring confirmation dialog.
391
- */
392
- deleteOccurrence;
393
- /**
394
- * Sets the text for the **Delete the series** button in the recurring confirmation dialog.
395
- */
396
- deleteSeries;
397
- /**
398
- * Sets the title for the remove confirmation dialog.
399
- */
400
- deleteDialogTitle;
401
- /**
402
- * Sets the title for the recurring remove confirmation dialog.
403
- */
404
- deleteRecurringDialogTitle;
405
- /**
406
- * Sets the title for the recurring edit confirmation dialog.
407
- */
408
- editRecurringDialogTitle;
409
- /**
410
- * Sets the value of the aria-label attribute for the `select` element used to switch Scheduler views.
411
- */
412
- selectView;
413
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
414
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: Messages, inputs: { 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", recurrenceEditorDateInputsToday: "recurrenceEditorDateInputsToday", recurrenceEditorDateInputsToggle: "recurrenceEditorDateInputsToggle", recurrenceEditorDateInputsParentViewButton: "recurrenceEditorDateInputsParentViewButton", 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" }, usesInheritance: true, ngImport: i0 });
415
- }
416
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Messages, decorators: [{
417
- type: Directive
418
- }], propDecorators: { allEvents: [{
419
- type: Input
420
- }], allDay: [{
421
- type: Input
422
- }], dateHeader: [{
423
- type: Input
424
- }], timeHeader: [{
425
- type: Input
426
- }], eventHeader: [{
427
- type: Input
428
- }], deleteTitle: [{
429
- type: Input
430
- }], nextTitle: [{
431
- type: Input
432
- }], previousTitle: [{
433
- type: Input
434
- }], today: [{
435
- type: Input
436
- }], calendarToday: [{
437
- type: Input
438
- }], showFullDay: [{
439
- type: Input
440
- }], showWorkDay: [{
441
- type: Input
442
- }], dayViewTitle: [{
443
- type: Input
444
- }], multiDayViewTitle: [{
445
- type: Input
446
- }], weekViewTitle: [{
447
- type: Input
448
- }], workWeekViewTitle: [{
449
- type: Input
450
- }], monthViewTitle: [{
451
- type: Input
452
- }], multiWeekViewTitle: [{
453
- type: Input
454
- }], timelineViewTitle: [{
455
- type: Input
456
- }], timelineWeekViewTitle: [{
457
- type: Input
458
- }], timelineMonthViewTitle: [{
459
- type: Input
460
- }], agendaViewTitle: [{
461
- type: Input
462
- }], yearViewTitle: [{
463
- type: Input
464
- }], yearViewNoEvents: [{
465
- type: Input
466
- }], cancel: [{
467
- type: Input
468
- }], save: [{
469
- type: Input
470
- }], editorEventTitle: [{
471
- type: Input
472
- }], editorEventStart: [{
473
- type: Input
474
- }], editorEventStartTimeZone: [{
475
- type: Input
476
- }], editorEventEnd: [{
477
- type: Input
478
- }], editorEventEndTimeZone: [{
479
- type: Input
480
- }], editorEventAllDay: [{
481
- type: Input
482
- }], editorEventDescription: [{
483
- type: Input
484
- }], editorEventSeparateTimeZones: [{
485
- type: Input
486
- }], editorEventTimeZone: [{
487
- type: Input
488
- }], editorDateInputsToday: [{
489
- type: Input
490
- }], editorDateInputsToggle: [{
491
- type: Input
492
- }], editorDateInputsParentViewButton: [{
493
- type: Input
494
- }], editorDateInputsNow: [{
495
- type: Input
496
- }], editorDateInputsNowLabel: [{
497
- type: Input
498
- }], editorDateInputsAccept: [{
499
- type: Input
500
- }], editorDateInputsAcceptLabel: [{
501
- type: Input
502
- }], editorDateInputsCancel: [{
503
- type: Input
504
- }], editorDateInputsCancelLabel: [{
505
- type: Input
506
- }], editorDateInputsDateTab: [{
507
- type: Input
508
- }], editorDateInputsDateTabLabel: [{
509
- type: Input
510
- }], editorDateInputsTimeTab: [{
511
- type: Input
512
- }], editorDateInputsTimeTabLabel: [{
513
- type: Input
514
- }], recurrenceEditorDateInputsToday: [{
515
- type: Input
516
- }], recurrenceEditorDateInputsToggle: [{
517
- type: Input
518
- }], recurrenceEditorDateInputsParentViewButton: [{
519
- type: Input
520
- }], recurrenceEditorNumericIncrement: [{
521
- type: Input
522
- }], recurrenceEditorNumericDecrement: [{
523
- type: Input
524
- }], recurrenceEditorRepeat: [{
525
- type: Input
526
- }], recurrenceEditorDailyInterval: [{
527
- type: Input
528
- }], recurrenceEditorDailyRepeatEvery: [{
529
- type: Input
530
- }], recurrenceEditorWeeklyInterval: [{
531
- type: Input
532
- }], recurrenceEditorWeeklyRepeatEvery: [{
533
- type: Input
534
- }], recurrenceEditorWeeklyRepeatOn: [{
535
- type: Input
536
- }], recurrenceEditorMonthlyDay: [{
537
- type: Input
538
- }], recurrenceEditorMonthlyInterval: [{
539
- type: Input
540
- }], recurrenceEditorMonthlyRepeatEvery: [{
541
- type: Input
542
- }], recurrenceEditorMonthlyRepeatOn: [{
543
- type: Input
544
- }], recurrenceEditorYearlyOf: [{
545
- type: Input
546
- }], recurrenceEditorYearlyRepeatEvery: [{
547
- type: Input
548
- }], recurrenceEditorYearlyRepeatOn: [{
549
- type: Input
550
- }], recurrenceEditorYearlyInterval: [{
551
- type: Input
552
- }], recurrenceEditorFrequenciesDaily: [{
553
- type: Input
554
- }], recurrenceEditorFrequenciesMonthly: [{
555
- type: Input
556
- }], recurrenceEditorFrequenciesNever: [{
557
- type: Input
558
- }], recurrenceEditorFrequenciesWeekly: [{
559
- type: Input
560
- }], recurrenceEditorFrequenciesYearly: [{
561
- type: Input
562
- }], recurrenceEditorOffsetPositionsFirst: [{
563
- type: Input
564
- }], recurrenceEditorOffsetPositionsSecond: [{
565
- type: Input
566
- }], recurrenceEditorOffsetPositionsThird: [{
567
- type: Input
568
- }], recurrenceEditorOffsetPositionsFourth: [{
569
- type: Input
570
- }], recurrenceEditorOffsetPositionsLast: [{
571
- type: Input
572
- }], recurrenceEditorWeekdaysDay: [{
573
- type: Input
574
- }], recurrenceEditorWeekdaysWeekday: [{
575
- type: Input
576
- }], recurrenceEditorWeekdaysWeekendday: [{
577
- type: Input
578
- }], recurrenceEditorEndAfter: [{
579
- type: Input
580
- }], recurrenceEditorEndOccurrence: [{
581
- type: Input
582
- }], recurrenceEditorEndLabel: [{
583
- type: Input
584
- }], recurrenceEditorEndNever: [{
585
- type: Input
586
- }], recurrenceEditorEndOn: [{
587
- type: Input
588
- }], editorTitle: [{
589
- type: Input
590
- }], destroy: [{
591
- type: Input
592
- }], deleteConfirmation: [{
593
- type: Input
594
- }], editRecurringConfirmation: [{
595
- type: Input
596
- }], editOccurrence: [{
597
- type: Input
598
- }], editSeries: [{
599
- type: Input
600
- }], deleteRecurringConfirmation: [{
601
- type: Input
602
- }], deleteOccurrence: [{
603
- type: Input
604
- }], deleteSeries: [{
605
- type: Input
606
- }], deleteDialogTitle: [{
607
- type: Input
608
- }], deleteRecurringDialogTitle: [{
609
- type: Input
610
- }], editRecurringDialogTitle: [{
611
- type: Input
612
- }], selectView: [{
613
- type: Input
614
- }] } });
@@ -1,31 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { Inject, Injectable, Optional } from '@angular/core';
6
- import { LocalizationService, L10N_PREFIX, MessageService, RTL } from '@progress/kendo-angular-l10n';
7
- import * as i0 from "@angular/core";
8
- import * as i1 from "@progress/kendo-angular-l10n";
9
- /**
10
- * @hidden
11
- */
12
- export class SchedulerLocalizationService extends LocalizationService {
13
- constructor(prefix, messageService, _rtl) {
14
- super(prefix, messageService, _rtl);
15
- }
16
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SchedulerLocalizationService, deps: [{ token: L10N_PREFIX }, { token: i1.MessageService, optional: true }, { token: RTL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
17
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SchedulerLocalizationService });
18
- }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SchedulerLocalizationService, decorators: [{
20
- type: Injectable
21
- }], ctorParameters: () => [{ type: undefined, decorators: [{
22
- type: Inject,
23
- args: [L10N_PREFIX]
24
- }] }, { type: i1.MessageService, decorators: [{
25
- type: Optional
26
- }] }, { type: undefined, decorators: [{
27
- type: Optional
28
- }, {
29
- type: Inject,
30
- args: [RTL]
31
- }] }] });
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};