@progress/kendo-angular-scheduler 4.3.5-dev.202210191536 → 4.3.5-dev.202211170814
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/bundles/kendo-angular-scheduler.umd.js +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +1 -1
- package/esm2015/editing/date-time-picker.component.js +1 -1
- package/esm2015/editing/recurrence/recurrence-end-rule-editor.component.js +1 -1
- package/esm2015/editing-directives/reactive-editing.directive.js +1 -1
- package/esm2015/package-metadata.js +1 -1
- package/esm2015/scheduler.module.js +1 -1
- package/esm2015/toolbar/navigation.component.js +3 -3
- package/esm2015/views/multi-day/multi-day-view.component.js +2 -2
- package/fesm2015/kendo-angular-scheduler.js +10 -10
- package/package.json +5 -5
- package/scheduler.component.d.ts +3 -3
- package/scheduler.module.d.ts +1 -1
- package/views/common/configuration-view-base.d.ts +4 -4
- package/views/multi-day/multi-day-view.component.d.ts +2 -2
|
@@ -12,7 +12,7 @@ import { FocusService } from "../navigation";
|
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
/**
|
|
14
14
|
* A directive which encapsulates the editing operations when the Scheduler
|
|
15
|
-
* uses the [Reactive Angular Forms](
|
|
15
|
+
* uses the [Reactive Angular Forms](link:site.data.urls.angular['reactiveforms']).
|
|
16
16
|
*/
|
|
17
17
|
export declare class ReactiveEditingDirective extends EditingDirectiveBase {
|
|
18
18
|
protected scheduler: SchedulerComponent;
|
|
@@ -66,7 +66,7 @@ SchedulerDateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
66
66
|
[(value)]='date'
|
|
67
67
|
(valueChange)='onValueChange($event)'
|
|
68
68
|
></kendo-timepicker>
|
|
69
|
-
`, isInline: true, styles: ["\n kendo-datepicker,\n kendo-timepicker {\n width: 170px;\n }\n "], components: [{ type: i1.DatePickerComponent, selector: "kendo-datepicker", inputs: ["cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "
|
|
69
|
+
`, isInline: true, styles: ["\n kendo-datepicker,\n kendo-timepicker {\n width: 170px;\n }\n "], components: [{ type: i1.DatePickerComponent, selector: "kendo-datepicker", inputs: ["cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }, { type: i1.TimePickerComponent, selector: "kendo-timepicker", inputs: ["disabled", "readonly", "readOnlyInput", "format", "formatPlaceholder", "placeholder", "min", "max", "incompleteDateValidation", "cancelButton", "nowButton", "steps", "popupSettings", "tabindex", "tabIndex", "title", "rangeValidation", "value", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-timepicker"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
70
70
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SchedulerDateTimePickerComponent, decorators: [{
|
|
71
71
|
type: Component,
|
|
72
72
|
args: [{
|
|
@@ -182,7 +182,7 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
182
182
|
</li>
|
|
183
183
|
</ul>
|
|
184
184
|
</div>
|
|
185
|
-
`, isInline: true, components: [{ type: i3.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }, { type: i4.DatePickerComponent, selector: "kendo-datepicker", inputs: ["cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "
|
|
185
|
+
`, isInline: true, components: [{ type: i3.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }, { type: i4.DatePickerComponent, selector: "kendo-datepicker", inputs: ["cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }], directives: [{ type: i5.EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: ["kendoRecurrenceEndRuleRadioButton"] }] });
|
|
186
186
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RecurrenceEndRuleEditorComponent, decorators: [{
|
|
187
187
|
type: Component,
|
|
188
188
|
args: [{
|
|
@@ -14,7 +14,7 @@ import * as i3 from "../editing/dialogs.service";
|
|
|
14
14
|
import * as i4 from "../navigation";
|
|
15
15
|
/**
|
|
16
16
|
* A directive which encapsulates the editing operations when the Scheduler
|
|
17
|
-
* uses the [Reactive Angular Forms](
|
|
17
|
+
* uses the [Reactive Angular Forms](link:site.data.urls.angular['reactiveforms']).
|
|
18
18
|
*/
|
|
19
19
|
export class ReactiveEditingDirective extends EditingDirectiveBase {
|
|
20
20
|
constructor(scheduler, localDataChangesService, dialogsService, focusService) {
|
|
@@ -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:
|
|
12
|
+
publishDate: 1668672799,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -122,7 +122,7 @@ const importedKendoModules = [
|
|
|
122
122
|
SharedModule
|
|
123
123
|
];
|
|
124
124
|
/**
|
|
125
|
-
* Represents the [NgModule](
|
|
125
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
126
126
|
* definition for the Scheduler component.
|
|
127
127
|
*
|
|
128
128
|
* @example
|
|
@@ -217,7 +217,7 @@ ToolbarNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
217
217
|
kendoButton
|
|
218
218
|
icon="calendar"
|
|
219
219
|
fillMode="flat"
|
|
220
|
-
(
|
|
220
|
+
(mousedown)="toggleSelectedDate({ nativeElement: anchor }, template)"
|
|
221
221
|
role="button"
|
|
222
222
|
class="k-nav-current"
|
|
223
223
|
tabindex="-1"
|
|
@@ -232,7 +232,7 @@ ToolbarNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
232
232
|
</kendo-calendar-messages>
|
|
233
233
|
</kendo-calendar>
|
|
234
234
|
</ng-template>
|
|
235
|
-
`, isInline: true, components: [{ type: i5.CalendarComponent, selector: "kendo-calendar", inputs: ["id", "focusedDate", "min", "max", "rangeValidation", "selection", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "valueChange"], exportAs: ["kendo-calendar"] }, { type: i5.CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }], directives: [{ type: i6.ButtonDirective, selector: "button[kendoButton], span[kendoButton]", inputs: ["toggleable", "togglable", "selected", "tabIndex", "icon", "iconClass", "imageUrl", "disabled", "size", "rounded", "fillMode", "themeColor", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], pipes: { "async": i7.AsyncPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
235
|
+
`, isInline: true, components: [{ type: i5.CalendarComponent, selector: "kendo-calendar", inputs: ["id", "focusedDate", "min", "max", "rangeValidation", "selection", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { type: i5.CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }], directives: [{ type: i6.ButtonDirective, selector: "button[kendoButton], span[kendoButton]", inputs: ["toggleable", "togglable", "selected", "tabIndex", "icon", "iconClass", "imageUrl", "disabled", "size", "rounded", "fillMode", "themeColor", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], pipes: { "async": i7.AsyncPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
236
236
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ToolbarNavigationComponent, decorators: [{
|
|
237
237
|
type: Component,
|
|
238
238
|
args: [{
|
|
@@ -275,7 +275,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
275
275
|
kendoButton
|
|
276
276
|
icon="calendar"
|
|
277
277
|
fillMode="flat"
|
|
278
|
-
(
|
|
278
|
+
(mousedown)="toggleSelectedDate({ nativeElement: anchor }, template)"
|
|
279
279
|
role="button"
|
|
280
280
|
class="k-nav-current"
|
|
281
281
|
tabindex="-1"
|
|
@@ -32,7 +32,7 @@ export class MultiDayViewComponent extends DayViewComponent {
|
|
|
32
32
|
* The long-date format for displaying the
|
|
33
33
|
* selected date in the Scheduler toolbar.
|
|
34
34
|
* Defaults to `{0:D} - {1:D}` for multiple days and `{0:D}` for a single day
|
|
35
|
-
* ([more information](
|
|
35
|
+
* ([more information](slug:parsingandformatting_intl#toc-date-formatting)).
|
|
36
36
|
*/
|
|
37
37
|
set selectedDateFormat(value) {
|
|
38
38
|
this.dateFormat = value;
|
|
@@ -44,7 +44,7 @@ export class MultiDayViewComponent extends DayViewComponent {
|
|
|
44
44
|
* The short date format for displaying the
|
|
45
45
|
* selected date in the Scheduler toolbar.
|
|
46
46
|
* Defaults to `{0:d} - {1:d}` for multiple days and `{0:d}` for a single day
|
|
47
|
-
* ([more information](
|
|
47
|
+
* ([more information](slug:parsingandformatting_intl#toc-date-formatting)).
|
|
48
48
|
*/
|
|
49
49
|
set selectedShortDateFormat(value) {
|
|
50
50
|
this.shortDateFormat = value;
|
|
@@ -43,7 +43,7 @@ const packageMetadata = {
|
|
|
43
43
|
name: '@progress/kendo-angular-scheduler',
|
|
44
44
|
productName: 'Kendo UI for Angular',
|
|
45
45
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
46
|
-
publishDate:
|
|
46
|
+
publishDate: 1668672799,
|
|
47
47
|
version: '',
|
|
48
48
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
49
49
|
};
|
|
@@ -2478,7 +2478,7 @@ ToolbarNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
2478
2478
|
kendoButton
|
|
2479
2479
|
icon="calendar"
|
|
2480
2480
|
fillMode="flat"
|
|
2481
|
-
(
|
|
2481
|
+
(mousedown)="toggleSelectedDate({ nativeElement: anchor }, template)"
|
|
2482
2482
|
role="button"
|
|
2483
2483
|
class="k-nav-current"
|
|
2484
2484
|
tabindex="-1"
|
|
@@ -2493,7 +2493,7 @@ ToolbarNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
2493
2493
|
</kendo-calendar-messages>
|
|
2494
2494
|
</kendo-calendar>
|
|
2495
2495
|
</ng-template>
|
|
2496
|
-
`, isInline: true, components: [{ type: i5.CalendarComponent, selector: "kendo-calendar", inputs: ["id", "focusedDate", "min", "max", "rangeValidation", "selection", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "valueChange"], exportAs: ["kendo-calendar"] }, { type: i5.CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }], directives: [{ type: i3.ButtonDirective, selector: "button[kendoButton], span[kendoButton]", inputs: ["toggleable", "togglable", "selected", "tabIndex", "icon", "iconClass", "imageUrl", "disabled", "size", "rounded", "fillMode", "themeColor", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], pipes: { "async": i12.AsyncPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2496
|
+
`, isInline: true, components: [{ type: i5.CalendarComponent, selector: "kendo-calendar", inputs: ["id", "focusedDate", "min", "max", "rangeValidation", "selection", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { type: i5.CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }], directives: [{ type: i3.ButtonDirective, selector: "button[kendoButton], span[kendoButton]", inputs: ["toggleable", "togglable", "selected", "tabIndex", "icon", "iconClass", "imageUrl", "disabled", "size", "rounded", "fillMode", "themeColor", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], pipes: { "async": i12.AsyncPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2497
2497
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ToolbarNavigationComponent, decorators: [{
|
|
2498
2498
|
type: Component,
|
|
2499
2499
|
args: [{
|
|
@@ -2536,7 +2536,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
2536
2536
|
kendoButton
|
|
2537
2537
|
icon="calendar"
|
|
2538
2538
|
fillMode="flat"
|
|
2539
|
-
(
|
|
2539
|
+
(mousedown)="toggleSelectedDate({ nativeElement: anchor }, template)"
|
|
2540
2540
|
role="button"
|
|
2541
2541
|
class="k-nav-current"
|
|
2542
2542
|
tabindex="-1"
|
|
@@ -3087,7 +3087,7 @@ SchedulerDateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
3087
3087
|
[(value)]='date'
|
|
3088
3088
|
(valueChange)='onValueChange($event)'
|
|
3089
3089
|
></kendo-timepicker>
|
|
3090
|
-
`, isInline: true, styles: ["\n kendo-datepicker,\n kendo-timepicker {\n width: 170px;\n }\n "], components: [{ type: i5.DatePickerComponent, selector: "kendo-datepicker", inputs: ["cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "
|
|
3090
|
+
`, isInline: true, styles: ["\n kendo-datepicker,\n kendo-timepicker {\n width: 170px;\n }\n "], components: [{ type: i5.DatePickerComponent, selector: "kendo-datepicker", inputs: ["cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }, { type: i5.TimePickerComponent, selector: "kendo-timepicker", inputs: ["disabled", "readonly", "readOnlyInput", "format", "formatPlaceholder", "placeholder", "min", "max", "incompleteDateValidation", "cancelButton", "nowButton", "steps", "popupSettings", "tabindex", "tabIndex", "title", "rangeValidation", "value", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-timepicker"] }], directives: [{ type: i12.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3091
3091
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SchedulerDateTimePickerComponent, decorators: [{
|
|
3092
3092
|
type: Component,
|
|
3093
3093
|
args: [{
|
|
@@ -4521,7 +4521,7 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
4521
4521
|
</li>
|
|
4522
4522
|
</ul>
|
|
4523
4523
|
</div>
|
|
4524
|
-
`, isInline: true, components: [{ type: i12$1.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }, { type: i5.DatePickerComponent, selector: "kendo-datepicker", inputs: ["cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "
|
|
4524
|
+
`, isInline: true, components: [{ type: i12$1.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }, { type: i5.DatePickerComponent, selector: "kendo-datepicker", inputs: ["cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }], directives: [{ type: EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: ["kendoRecurrenceEndRuleRadioButton"] }] });
|
|
4525
4525
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RecurrenceEndRuleEditorComponent, decorators: [{
|
|
4526
4526
|
type: Component,
|
|
4527
4527
|
args: [{
|
|
@@ -13848,7 +13848,7 @@ class MultiDayViewComponent extends DayViewComponent {
|
|
|
13848
13848
|
* The long-date format for displaying the
|
|
13849
13849
|
* selected date in the Scheduler toolbar.
|
|
13850
13850
|
* Defaults to `{0:D} - {1:D}` for multiple days and `{0:D}` for a single day
|
|
13851
|
-
* ([more information](
|
|
13851
|
+
* ([more information](slug:parsingandformatting_intl#toc-date-formatting)).
|
|
13852
13852
|
*/
|
|
13853
13853
|
set selectedDateFormat(value) {
|
|
13854
13854
|
this.dateFormat = value;
|
|
@@ -13860,7 +13860,7 @@ class MultiDayViewComponent extends DayViewComponent {
|
|
|
13860
13860
|
* The short date format for displaying the
|
|
13861
13861
|
* selected date in the Scheduler toolbar.
|
|
13862
13862
|
* Defaults to `{0:d} - {1:d}` for multiple days and `{0:d}` for a single day
|
|
13863
|
-
* ([more information](
|
|
13863
|
+
* ([more information](slug:parsingandformatting_intl#toc-date-formatting)).
|
|
13864
13864
|
*/
|
|
13865
13865
|
set selectedShortDateFormat(value) {
|
|
13866
13866
|
this.shortDateFormat = value;
|
|
@@ -15663,7 +15663,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
15663
15663
|
|
|
15664
15664
|
/**
|
|
15665
15665
|
* A directive which encapsulates the editing operations when the Scheduler
|
|
15666
|
-
* uses the [Reactive Angular Forms](
|
|
15666
|
+
* uses the [Reactive Angular Forms](link:site.data.urls.angular['reactiveforms']).
|
|
15667
15667
|
*/
|
|
15668
15668
|
class ReactiveEditingDirective extends EditingDirectiveBase {
|
|
15669
15669
|
constructor(scheduler, localDataChangesService, dialogsService, focusService) {
|
|
@@ -16085,7 +16085,7 @@ const importedKendoModules = [
|
|
|
16085
16085
|
SharedModule
|
|
16086
16086
|
];
|
|
16087
16087
|
/**
|
|
16088
|
-
* Represents the [NgModule](
|
|
16088
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
16089
16089
|
* definition for the Scheduler component.
|
|
16090
16090
|
*
|
|
16091
16091
|
* @example
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-scheduler",
|
|
3
|
-
"version": "4.3.5-dev.
|
|
3
|
+
"version": "4.3.5-dev.202211170814",
|
|
4
4
|
"description": "Kendo UI Scheduler Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"tslib": "^2.3.1"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@angular/animations": "12 -
|
|
32
|
-
"@angular/common": "12 -
|
|
33
|
-
"@angular/core": "12 -
|
|
34
|
-
"@angular/forms": "12 -
|
|
31
|
+
"@angular/animations": "12 - 15",
|
|
32
|
+
"@angular/common": "12 - 15",
|
|
33
|
+
"@angular/core": "12 - 15",
|
|
34
|
+
"@angular/forms": "12 - 15",
|
|
35
35
|
"@progress/kendo-angular-buttons": "^8.0.0",
|
|
36
36
|
"@progress/kendo-angular-common": "^3.0.0",
|
|
37
37
|
"@progress/kendo-angular-dateinputs": "^7.0.0",
|
package/scheduler.component.d.ts
CHANGED
|
@@ -222,7 +222,7 @@ export declare class SchedulerComponent implements AfterContentInit, OnDestroy,
|
|
|
222
222
|
highlightOngoingEvents: boolean | OngoingEventsSettings;
|
|
223
223
|
/**
|
|
224
224
|
* Defines a function that is executed for every slot in the view.
|
|
225
|
-
* The function returns a value which is supported by [`ngClass`](
|
|
225
|
+
* The function returns a value which is supported by [`ngClass`](link:site.data.urls.angular['ngclassapi']).
|
|
226
226
|
*
|
|
227
227
|
* @example
|
|
228
228
|
* ```ts
|
|
@@ -262,7 +262,7 @@ export declare class SchedulerComponent implements AfterContentInit, OnDestroy,
|
|
|
262
262
|
slotClass: (args: SlotClassArgs) => any;
|
|
263
263
|
/**
|
|
264
264
|
* Defines a function that is executed for every event in the view.
|
|
265
|
-
* The function returns a value which is supported by [`ngClass`](
|
|
265
|
+
* The function returns a value which is supported by [`ngClass`](link:site.data.urls.angular['ngclassapi']).
|
|
266
266
|
*
|
|
267
267
|
* @example
|
|
268
268
|
* ```ts
|
|
@@ -308,7 +308,7 @@ export declare class SchedulerComponent implements AfterContentInit, OnDestroy,
|
|
|
308
308
|
eventClass: (args: EventStyleArgs) => any;
|
|
309
309
|
/**
|
|
310
310
|
* Defines a function that is executed for every event in the view.
|
|
311
|
-
* The function returns a value which is supported by [`ngStyle`](
|
|
311
|
+
* The function returns a value which is supported by [`ngStyle`](link:site.data.urls.angular['ngstyleapi']).
|
|
312
312
|
* @example
|
|
313
313
|
* ```ts
|
|
314
314
|
* import { Component } from '@angular/core';
|
package/scheduler.module.d.ts
CHANGED
|
@@ -58,7 +58,7 @@ import * as i52 from "./toolbar/navigation.component";
|
|
|
58
58
|
import * as i53 from "./toolbar/toolbar-template.directive";
|
|
59
59
|
import * as i54 from "./toolbar/view-selector.component";
|
|
60
60
|
/**
|
|
61
|
-
* Represents the [NgModule](
|
|
61
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
62
62
|
* definition for the Scheduler component.
|
|
63
63
|
*
|
|
64
64
|
* @example
|
|
@@ -22,19 +22,19 @@ export declare abstract class ConfigurationViewBase extends SchedulerView implem
|
|
|
22
22
|
protected viewState: ViewStateService;
|
|
23
23
|
/**
|
|
24
24
|
* Defines a function that is executed for every slot in the view.
|
|
25
|
-
* The function returns a value which is supported by [`ngClass`](
|
|
25
|
+
* The function returns a value which is supported by [`ngClass`](link:site.data.urls.angular['ngclassapi']).
|
|
26
26
|
*
|
|
27
|
-
* For more information, refer to the example on [setting the `class` callback for all views in `SchedulerComponent.slotClass`](
|
|
27
|
+
* For more information, refer to the example on [setting the `class` callback for all views in `SchedulerComponent.slotClass`](slug:overview_scheduler#toc-slotclass).
|
|
28
28
|
*/
|
|
29
29
|
slotClass: (args: SlotClassArgs) => any;
|
|
30
30
|
/**
|
|
31
31
|
* Defines a function that is executed for every event in the view.
|
|
32
|
-
* The function returns a value which is supported by [`ngClass`](
|
|
32
|
+
* The function returns a value which is supported by [`ngClass`](link:site.data.urls.angular['ngclassapi']).
|
|
33
33
|
*/
|
|
34
34
|
eventClass: (args: EventStyleArgs) => any;
|
|
35
35
|
/**
|
|
36
36
|
* Defines a function that is executed for every event in the view.
|
|
37
|
-
* The function returns a value which is supported by [`ngStyle`](
|
|
37
|
+
* The function returns a value which is supported by [`ngStyle`](link:site.data.urls.angular['ngstyleapi']).
|
|
38
38
|
*/
|
|
39
39
|
eventStyles: (args: EventStyleArgs) => any;
|
|
40
40
|
/**
|
|
@@ -16,7 +16,7 @@ export declare class MultiDayViewComponent extends DayViewComponent {
|
|
|
16
16
|
* The long-date format for displaying the
|
|
17
17
|
* selected date in the Scheduler toolbar.
|
|
18
18
|
* Defaults to `{0:D} - {1:D}` for multiple days and `{0:D}` for a single day
|
|
19
|
-
* ([more information](
|
|
19
|
+
* ([more information](slug:parsingandformatting_intl#toc-date-formatting)).
|
|
20
20
|
*/
|
|
21
21
|
set selectedDateFormat(value: string);
|
|
22
22
|
get selectedDateFormat(): string;
|
|
@@ -24,7 +24,7 @@ export declare class MultiDayViewComponent extends DayViewComponent {
|
|
|
24
24
|
* The short date format for displaying the
|
|
25
25
|
* selected date in the Scheduler toolbar.
|
|
26
26
|
* Defaults to `{0:d} - {1:d}` for multiple days and `{0:d}` for a single day
|
|
27
|
-
* ([more information](
|
|
27
|
+
* ([more information](slug:parsingandformatting_intl#toc-date-formatting)).
|
|
28
28
|
*/
|
|
29
29
|
set selectedShortDateFormat(value: string);
|
|
30
30
|
get selectedShortDateFormat(): string;
|