@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
|
@@ -961,112 +961,163 @@ SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
961
961
|
i18n-agendaViewTitle="kendo.scheduler.agendaViewTitle|The agenda view title."
|
|
962
962
|
agendaViewTitle="Agenda"
|
|
963
963
|
|
|
964
|
-
i18n-
|
|
964
|
+
i18n-yearViewTitle="kendo.scheduler.yearViewTitle|The year view title."
|
|
965
|
+
yearViewTitle="Year"
|
|
966
|
+
|
|
967
|
+
i18n-yearViewNoEvents="kendo.scheduler.yearViewNoEvents|The year view no events message."
|
|
968
|
+
yearViewNoEvents="No events on this date."
|
|
969
|
+
|
|
970
|
+
i18n-cancel="kendo.scheduler.cancel|The text similar to 'Cancel' displayed in the Scheduler."
|
|
965
971
|
cancel="Cancel"
|
|
966
972
|
|
|
967
|
-
i18n-save="kendo.scheduler.save|The text similar to 'Save' displayed in
|
|
973
|
+
i18n-save="kendo.scheduler.save|The text similar to 'Save' displayed in the Scheduler."
|
|
968
974
|
save="Save"
|
|
969
975
|
|
|
970
|
-
i18n-editorEventTitle="kendo.scheduler.editorEventTitle|The text similar to 'Title' displayed in the
|
|
976
|
+
i18n-editorEventTitle="kendo.scheduler.editorEventTitle|The text similar to 'Title' displayed in the Scheduler event editor."
|
|
971
977
|
editorEventTitle='Title'
|
|
972
978
|
|
|
973
|
-
i18n-editorEventStart="kendo.scheduler.editorEventStart|The text similar to 'Start' displayed in the
|
|
979
|
+
i18n-editorEventStart="kendo.scheduler.editorEventStart|The text similar to 'Start' displayed in the Scheduler event editor."
|
|
974
980
|
editorEventStart="Start"
|
|
975
981
|
|
|
976
|
-
i18n-editorEventStartTimeZone="kendo.scheduler.editorEventStartTimeZone|The text similar to 'Start Time Zone' displayed in the
|
|
982
|
+
i18n-editorEventStartTimeZone="kendo.scheduler.editorEventStartTimeZone|The text similar to 'Start Time Zone' displayed in the Scheduler event editor."
|
|
977
983
|
editorEventStartTimeZone="Start Time Zone"
|
|
978
984
|
|
|
979
|
-
i18n-editorEventEnd="kendo.scheduler.editorEventEnd|The text similar to 'End' displayed in the
|
|
985
|
+
i18n-editorEventEnd="kendo.scheduler.editorEventEnd|The text similar to 'End' displayed in the Scheduler event editor."
|
|
980
986
|
editorEventEnd="End"
|
|
981
987
|
|
|
982
|
-
i18n-editorEventEndTimeZone="kendo.scheduler.editorEventEndTimeZone|The text similar to 'End Time Zone' displayed in the
|
|
988
|
+
i18n-editorEventEndTimeZone="kendo.scheduler.editorEventEndTimeZone|The text similar to 'End Time Zone' displayed in the Scheduler event editor."
|
|
983
989
|
editorEventEndTimeZone="End Time Zone"
|
|
984
990
|
|
|
985
|
-
i18n-editorEventAllDay="kendo.scheduler.editorEventAllDay|The text similar to 'All Day event' displayed in the
|
|
991
|
+
i18n-editorEventAllDay="kendo.scheduler.editorEventAllDay|The text similar to 'All Day event' displayed in the Scheduler event editor."
|
|
986
992
|
editorEventAllDay="All Day Event"
|
|
987
993
|
|
|
988
|
-
i18n-editorEventDescription="kendo.scheduler.editorEventDescription|The text similar to 'Description' displayed in the
|
|
994
|
+
i18n-editorEventDescription="kendo.scheduler.editorEventDescription|The text similar to 'Description' displayed in the Scheduler event editor."
|
|
989
995
|
editorEventDescription="Description"
|
|
990
996
|
|
|
991
|
-
i18n-editorEventSeparateTimeZones="kendo.scheduler.editorEventSeparateTimeZones|The text similar to 'Use separate Start and End Time Zones' displayed in the
|
|
997
|
+
i18n-editorEventSeparateTimeZones="kendo.scheduler.editorEventSeparateTimeZones|The text similar to 'Use separate Start and End Time Zones' displayed in the Scheduler event editor."
|
|
992
998
|
editorEventSeparateTimeZones="End in different Time Zone"
|
|
993
999
|
|
|
994
|
-
i18n-editorEventTimeZone="kendo.scheduler.editorEventTimeZone|The text similar to 'Time Zone' displayed in the
|
|
1000
|
+
i18n-editorEventTimeZone="kendo.scheduler.editorEventTimeZone|The text similar to 'Time Zone' displayed in the Scheduler event editor."
|
|
995
1001
|
editorEventTimeZone='Specify Time Zone'
|
|
996
1002
|
|
|
997
|
-
i18n-editorTitle="kendo.scheduler.editorTitle|The text similar to 'Event' displayed as title of the
|
|
1003
|
+
i18n-editorTitle="kendo.scheduler.editorTitle|The text similar to 'Event' displayed as title of the Scheduler event editor."
|
|
998
1004
|
editorTitle='Event'
|
|
999
1005
|
|
|
1000
|
-
i18n-
|
|
1006
|
+
i18n-editorDateInputsToday="kendo.scheduler.editorDateInputsToday|The Today button text in the popup of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1007
|
+
editorDateInputsToday='Today'
|
|
1008
|
+
|
|
1009
|
+
i18n-editorDateInputsToggle="kendo.scheduler.editorDateInputsToggle|The title of the Toggle button of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1010
|
+
editorDateInputsToggle='Toggle calendar'
|
|
1011
|
+
|
|
1012
|
+
i18n-editorDateInputsParentViewButton="kendo.scheduler.editorDateInputsParentViewButton|The title of the Parent View button in the popup of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1013
|
+
editorDateInputsParentViewButton='Navigate to parent view'
|
|
1014
|
+
|
|
1015
|
+
i18n-editorDateInputsNow="kendo.scheduler.editorDateInputsAccept|The text of the Now button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1016
|
+
editorDateInputsAccept='Now'
|
|
1017
|
+
|
|
1018
|
+
i18n-editorDateInputsNowLabel="kendo.scheduler.editorDateInputsAcceptLabel|The label of the Now button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1019
|
+
editorDateInputsAcceptLabel='Select now'
|
|
1020
|
+
|
|
1021
|
+
i18n-editorDateInputsAccept="kendo.scheduler.editorDateInputsAccept|The text of the Accept button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1022
|
+
editorDateInputsAccept='Set'
|
|
1023
|
+
|
|
1024
|
+
i18n-editorDateInputsAcceptLabel="kendo.scheduler.editorDateInputsAcceptLabel|The label of the Accept button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1025
|
+
editorDateInputsAcceptLabel='Set'
|
|
1026
|
+
|
|
1027
|
+
i18n-editorDateInputsCancel="kendo.scheduler.editorDateInputsCancel|The text of the Cancel button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1028
|
+
editorDateInputsCancel='Cancel'
|
|
1029
|
+
|
|
1030
|
+
i18n-editorDateInputsCancelLabel="kendo.scheduler.editorDateInputsCancelLabel|The label of the Cancel button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1031
|
+
editorDateInputsCancelLabel='Cancel'
|
|
1032
|
+
|
|
1033
|
+
i18n-editorDateInputsDateTab="kendo.scheduler.editorDateInputsDateTab|The text of the Date tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1034
|
+
editorDateInputsDateTab='Date'
|
|
1035
|
+
|
|
1036
|
+
i18n-editorDateInputsDateTabLabel="kendo.scheduler.editorDateInputsDateTabLabel|The label of the Date tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1037
|
+
editorDateInputsDateTabLabel='Date tab'
|
|
1038
|
+
|
|
1039
|
+
i18n-editorDateInputsTimeTab="kendo.scheduler.editorDateInputsTimeTab|The text of the Time tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1040
|
+
editorDateInputsTimeTab='Time'
|
|
1041
|
+
|
|
1042
|
+
i18n-editorDateInputsTimeTabLabel="kendo.scheduler.editorDateInputsTimeTabLabel|The label of the Time tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1043
|
+
editorDateInputsTimeTabLabel='Time tab'
|
|
1044
|
+
|
|
1045
|
+
i18n-recurrenceEditorNumericIncrement="kendo.scheduler.editorNumericIncrement|The title of the Increment button of the NumericTextBox in the Scheduler recurrence editor."
|
|
1046
|
+
recurrenceEditorNumericIncrement='Increase value'
|
|
1047
|
+
|
|
1048
|
+
i18n-recurrenceEditorNumericDecrement="kendo.scheduler.editorNumericDecrement|The title of the Decrement button of the NumericTextBox in the Scheduler recurrence editor."
|
|
1049
|
+
recurrenceEditorNumericDecrement='Decrease value'
|
|
1050
|
+
|
|
1051
|
+
i18n-recurrenceEditorRepeat="kendo.scheduler.recurrenceEditorRepeat|The text similar to 'Repeat' displayed in the Scheduler recurrence editor."
|
|
1001
1052
|
recurrenceEditorRepeat='Repeat'
|
|
1002
1053
|
|
|
1003
|
-
i18n-recurrenceEditorDailyInterval="kendo.scheduler.recurrenceEditorDailyInterval|The text similar to 'day(s)' displayed in the
|
|
1054
|
+
i18n-recurrenceEditorDailyInterval="kendo.scheduler.recurrenceEditorDailyInterval|The text similar to 'day(s)' displayed in the Scheduler recurrence editor."
|
|
1004
1055
|
recurrenceEditorDailyInterval='day(s)'
|
|
1005
1056
|
|
|
1006
|
-
i18n-recurrenceEditorDailyRepeatEvery="kendo.scheduler.recurrenceEditorDailyRepeatEvery|The text similar to 'Repeat every' displayed in the
|
|
1057
|
+
i18n-recurrenceEditorDailyRepeatEvery="kendo.scheduler.recurrenceEditorDailyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
|
|
1007
1058
|
recurrenceEditorDailyRepeatEvery='Repeat every'
|
|
1008
1059
|
|
|
1009
|
-
i18n-recurrenceEditorWeeklyInterval="kendo.scheduler.recurrenceEditorWeeklyInterval|The text similar to 'week(s)' displayed in the
|
|
1060
|
+
i18n-recurrenceEditorWeeklyInterval="kendo.scheduler.recurrenceEditorWeeklyInterval|The text similar to 'week(s)' displayed in the Scheduler recurrence editor."
|
|
1010
1061
|
recurrenceEditorWeeklyInterval='week(s)'
|
|
1011
1062
|
|
|
1012
|
-
i18n-recurrenceEditorWeeklyRepeatEvery="kendo.scheduler.recurrenceEditorWeeklyRepeatEvery|The text similar to 'Repeat every' displayed in the
|
|
1063
|
+
i18n-recurrenceEditorWeeklyRepeatEvery="kendo.scheduler.recurrenceEditorWeeklyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
|
|
1013
1064
|
recurrenceEditorWeeklyRepeatEvery='Repeat every'
|
|
1014
1065
|
|
|
1015
|
-
i18n-recurrenceEditorWeeklyRepeatOn="kendo.scheduler.recurrenceEditorWeeklyRepeatOn|The text similar to 'Repeat on' displayed in the
|
|
1066
|
+
i18n-recurrenceEditorWeeklyRepeatOn="kendo.scheduler.recurrenceEditorWeeklyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
|
|
1016
1067
|
recurrenceEditorWeeklyRepeatOn='Repeat on'
|
|
1017
1068
|
|
|
1018
|
-
i18n-recurrenceEditorMonthlyDay="kendo.scheduler.recurrenceEditorMonthlyDay|The text similar to 'Day' displayed in the
|
|
1069
|
+
i18n-recurrenceEditorMonthlyDay="kendo.scheduler.recurrenceEditorMonthlyDay|The text similar to 'Day' displayed in the Scheduler recurrence editor."
|
|
1019
1070
|
recurrenceEditorMonthlyDay='Day'
|
|
1020
1071
|
|
|
1021
|
-
i18n-recurrenceEditorMonthlyInterval="kendo.scheduler.recurrenceEditorMonthlyInterval|The text similar to 'month(s)' displayed in the
|
|
1072
|
+
i18n-recurrenceEditorMonthlyInterval="kendo.scheduler.recurrenceEditorMonthlyInterval|The text similar to 'month(s)' displayed in the Scheduler recurrence editor."
|
|
1022
1073
|
recurrenceEditorMonthlyInterval='month(s)'
|
|
1023
1074
|
|
|
1024
|
-
i18n-recurrenceEditorMonthlyRepeatEvery="kendo.scheduler.recurrenceEditorMonthlyRepeatEvery|The text similar to 'Repeat every' displayed in the
|
|
1075
|
+
i18n-recurrenceEditorMonthlyRepeatEvery="kendo.scheduler.recurrenceEditorMonthlyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
|
|
1025
1076
|
recurrenceEditorMonthlyRepeatEvery='Repeat every'
|
|
1026
1077
|
|
|
1027
|
-
i18n-recurrenceEditorMonthlyRepeatOn="kendo.scheduler.recurrenceEditorMonthlyRepeatOn|The text similar to 'Repeat on' displayed in the
|
|
1078
|
+
i18n-recurrenceEditorMonthlyRepeatOn="kendo.scheduler.recurrenceEditorMonthlyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
|
|
1028
1079
|
recurrenceEditorMonthlyRepeatOn='Repeat on'
|
|
1029
1080
|
|
|
1030
|
-
i18n-recurrenceEditorYearlyOf="kendo.scheduler.recurrenceEditorYearlyOf|The text similar to 'of' displayed in the
|
|
1081
|
+
i18n-recurrenceEditorYearlyOf="kendo.scheduler.recurrenceEditorYearlyOf|The text similar to 'of' displayed in the Scheduler recurrence editor."
|
|
1031
1082
|
recurrenceEditorYearlyOf='of'
|
|
1032
1083
|
|
|
1033
|
-
i18n-recurrenceEditorYearlyRepeatEvery="kendo.scheduler.recurrenceEditorYearlyRepeatEvery|The text similar to 'Repeat every' displayed in the
|
|
1084
|
+
i18n-recurrenceEditorYearlyRepeatEvery="kendo.scheduler.recurrenceEditorYearlyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
|
|
1034
1085
|
recurrenceEditorYearlyRepeatEvery='Repeat every'
|
|
1035
1086
|
|
|
1036
|
-
i18n-recurrenceEditorYearlyRepeatOn="kendo.scheduler.recurrenceEditorYearlyRepeatOn|The text similar to 'Repeat on' displayed in the
|
|
1087
|
+
i18n-recurrenceEditorYearlyRepeatOn="kendo.scheduler.recurrenceEditorYearlyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
|
|
1037
1088
|
recurrenceEditorYearlyRepeatOn='Repeat on'
|
|
1038
1089
|
|
|
1039
|
-
i18n-recurrenceEditorYearlyInterval="kendo.scheduler.recurrenceEditorYearlyInterval|The text similar to 'year(s)' displayed in the
|
|
1090
|
+
i18n-recurrenceEditorYearlyInterval="kendo.scheduler.recurrenceEditorYearlyInterval|The text similar to 'year(s)' displayed in the Scheduler recurrence editor."
|
|
1040
1091
|
recurrenceEditorYearlyInterval='year(s)'
|
|
1041
1092
|
|
|
1042
|
-
i18n-recurrenceEditorFrequenciesDaily="kendo.scheduler.recurrenceEditorFrequenciesDaily|The text similar to 'Daily' displayed in the
|
|
1093
|
+
i18n-recurrenceEditorFrequenciesDaily="kendo.scheduler.recurrenceEditorFrequenciesDaily|The text similar to 'Daily' displayed in the Scheduler recurrence editor."
|
|
1043
1094
|
recurrenceEditorFrequenciesDaily='Daily'
|
|
1044
1095
|
|
|
1045
|
-
i18n-recurrenceEditorFrequenciesMonthly="kendo.scheduler.recurrenceEditorFrequenciesMonthly|The text similar to 'Monthly' displayed in the
|
|
1096
|
+
i18n-recurrenceEditorFrequenciesMonthly="kendo.scheduler.recurrenceEditorFrequenciesMonthly|The text similar to 'Monthly' displayed in the Scheduler recurrence editor."
|
|
1046
1097
|
recurrenceEditorFrequenciesMonthly='Monthly'
|
|
1047
1098
|
|
|
1048
|
-
i18n-recurrenceEditorFrequenciesNever="kendo.scheduler.recurrenceEditorFrequenciesNever|The text similar to 'Never' displayed in the
|
|
1099
|
+
i18n-recurrenceEditorFrequenciesNever="kendo.scheduler.recurrenceEditorFrequenciesNever|The text similar to 'Never' displayed in the Scheduler recurrence editor."
|
|
1049
1100
|
recurrenceEditorFrequenciesNever='Never'
|
|
1050
1101
|
|
|
1051
|
-
i18n-recurrenceEditorFrequenciesWeekly="kendo.scheduler.recurrenceEditorFrequenciesWeekly|The text similar to 'Weekly' displayed in the
|
|
1102
|
+
i18n-recurrenceEditorFrequenciesWeekly="kendo.scheduler.recurrenceEditorFrequenciesWeekly|The text similar to 'Weekly' displayed in the Scheduler recurrence editor."
|
|
1052
1103
|
recurrenceEditorFrequenciesWeekly='Weekly'
|
|
1053
1104
|
|
|
1054
|
-
i18n-recurrenceEditorFrequenciesYearly="kendo.scheduler.recurrenceEditorFrequenciesYearly|The text similar to 'Yearly' displayed in the
|
|
1105
|
+
i18n-recurrenceEditorFrequenciesYearly="kendo.scheduler.recurrenceEditorFrequenciesYearly|The text similar to 'Yearly' displayed in the Scheduler recurrence editor."
|
|
1055
1106
|
recurrenceEditorFrequenciesYearly='Yearly'
|
|
1056
1107
|
|
|
1057
|
-
i18n-recurrenceEditorOffsetPositionsFirst="kendo.scheduler.recurrenceEditorOffsetPositionsFirst|The text similar to 'First' displayed in the
|
|
1108
|
+
i18n-recurrenceEditorOffsetPositionsFirst="kendo.scheduler.recurrenceEditorOffsetPositionsFirst|The text similar to 'First' displayed in the Scheduler recurrence editor."
|
|
1058
1109
|
recurrenceEditorOffsetPositionsFirst='First'
|
|
1059
1110
|
|
|
1060
|
-
i18n-recurrenceEditorOffsetPositionsSecond="kendo.scheduler.recurrenceEditorOffsetPositionsSecond|The text similar to 'Second' displayed in the
|
|
1111
|
+
i18n-recurrenceEditorOffsetPositionsSecond="kendo.scheduler.recurrenceEditorOffsetPositionsSecond|The text similar to 'Second' displayed in the Scheduler recurrence editor."
|
|
1061
1112
|
recurrenceEditorOffsetPositionsSecond='Second'
|
|
1062
1113
|
|
|
1063
|
-
i18n-recurrenceEditorOffsetPositionsThird="kendo.scheduler.recurrenceEditorOffsetPositionsThird|The text similar to 'Third' displayed in the
|
|
1114
|
+
i18n-recurrenceEditorOffsetPositionsThird="kendo.scheduler.recurrenceEditorOffsetPositionsThird|The text similar to 'Third' displayed in the Scheduler recurrence editor."
|
|
1064
1115
|
recurrenceEditorOffsetPositionsThird='Third'
|
|
1065
1116
|
|
|
1066
|
-
i18n-recurrenceEditorOffsetPositionsFourth="kendo.scheduler.recurrenceEditorOffsetPositionsFourth|The text similar to 'Fourth' displayed in the
|
|
1117
|
+
i18n-recurrenceEditorOffsetPositionsFourth="kendo.scheduler.recurrenceEditorOffsetPositionsFourth|The text similar to 'Fourth' displayed in the Scheduler recurrence editor."
|
|
1067
1118
|
recurrenceEditorOffsetPositionsFourth='Fourth'
|
|
1068
1119
|
|
|
1069
|
-
i18n-recurrenceEditorOffsetPositionsLast="kendo.scheduler.recurrenceEditorOffsetPositionsLast|The text similar to 'Last' displayed in the
|
|
1120
|
+
i18n-recurrenceEditorOffsetPositionsLast="kendo.scheduler.recurrenceEditorOffsetPositionsLast|The text similar to 'Last' displayed in the Scheduler recurrence editor."
|
|
1070
1121
|
recurrenceEditorOffsetPositionsLast='Last'
|
|
1071
1122
|
|
|
1072
1123
|
i18n-recurrenceEditorWeekdaysDay="kendo.scheduler.recurrenceEditorWeekdaysDay|The text similar to 'Day' displayed in the repeat by section of the monthly recurrence pattern."
|
|
@@ -1078,43 +1129,43 @@ SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
1078
1129
|
i18n-recurrenceEditorWeekdaysWeekendday="kendo.scheduler.recurrenceEditorWeekdaysWeekendday|The text similar to 'Weekend Day' displayed in the repeat by section of the monthly recurrence pattern."
|
|
1079
1130
|
recurrenceEditorWeekdaysWeekendday='Weekend Day'
|
|
1080
1131
|
|
|
1081
|
-
i18n-recurrenceEditorEndAfter="kendo.scheduler.recurrenceEditorEndAfter|The text similar to 'After' displayed in the
|
|
1132
|
+
i18n-recurrenceEditorEndAfter="kendo.scheduler.recurrenceEditorEndAfter|The text similar to 'After' displayed in the Scheduler recurrence editor."
|
|
1082
1133
|
recurrenceEditorEndAfter='After'
|
|
1083
1134
|
|
|
1084
|
-
i18n-recurrenceEditorEndOccurrence="kendo.scheduler.recurrenceEditorEndOccurrence|The text similar to 'occurrence(s)' displayed in the
|
|
1135
|
+
i18n-recurrenceEditorEndOccurrence="kendo.scheduler.recurrenceEditorEndOccurrence|The text similar to 'occurrence(s)' displayed in the Scheduler recurrence editor."
|
|
1085
1136
|
recurrenceEditorEndOccurrence='occurrence(s)'
|
|
1086
1137
|
|
|
1087
|
-
i18n-recurrenceEditorEndLabel="kendo.scheduler.recurrenceEditorEndLabel|The text similar to 'End' displayed in the
|
|
1138
|
+
i18n-recurrenceEditorEndLabel="kendo.scheduler.recurrenceEditorEndLabel|The text similar to 'End' displayed in the Scheduler recurrence editor."
|
|
1088
1139
|
recurrenceEditorEndLabel='End'
|
|
1089
1140
|
|
|
1090
|
-
i18n-recurrenceEditorEndNever="kendo.scheduler.recurrenceEditorEndNever|The text similar to 'Never' displayed in the
|
|
1141
|
+
i18n-recurrenceEditorEndNever="kendo.scheduler.recurrenceEditorEndNever|The text similar to 'Never' displayed in the Scheduler recurrence editor."
|
|
1091
1142
|
recurrenceEditorEndNever='Never'
|
|
1092
1143
|
|
|
1093
|
-
i18n-recurrenceEditorEndOn="kendo.scheduler.recurrenceEditorEndOn|The text similar to 'On' displayed in the
|
|
1144
|
+
i18n-recurrenceEditorEndOn="kendo.scheduler.recurrenceEditorEndOn|The text similar to 'On' displayed in the Scheduler recurrence editor."
|
|
1094
1145
|
recurrenceEditorEndOn='On'
|
|
1095
1146
|
|
|
1096
|
-
i18n-destroy="kendo.scheduler.destroy|The text of the 'Delete' button displayed in the
|
|
1147
|
+
i18n-destroy="kendo.scheduler.destroy|The text of the 'Delete' button displayed in the Scheduler remove confirmation dialog."
|
|
1097
1148
|
destroy='Delete'
|
|
1098
1149
|
|
|
1099
|
-
i18n-deleteConfirmation="kendo.scheduler.deleteConfirmation|The text similar to 'Are you sure you want to delete this event?' displayed in
|
|
1150
|
+
i18n-deleteConfirmation="kendo.scheduler.deleteConfirmation|The text similar to 'Are you sure you want to delete this event?' displayed in Scheduler remove confirmation dialog."
|
|
1100
1151
|
deleteConfirmation='Are you sure you want to delete this event?'
|
|
1101
1152
|
|
|
1102
|
-
i18n-editRecurringConfirmation="kendo.scheduler.editRecurringConfirmation|The text similar to 'Do you want to edit only this event occurrence or the whole series?' displayed in the
|
|
1153
|
+
i18n-editRecurringConfirmation="kendo.scheduler.editRecurringConfirmation|The text similar to 'Do you want to edit only this event occurrence or the whole series?' displayed in the Scheduler recurring confirmation dialog."
|
|
1103
1154
|
editRecurringConfirmation='Do you want to edit only this event occurrence or the whole series?'
|
|
1104
1155
|
|
|
1105
|
-
i18n-editOccurrence="kendo.scheduler.editOccurrence|The text of the 'Edit current occurrence' button displayed in the
|
|
1156
|
+
i18n-editOccurrence="kendo.scheduler.editOccurrence|The text of the 'Edit current occurrence' button displayed in the Scheduler recurring confirmation dialog."
|
|
1106
1157
|
editOccurrence='Edit current occurrence'
|
|
1107
1158
|
|
|
1108
|
-
i18n-editSeries="kendo.scheduler.editSeries|The text of the 'Edit the series' button displayed in the
|
|
1159
|
+
i18n-editSeries="kendo.scheduler.editSeries|The text of the 'Edit the series' button displayed in the Scheduler recurring confirmation dialog."
|
|
1109
1160
|
editSeries='Edit the series'
|
|
1110
1161
|
|
|
1111
|
-
i18n-deleteRecurringConfirmation="kendo.scheduler.deleteRecurringConfirmation|The text similar to 'Do you want to delete only this event occurrence or the whole series?' displayed in the
|
|
1162
|
+
i18n-deleteRecurringConfirmation="kendo.scheduler.deleteRecurringConfirmation|The text similar to 'Do you want to delete only this event occurrence or the whole series?' displayed in the Scheduler recurring confirmation dialog."
|
|
1112
1163
|
deleteRecurringConfirmation='Do you want to delete only this event occurrence or the whole series?'
|
|
1113
1164
|
|
|
1114
|
-
i18n-deleteOccurrence="kendo.scheduler.deleteOccurrence|The text of the 'Delete current occurrence' button displayed in the
|
|
1165
|
+
i18n-deleteOccurrence="kendo.scheduler.deleteOccurrence|The text of the 'Delete current occurrence' button displayed in the Scheduler recurring confirmation dialog."
|
|
1115
1166
|
deleteOccurrence='Delete current occurrence'
|
|
1116
1167
|
|
|
1117
|
-
i18n-deleteSeries="kendo.scheduler.deleteSeries|The text similar of the 'Delete the series' button displayed in the
|
|
1168
|
+
i18n-deleteSeries="kendo.scheduler.deleteSeries|The text similar of the 'Delete the series' button displayed in the Scheduler recurring confirmation dialog."
|
|
1118
1169
|
deleteSeries='Delete the series'
|
|
1119
1170
|
|
|
1120
1171
|
i18n-deleteDialogTitle="kendo.scheduler.deleteDialogTitle|The title of the remove confirmation dialog, similar to 'Delete Event'."
|
|
@@ -1257,112 +1308,163 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1257
1308
|
i18n-agendaViewTitle="kendo.scheduler.agendaViewTitle|The agenda view title."
|
|
1258
1309
|
agendaViewTitle="Agenda"
|
|
1259
1310
|
|
|
1260
|
-
i18n-
|
|
1311
|
+
i18n-yearViewTitle="kendo.scheduler.yearViewTitle|The year view title."
|
|
1312
|
+
yearViewTitle="Year"
|
|
1313
|
+
|
|
1314
|
+
i18n-yearViewNoEvents="kendo.scheduler.yearViewNoEvents|The year view no events message."
|
|
1315
|
+
yearViewNoEvents="No events on this date."
|
|
1316
|
+
|
|
1317
|
+
i18n-cancel="kendo.scheduler.cancel|The text similar to 'Cancel' displayed in the Scheduler."
|
|
1261
1318
|
cancel="Cancel"
|
|
1262
1319
|
|
|
1263
|
-
i18n-save="kendo.scheduler.save|The text similar to 'Save' displayed in
|
|
1320
|
+
i18n-save="kendo.scheduler.save|The text similar to 'Save' displayed in the Scheduler."
|
|
1264
1321
|
save="Save"
|
|
1265
1322
|
|
|
1266
|
-
i18n-editorEventTitle="kendo.scheduler.editorEventTitle|The text similar to 'Title' displayed in the
|
|
1323
|
+
i18n-editorEventTitle="kendo.scheduler.editorEventTitle|The text similar to 'Title' displayed in the Scheduler event editor."
|
|
1267
1324
|
editorEventTitle='Title'
|
|
1268
1325
|
|
|
1269
|
-
i18n-editorEventStart="kendo.scheduler.editorEventStart|The text similar to 'Start' displayed in the
|
|
1326
|
+
i18n-editorEventStart="kendo.scheduler.editorEventStart|The text similar to 'Start' displayed in the Scheduler event editor."
|
|
1270
1327
|
editorEventStart="Start"
|
|
1271
1328
|
|
|
1272
|
-
i18n-editorEventStartTimeZone="kendo.scheduler.editorEventStartTimeZone|The text similar to 'Start Time Zone' displayed in the
|
|
1329
|
+
i18n-editorEventStartTimeZone="kendo.scheduler.editorEventStartTimeZone|The text similar to 'Start Time Zone' displayed in the Scheduler event editor."
|
|
1273
1330
|
editorEventStartTimeZone="Start Time Zone"
|
|
1274
1331
|
|
|
1275
|
-
i18n-editorEventEnd="kendo.scheduler.editorEventEnd|The text similar to 'End' displayed in the
|
|
1332
|
+
i18n-editorEventEnd="kendo.scheduler.editorEventEnd|The text similar to 'End' displayed in the Scheduler event editor."
|
|
1276
1333
|
editorEventEnd="End"
|
|
1277
1334
|
|
|
1278
|
-
i18n-editorEventEndTimeZone="kendo.scheduler.editorEventEndTimeZone|The text similar to 'End Time Zone' displayed in the
|
|
1335
|
+
i18n-editorEventEndTimeZone="kendo.scheduler.editorEventEndTimeZone|The text similar to 'End Time Zone' displayed in the Scheduler event editor."
|
|
1279
1336
|
editorEventEndTimeZone="End Time Zone"
|
|
1280
1337
|
|
|
1281
|
-
i18n-editorEventAllDay="kendo.scheduler.editorEventAllDay|The text similar to 'All Day event' displayed in the
|
|
1338
|
+
i18n-editorEventAllDay="kendo.scheduler.editorEventAllDay|The text similar to 'All Day event' displayed in the Scheduler event editor."
|
|
1282
1339
|
editorEventAllDay="All Day Event"
|
|
1283
1340
|
|
|
1284
|
-
i18n-editorEventDescription="kendo.scheduler.editorEventDescription|The text similar to 'Description' displayed in the
|
|
1341
|
+
i18n-editorEventDescription="kendo.scheduler.editorEventDescription|The text similar to 'Description' displayed in the Scheduler event editor."
|
|
1285
1342
|
editorEventDescription="Description"
|
|
1286
1343
|
|
|
1287
|
-
i18n-editorEventSeparateTimeZones="kendo.scheduler.editorEventSeparateTimeZones|The text similar to 'Use separate Start and End Time Zones' displayed in the
|
|
1344
|
+
i18n-editorEventSeparateTimeZones="kendo.scheduler.editorEventSeparateTimeZones|The text similar to 'Use separate Start and End Time Zones' displayed in the Scheduler event editor."
|
|
1288
1345
|
editorEventSeparateTimeZones="End in different Time Zone"
|
|
1289
1346
|
|
|
1290
|
-
i18n-editorEventTimeZone="kendo.scheduler.editorEventTimeZone|The text similar to 'Time Zone' displayed in the
|
|
1347
|
+
i18n-editorEventTimeZone="kendo.scheduler.editorEventTimeZone|The text similar to 'Time Zone' displayed in the Scheduler event editor."
|
|
1291
1348
|
editorEventTimeZone='Specify Time Zone'
|
|
1292
1349
|
|
|
1293
|
-
i18n-editorTitle="kendo.scheduler.editorTitle|The text similar to 'Event' displayed as title of the
|
|
1350
|
+
i18n-editorTitle="kendo.scheduler.editorTitle|The text similar to 'Event' displayed as title of the Scheduler event editor."
|
|
1294
1351
|
editorTitle='Event'
|
|
1295
1352
|
|
|
1296
|
-
i18n-
|
|
1353
|
+
i18n-editorDateInputsToday="kendo.scheduler.editorDateInputsToday|The Today button text in the popup of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1354
|
+
editorDateInputsToday='Today'
|
|
1355
|
+
|
|
1356
|
+
i18n-editorDateInputsToggle="kendo.scheduler.editorDateInputsToggle|The title of the Toggle button of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1357
|
+
editorDateInputsToggle='Toggle calendar'
|
|
1358
|
+
|
|
1359
|
+
i18n-editorDateInputsParentViewButton="kendo.scheduler.editorDateInputsParentViewButton|The title of the Parent View button in the popup of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1360
|
+
editorDateInputsParentViewButton='Navigate to parent view'
|
|
1361
|
+
|
|
1362
|
+
i18n-editorDateInputsNow="kendo.scheduler.editorDateInputsAccept|The text of the Now button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1363
|
+
editorDateInputsAccept='Now'
|
|
1364
|
+
|
|
1365
|
+
i18n-editorDateInputsNowLabel="kendo.scheduler.editorDateInputsAcceptLabel|The label of the Now button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1366
|
+
editorDateInputsAcceptLabel='Select now'
|
|
1367
|
+
|
|
1368
|
+
i18n-editorDateInputsAccept="kendo.scheduler.editorDateInputsAccept|The text of the Accept button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1369
|
+
editorDateInputsAccept='Set'
|
|
1370
|
+
|
|
1371
|
+
i18n-editorDateInputsAcceptLabel="kendo.scheduler.editorDateInputsAcceptLabel|The label of the Accept button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1372
|
+
editorDateInputsAcceptLabel='Set'
|
|
1373
|
+
|
|
1374
|
+
i18n-editorDateInputsCancel="kendo.scheduler.editorDateInputsCancel|The text of the Cancel button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1375
|
+
editorDateInputsCancel='Cancel'
|
|
1376
|
+
|
|
1377
|
+
i18n-editorDateInputsCancelLabel="kendo.scheduler.editorDateInputsCancelLabel|The label of the Cancel button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1378
|
+
editorDateInputsCancelLabel='Cancel'
|
|
1379
|
+
|
|
1380
|
+
i18n-editorDateInputsDateTab="kendo.scheduler.editorDateInputsDateTab|The text of the Date tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1381
|
+
editorDateInputsDateTab='Date'
|
|
1382
|
+
|
|
1383
|
+
i18n-editorDateInputsDateTabLabel="kendo.scheduler.editorDateInputsDateTabLabel|The label of the Date tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1384
|
+
editorDateInputsDateTabLabel='Date tab'
|
|
1385
|
+
|
|
1386
|
+
i18n-editorDateInputsTimeTab="kendo.scheduler.editorDateInputsTimeTab|The text of the Time tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1387
|
+
editorDateInputsTimeTab='Time'
|
|
1388
|
+
|
|
1389
|
+
i18n-editorDateInputsTimeTabLabel="kendo.scheduler.editorDateInputsTimeTabLabel|The label of the Time tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1390
|
+
editorDateInputsTimeTabLabel='Time tab'
|
|
1391
|
+
|
|
1392
|
+
i18n-recurrenceEditorNumericIncrement="kendo.scheduler.editorNumericIncrement|The title of the Increment button of the NumericTextBox in the Scheduler recurrence editor."
|
|
1393
|
+
recurrenceEditorNumericIncrement='Increase value'
|
|
1394
|
+
|
|
1395
|
+
i18n-recurrenceEditorNumericDecrement="kendo.scheduler.editorNumericDecrement|The title of the Decrement button of the NumericTextBox in the Scheduler recurrence editor."
|
|
1396
|
+
recurrenceEditorNumericDecrement='Decrease value'
|
|
1397
|
+
|
|
1398
|
+
i18n-recurrenceEditorRepeat="kendo.scheduler.recurrenceEditorRepeat|The text similar to 'Repeat' displayed in the Scheduler recurrence editor."
|
|
1297
1399
|
recurrenceEditorRepeat='Repeat'
|
|
1298
1400
|
|
|
1299
|
-
i18n-recurrenceEditorDailyInterval="kendo.scheduler.recurrenceEditorDailyInterval|The text similar to 'day(s)' displayed in the
|
|
1401
|
+
i18n-recurrenceEditorDailyInterval="kendo.scheduler.recurrenceEditorDailyInterval|The text similar to 'day(s)' displayed in the Scheduler recurrence editor."
|
|
1300
1402
|
recurrenceEditorDailyInterval='day(s)'
|
|
1301
1403
|
|
|
1302
|
-
i18n-recurrenceEditorDailyRepeatEvery="kendo.scheduler.recurrenceEditorDailyRepeatEvery|The text similar to 'Repeat every' displayed in the
|
|
1404
|
+
i18n-recurrenceEditorDailyRepeatEvery="kendo.scheduler.recurrenceEditorDailyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
|
|
1303
1405
|
recurrenceEditorDailyRepeatEvery='Repeat every'
|
|
1304
1406
|
|
|
1305
|
-
i18n-recurrenceEditorWeeklyInterval="kendo.scheduler.recurrenceEditorWeeklyInterval|The text similar to 'week(s)' displayed in the
|
|
1407
|
+
i18n-recurrenceEditorWeeklyInterval="kendo.scheduler.recurrenceEditorWeeklyInterval|The text similar to 'week(s)' displayed in the Scheduler recurrence editor."
|
|
1306
1408
|
recurrenceEditorWeeklyInterval='week(s)'
|
|
1307
1409
|
|
|
1308
|
-
i18n-recurrenceEditorWeeklyRepeatEvery="kendo.scheduler.recurrenceEditorWeeklyRepeatEvery|The text similar to 'Repeat every' displayed in the
|
|
1410
|
+
i18n-recurrenceEditorWeeklyRepeatEvery="kendo.scheduler.recurrenceEditorWeeklyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
|
|
1309
1411
|
recurrenceEditorWeeklyRepeatEvery='Repeat every'
|
|
1310
1412
|
|
|
1311
|
-
i18n-recurrenceEditorWeeklyRepeatOn="kendo.scheduler.recurrenceEditorWeeklyRepeatOn|The text similar to 'Repeat on' displayed in the
|
|
1413
|
+
i18n-recurrenceEditorWeeklyRepeatOn="kendo.scheduler.recurrenceEditorWeeklyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
|
|
1312
1414
|
recurrenceEditorWeeklyRepeatOn='Repeat on'
|
|
1313
1415
|
|
|
1314
|
-
i18n-recurrenceEditorMonthlyDay="kendo.scheduler.recurrenceEditorMonthlyDay|The text similar to 'Day' displayed in the
|
|
1416
|
+
i18n-recurrenceEditorMonthlyDay="kendo.scheduler.recurrenceEditorMonthlyDay|The text similar to 'Day' displayed in the Scheduler recurrence editor."
|
|
1315
1417
|
recurrenceEditorMonthlyDay='Day'
|
|
1316
1418
|
|
|
1317
|
-
i18n-recurrenceEditorMonthlyInterval="kendo.scheduler.recurrenceEditorMonthlyInterval|The text similar to 'month(s)' displayed in the
|
|
1419
|
+
i18n-recurrenceEditorMonthlyInterval="kendo.scheduler.recurrenceEditorMonthlyInterval|The text similar to 'month(s)' displayed in the Scheduler recurrence editor."
|
|
1318
1420
|
recurrenceEditorMonthlyInterval='month(s)'
|
|
1319
1421
|
|
|
1320
|
-
i18n-recurrenceEditorMonthlyRepeatEvery="kendo.scheduler.recurrenceEditorMonthlyRepeatEvery|The text similar to 'Repeat every' displayed in the
|
|
1422
|
+
i18n-recurrenceEditorMonthlyRepeatEvery="kendo.scheduler.recurrenceEditorMonthlyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
|
|
1321
1423
|
recurrenceEditorMonthlyRepeatEvery='Repeat every'
|
|
1322
1424
|
|
|
1323
|
-
i18n-recurrenceEditorMonthlyRepeatOn="kendo.scheduler.recurrenceEditorMonthlyRepeatOn|The text similar to 'Repeat on' displayed in the
|
|
1425
|
+
i18n-recurrenceEditorMonthlyRepeatOn="kendo.scheduler.recurrenceEditorMonthlyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
|
|
1324
1426
|
recurrenceEditorMonthlyRepeatOn='Repeat on'
|
|
1325
1427
|
|
|
1326
|
-
i18n-recurrenceEditorYearlyOf="kendo.scheduler.recurrenceEditorYearlyOf|The text similar to 'of' displayed in the
|
|
1428
|
+
i18n-recurrenceEditorYearlyOf="kendo.scheduler.recurrenceEditorYearlyOf|The text similar to 'of' displayed in the Scheduler recurrence editor."
|
|
1327
1429
|
recurrenceEditorYearlyOf='of'
|
|
1328
1430
|
|
|
1329
|
-
i18n-recurrenceEditorYearlyRepeatEvery="kendo.scheduler.recurrenceEditorYearlyRepeatEvery|The text similar to 'Repeat every' displayed in the
|
|
1431
|
+
i18n-recurrenceEditorYearlyRepeatEvery="kendo.scheduler.recurrenceEditorYearlyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
|
|
1330
1432
|
recurrenceEditorYearlyRepeatEvery='Repeat every'
|
|
1331
1433
|
|
|
1332
|
-
i18n-recurrenceEditorYearlyRepeatOn="kendo.scheduler.recurrenceEditorYearlyRepeatOn|The text similar to 'Repeat on' displayed in the
|
|
1434
|
+
i18n-recurrenceEditorYearlyRepeatOn="kendo.scheduler.recurrenceEditorYearlyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
|
|
1333
1435
|
recurrenceEditorYearlyRepeatOn='Repeat on'
|
|
1334
1436
|
|
|
1335
|
-
i18n-recurrenceEditorYearlyInterval="kendo.scheduler.recurrenceEditorYearlyInterval|The text similar to 'year(s)' displayed in the
|
|
1437
|
+
i18n-recurrenceEditorYearlyInterval="kendo.scheduler.recurrenceEditorYearlyInterval|The text similar to 'year(s)' displayed in the Scheduler recurrence editor."
|
|
1336
1438
|
recurrenceEditorYearlyInterval='year(s)'
|
|
1337
1439
|
|
|
1338
|
-
i18n-recurrenceEditorFrequenciesDaily="kendo.scheduler.recurrenceEditorFrequenciesDaily|The text similar to 'Daily' displayed in the
|
|
1440
|
+
i18n-recurrenceEditorFrequenciesDaily="kendo.scheduler.recurrenceEditorFrequenciesDaily|The text similar to 'Daily' displayed in the Scheduler recurrence editor."
|
|
1339
1441
|
recurrenceEditorFrequenciesDaily='Daily'
|
|
1340
1442
|
|
|
1341
|
-
i18n-recurrenceEditorFrequenciesMonthly="kendo.scheduler.recurrenceEditorFrequenciesMonthly|The text similar to 'Monthly' displayed in the
|
|
1443
|
+
i18n-recurrenceEditorFrequenciesMonthly="kendo.scheduler.recurrenceEditorFrequenciesMonthly|The text similar to 'Monthly' displayed in the Scheduler recurrence editor."
|
|
1342
1444
|
recurrenceEditorFrequenciesMonthly='Monthly'
|
|
1343
1445
|
|
|
1344
|
-
i18n-recurrenceEditorFrequenciesNever="kendo.scheduler.recurrenceEditorFrequenciesNever|The text similar to 'Never' displayed in the
|
|
1446
|
+
i18n-recurrenceEditorFrequenciesNever="kendo.scheduler.recurrenceEditorFrequenciesNever|The text similar to 'Never' displayed in the Scheduler recurrence editor."
|
|
1345
1447
|
recurrenceEditorFrequenciesNever='Never'
|
|
1346
1448
|
|
|
1347
|
-
i18n-recurrenceEditorFrequenciesWeekly="kendo.scheduler.recurrenceEditorFrequenciesWeekly|The text similar to 'Weekly' displayed in the
|
|
1449
|
+
i18n-recurrenceEditorFrequenciesWeekly="kendo.scheduler.recurrenceEditorFrequenciesWeekly|The text similar to 'Weekly' displayed in the Scheduler recurrence editor."
|
|
1348
1450
|
recurrenceEditorFrequenciesWeekly='Weekly'
|
|
1349
1451
|
|
|
1350
|
-
i18n-recurrenceEditorFrequenciesYearly="kendo.scheduler.recurrenceEditorFrequenciesYearly|The text similar to 'Yearly' displayed in the
|
|
1452
|
+
i18n-recurrenceEditorFrequenciesYearly="kendo.scheduler.recurrenceEditorFrequenciesYearly|The text similar to 'Yearly' displayed in the Scheduler recurrence editor."
|
|
1351
1453
|
recurrenceEditorFrequenciesYearly='Yearly'
|
|
1352
1454
|
|
|
1353
|
-
i18n-recurrenceEditorOffsetPositionsFirst="kendo.scheduler.recurrenceEditorOffsetPositionsFirst|The text similar to 'First' displayed in the
|
|
1455
|
+
i18n-recurrenceEditorOffsetPositionsFirst="kendo.scheduler.recurrenceEditorOffsetPositionsFirst|The text similar to 'First' displayed in the Scheduler recurrence editor."
|
|
1354
1456
|
recurrenceEditorOffsetPositionsFirst='First'
|
|
1355
1457
|
|
|
1356
|
-
i18n-recurrenceEditorOffsetPositionsSecond="kendo.scheduler.recurrenceEditorOffsetPositionsSecond|The text similar to 'Second' displayed in the
|
|
1458
|
+
i18n-recurrenceEditorOffsetPositionsSecond="kendo.scheduler.recurrenceEditorOffsetPositionsSecond|The text similar to 'Second' displayed in the Scheduler recurrence editor."
|
|
1357
1459
|
recurrenceEditorOffsetPositionsSecond='Second'
|
|
1358
1460
|
|
|
1359
|
-
i18n-recurrenceEditorOffsetPositionsThird="kendo.scheduler.recurrenceEditorOffsetPositionsThird|The text similar to 'Third' displayed in the
|
|
1461
|
+
i18n-recurrenceEditorOffsetPositionsThird="kendo.scheduler.recurrenceEditorOffsetPositionsThird|The text similar to 'Third' displayed in the Scheduler recurrence editor."
|
|
1360
1462
|
recurrenceEditorOffsetPositionsThird='Third'
|
|
1361
1463
|
|
|
1362
|
-
i18n-recurrenceEditorOffsetPositionsFourth="kendo.scheduler.recurrenceEditorOffsetPositionsFourth|The text similar to 'Fourth' displayed in the
|
|
1464
|
+
i18n-recurrenceEditorOffsetPositionsFourth="kendo.scheduler.recurrenceEditorOffsetPositionsFourth|The text similar to 'Fourth' displayed in the Scheduler recurrence editor."
|
|
1363
1465
|
recurrenceEditorOffsetPositionsFourth='Fourth'
|
|
1364
1466
|
|
|
1365
|
-
i18n-recurrenceEditorOffsetPositionsLast="kendo.scheduler.recurrenceEditorOffsetPositionsLast|The text similar to 'Last' displayed in the
|
|
1467
|
+
i18n-recurrenceEditorOffsetPositionsLast="kendo.scheduler.recurrenceEditorOffsetPositionsLast|The text similar to 'Last' displayed in the Scheduler recurrence editor."
|
|
1366
1468
|
recurrenceEditorOffsetPositionsLast='Last'
|
|
1367
1469
|
|
|
1368
1470
|
i18n-recurrenceEditorWeekdaysDay="kendo.scheduler.recurrenceEditorWeekdaysDay|The text similar to 'Day' displayed in the repeat by section of the monthly recurrence pattern."
|
|
@@ -1374,43 +1476,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1374
1476
|
i18n-recurrenceEditorWeekdaysWeekendday="kendo.scheduler.recurrenceEditorWeekdaysWeekendday|The text similar to 'Weekend Day' displayed in the repeat by section of the monthly recurrence pattern."
|
|
1375
1477
|
recurrenceEditorWeekdaysWeekendday='Weekend Day'
|
|
1376
1478
|
|
|
1377
|
-
i18n-recurrenceEditorEndAfter="kendo.scheduler.recurrenceEditorEndAfter|The text similar to 'After' displayed in the
|
|
1479
|
+
i18n-recurrenceEditorEndAfter="kendo.scheduler.recurrenceEditorEndAfter|The text similar to 'After' displayed in the Scheduler recurrence editor."
|
|
1378
1480
|
recurrenceEditorEndAfter='After'
|
|
1379
1481
|
|
|
1380
|
-
i18n-recurrenceEditorEndOccurrence="kendo.scheduler.recurrenceEditorEndOccurrence|The text similar to 'occurrence(s)' displayed in the
|
|
1482
|
+
i18n-recurrenceEditorEndOccurrence="kendo.scheduler.recurrenceEditorEndOccurrence|The text similar to 'occurrence(s)' displayed in the Scheduler recurrence editor."
|
|
1381
1483
|
recurrenceEditorEndOccurrence='occurrence(s)'
|
|
1382
1484
|
|
|
1383
|
-
i18n-recurrenceEditorEndLabel="kendo.scheduler.recurrenceEditorEndLabel|The text similar to 'End' displayed in the
|
|
1485
|
+
i18n-recurrenceEditorEndLabel="kendo.scheduler.recurrenceEditorEndLabel|The text similar to 'End' displayed in the Scheduler recurrence editor."
|
|
1384
1486
|
recurrenceEditorEndLabel='End'
|
|
1385
1487
|
|
|
1386
|
-
i18n-recurrenceEditorEndNever="kendo.scheduler.recurrenceEditorEndNever|The text similar to 'Never' displayed in the
|
|
1488
|
+
i18n-recurrenceEditorEndNever="kendo.scheduler.recurrenceEditorEndNever|The text similar to 'Never' displayed in the Scheduler recurrence editor."
|
|
1387
1489
|
recurrenceEditorEndNever='Never'
|
|
1388
1490
|
|
|
1389
|
-
i18n-recurrenceEditorEndOn="kendo.scheduler.recurrenceEditorEndOn|The text similar to 'On' displayed in the
|
|
1491
|
+
i18n-recurrenceEditorEndOn="kendo.scheduler.recurrenceEditorEndOn|The text similar to 'On' displayed in the Scheduler recurrence editor."
|
|
1390
1492
|
recurrenceEditorEndOn='On'
|
|
1391
1493
|
|
|
1392
|
-
i18n-destroy="kendo.scheduler.destroy|The text of the 'Delete' button displayed in the
|
|
1494
|
+
i18n-destroy="kendo.scheduler.destroy|The text of the 'Delete' button displayed in the Scheduler remove confirmation dialog."
|
|
1393
1495
|
destroy='Delete'
|
|
1394
1496
|
|
|
1395
|
-
i18n-deleteConfirmation="kendo.scheduler.deleteConfirmation|The text similar to 'Are you sure you want to delete this event?' displayed in
|
|
1497
|
+
i18n-deleteConfirmation="kendo.scheduler.deleteConfirmation|The text similar to 'Are you sure you want to delete this event?' displayed in Scheduler remove confirmation dialog."
|
|
1396
1498
|
deleteConfirmation='Are you sure you want to delete this event?'
|
|
1397
1499
|
|
|
1398
|
-
i18n-editRecurringConfirmation="kendo.scheduler.editRecurringConfirmation|The text similar to 'Do you want to edit only this event occurrence or the whole series?' displayed in the
|
|
1500
|
+
i18n-editRecurringConfirmation="kendo.scheduler.editRecurringConfirmation|The text similar to 'Do you want to edit only this event occurrence or the whole series?' displayed in the Scheduler recurring confirmation dialog."
|
|
1399
1501
|
editRecurringConfirmation='Do you want to edit only this event occurrence or the whole series?'
|
|
1400
1502
|
|
|
1401
|
-
i18n-editOccurrence="kendo.scheduler.editOccurrence|The text of the 'Edit current occurrence' button displayed in the
|
|
1503
|
+
i18n-editOccurrence="kendo.scheduler.editOccurrence|The text of the 'Edit current occurrence' button displayed in the Scheduler recurring confirmation dialog."
|
|
1402
1504
|
editOccurrence='Edit current occurrence'
|
|
1403
1505
|
|
|
1404
|
-
i18n-editSeries="kendo.scheduler.editSeries|The text of the 'Edit the series' button displayed in the
|
|
1506
|
+
i18n-editSeries="kendo.scheduler.editSeries|The text of the 'Edit the series' button displayed in the Scheduler recurring confirmation dialog."
|
|
1405
1507
|
editSeries='Edit the series'
|
|
1406
1508
|
|
|
1407
|
-
i18n-deleteRecurringConfirmation="kendo.scheduler.deleteRecurringConfirmation|The text similar to 'Do you want to delete only this event occurrence or the whole series?' displayed in the
|
|
1509
|
+
i18n-deleteRecurringConfirmation="kendo.scheduler.deleteRecurringConfirmation|The text similar to 'Do you want to delete only this event occurrence or the whole series?' displayed in the Scheduler recurring confirmation dialog."
|
|
1408
1510
|
deleteRecurringConfirmation='Do you want to delete only this event occurrence or the whole series?'
|
|
1409
1511
|
|
|
1410
|
-
i18n-deleteOccurrence="kendo.scheduler.deleteOccurrence|The text of the 'Delete current occurrence' button displayed in the
|
|
1512
|
+
i18n-deleteOccurrence="kendo.scheduler.deleteOccurrence|The text of the 'Delete current occurrence' button displayed in the Scheduler recurring confirmation dialog."
|
|
1411
1513
|
deleteOccurrence='Delete current occurrence'
|
|
1412
1514
|
|
|
1413
|
-
i18n-deleteSeries="kendo.scheduler.deleteSeries|The text similar of the 'Delete the series' button displayed in the
|
|
1515
|
+
i18n-deleteSeries="kendo.scheduler.deleteSeries|The text similar of the 'Delete the series' button displayed in the Scheduler recurring confirmation dialog."
|
|
1414
1516
|
deleteSeries='Delete the series'
|
|
1415
1517
|
|
|
1416
1518
|
i18n-deleteDialogTitle="kendo.scheduler.deleteDialogTitle|The title of the remove confirmation dialog, similar to 'Delete Event'."
|
|
@@ -57,6 +57,8 @@ import { SharedModule } from './shared.module';
|
|
|
57
57
|
import { ShortcutsDirective } from './navigation/shortcuts.directive';
|
|
58
58
|
import { SlotSelectableDirective } from './views/common/slot-selectable.directive';
|
|
59
59
|
import { LabelModule } from '@progress/kendo-angular-label';
|
|
60
|
+
import { YearViewModule } from './views/year/year-view.module';
|
|
61
|
+
import { YearViewComponent } from './views/year/year-view.component';
|
|
60
62
|
import * as i0 from "@angular/core";
|
|
61
63
|
import * as i1 from "./toolbar/navigation.component";
|
|
62
64
|
import * as i2 from "./toolbar/toolbar-template.directive";
|
|
@@ -106,6 +108,7 @@ const declarations = [
|
|
|
106
108
|
const publicDirectives = [
|
|
107
109
|
AgendaViewComponent,
|
|
108
110
|
MonthViewModule,
|
|
111
|
+
YearViewComponent,
|
|
109
112
|
MultiDayViewModule,
|
|
110
113
|
ReactiveEditingDirective,
|
|
111
114
|
TimelineViewModule,
|
|
@@ -190,7 +193,8 @@ SchedulerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
190
193
|
ResizeSensorModule,
|
|
191
194
|
MonthViewModule,
|
|
192
195
|
TimelineViewModule,
|
|
193
|
-
WatermarkModule,
|
|
196
|
+
WatermarkModule,
|
|
197
|
+
YearViewModule, ButtonsModule,
|
|
194
198
|
CheckBoxModule,
|
|
195
199
|
TextAreaModule,
|
|
196
200
|
DateInputsModule,
|
|
@@ -203,6 +207,7 @@ SchedulerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
203
207
|
LabelModule,
|
|
204
208
|
FormFieldModule], exports: [AgendaViewComponent,
|
|
205
209
|
MonthViewModule,
|
|
210
|
+
YearViewComponent,
|
|
206
211
|
MultiDayViewModule,
|
|
207
212
|
ReactiveEditingDirective,
|
|
208
213
|
TimelineViewModule, i1.ToolbarNavigationComponent, i2.ToolbarTemplateDirective, i3.ToolbarViewSelectorComponent, SchedulerComponent,
|
|
@@ -253,6 +258,7 @@ SchedulerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
253
258
|
MonthViewModule,
|
|
254
259
|
TimelineViewModule,
|
|
255
260
|
WatermarkModule,
|
|
261
|
+
YearViewModule,
|
|
256
262
|
...importedKendoModules
|
|
257
263
|
], MonthViewModule,
|
|
258
264
|
MultiDayViewModule,
|
|
@@ -269,6 +275,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
269
275
|
MonthViewModule,
|
|
270
276
|
TimelineViewModule,
|
|
271
277
|
WatermarkModule,
|
|
278
|
+
YearViewModule,
|
|
272
279
|
...importedKendoModules
|
|
273
280
|
],
|
|
274
281
|
declarations: declarations,
|