@progress/kendo-angular-scheduler 13.4.1-develop.4 → 13.5.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.
@@ -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: 1694174973,
13
- version: '13.4.1-develop.4',
12
+ publishDate: 1694427045,
13
+ version: '13.5.0-develop.2',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, ContentChild, ContentChildren, EventEmitter, HostBinding, Input, isDevMode, NgZone, Output, QueryList, ViewChild, ViewContainerRef, ChangeDetectorRef, ChangeDetectionStrategy, ElementRef, Renderer2 } from '@angular/core';
6
6
  import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
7
- import { ResizeSensorComponent, isDocumentAvailable } from '@progress/kendo-angular-common';
7
+ import { ResizeSensorComponent, isDocumentAvailable, shouldShowValidationUI } from '@progress/kendo-angular-common';
8
8
  import { anyChanged, isChanged, hasObservers } from '@progress/kendo-angular-common';
9
9
  import { getDate, ZonedDate, Day } from '@progress/kendo-date-math';
10
10
  import { take } from 'rxjs/operators';
@@ -273,10 +273,15 @@ export class SchedulerComponent {
273
273
  * @hidden
274
274
  */
275
275
  this.removeConfirmed = new EventEmitter();
276
+ /**
277
+ * @hidden
278
+ */
279
+ this.showLicenseWatermark = false;
276
280
  this.viewIndex = 0;
277
281
  this._timezone = '';
278
282
  this._modelFields = defaultModelFields;
279
- validatePackage(packageMetadata);
283
+ const isValid = validatePackage(packageMetadata);
284
+ this.showLicenseWatermark = shouldShowValidationUI(isValid);
280
285
  this.dateRangeStream = viewState.dateRange;
281
286
  this.selectedDateStream = viewContext.selectedDate;
282
287
  }
@@ -869,7 +874,7 @@ export class SchedulerComponent {
869
874
  }
870
875
  }
871
876
  SchedulerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SchedulerComponent, deps: [{ token: i0.ElementRef }, { token: i1.ViewContextService }, { token: i2.ViewStateService }, { token: i3.EditService }, { token: i4.DialogsService }, { token: i5.IntlService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i6.PDFService }, { token: i7.LocalizationService }, { token: i8.DomEventsService }, { token: i0.Renderer2 }, { token: i9.FocusService }], target: i0.ɵɵFactoryTarget.Component });
