@progress/kendo-angular-scheduler 15.0.2-develop.4 → 15.0.2-develop.6
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/editing/recurrence/localization/messages.d.ts +21 -1
- package/editing/recurrence/recurrence-end-rule-editor.component.d.ts +2 -2
- package/editing/recurrence/recurrence-interval-editor.component.d.ts +2 -2
- package/editing/recurrence/recurrence-monthly-yearly-editor.component.d.ts +2 -2
- package/esm2020/editing/recurrence/localization/messages.mjs +11 -1
- package/esm2020/editing/recurrence/recurrence-editor.component.mjs +30 -0
- package/esm2020/editing/recurrence/recurrence-end-rule-editor.component.mjs +14 -14
- package/esm2020/editing/recurrence/recurrence-interval-editor.component.mjs +8 -8
- package/esm2020/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs +8 -8
- package/esm2020/localization/messages.mjs +7 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/scheduler.component.mjs +22 -4
- package/fesm2015/progress-kendo-angular-scheduler.mjs +96 -32
- package/fesm2020/progress-kendo-angular-scheduler.mjs +96 -32
- package/localization/messages.d.ts +13 -1
- package/package.json +13 -13
- package/schematics/ngAdd/index.js +2 -2
|
@@ -136,6 +136,26 @@ export declare class Messages extends ComponentMessages {
|
|
|
136
136
|
* The text similar to **On** which is displayed in the recurrence editor.
|
|
137
137
|
*/
|
|
138
138
|
endOn: string;
|
|
139
|
+
/**
|
|
140
|
+
* The title of the **Increment** button of the NumericTextBoxes which are displayed in the recurrence editor.
|
|
141
|
+
*/
|
|
142
|
+
numericIncrement: string;
|
|
143
|
+
/**
|
|
144
|
+
* The title of the **Decrement** button of the NumericTextBoxes which are displayed in the recurrence editor.
|
|
145
|
+
*/
|
|
146
|
+
numericDecrement: string;
|
|
147
|
+
/**
|
|
148
|
+
* The title of the **Today** button in the popup of the DatePickers which are displayed in the recurrence editor.
|
|
149
|
+
*/
|
|
150
|
+
dateInputsToday: string;
|
|
151
|
+
/**
|
|
152
|
+
* The title of the **Toggle** button of the DatePickers which are displayed in the recurrence editor.
|
|
153
|
+
*/
|
|
154
|
+
dateInputsToggle: string;
|
|
155
|
+
/**
|
|
156
|
+
* The title of the **Parent View** button in the popup of the DatePickers which are displayed in the recurrence editor.
|
|
157
|
+
*/
|
|
158
|
+
dateInputsParentViewButton: string;
|
|
139
159
|
static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>;
|
|
140
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, never, never, { "repeat": "repeat"; "dailyInterval": "dailyInterval"; "dailyRepeatEvery": "dailyRepeatEvery"; "weeklyInterval": "weeklyInterval"; "weeklyRepeatEvery": "weeklyRepeatEvery"; "weeklyRepeatOn": "weeklyRepeatOn"; "monthlyDay": "monthlyDay"; "monthlyInterval": "monthlyInterval"; "monthlyRepeatEvery": "monthlyRepeatEvery"; "monthlyRepeatOn": "monthlyRepeatOn"; "yearlyOf": "yearlyOf"; "yearlyRepeatEvery": "yearlyRepeatEvery"; "yearlyRepeatOn": "yearlyRepeatOn"; "yearlyInterval": "yearlyInterval"; "frequenciesDaily": "frequenciesDaily"; "frequenciesMonthly": "frequenciesMonthly"; "frequenciesNever": "frequenciesNever"; "frequenciesWeekly": "frequenciesWeekly"; "frequenciesYearly": "frequenciesYearly"; "offsetPositionsFirst": "offsetPositionsFirst"; "offsetPositionsSecond": "offsetPositionsSecond"; "offsetPositionsThird": "offsetPositionsThird"; "offsetPositionsFourth": "offsetPositionsFourth"; "offsetPositionsLast": "offsetPositionsLast"; "weekdaysDay": "weekdaysDay"; "weekdaysWeekday": "weekdaysWeekday"; "weekdaysWeekendday": "weekdaysWeekendday"; "endAfter": "endAfter"; "endOccurrence": "endOccurrence"; "endLabel": "endLabel"; "endNever": "endNever"; "endOn": "endOn"; }, {}, never>;
|
|
160
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, never, never, { "repeat": "repeat"; "dailyInterval": "dailyInterval"; "dailyRepeatEvery": "dailyRepeatEvery"; "weeklyInterval": "weeklyInterval"; "weeklyRepeatEvery": "weeklyRepeatEvery"; "weeklyRepeatOn": "weeklyRepeatOn"; "monthlyDay": "monthlyDay"; "monthlyInterval": "monthlyInterval"; "monthlyRepeatEvery": "monthlyRepeatEvery"; "monthlyRepeatOn": "monthlyRepeatOn"; "yearlyOf": "yearlyOf"; "yearlyRepeatEvery": "yearlyRepeatEvery"; "yearlyRepeatOn": "yearlyRepeatOn"; "yearlyInterval": "yearlyInterval"; "frequenciesDaily": "frequenciesDaily"; "frequenciesMonthly": "frequenciesMonthly"; "frequenciesNever": "frequenciesNever"; "frequenciesWeekly": "frequenciesWeekly"; "frequenciesYearly": "frequenciesYearly"; "offsetPositionsFirst": "offsetPositionsFirst"; "offsetPositionsSecond": "offsetPositionsSecond"; "offsetPositionsThird": "offsetPositionsThird"; "offsetPositionsFourth": "offsetPositionsFourth"; "offsetPositionsLast": "offsetPositionsLast"; "weekdaysDay": "weekdaysDay"; "weekdaysWeekday": "weekdaysWeekday"; "weekdaysWeekendday": "weekdaysWeekendday"; "endAfter": "endAfter"; "endOccurrence": "endOccurrence"; "endLabel": "endLabel"; "endNever": "endNever"; "endOn": "endOn"; "numericIncrement": "numericIncrement"; "numericDecrement": "numericDecrement"; "dateInputsToday": "dateInputsToday"; "dateInputsToggle": "dateInputsToggle"; "dateInputsParentViewButton": "dateInputsParentViewButton"; }, {}, never>;
|
|
141
161
|
}
|
|
@@ -8,7 +8,7 @@ import { RecurrenceService, EndRule } from './recurrence.service';
|
|
|
8
8
|
import { RecurrenceRule } from '@progress/kendo-recurrence';
|
|
9
9
|
import { EndRuleRadioButtonDirective } from './end-rule-radio-button.directive';
|
|
10
10
|
import { NumericTextBoxOptions } from '../../types/numeric-options.interface';
|
|
11
|
-
import {
|
|
11
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
/**
|
|
14
14
|
* @hidden
|
|
@@ -26,7 +26,7 @@ export declare class RecurrenceEndRuleEditorComponent implements OnDestroy {
|
|
|
26
26
|
datePickerOptions: DatePickerOptions;
|
|
27
27
|
uniqueId: number;
|
|
28
28
|
private subscriptions;
|
|
29
|
-
constructor(recurrence: RecurrenceService, localization?:
|
|
29
|
+
constructor(recurrence: RecurrenceService, localization?: LocalizationService);
|
|
30
30
|
ngOnDestroy(): void;
|
|
31
31
|
setEndRule(endRule: EndRule): void;
|
|
32
32
|
get rrule(): RecurrenceRule;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NumericTextBoxOptions } from './../../types/numeric-options.interface';
|
|
6
6
|
import { RecurrenceService } from './recurrence.service';
|
|
7
|
-
import {
|
|
7
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
@@ -16,7 +16,7 @@ export declare class RecurrenceIntervalEditorComponent {
|
|
|
16
16
|
set userNumericOptions(options: NumericTextBoxOptions);
|
|
17
17
|
intervalValue: number;
|
|
18
18
|
numericOptions: NumericTextBoxOptions;
|
|
19
|
-
constructor(recurrence: RecurrenceService, localization?:
|
|
19
|
+
constructor(recurrence: RecurrenceService, localization?: LocalizationService);
|
|
20
20
|
get currentFreq(): string;
|
|
21
21
|
onIntervalChange(newInterval: number): void;
|
|
22
22
|
onIntervalBlur(): void;
|
|
@@ -6,7 +6,7 @@ import { OnDestroy, QueryList } from '@angular/core';
|
|
|
6
6
|
import { RecurrenceService, OffsetPositionEntity, WeekDayEntity, MonthEntity, Frequency, RepeatOnRule, WeekDayRule } from './recurrence.service';
|
|
7
7
|
import { RepeatOnRadioButtonDirective } from './repeat-on-radio-button.directive';
|
|
8
8
|
import { NumericTextBoxOptions } from '../../types/numeric-options.interface';
|
|
9
|
-
import {
|
|
9
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
|
@@ -27,7 +27,7 @@ export declare class RecurrenceMonthlyYearlyEditorComponent implements OnDestroy
|
|
|
27
27
|
uniqueId: number;
|
|
28
28
|
numericOptions: NumericTextBoxOptions;
|
|
29
29
|
private subs;
|
|
30
|
-
constructor(recurrence: RecurrenceService, localization?:
|
|
30
|
+
constructor(recurrence: RecurrenceService, localization?: LocalizationService);
|
|
31
31
|
setInitialValues(): void;
|
|
32
32
|
subscribeEventHandlers(): void;
|
|
33
33
|
onRepeatOnRuleChange(newRepeatOnRule: RepeatOnRule): void;
|
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
export class Messages extends ComponentMessages {
|
|
12
12
|
}
|
|
13
13
|
Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
14
|
-
Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: Messages, inputs: { repeat: "repeat", dailyInterval: "dailyInterval", dailyRepeatEvery: "dailyRepeatEvery", weeklyInterval: "weeklyInterval", weeklyRepeatEvery: "weeklyRepeatEvery", weeklyRepeatOn: "weeklyRepeatOn", monthlyDay: "monthlyDay", monthlyInterval: "monthlyInterval", monthlyRepeatEvery: "monthlyRepeatEvery", monthlyRepeatOn: "monthlyRepeatOn", yearlyOf: "yearlyOf", yearlyRepeatEvery: "yearlyRepeatEvery", yearlyRepeatOn: "yearlyRepeatOn", yearlyInterval: "yearlyInterval", frequenciesDaily: "frequenciesDaily", frequenciesMonthly: "frequenciesMonthly", frequenciesNever: "frequenciesNever", frequenciesWeekly: "frequenciesWeekly", frequenciesYearly: "frequenciesYearly", offsetPositionsFirst: "offsetPositionsFirst", offsetPositionsSecond: "offsetPositionsSecond", offsetPositionsThird: "offsetPositionsThird", offsetPositionsFourth: "offsetPositionsFourth", offsetPositionsLast: "offsetPositionsLast", weekdaysDay: "weekdaysDay", weekdaysWeekday: "weekdaysWeekday", weekdaysWeekendday: "weekdaysWeekendday", endAfter: "endAfter", endOccurrence: "endOccurrence", endLabel: "endLabel", endNever: "endNever", endOn: "endOn" }, usesInheritance: true, ngImport: i0 });
|
|
14
|
+
Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: Messages, inputs: { repeat: "repeat", dailyInterval: "dailyInterval", dailyRepeatEvery: "dailyRepeatEvery", weeklyInterval: "weeklyInterval", weeklyRepeatEvery: "weeklyRepeatEvery", weeklyRepeatOn: "weeklyRepeatOn", monthlyDay: "monthlyDay", monthlyInterval: "monthlyInterval", monthlyRepeatEvery: "monthlyRepeatEvery", monthlyRepeatOn: "monthlyRepeatOn", yearlyOf: "yearlyOf", yearlyRepeatEvery: "yearlyRepeatEvery", yearlyRepeatOn: "yearlyRepeatOn", yearlyInterval: "yearlyInterval", frequenciesDaily: "frequenciesDaily", frequenciesMonthly: "frequenciesMonthly", frequenciesNever: "frequenciesNever", frequenciesWeekly: "frequenciesWeekly", frequenciesYearly: "frequenciesYearly", offsetPositionsFirst: "offsetPositionsFirst", offsetPositionsSecond: "offsetPositionsSecond", offsetPositionsThird: "offsetPositionsThird", offsetPositionsFourth: "offsetPositionsFourth", offsetPositionsLast: "offsetPositionsLast", weekdaysDay: "weekdaysDay", weekdaysWeekday: "weekdaysWeekday", weekdaysWeekendday: "weekdaysWeekendday", endAfter: "endAfter", endOccurrence: "endOccurrence", endLabel: "endLabel", endNever: "endNever", endOn: "endOn", numericIncrement: "numericIncrement", numericDecrement: "numericDecrement", dateInputsToday: "dateInputsToday", dateInputsToggle: "dateInputsToggle", dateInputsParentViewButton: "dateInputsParentViewButton" }, usesInheritance: true, ngImport: i0 });
|
|
15
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, decorators: [{
|
|
16
16
|
type: Directive
|
|
17
17
|
}], propDecorators: { repeat: [{
|
|
@@ -78,4 +78,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
78
78
|
type: Input
|
|
79
79
|
}], endOn: [{
|
|
80
80
|
type: Input
|
|
81
|
+
}], numericIncrement: [{
|
|
82
|
+
type: Input
|
|
83
|
+
}], numericDecrement: [{
|
|
84
|
+
type: Input
|
|
85
|
+
}], dateInputsToday: [{
|
|
86
|
+
type: Input
|
|
87
|
+
}], dateInputsToggle: [{
|
|
88
|
+
type: Input
|
|
89
|
+
}], dateInputsParentViewButton: [{
|
|
90
|
+
type: Input
|
|
81
91
|
}] } });
|
|
@@ -220,6 +220,21 @@ RecurrenceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
220
220
|
|
|
221
221
|
i18n-endOn="kendo.recurrenceeditor.endOn|The text similar to 'On' displayed in the recurrence editor."
|
|
222
222
|
endOn='On'
|
|
223
|
+
|
|
224
|
+
i18n-numericIncrement="kendo.recurrenceeditor.numericIncrement|The title of the 'Increment' button of the NumericTextBoxes displayed in the recurrence editor."
|
|
225
|
+
numericIncrement='Increase value'
|
|
226
|
+
|
|
227
|
+
i18n-numericDecrement="kendo.recurrenceeditor.numericDecrement|The title of the 'Decrement' button of the NumericTextBoxes displayed in the recurrence editor."
|
|
228
|
+
numericDecrement='Decrease value'
|
|
229
|
+
|
|
230
|
+
i18n-dateInputsToday="kendo.recurrenceeditor.dateInputsToday|The title of the 'Today' button in the popup of the DatePickers displayed in the recurrence editor."
|
|
231
|
+
dateInputsToday='Today'
|
|
232
|
+
|
|
233
|
+
i18n-dateInputsToggle="kendo.recurrenceeditor.dateInputsToggle|The title of the 'Toggle' button of the DatePickers displayed in the recurrence editor."
|
|
234
|
+
dateInputsToggle='Toggle calendar'
|
|
235
|
+
|
|
236
|
+
i18n-dateInputsParentViewButton="kendo.recurrenceeditor.dateInputsParentViewButton|The title of the 'Parent View' button in the popup of the DatePickers displayed in the recurrence editor."
|
|
237
|
+
dateInputsParentViewButton='Navigate to parent view'
|
|
223
238
|
>
|
|
224
239
|
</ng-container>
|
|
225
240
|
|
|
@@ -362,6 +377,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
362
377
|
|
|
363
378
|
i18n-endOn="kendo.recurrenceeditor.endOn|The text similar to 'On' displayed in the recurrence editor."
|
|
364
379
|
endOn='On'
|
|
380
|
+
|
|
381
|
+
i18n-numericIncrement="kendo.recurrenceeditor.numericIncrement|The title of the 'Increment' button of the NumericTextBoxes displayed in the recurrence editor."
|
|
382
|
+
numericIncrement='Increase value'
|
|
383
|
+
|
|
384
|
+
i18n-numericDecrement="kendo.recurrenceeditor.numericDecrement|The title of the 'Decrement' button of the NumericTextBoxes displayed in the recurrence editor."
|
|
385
|
+
numericDecrement='Decrease value'
|
|
386
|
+
|
|
387
|
+
i18n-dateInputsToday="kendo.recurrenceeditor.dateInputsToday|The title of the 'Today' button in the popup of the DatePickers displayed in the recurrence editor."
|
|
388
|
+
dateInputsToday='Today'
|
|
389
|
+
|
|
390
|
+
i18n-dateInputsToggle="kendo.recurrenceeditor.dateInputsToggle|The title of the 'Toggle' button of the DatePickers displayed in the recurrence editor."
|
|
391
|
+
dateInputsToggle='Toggle calendar'
|
|
392
|
+
|
|
393
|
+
i18n-dateInputsParentViewButton="kendo.recurrenceeditor.dateInputsParentViewButton|The title of the 'Parent View' button in the popup of the DatePickers displayed in the recurrence editor."
|
|
394
|
+
dateInputsParentViewButton='Navigate to parent view'
|
|
365
395
|
>
|
|
366
396
|
</ng-container>
|
|
367
397
|
|
|
@@ -8,10 +8,10 @@ import { isPresent } from '../../common/util';
|
|
|
8
8
|
import { EndRuleRadioButtonDirective } from './end-rule-radio-button.directive';
|
|
9
9
|
import { ZonedDate } from '@progress/kendo-date-math';
|
|
10
10
|
import { toUTCDate } from '../../views/utils';
|
|
11
|
-
import {
|
|
11
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
import * as i1 from "./recurrence.service";
|
|
14
|
-
import * as i2 from "
|
|
14
|
+
import * as i2 from "@progress/kendo-angular-l10n";
|
|
15
15
|
import * as i3 from "@progress/kendo-angular-label";
|
|
16
16
|
import * as i4 from "@progress/kendo-angular-inputs";
|
|
17
17
|
import * as i5 from "@progress/kendo-angular-dateinputs";
|
|
@@ -122,7 +122,7 @@ export class RecurrenceEndRuleEditorComponent {
|
|
|
122
122
|
return ZonedDate.fromUTCDate(untilDate, this.recurrence.timezone).toLocalDate();
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
|
-
RecurrenceEndRuleEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceEndRuleEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.
|
|
125
|
+
RecurrenceEndRuleEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceEndRuleEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
126
126
|
RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: RecurrenceEndRuleEditorComponent, selector: "kendo-recurrence-end-rule-editor", inputs: { userNumericOptions: "userNumericOptions", userDatePickerOptions: "userDatePickerOptions" }, host: { properties: { "class.k-scheduler-recurrence-end-rule-editor": "this.cssClass" } }, viewQueries: [{ propertyName: "endRuleRadioButtons", predicate: EndRuleRadioButtonDirective, descendants: true }], ngImport: i0, template: `
|
|
127
127
|
<div class="k-form-field">
|
|
128
128
|
<kendo-label
|
|
@@ -163,8 +163,8 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
163
163
|
(valueChange)='onCountChange($event)'
|
|
164
164
|
>
|
|
165
165
|
<kendo-numerictextbox-messages
|
|
166
|
-
[increment]="textFor('
|
|
167
|
-
[decrement]="textFor('
|
|
166
|
+
[increment]="textFor('numericIncrement')"
|
|
167
|
+
[decrement]="textFor('numericDecrement')"
|
|
168
168
|
>
|
|
169
169
|
</kendo-numerictextbox-messages>
|
|
170
170
|
</kendo-numerictextbox>
|
|
@@ -201,9 +201,9 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
201
201
|
(valueChange)='onUntilChange($event)'
|
|
202
202
|
>
|
|
203
203
|
<kendo-datepicker-messages
|
|
204
|
-
[today]="textFor('
|
|
205
|
-
[toggle]="textFor('
|
|
206
|
-
[parentViewButtonTitle]="textFor('
|
|
204
|
+
[today]="textFor('dateInputsToday')"
|
|
205
|
+
[toggle]="textFor('dateInputsToggle')"
|
|
206
|
+
[parentViewButtonTitle]="textFor('dateInputsParentViewButton')"
|
|
207
207
|
>
|
|
208
208
|
</kendo-datepicker-messages>
|
|
209
209
|
</kendo-datepicker>
|
|
@@ -256,8 +256,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
256
256
|
(valueChange)='onCountChange($event)'
|
|
257
257
|
>
|
|
258
258
|
<kendo-numerictextbox-messages
|
|
259
|
-
[increment]="textFor('
|
|
260
|
-
[decrement]="textFor('
|
|
259
|
+
[increment]="textFor('numericIncrement')"
|
|
260
|
+
[decrement]="textFor('numericDecrement')"
|
|
261
261
|
>
|
|
262
262
|
</kendo-numerictextbox-messages>
|
|
263
263
|
</kendo-numerictextbox>
|
|
@@ -294,9 +294,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
294
294
|
(valueChange)='onUntilChange($event)'
|
|
295
295
|
>
|
|
296
296
|
<kendo-datepicker-messages
|
|
297
|
-
[today]="textFor('
|
|
298
|
-
[toggle]="textFor('
|
|
299
|
-
[parentViewButtonTitle]="textFor('
|
|
297
|
+
[today]="textFor('dateInputsToday')"
|
|
298
|
+
[toggle]="textFor('dateInputsToggle')"
|
|
299
|
+
[parentViewButtonTitle]="textFor('dateInputsParentViewButton')"
|
|
300
300
|
>
|
|
301
301
|
</kendo-datepicker-messages>
|
|
302
302
|
</kendo-datepicker>
|
|
@@ -306,7 +306,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
306
306
|
</div>
|
|
307
307
|
`
|
|
308
308
|
}]
|
|
309
|
-
}], ctorParameters: function () { return [{ type: i1.RecurrenceService }, { type: i2.
|
|
309
|
+
}], ctorParameters: function () { return [{ type: i1.RecurrenceService }, { type: i2.LocalizationService }]; }, propDecorators: { cssClass: [{
|
|
310
310
|
type: HostBinding,
|
|
311
311
|
args: ['class.k-scheduler-recurrence-end-rule-editor']
|
|
312
312
|
}], userNumericOptions: [{
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
import { Component, HostBinding, Input } from '@angular/core';
|
|
6
6
|
import { RecurrenceService } from './recurrence.service';
|
|
7
7
|
import { isPresent } from '../../common/util';
|
|
8
|
-
import {
|
|
8
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
import * as i1 from "./recurrence.service";
|
|
11
|
-
import * as i2 from "
|
|
11
|
+
import * as i2 from "@progress/kendo-angular-l10n";
|
|
12
12
|
import * as i3 from "@progress/kendo-angular-label";
|
|
13
13
|
import * as i4 from "@progress/kendo-angular-inputs";
|
|
14
14
|
/**
|
|
@@ -78,7 +78,7 @@ export class RecurrenceIntervalEditorComponent {
|
|
|
78
78
|
return this.localization.get(key);
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
|
-
RecurrenceIntervalEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceIntervalEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.
|
|
81
|
+
RecurrenceIntervalEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceIntervalEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
82
82
|
RecurrenceIntervalEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: RecurrenceIntervalEditorComponent, selector: "kendo-recurrence-interval-editor", inputs: { userNumericOptions: "userNumericOptions" }, host: { properties: { "class.k-scheduler-recurrence-interval-editor": "this.cssClass" } }, ngImport: i0, template: `
|
|
83
83
|
<div class="k-form-field">
|
|
84
84
|
<kendo-label
|
|
@@ -106,8 +106,8 @@ RecurrenceIntervalEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion
|
|
|
106
106
|
(valueChange)="onIntervalChange($event)"
|
|
107
107
|
>
|
|
108
108
|
<kendo-numerictextbox-messages
|
|
109
|
-
[increment]="textFor('
|
|
110
|
-
[decrement]="textFor('
|
|
109
|
+
[increment]="textFor('numericIncrement')"
|
|
110
|
+
[decrement]="textFor('numericDecrement')"
|
|
111
111
|
>
|
|
112
112
|
</kendo-numerictextbox-messages>
|
|
113
113
|
</kendo-numerictextbox>
|
|
@@ -146,8 +146,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
146
146
|
(valueChange)="onIntervalChange($event)"
|
|
147
147
|
>
|
|
148
148
|
<kendo-numerictextbox-messages
|
|
149
|
-
[increment]="textFor('
|
|
150
|
-
[decrement]="textFor('
|
|
149
|
+
[increment]="textFor('numericIncrement')"
|
|
150
|
+
[decrement]="textFor('numericDecrement')"
|
|
151
151
|
>
|
|
152
152
|
</kendo-numerictextbox-messages>
|
|
153
153
|
</kendo-numerictextbox>
|
|
@@ -156,7 +156,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
156
156
|
</div>
|
|
157
157
|
`
|
|
158
158
|
}]
|
|
159
|
-
}], ctorParameters: function () { return [{ type: i1.RecurrenceService }, { type: i2.
|
|
159
|
+
}], ctorParameters: function () { return [{ type: i1.RecurrenceService }, { type: i2.LocalizationService }]; }, propDecorators: { cssClass: [{
|
|
160
160
|
type: HostBinding,
|
|
161
161
|
args: ['class.k-scheduler-recurrence-interval-editor']
|
|
162
162
|
}], userNumericOptions: [{
|
|
@@ -7,10 +7,10 @@ import { RecurrenceService } from './recurrence.service';
|
|
|
7
7
|
import { isPresent } from '../../common/util';
|
|
8
8
|
import { dayRule, weekdayRule, weekendRule } from './recurrence.service';
|
|
9
9
|
import { RepeatOnRadioButtonDirective } from './repeat-on-radio-button.directive';
|
|
10
|
-
import {
|
|
10
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
import * as i1 from "./recurrence.service";
|
|
13
|
-
import * as i2 from "
|
|
13
|
+
import * as i2 from "@progress/kendo-angular-l10n";
|
|
14
14
|
import * as i3 from "@progress/kendo-angular-label";
|
|
15
15
|
import * as i4 from "@progress/kendo-angular-dropdowns";
|
|
16
16
|
import * as i5 from "@progress/kendo-angular-inputs";
|
|
@@ -235,7 +235,7 @@ export class RecurrenceMonthlyYearlyEditorComponent {
|
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
|
-
RecurrenceMonthlyYearlyEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.
|
|
238
|
+
RecurrenceMonthlyYearlyEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
239
239
|
RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: RecurrenceMonthlyYearlyEditorComponent, selector: "kendo-recurrence-monthly-yearly-editor", inputs: { userNumericOptions: "userNumericOptions" }, viewQueries: [{ propertyName: "repeatOnRadioButtons", predicate: RepeatOnRadioButtonDirective, descendants: true }], ngImport: i0, template: `
|
|
240
240
|
<div class='k-form-field'>
|
|
241
241
|
<kendo-label
|
|
@@ -286,8 +286,8 @@ RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVe
|
|
|
286
286
|
[disabled]="isDisabled('monthday')"
|
|
287
287
|
>
|
|
288
288
|
<kendo-numerictextbox-messages
|
|
289
|
-
[increment]="textFor('
|
|
290
|
-
[decrement]="textFor('
|
|
289
|
+
[increment]="textFor('numericIncrement')"
|
|
290
|
+
[decrement]="textFor('numericDecrement')"
|
|
291
291
|
>
|
|
292
292
|
</kendo-numerictextbox-messages>
|
|
293
293
|
</kendo-numerictextbox>
|
|
@@ -393,8 +393,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
393
393
|
[disabled]="isDisabled('monthday')"
|
|
394
394
|
>
|
|
395
395
|
<kendo-numerictextbox-messages
|
|
396
|
-
[increment]="textFor('
|
|
397
|
-
[decrement]="textFor('
|
|
396
|
+
[increment]="textFor('numericIncrement')"
|
|
397
|
+
[decrement]="textFor('numericDecrement')"
|
|
398
398
|
>
|
|
399
399
|
</kendo-numerictextbox-messages>
|
|
400
400
|
</kendo-numerictextbox>
|
|
@@ -447,7 +447,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
447
447
|
</div>
|
|
448
448
|
`
|
|
449
449
|
}]
|
|
450
|
-
}], ctorParameters: function () { return [{ type: i1.RecurrenceService }, { type: i2.
|
|
450
|
+
}], ctorParameters: function () { return [{ type: i1.RecurrenceService }, { type: i2.LocalizationService }]; }, propDecorators: { userNumericOptions: [{
|
|
451
451
|
type: Input
|
|
452
452
|
}], repeatOnRadioButtons: [{
|
|
453
453
|
type: ViewChildren,
|
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
export class Messages extends ComponentMessages {
|
|
12
12
|
}
|
|
13
13
|
Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
14
|
-
Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", 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", 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 });
|
|
14
|
+
Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
15
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, decorators: [{
|
|
16
16
|
type: Directive
|
|
17
17
|
}], propDecorators: { allEvents: [{
|
|
@@ -110,6 +110,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
110
110
|
type: Input
|
|
111
111
|
}], editorDateInputsTimeTabLabel: [{
|
|
112
112
|
type: Input
|
|
113
|
+
}], recurrenceEditorDateInputsToday: [{
|
|
114
|
+
type: Input
|
|
115
|
+
}], recurrenceEditorDateInputsToggle: [{
|
|
116
|
+
type: Input
|
|
117
|
+
}], recurrenceEditorDateInputsParentViewButton: [{
|
|
118
|
+
type: Input
|
|
113
119
|
}], recurrenceEditorNumericIncrement: [{
|
|
114
120
|
type: Input
|
|
115
121
|
}], recurrenceEditorNumericDecrement: [{
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-scheduler',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '15.0.2-develop.
|
|
12
|
+
publishDate: 1707905994,
|
|
13
|
+
version: '15.0.2-develop.6',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -1042,10 +1042,19 @@ SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
1042
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
1043
|
editorDateInputsTimeTabLabel='Time tab'
|
|
1044
1044
|
|
|
1045
|
-
i18n-
|
|
1045
|
+
i18n-recurrenceEditorDateInputsToday="kendo.scheduler.recurrenceEditorDateInputsToday|The Today button text in the popup of the DatePickers in the Scheduler recurrence editor."
|
|
1046
|
+
recurrenceEditorDateInputsToday='Today'
|
|
1047
|
+
|
|
1048
|
+
i18n-recurrenceEditorDateInputsToggle="kendo.scheduler.recurrenceEditorDateInputsToggle|The title of the Toggle button of the DatePickers in the Scheduler recurrence editor."
|
|
1049
|
+
recurrenceEditorDateInputsToggle='Toggle calendar'
|
|
1050
|
+
|
|
1051
|
+
i18n-recurrenceEditorDateInputsParentViewButton="kendo.scheduler.recurrenceEditorDateInputsParentViewButton|The title of the Parent View button in the popup of the DatePickers in the Scheduler recurrence editor."
|
|
1052
|
+
recurrenceEditorDateInputsParentViewButton='Navigate to parent view'
|
|
1053
|
+
|
|
1054
|
+
i18n-recurrenceEditorNumericIncrement="kendo.scheduler.recurrenceEditorNumericIncrement|The title of the Increment button of the NumericTextBox in the Scheduler recurrence editor."
|
|
1046
1055
|
recurrenceEditorNumericIncrement='Increase value'
|
|
1047
1056
|
|
|
1048
|
-
i18n-recurrenceEditorNumericDecrement="kendo.scheduler.
|
|
1057
|
+
i18n-recurrenceEditorNumericDecrement="kendo.scheduler.recurrenceEditorNumericDecrement|The title of the Decrement button of the NumericTextBox in the Scheduler recurrence editor."
|
|
1049
1058
|
recurrenceEditorNumericDecrement='Decrease value'
|
|
1050
1059
|
|
|
1051
1060
|
i18n-recurrenceEditorRepeat="kendo.scheduler.recurrenceEditorRepeat|The text similar to 'Repeat' displayed in the Scheduler recurrence editor."
|
|
@@ -1389,10 +1398,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1389
1398
|
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
1399
|
editorDateInputsTimeTabLabel='Time tab'
|
|
1391
1400
|
|
|
1392
|
-
i18n-
|
|
1401
|
+
i18n-recurrenceEditorDateInputsToday="kendo.scheduler.recurrenceEditorDateInputsToday|The Today button text in the popup of the DatePickers in the Scheduler recurrence editor."
|
|
1402
|
+
recurrenceEditorDateInputsToday='Today'
|
|
1403
|
+
|
|
1404
|
+
i18n-recurrenceEditorDateInputsToggle="kendo.scheduler.recurrenceEditorDateInputsToggle|The title of the Toggle button of the DatePickers in the Scheduler recurrence editor."
|
|
1405
|
+
recurrenceEditorDateInputsToggle='Toggle calendar'
|
|
1406
|
+
|
|
1407
|
+
i18n-recurrenceEditorDateInputsParentViewButton="kendo.scheduler.recurrenceEditorDateInputsParentViewButton|The title of the Parent View button in the popup of the DatePickers in the Scheduler recurrence editor."
|
|
1408
|
+
recurrenceEditorDateInputsParentViewButton='Navigate to parent view'
|
|
1409
|
+
|
|
1410
|
+
i18n-recurrenceEditorNumericIncrement="kendo.scheduler.recurrenceEditorNumericIncrement|The title of the Increment button of the NumericTextBox in the Scheduler recurrence editor."
|
|
1393
1411
|
recurrenceEditorNumericIncrement='Increase value'
|
|
1394
1412
|
|
|
1395
|
-
i18n-recurrenceEditorNumericDecrement="kendo.scheduler.
|
|
1413
|
+
i18n-recurrenceEditorNumericDecrement="kendo.scheduler.recurrenceEditorNumericDecrement|The title of the Decrement button of the NumericTextBox in the Scheduler recurrence editor."
|
|
1396
1414
|
recurrenceEditorNumericDecrement='Decrease value'
|
|
1397
1415
|
|
|
1398
1416
|
i18n-recurrenceEditorRepeat="kendo.scheduler.recurrenceEditorRepeat|The text similar to 'Repeat' displayed in the Scheduler recurrence editor."
|