872
- SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SchedulerComponent, selector: "kendo-scheduler", inputs: { selectedViewIndex: "selectedViewIndex", editable: "editable", selectable: "selectable", min: "min", max: "max", eventHeight: "eventHeight", columnWidth: "columnWidth", showWorkHours: "showWorkHours", startTime: "startTime", endTime: "endTime", workDayStart: "workDayStart", workDayEnd: "workDayEnd", workWeekStart: "workWeekStart", workWeekEnd: "workWeekEnd", weekStart: "weekStart", slotDuration: "slotDuration", slotDivisions: "slotDivisions", slotFill: "slotFill", scrollTime: "scrollTime", group: "group", resources: "resources", loading: "loading", timezone: "timezone", events: "events", selectedDate: "selectedDate", modelFields: "modelFields", currentTimeMarker: "currentTimeMarker", highlightOngoingEvents: "highlightOngoingEvents", slotClass: "slotClass", eventClass: "eventClass", eventStyles: "eventStyles", isSlotSelected: "isSlotSelected" }, outputs: { selectedViewIndexChange: "selectedViewIndexChange", navigate: "navigate", dateChange: "dateChange", slotClick: "slotClick", slotDblClick: "slotDblClick", create: "create", eventClick: "eventClick", eventDblClick: "eventDblClick", eventKeydown: "eventKeydown", cancel: "cancel", save: "save", remove: "remove", resizeStart: "resizeStart", resize: "resize", resizeEnd: "resizeEnd", dragStart: "dragStart", drag: "drag", dragEnd: "dragEnd", slotDragStart: "slotDragStart", slotDrag: "slotDrag", slotDragEnd: "slotDragEnd", pdfExport: "pdfExport", schedulerResize: "schedulerResize" }, host: { properties: { "class.k-widget": "this.hostClasses", "class.k-scheduler": "this.hostClasses", "class.k-floatwrap": "this.hostClasses", "attr.role": "this.ariaRole", "class.k-rtl": "this.rtl", "attr.dir": "this.dir" } }, providers: [
877
+ SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SchedulerComponent, selector: "kendo-scheduler", inputs: { selectedViewIndex: "selectedViewIndex", editable: "editable", selectable: "selectable", min: "min", max: "max", eventHeight: "eventHeight", columnWidth: "columnWidth", showWorkHours: "showWorkHours", startTime: "startTime", endTime: "endTime", workDayStart: "workDayStart", workDayEnd: "workDayEnd", workWeekStart: "workWeekStart", workWeekEnd: "workWeekEnd", weekStart: "weekStart", slotDuration: "slotDuration", slotDivisions: "slotDivisions", slotFill: "slotFill", scrollTime: "scrollTime", group: "group", resources: "resources", loading: "loading", timezone: "timezone", events: "events", selectedDate: "selectedDate", modelFields: "modelFields", currentTimeMarker: "currentTimeMarker", highlightOngoingEvents: "highlightOngoingEvents", slotClass: "slotClass", eventClass: "eventClass", eventStyles: "eventStyles", isSlotSelected: "isSlotSelected" }, outputs: { selectedViewIndexChange: "selectedViewIndexChange", navigate: "navigate", dateChange: "dateChange", slotClick: "slotClick", slotDblClick: "slotDblClick", create: "create", eventClick: "eventClick", eventDblClick: "eventDblClick", eventKeydown: "eventKeydown", cancel: "cancel", save: "save", remove: "remove", resizeStart: "resizeStart", resize: "resize", resizeEnd: "resizeEnd", dragStart: "dragStart", drag: "drag", dragEnd: "dragEnd", slotDragStart: "slotDragStart", slotDrag: "slotDrag", slotDragEnd: "slotDragEnd", pdfExport: "pdfExport", schedulerResize: "schedulerResize" }, host: { properties: { "class.k-widget": "this.hostClasses", "class.k-scheduler": "this.hostClasses", "class.k-floatwrap": "this.hostClasses", "class.k-pos-relative": "this.hostClasses", "attr.role": "this.ariaRole", "class.k-rtl": "this.rtl", "attr.dir": "this.dir" } }, providers: [
873
878
  EditService,
874
879
  DialogsService,
875
880
  DomEventsService,
@@ -1156,7 +1161,9 @@ SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
1156
1161
 
1157
1162
  <div [loading]="loading" kendoSchedulerLoading>
1158
1163
  </div>
1159
- `, isInline: true, components: [{ type: i10.ToolbarComponent, selector: "kendo-scheduler-toolbar", inputs: ["selectedView", "views", "dateRange", "selectedDate", "template", "min", "max"], outputs: ["navigate", "toolbarWidthChange"] }, { type: i11.EditDialogComponent, selector: "kendo-scheduler-edit-dialog", inputs: ["resources", "timezone", "weekStart", "fields", "editTemplate"] }, { type: i12.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: i13.LoadingComponent, selector: "[kendoSchedulerLoading]", inputs: ["loading"] }], directives: [{ type: i14.LocalizedMessagesDirective, selector: "[kendoSchedulerLocalizedMessages]" }, { type: i15.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1164
+
1165
+ <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
1166
+ `, isInline: true, components: [{ type: i10.ToolbarComponent, selector: "kendo-scheduler-toolbar", inputs: ["selectedView", "views", "dateRange", "selectedDate", "template", "min", "max"], outputs: ["navigate", "toolbarWidthChange"] }, { type: i11.EditDialogComponent, selector: "kendo-scheduler-edit-dialog", inputs: ["resources", "timezone", "weekStart", "fields", "editTemplate"] }, { type: i12.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: i13.LoadingComponent, selector: "[kendoSchedulerLoading]", inputs: ["loading"] }, { type: i12.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i14.LocalizedMessagesDirective, selector: "[kendoSchedulerLocalizedMessages]" }, { type: i15.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i15.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1160
1167
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SchedulerComponent, decorators: [{
1161
1168
  type: Component,
1162
1169
  args: [{
@@ -1450,6 +1457,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1450
1457
 
1451
1458
  <div [loading]="loading" kendoSchedulerLoading>
1452
1459
  </div>
1460
+
1461
+ <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
1453
1462
  `
1454
1463
  }]
1455
1464
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.ViewContextService }, { type: i2.ViewStateService }, { type: i3.EditService }, { type: i4.DialogsService }, { type: i5.IntlService }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i6.PDFService }, { type: i7.LocalizationService }, { type: i8.DomEventsService }, { type: i0.Renderer2 }, { type: i9.FocusService }]; }, propDecorators: { hostClasses: [{
@@ -1461,6 +1470,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1461
1470
  }, {
1462
1471
  type: HostBinding,
1463
1472
  args: ['class.k-floatwrap']
1473
+ }, {
1474
+ type: HostBinding,
1475
+ args: ['class.k-pos-relative']
1464
1476
  }], ariaRole: [{
1465
1477
  type: HostBinding,
1466
1478
  args: ['attr.role']
@@ -5,7 +5,7 @@
5
5
  import { CommonModule } from '@angular/common';
6
6
  import { NgModule } from '@angular/core';
7
7
  import { CldrIntlService, IntlService } from '@progress/kendo-angular-intl';
8
- import { ResizeSensorModule } from '@progress/kendo-angular-common';
8
+ import { ResizeSensorModule, WatermarkModule } from '@progress/kendo-angular-common';
9
9
  import { DataBindingDirective } from './data-binding.directive';
10
10
  import { SchedulerCustomMessagesComponent } from './localization/custom-messages.component';
11
11
  import { LocalizedMessagesDirective } from './localization/localized-messages.directive';
@@ -189,7 +189,8 @@ SchedulerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
189
189
  MultiDayViewModule,
190
190
  ResizeSensorModule,
191
191
  MonthViewModule,
192
- TimelineViewModule, ButtonsModule,
192
+ TimelineViewModule,
193
+ WatermarkModule, ButtonsModule,
193
194
  CheckBoxModule,
194
195
  TextAreaModule,
195
196
  DateInputsModule,
@@ -251,6 +252,7 @@ SchedulerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
251
252
  ResizeSensorModule,
252
253
  MonthViewModule,
253
254
  TimelineViewModule,
255
+ WatermarkModule,
254
256
  ...importedKendoModules
255
257
  ], MonthViewModule,
256
258
  MultiDayViewModule,
@@ -266,6 +268,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
266
268
  ResizeSensorModule,
267
269
  MonthViewModule,
268
270
  TimelineViewModule,
271
+ WatermarkModule,
269
272
  ...importedKendoModules
270
273
  ],
271
274
  declarations: declarations,
@@ -7,7 +7,7 @@ import { Directive, Optional, Injectable, EventEmitter, Input, Inject, isDevMode
7
7
  import * as i1$1 from '@progress/kendo-angular-l10n';
8
8
  import { LocalizationService, L10N_PREFIX, RTL, ComponentMessages } from '@progress/kendo-angular-l10n';
9
9
  import * as i7 from '@progress/kendo-angular-common';
10
- import { hasObservers, isDocumentAvailable, isVisible as isVisible$1, scrollbarWidth, isChanged, Keys, anyChanged, ResizeSensorComponent, EventsModule, ResizeSensorModule, guid } from '@progress/kendo-angular-common';
10
+ import { hasObservers, isDocumentAvailable, isVisible as isVisible$1, scrollbarWidth, isChanged, Keys, shouldShowValidationUI, anyChanged, ResizeSensorComponent, EventsModule, ResizeSensorModule, guid, WatermarkModule } from '@progress/kendo-angular-common';
11
11
  import { isEqualDate, timezoneNames, ZonedDate, toLocalDate, getDate, Day, MS_PER_DAY, addDays, firstDayOfMonth, firstDayInWeek, addMonths, addWeeks } from '@progress/kendo-date-math';
12
12
  import { auditTime, buffer, filter, map, debounceTime, take, switchMap, tap, distinctUntilChanged } from 'rxjs/operators';
13
13
  import { validatePackage } from '@progress/kendo-licensing';
@@ -48,8 +48,8 @@ const packageMetadata = {
48
48
  name: '@progress/kendo-angular-scheduler',
49
49
  productName: 'Kendo UI for Angular',
50
50
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
51
- publishDate: 1694174973,
52
- version: '13.4.1-develop.4',
51
+ publishDate: 1694427045,
52
+ version: '13.5.0-develop.2',
53
53
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
54
54
  };
55
55
 
@@ -6266,10 +6266,15 @@ class SchedulerComponent {
6266
6266
  * @hidden
6267
6267
  */
6268
6268
  this.removeConfirmed = new EventEmitter();
6269
+ /**
6270
+ * @hidden
6271
+ */
6272
+ this.showLicenseWatermark = false;
6269
6273
  this.viewIndex = 0;
6270
6274
  this._timezone = '';
6271
6275
  this._modelFields = defaultModelFields;
6272
- validatePackage(packageMetadata);
6276
+ const isValid = validatePackage(packageMetadata);
6277
+ this.showLicenseWatermark = shouldShowValidationUI(isValid);
6273
6278
  this.dateRangeStream = viewState.dateRange;
6274
6279
  this.selectedDateStream = viewContext.selectedDate;
6275
6280
  }
@@ -6862,7 +6867,7 @@ class SchedulerComponent {
6862
6867
  }
6863
6868
  }
6864
6869
  SchedulerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SchedulerComponent, deps: [{ token: i0.ElementRef }, { token: ViewContextService }, { token: ViewStateService }, { token: EditService }, { token: DialogsService }, { token: i1$4.IntlService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: PDFService }, { token: i1$1.LocalizationService }, { token: DomEventsService }, { token: i0.Renderer2 }, { token: FocusService }], target: i0.ɵɵFactoryTarget.Component });
6865
- SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SchedulerComponent, selector: "kendo-scheduler", inputs: { selectedViewIndex: "selectedViewIndex", editable: "editable", selectable: "selectable", min: "min", max: "max", eventHeight: "eventHeight", columnWidth: "columnWidth", showWorkHours: "showWorkHours", startTime: "startTime", endTime: "endTime", workDayStart: "workDayStart", workDayEnd: "workDayEnd", workWeekStart: "workWeekStart", workWeekEnd: "workWeekEnd", weekStart: "weekStart", slotDuration: "slotDuration", slotDivisions: "slotDivisions", slotFill: "slotFill", scrollTime: "scrollTime", group: "group", resources: "resources", loading: "loading", timezone: "timezone", events: "events", selectedDate: "selectedDate", modelFields: "modelFields", currentTimeMarker: "currentTimeMarker", highlightOngoingEvents: "highlightOngoingEvents", slotClass: "slotClass", eventClass: "eventClass", eventStyles: "eventStyles", isSlotSelected: "isSlotSelected" }, outputs: { selectedViewIndexChange: "selectedViewIndexChange", navigate: "navigate", dateChange: "dateChange", slotClick: "slotClick", slotDblClick: "slotDblClick", create: "create", eventClick: "eventClick", eventDblClick: "eventDblClick", eventKeydown: "eventKeydown", cancel: "cancel", save: "save", remove: "remove", resizeStart: "resizeStart", resize: "resize", resizeEnd: "resizeEnd", dragStart: "dragStart", drag: "drag", dragEnd: "dragEnd", slotDragStart: "slotDragStart", slotDrag: "slotDrag", slotDragEnd: "slotDragEnd", pdfExport: "pdfExport", schedulerResize: "schedulerResize" }, host: { properties: { "class.k-widget": "this.hostClasses", "class.k-scheduler": "this.hostClasses", "class.k-floatwrap": "this.hostClasses", "attr.role": "this.ariaRole", "class.k-rtl": "this.rtl", "attr.dir": "this.dir" } }, providers: [
6870
+ SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SchedulerComponent, selector: "kendo-scheduler", inputs: { selectedViewIndex: "selectedViewIndex", editable: "editable", selectable: "selectable", min: "min", max: "max", eventHeight: "eventHeight", columnWidth: "columnWidth", showWorkHours: "showWorkHours", startTime: "startTime", endTime: "endTime", workDayStart: "workDayStart", workDayEnd: "workDayEnd", workWeekStart: "workWeekStart", workWeekEnd: "workWeekEnd", weekStart: "weekStart", slotDuration: "slotDuration", slotDivisions: "slotDivisions", slotFill: "slotFill", scrollTime: "scrollTime", group: "group", resources: "resources", loading: "loading", timezone: "timezone", events: "events", selectedDate: "selectedDate", modelFields: "modelFields", currentTimeMarker: "currentTimeMarker", highlightOngoingEvents: "highlightOngoingEvents", slotClass: "slotClass", eventClass: "eventClass", eventStyles: "eventStyles", isSlotSelected: "isSlotSelected" }, outputs: { selectedViewIndexChange: "selectedViewIndexChange", navigate: "navigate", dateChange: "dateChange", slotClick: "slotClick", slotDblClick: "slotDblClick", create: "create", eventClick: "eventClick", eventDblClick: "eventDblClick", eventKeydown: "eventKeydown", cancel: "cancel", save: "save", remove: "remove", resizeStart: "resizeStart", resize: "resize", resizeEnd: "resizeEnd", dragStart: "dragStart", drag: "drag", dragEnd: "dragEnd", slotDragStart: "slotDragStart", slotDrag: "slotDrag", slotDragEnd: "slotDragEnd", pdfExport: "pdfExport", schedulerResize: "schedulerResize" }, host: { properties: { "class.k-widget": "this.hostClasses", "class.k-scheduler": "this.hostClasses", "class.k-floatwrap": "this.hostClasses", "class.k-pos-relative": "this.hostClasses", "attr.role": "this.ariaRole", "class.k-rtl": "this.rtl", "attr.dir": "this.dir" } }, providers: [
6866
6871
  EditService,
6867
6872
  DialogsService,
6868
6873
  DomEventsService,
@@ -7149,7 +7154,9 @@ SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
7149
7154
 
7150
7155
  <div [loading]="loading" kendoSchedulerLoading>
7151
7156
  </div>
7152
- `, isInline: true, components: [{ type: ToolbarComponent, selector: "kendo-scheduler-toolbar", inputs: ["selectedView", "views", "dateRange", "selectedDate", "template", "min", "max"], outputs: ["navigate", "toolbarWidthChange"] }, { type: EditDialogComponent, selector: "kendo-scheduler-edit-dialog", inputs: ["resources", "timezone", "weekStart", "fields", "editTemplate"] }, { type: i7.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: LoadingComponent, selector: "[kendoSchedulerLoading]", inputs: ["loading"] }], directives: [{ type: LocalizedMessagesDirective, selector: "[kendoSchedulerLocalizedMessages]" }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
7157
+
7158
+ <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
7159
+ `, isInline: true, components: [{ type: ToolbarComponent, selector: "kendo-scheduler-toolbar", inputs: ["selectedView", "views", "dateRange", "selectedDate", "template", "min", "max"], outputs: ["navigate", "toolbarWidthChange"] }, { type: EditDialogComponent, selector: "kendo-scheduler-edit-dialog", inputs: ["resources", "timezone", "weekStart", "fields", "editTemplate"] }, { type: i7.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: LoadingComponent, selector: "[kendoSchedulerLoading]", inputs: ["loading"] }, { type: i7.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: LocalizedMessagesDirective, selector: "[kendoSchedulerLocalizedMessages]" }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
7153
7160
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SchedulerComponent, decorators: [{
7154
7161
  type: Component,
7155
7162
  args: [{
@@ -7443,6 +7450,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
7443
7450
 
7444
7451
  <div [loading]="loading" kendoSchedulerLoading>
7445
7452
  </div>
7453
+
7454
+ <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
7446
7455
  `
7447
7456
  }]
7448
7457
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: ViewContextService }, { type: ViewStateService }, { type: EditService }, { type: DialogsService }, { type: i1$4.IntlService }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: PDFService }, { type: i1$1.LocalizationService }, { type: DomEventsService }, { type: i0.Renderer2 }, { type: FocusService }]; }, propDecorators: { hostClasses: [{
@@ -7454,6 +7463,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
7454
7463
  }, {
7455
7464
  type: HostBinding,
7456
7465
  args: ['class.k-floatwrap']
7466
+ }, {
7467
+ type: HostBinding,
7468
+ args: ['class.k-pos-relative']
7457
7469
  }], ariaRole: [{
7458
7470
  type: HostBinding,
7459
7471
  args: ['attr.role']
@@ -16929,7 +16941,8 @@ SchedulerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
16929
16941
  MultiDayViewModule,
16930
16942
  ResizeSensorModule,
16931
16943
  MonthViewModule,
16932
- TimelineViewModule, ButtonsModule,
16944
+ TimelineViewModule,
16945
+ WatermarkModule, ButtonsModule,
16933
16946
  CheckBoxModule,
16934
16947
  TextAreaModule,
16935
16948
  DateInputsModule,
@@ -16991,6 +17004,7 @@ SchedulerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
16991
17004
  ResizeSensorModule,
16992
17005
  MonthViewModule,
16993
17006
  TimelineViewModule,
17007
+ WatermarkModule,
16994
17008
  ...importedKendoModules
16995
17009
  ], MonthViewModule,
16996
17010
  MultiDayViewModule,
@@ -17006,6 +17020,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
17006
17020
  ResizeSensorModule,
17007
17021
  MonthViewModule,
17008
17022
  TimelineViewModule,
17023
+ WatermarkModule,
17009
17024
  ...importedKendoModules
17010
17025
  ],
17011
17026
  declarations: declarations$1,
@@ -7,7 +7,7 @@ import { Directive, Optional, Injectable, EventEmitter, Input, Inject, isDevMode
7
7
  import * as i1$1 from '@progress/kendo-angular-l10n';
8
8
  import { LocalizationService, L10N_PREFIX, RTL, ComponentMessages } from '@progress/kendo-angular-l10n';
9
9
  import * as i7 from '@progress/kendo-angular-common';
10
- import { hasObservers, isDocumentAvailable, isVisible as isVisible$1, scrollbarWidth, isChanged, Keys, anyChanged, ResizeSensorComponent, EventsModule, ResizeSensorModule, guid } from '@progress/kendo-angular-common';
10
+ import { hasObservers, isDocumentAvailable, isVisible as isVisible$1, scrollbarWidth, isChanged, Keys, shouldShowValidationUI, anyChanged, ResizeSensorComponent, EventsModule, ResizeSensorModule, guid, WatermarkModule } from '@progress/kendo-angular-common';
11
11
  import { isEqualDate, timezoneNames, ZonedDate, toLocalDate, getDate, Day, MS_PER_DAY, addDays, firstDayOfMonth, firstDayInWeek, addMonths, addWeeks } from '@progress/kendo-date-math';
12
12
  import { auditTime, buffer, filter, map, debounceTime, take, switchMap, tap, distinctUntilChanged } from 'rxjs/operators';
13
13
  import { validatePackage } from '@progress/kendo-licensing';
@@ -48,8 +48,8 @@ const packageMetadata = {
48
48
  name: '@progress/kendo-angular-scheduler',
49
49
  productName: 'Kendo UI for Angular',
50
50
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
51
- publishDate: 1694174973,
52
- version: '13.4.1-develop.4',
51
+ publishDate: 1694427045,
52
+ version: '13.5.0-develop.2',
53
53
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
54
54
  };
55
55
 
@@ -6228,10 +6228,15 @@ class SchedulerComponent {
6228
6228
  * @hidden
6229
6229
  */
6230
6230
  this.removeConfirmed = new EventEmitter();
6231
+ /**
6232
+ * @hidden
6233
+ */
6234
+ this.showLicenseWatermark = false;
6231
6235
  this.viewIndex = 0;
6232
6236
  this._timezone = '';
6233
6237
  this._modelFields = defaultModelFields;
6234
- validatePackage(packageMetadata);
6238
+ const isValid = validatePackage(packageMetadata);
6239
+ this.showLicenseWatermark = shouldShowValidationUI(isValid);
6235
6240
  this.dateRangeStream = viewState.dateRange;
6236
6241
  this.selectedDateStream = viewContext.selectedDate;
6237
6242
  }
@@ -6824,7 +6829,7 @@ class SchedulerComponent {
6824
6829
  }
6825
6830
  }
6826
6831
  SchedulerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SchedulerComponent, deps: [{ token: i0.ElementRef }, { token: ViewContextService }, { token: ViewStateService }, { token: EditService }, { token: DialogsService }, { token: i1$4.IntlService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: PDFService }, { token: i1$1.LocalizationService }, { token: DomEventsService }, { token: i0.Renderer2 }, { token: FocusService }], target: i0.ɵɵFactoryTarget.Component });
6827
- SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SchedulerComponent, selector: "kendo-scheduler", inputs: { selectedViewIndex: "selectedViewIndex", editable: "editable", selectable: "selectable", min: "min", max: "max", eventHeight: "eventHeight", columnWidth: "columnWidth", showWorkHours: "showWorkHours", startTime: "startTime", endTime: "endTime", workDayStart: "workDayStart", workDayEnd: "workDayEnd", workWeekStart: "workWeekStart", workWeekEnd: "workWeekEnd", weekStart: "weekStart", slotDuration: "slotDuration", slotDivisions: "slotDivisions", slotFill: "slotFill", scrollTime: "scrollTime", group: "group", resources: "resources", loading: "loading", timezone: "timezone", events: "events", selectedDate: "selectedDate", modelFields: "modelFields", currentTimeMarker: "currentTimeMarker", highlightOngoingEvents: "highlightOngoingEvents", slotClass: "slotClass", eventClass: "eventClass", eventStyles: "eventStyles", isSlotSelected: "isSlotSelected" }, outputs: { selectedViewIndexChange: "selectedViewIndexChange", navigate: "navigate", dateChange: "dateChange", slotClick: "slotClick", slotDblClick: "slotDblClick", create: "create", eventClick: "eventClick", eventDblClick: "eventDblClick", eventKeydown: "eventKeydown", cancel: "cancel", save: "save", remove: "remove", resizeStart: "resizeStart", resize: "resize", resizeEnd: "resizeEnd", dragStart: "dragStart", drag: "drag", dragEnd: "dragEnd", slotDragStart: "slotDragStart", slotDrag: "slotDrag", slotDragEnd: "slotDragEnd", pdfExport: "pdfExport", schedulerResize: "schedulerResize" }, host: { properties: { "class.k-widget": "this.hostClasses", "class.k-scheduler": "this.hostClasses", "class.k-floatwrap": "this.hostClasses", "attr.role": "this.ariaRole", "class.k-rtl": "this.rtl", "attr.dir": "this.dir" } }, providers: [
6832
+ SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SchedulerComponent, selector: "kendo-scheduler", inputs: { selectedViewIndex: "selectedViewIndex", editable: "editable", selectable: "selectable", min: "min", max: "max", eventHeight: "eventHeight", columnWidth: "columnWidth", showWorkHours: "showWorkHours", startTime: "startTime", endTime: "endTime", workDayStart: "workDayStart", workDayEnd: "workDayEnd", workWeekStart: "workWeekStart", workWeekEnd: "workWeekEnd", weekStart: "weekStart", slotDuration: "slotDuration", slotDivisions: "slotDivisions", slotFill: "slotFill", scrollTime: "scrollTime", group: "group", resources: "resources", loading: "loading", timezone: "timezone", events: "events", selectedDate: "selectedDate", modelFields: "modelFields", currentTimeMarker: "currentTimeMarker", highlightOngoingEvents: "highlightOngoingEvents", slotClass: "slotClass", eventClass: "eventClass", eventStyles: "eventStyles", isSlotSelected: "isSlotSelected" }, outputs: { selectedViewIndexChange: "selectedViewIndexChange", navigate: "navigate", dateChange: "dateChange", slotClick: "slotClick", slotDblClick: "slotDblClick", create: "create", eventClick: "eventClick", eventDblClick: "eventDblClick", eventKeydown: "eventKeydown", cancel: "cancel", save: "save", remove: "remove", resizeStart: "resizeStart", resize: "resize", resizeEnd: "resizeEnd", dragStart: "dragStart", drag: "drag", dragEnd: "dragEnd", slotDragStart: "slotDragStart", slotDrag: "slotDrag", slotDragEnd: "slotDragEnd", pdfExport: "pdfExport", schedulerResize: "schedulerResize" }, host: { properties: { "class.k-widget": "this.hostClasses", "class.k-scheduler": "this.hostClasses", "class.k-floatwrap": "this.hostClasses", "class.k-pos-relative": "this.hostClasses", "attr.role": "this.ariaRole", "class.k-rtl": "this.rtl", "attr.dir": "this.dir" } }, providers: [
6828
6833
  EditService,
6829
6834
  DialogsService,
6830
6835
  DomEventsService,
@@ -7111,7 +7116,9 @@ SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
7111
7116
 
7112
7117
  <div [loading]="loading" kendoSchedulerLoading>
7113
7118
  </div>
7114
- `, isInline: true, components: [{ type: ToolbarComponent, selector: "kendo-scheduler-toolbar", inputs: ["selectedView", "views", "dateRange", "selectedDate", "template", "min", "max"], outputs: ["navigate", "toolbarWidthChange"] }, { type: EditDialogComponent, selector: "kendo-scheduler-edit-dialog", inputs: ["resources", "timezone", "weekStart", "fields", "editTemplate"] }, { type: i7.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: LoadingComponent, selector: "[kendoSchedulerLoading]", inputs: ["loading"] }], directives: [{ type: LocalizedMessagesDirective, selector: "[kendoSchedulerLocalizedMessages]" }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
7119
+
7120
+ <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
7121
+ `, isInline: true, components: [{ type: ToolbarComponent, selector: "kendo-scheduler-toolbar", inputs: ["selectedView", "views", "dateRange", "selectedDate", "template", "min", "max"], outputs: ["navigate", "toolbarWidthChange"] }, { type: EditDialogComponent, selector: "kendo-scheduler-edit-dialog", inputs: ["resources", "timezone", "weekStart", "fields", "editTemplate"] }, { type: i7.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: LoadingComponent, selector: "[kendoSchedulerLoading]", inputs: ["loading"] }, { type: i7.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: LocalizedMessagesDirective, selector: "[kendoSchedulerLocalizedMessages]" }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
7115
7122
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SchedulerComponent, decorators: [{
7116
7123
  type: Component,
7117
7124
  args: [{
@@ -7405,6 +7412,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
7405
7412
 
7406
7413
  <div [loading]="loading" kendoSchedulerLoading>
7407
7414
  </div>
7415
+
7416
+ <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
7408
7417
  `
7409
7418
  }]
7410
7419
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: ViewContextService }, { type: ViewStateService }, { type: EditService }, { type: DialogsService }, { type: i1$4.IntlService }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: PDFService }, { type: i1$1.LocalizationService }, { type: DomEventsService }, { type: i0.Renderer2 }, { type: FocusService }]; }, propDecorators: { hostClasses: [{
@@ -7416,6 +7425,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
7416
7425
  }, {
7417
7426
  type: HostBinding,
7418
7427
  args: ['class.k-floatwrap']
7428
+ }, {
7429
+ type: HostBinding,
7430
+ args: ['class.k-pos-relative']
7419
7431
  }], ariaRole: [{
7420
7432
  type: HostBinding,
7421
7433
  args: ['attr.role']
@@ -16883,7 +16895,8 @@ SchedulerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
16883
16895
  MultiDayViewModule,
16884
16896
  ResizeSensorModule,
16885
16897
  MonthViewModule,
16886
- TimelineViewModule, ButtonsModule,
16898
+ TimelineViewModule,
16899
+ WatermarkModule, ButtonsModule,
16887
16900
  CheckBoxModule,
16888
16901
  TextAreaModule,
16889
16902
  DateInputsModule,
@@ -16945,6 +16958,7 @@ SchedulerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
16945
16958
  ResizeSensorModule,
16946
16959
  MonthViewModule,
16947
16960
  TimelineViewModule,
16961
+ WatermarkModule,
16948
16962
  ...importedKendoModules
16949
16963
  ], MonthViewModule,
16950
16964
  MultiDayViewModule,
@@ -16960,6 +16974,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
16960
16974
  ResizeSensorModule,
16961
16975
  MonthViewModule,
16962
16976
  TimelineViewModule,
16977
+ WatermarkModule,
16963
16978
  ...importedKendoModules
16964
16979
  ],
16965
16980
  declarations: declarations$1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-scheduler",
3
- "version": "13.4.1-develop.4",
3
+ "version": "13.5.0-develop.2",
4
4
  "description": "Kendo UI Scheduler Angular - Outlook or Google-style angular scheduler calendar. Full-featured and customizable embedded scheduling from the creator developers trust for professional UI components.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -25,21 +25,21 @@
25
25
  "@progress/kendo-data-query": "^1.0.0",
26
26
  "@progress/kendo-drawing": "^1.17.2",
27
27
  "@progress/kendo-licensing": "^1.0.2",
28
- "@progress/kendo-angular-buttons": "13.4.1-develop.4",
29
- "@progress/kendo-angular-common": "13.4.1-develop.4",
30
- "@progress/kendo-angular-dateinputs": "13.4.1-develop.4",
31
- "@progress/kendo-angular-dialog": "13.4.1-develop.4",
32
- "@progress/kendo-angular-dropdowns": "13.4.1-develop.4",
33
- "@progress/kendo-angular-icons": "13.4.1-develop.4",
34
- "@progress/kendo-angular-inputs": "13.4.1-develop.4",
35
- "@progress/kendo-angular-intl": "13.4.1-develop.4",
36
- "@progress/kendo-angular-l10n": "13.4.1-develop.4",
37
- "@progress/kendo-angular-popup": "13.4.1-develop.4",
28
+ "@progress/kendo-angular-buttons": "13.5.0-develop.2",
29
+ "@progress/kendo-angular-common": "13.5.0-develop.2",
30
+ "@progress/kendo-angular-dateinputs": "13.5.0-develop.2",
31
+ "@progress/kendo-angular-dialog": "13.5.0-develop.2",
32
+ "@progress/kendo-angular-dropdowns": "13.5.0-develop.2",
33
+ "@progress/kendo-angular-icons": "13.5.0-develop.2",
34
+ "@progress/kendo-angular-inputs": "13.5.0-develop.2",
35
+ "@progress/kendo-angular-intl": "13.5.0-develop.2",
36
+ "@progress/kendo-angular-l10n": "13.5.0-develop.2",
37
+ "@progress/kendo-angular-popup": "13.5.0-develop.2",
38
38
  "rxjs": "^6.5.3 || ^7.0.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "tslib": "^2.3.1",
42
- "@progress/kendo-angular-schematics": "13.4.1-develop.4",
42
+ "@progress/kendo-angular-schematics": "13.5.0-develop.2",
43
43
  "@progress/kendo-date-math": "^1.3.2",
44
44
  "@progress/kendo-draggable": "^3.0.2",
45
45
  "@progress/kendo-file-saver": "^1.0.7",
@@ -427,6 +427,10 @@ export declare class SchedulerComponent implements AfterContentInit, OnDestroy,
427
427
  * @hidden
428
428
  */
429
429
  agendaTimeTemplate: QueryList<AgendaTimeTemplateDirective>;
430
+ /**
431
+ * @hidden
432
+ */
433
+ showLicenseWatermark: boolean;
430
434
  private direction;
431
435
  private subs;
432
436
  private viewIndex;
@@ -80,6 +80,6 @@ import * as i56 from "./toolbar/view-selector.component";
80
80
  */
81
81
  export declare class SchedulerModule {
82
82
  static ɵfac: i0.ɵɵFactoryDeclaration<SchedulerModule, never>;
83
- static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulerModule, [typeof i1.SchedulerComponent, typeof i2.SchedulerViewDirective, typeof i3.DataBindingDirective, typeof i4.ShortcutsDirective, typeof i5.ReactiveEditingDirective, typeof i6.SlotSelectableDirective, typeof i7.SchedulerDateTimePickerComponent, typeof i8.RecurrenceEditorComponent, typeof i9.RecurrenceEndRuleEditorComponent, typeof i10.RecurrenceFrequencyEditorComponent, typeof i11.RecurrenceIntervalEditorComponent, typeof i12.RecurrenceMonthlyYearlyEditorComponent, typeof i13.RecurrenceWeekdayRuleEditorComponent, typeof i14.EndRuleRadioButtonDirective, typeof i15.RepeatOnRadioButtonDirective, typeof i16.MultipleResourceEditorComponent, typeof i17.SingleResourceEditorComponent, typeof i18.TimeZoneEditorComponent, typeof i19.EditDialogComponent, typeof i20.SchedulerCustomMessagesComponent, typeof i21.LocalizedMessagesDirective, typeof i22.RecurrenceEditorCustomMessagesComponent, typeof i23.RecurrenceEditorLocalizedMessagesDirective, typeof i24.LoadingComponent, typeof i25.AgendaDateTemplateDirective, typeof i26.AgendaTimeTemplateDirective, typeof i27.AllDayEventTemplateDirective, typeof i28.AllDaySlotTemplateDirective, typeof i29.DateHeaderTemplateDirective, typeof i30.EventTemplateDirective, typeof i31.EditDialogTemplateDirective, typeof i32.GroupHeaderTemplateDirective, typeof i33.MajorTimeHeaderTemplateDirective, typeof i34.MinorTimeHeaderTemplateDirective, typeof i35.MonthDaySlotTemplateDirective, typeof i36.MultiWeekDaySlotTemplateDirective, typeof i37.TimeSlotTemplateDirective], [typeof i38.CommonModule, typeof i39.ToolbarModule, typeof i40.AgendaViewModule, typeof i41.MultiDayViewModule, typeof i42.ResizeSensorModule, typeof i43.MonthViewModule, typeof i44.TimelineViewModule, typeof i45.ButtonsModule, typeof i46.CheckBoxModule, typeof i46.TextAreaModule, typeof i47.DateInputsModule, typeof i48.DialogModule, typeof i46.NumericTextBoxModule, typeof i46.TextBoxModule, typeof i49.DropDownsModule, typeof i50.ReactiveFormsModule, typeof i51.SharedModule, typeof i52.LabelModule, typeof i46.FormFieldModule], [typeof i53.AgendaViewComponent, typeof i43.MonthViewModule, typeof i41.MultiDayViewModule, typeof i5.ReactiveEditingDirective, typeof i44.TimelineViewModule, typeof i54.ToolbarNavigationComponent, typeof i55.ToolbarTemplateDirective, typeof i56.ToolbarViewSelectorComponent, typeof i1.SchedulerComponent, typeof i2.SchedulerViewDirective, typeof i3.DataBindingDirective, typeof i4.ShortcutsDirective, typeof i5.ReactiveEditingDirective, typeof i6.SlotSelectableDirective, typeof i7.SchedulerDateTimePickerComponent, typeof i8.RecurrenceEditorComponent, typeof i9.RecurrenceEndRuleEditorComponent, typeof i10.RecurrenceFrequencyEditorComponent, typeof i11.RecurrenceIntervalEditorComponent, typeof i12.RecurrenceMonthlyYearlyEditorComponent, typeof i13.RecurrenceWeekdayRuleEditorComponent, typeof i14.EndRuleRadioButtonDirective, typeof i15.RepeatOnRadioButtonDirective, typeof i16.MultipleResourceEditorComponent, typeof i17.SingleResourceEditorComponent, typeof i18.TimeZoneEditorComponent, typeof i19.EditDialogComponent, typeof i20.SchedulerCustomMessagesComponent, typeof i21.LocalizedMessagesDirective, typeof i22.RecurrenceEditorCustomMessagesComponent, typeof i23.RecurrenceEditorLocalizedMessagesDirective, typeof i24.LoadingComponent, typeof i25.AgendaDateTemplateDirective, typeof i26.AgendaTimeTemplateDirective, typeof i27.AllDayEventTemplateDirective, typeof i28.AllDaySlotTemplateDirective, typeof i29.DateHeaderTemplateDirective, typeof i30.EventTemplateDirective, typeof i31.EditDialogTemplateDirective, typeof i32.GroupHeaderTemplateDirective, typeof i33.MajorTimeHeaderTemplateDirective, typeof i34.MinorTimeHeaderTemplateDirective, typeof i35.MonthDaySlotTemplateDirective, typeof i36.MultiWeekDaySlotTemplateDirective, typeof i37.TimeSlotTemplateDirective]>;
83
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulerModule, [typeof i1.SchedulerComponent, typeof i2.SchedulerViewDirective, typeof i3.DataBindingDirective, typeof i4.ShortcutsDirective, typeof i5.ReactiveEditingDirective, typeof i6.SlotSelectableDirective, typeof i7.SchedulerDateTimePickerComponent, typeof i8.RecurrenceEditorComponent, typeof i9.RecurrenceEndRuleEditorComponent, typeof i10.RecurrenceFrequencyEditorComponent, typeof i11.RecurrenceIntervalEditorComponent, typeof i12.RecurrenceMonthlyYearlyEditorComponent, typeof i13.RecurrenceWeekdayRuleEditorComponent, typeof i14.EndRuleRadioButtonDirective, typeof i15.RepeatOnRadioButtonDirective, typeof i16.MultipleResourceEditorComponent, typeof i17.SingleResourceEditorComponent, typeof i18.TimeZoneEditorComponent, typeof i19.EditDialogComponent, typeof i20.SchedulerCustomMessagesComponent, typeof i21.LocalizedMessagesDirective, typeof i22.RecurrenceEditorCustomMessagesComponent, typeof i23.RecurrenceEditorLocalizedMessagesDirective, typeof i24.LoadingComponent, typeof i25.AgendaDateTemplateDirective, typeof i26.AgendaTimeTemplateDirective, typeof i27.AllDayEventTemplateDirective, typeof i28.AllDaySlotTemplateDirective, typeof i29.DateHeaderTemplateDirective, typeof i30.EventTemplateDirective, typeof i31.EditDialogTemplateDirective, typeof i32.GroupHeaderTemplateDirective, typeof i33.MajorTimeHeaderTemplateDirective, typeof i34.MinorTimeHeaderTemplateDirective, typeof i35.MonthDaySlotTemplateDirective, typeof i36.MultiWeekDaySlotTemplateDirective, typeof i37.TimeSlotTemplateDirective], [typeof i38.CommonModule, typeof i39.ToolbarModule, typeof i40.AgendaViewModule, typeof i41.MultiDayViewModule, typeof i42.ResizeSensorModule, typeof i43.MonthViewModule, typeof i44.TimelineViewModule, typeof i42.WatermarkModule, typeof i45.ButtonsModule, typeof i46.CheckBoxModule, typeof i46.TextAreaModule, typeof i47.DateInputsModule, typeof i48.DialogModule, typeof i46.NumericTextBoxModule, typeof i46.TextBoxModule, typeof i49.DropDownsModule, typeof i50.ReactiveFormsModule, typeof i51.SharedModule, typeof i52.LabelModule, typeof i46.FormFieldModule], [typeof i53.AgendaViewComponent, typeof i43.MonthViewModule, typeof i41.MultiDayViewModule, typeof i5.ReactiveEditingDirective, typeof i44.TimelineViewModule, typeof i54.ToolbarNavigationComponent, typeof i55.ToolbarTemplateDirective, typeof i56.ToolbarViewSelectorComponent, typeof i1.SchedulerComponent, typeof i2.SchedulerViewDirective, typeof i3.DataBindingDirective, typeof i4.ShortcutsDirective, typeof i5.ReactiveEditingDirective, typeof i6.SlotSelectableDirective, typeof i7.SchedulerDateTimePickerComponent, typeof i8.RecurrenceEditorComponent, typeof i9.RecurrenceEndRuleEditorComponent, typeof i10.RecurrenceFrequencyEditorComponent, typeof i11.RecurrenceIntervalEditorComponent, typeof i12.RecurrenceMonthlyYearlyEditorComponent, typeof i13.RecurrenceWeekdayRuleEditorComponent, typeof i14.EndRuleRadioButtonDirective, typeof i15.RepeatOnRadioButtonDirective, typeof i16.MultipleResourceEditorComponent, typeof i17.SingleResourceEditorComponent, typeof i18.TimeZoneEditorComponent, typeof i19.EditDialogComponent, typeof i20.SchedulerCustomMessagesComponent, typeof i21.LocalizedMessagesDirective, typeof i22.RecurrenceEditorCustomMessagesComponent, typeof i23.RecurrenceEditorLocalizedMessagesDirective, typeof i24.LoadingComponent, typeof i25.AgendaDateTemplateDirective, typeof i26.AgendaTimeTemplateDirective, typeof i27.AllDayEventTemplateDirective, typeof i28.AllDaySlotTemplateDirective, typeof i29.DateHeaderTemplateDirective, typeof i30.EventTemplateDirective, typeof i31.EditDialogTemplateDirective, typeof i32.GroupHeaderTemplateDirective, typeof i33.MajorTimeHeaderTemplateDirective, typeof i34.MinorTimeHeaderTemplateDirective, typeof i35.MonthDaySlotTemplateDirective, typeof i36.MultiWeekDaySlotTemplateDirective, typeof i37.TimeSlotTemplateDirective]>;
84
84
  static ɵinj: i0.ɵɵInjectorDeclaration<SchedulerModule>;
85
85
  }
@@ -4,9 +4,9 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'SchedulerModule', package: 'scheduler', peerDependencies: {
6
6
  // peer dep of the dropdowns
7
- '@progress/kendo-angular-treeview': '13.4.1-develop.4',
7
+ '@progress/kendo-angular-treeview': '13.5.0-develop.2',
8
8
  // peer dependency of kendo-angular-inputs
9
- '@progress/kendo-angular-dialog': '13.4.1-develop.4',
9
+ '@progress/kendo-angular-dialog': '13.5.0-develop.2',
10
10
  // peer dependency of kendo-angular-icons
11
11
  '@progress/kendo-svg-icons': '^1.0.0'
12
12
  } });