@progress/kendo-angular-scheduler 18.0.1-develop.3 → 18.1.0-develop.10

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.
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1738076906,
14
- version: '18.0.1-develop.3',
13
+ publishDate: 1738357547,
14
+ version: '18.1.0-develop.10',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -32,6 +32,7 @@ export class DayTimeViewItemComponent extends BaseViewItem {
32
32
  xIcon = xIcon;
33
33
  vertical;
34
34
  isAllDay;
35
+ name;
35
36
  get eventTime() {
36
37
  return this.intlService.format('{0:t}–{1:t}', toLocalDate(this.item.startTime), toLocalDate(this.item.endTime));
37
38
  }
@@ -41,7 +42,7 @@ export class DayTimeViewItemComponent extends BaseViewItem {
41
42
  this.localeId = localeId;
42
43
  }
43
44
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DayTimeViewItemComponent, deps: [{ token: i1.IntlService }, { token: i2.DayTimeSlotService }, { token: i3.LocalizationService }, { token: i4.FocusService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Component });
44
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DayTimeViewItemComponent, isStandalone: true, selector: "[dayTimeViewItem]", inputs: { vertical: "vertical", isAllDay: "isAllDay" }, usesInheritance: true, ngImport: i0, template: `
45
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DayTimeViewItemComponent, isStandalone: true, selector: "[dayTimeViewItem]", inputs: { vertical: "vertical", isAllDay: "isAllDay", name: "name" }, usesInheritance: true, ngImport: i0, template: `
45
46
  <span class="k-event-actions">
46
47
  <kendo-icon-wrapper
47
48
  *ngIf="item.tail && !vertical"
@@ -95,7 +96,7 @@ export class DayTimeViewItemComponent extends BaseViewItem {
95
96
  <span class="k-resize-handle k-resize-s" *ngIf="!item.head"></span>
96
97
  </ng-container>
97
98
 
98
- <ng-container *ngIf="resizable && !vertical">
99
+ <ng-container *ngIf="resizable && !vertical && !(isAllDay && name === 'day')">
99
100
  <span class="k-resize-handle k-resize-w"></span>
100
101
  <span class="k-resize-handle k-resize-e"></span>
101
102
  </ng-container>
@@ -160,7 +161,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
160
161
  <span class="k-resize-handle k-resize-s" *ngIf="!item.head"></span>
161
162
  </ng-container>
162
163
 
163
- <ng-container *ngIf="resizable && !vertical">
164
+ <ng-container *ngIf="resizable && !vertical && !(isAllDay && name === 'day')">
164
165
  <span class="k-resize-handle k-resize-w"></span>
165
166
  <span class="k-resize-handle k-resize-e"></span>
166
167
  </ng-container>
@@ -175,4 +176,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
175
176
  type: Input
176
177
  }], isAllDay: [{
177
178
  type: Input
179
+ }], name: [{
180
+ type: Input
178
181
  }] } });
@@ -327,6 +327,7 @@ export class MultiDayViewRendererComponent extends DayTimeViewComponent {
327
327
  [kendoSchedulerFocusIndex]="itemResource.leafIdx"
328
328
  [id]="item.elementId + '_' + itemResource.leafIdx"
329
329
  dayTimeViewItem
330
+ [name]="name"
330
331
  [isAllDay]="true"
331
332
  [editable]="editable"
332
333
  [eventTemplate]="allDayEventTemplateRef"
@@ -529,7 +530,7 @@ export class MultiDayViewRendererComponent extends DayTimeViewComponent {
529
530
  </tr>
530
531
  </tbody>
531
532
  </table>
532
- `, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: DaySlotDirective, selector: "[daySlot]", inputs: ["start", "end"] }, { kind: "component", type: DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: ["vertical", "isAllDay"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { kind: "component", type: HintContainerComponent, selector: "kendo-hint-container" }, { kind: "component", type: ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }, { kind: "directive", type: TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }, { kind: "pipe", type: ResourceIteratorPipe, name: "resourceIterator" }, { kind: "pipe", type: DatePipe, name: "kendoDate" }, { kind: "pipe", type: AsyncPipe, name: "async" }] });
533
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: DaySlotDirective, selector: "[daySlot]", inputs: ["start", "end"] }, { kind: "component", type: DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: ["vertical", "isAllDay", "name"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { kind: "component", type: HintContainerComponent, selector: "kendo-hint-container" }, { kind: "component", type: ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }, { kind: "directive", type: TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }, { kind: "pipe", type: ResourceIteratorPipe, name: "resourceIterator" }, { kind: "pipe", type: DatePipe, name: "kendoDate" }, { kind: "pipe", type: AsyncPipe, name: "async" }] });
533
534
  }
534
535
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MultiDayViewRendererComponent, decorators: [{
535
536
  type: Component,
@@ -615,6 +616,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
615
616
  [kendoSchedulerFocusIndex]="itemResource.leafIdx"
616
617
  [id]="item.elementId + '_' + itemResource.leafIdx"
617
618
  dayTimeViewItem
619
+ [name]="name"
618
620
  [isAllDay]="true"
619
621
  [editable]="editable"
620
622
  [eventTemplate]="allDayEventTemplateRef"
@@ -331,7 +331,7 @@ export class TimelineMultiDayViewComponent extends DayTimeViewComponent {
331
331
  </tr>
332
332
  </tbody>
333
333
  </table>
334
- `, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }, { kind: "component", type: DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: ["vertical", "isAllDay"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { kind: "component", type: HintContainerComponent, selector: "kendo-hint-container" }, { kind: "component", type: ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }, { kind: "pipe", type: ResourceIteratorPipe, name: "resourceIterator" }, { kind: "pipe", type: DatePipe, name: "kendoDate" }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: SortPipe, name: "sort" }] });
334
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }, { kind: "component", type: DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: ["vertical", "isAllDay", "name"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { kind: "component", type: HintContainerComponent, selector: "kendo-hint-container" }, { kind: "component", type: ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }, { kind: "pipe", type: ResourceIteratorPipe, name: "resourceIterator" }, { kind: "pipe", type: DatePipe, name: "kendoDate" }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: SortPipe, name: "sort" }] });
335
335
  }
336
336
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TimelineMultiDayViewComponent, decorators: [{
337
337
  type: Component,
@@ -224,10 +224,10 @@ export class YearViewInternalComponent extends BaseView {
224
224
  onTasksChange() {
225
225
  this.items.next(this.tasks);
226
226
  }
227
- slotByIndex = (slotIndex, args) => noop(slotIndex);
228
- dragHintSize = (startSlot, endSlot) => noop(startSlot);
227
+ slotByIndex = (slotIndex, _args) => noop(slotIndex);
228
+ dragHintSize = (startSlot, _endSlot) => noop(startSlot);
229
229
  dragRanges = (slot) => noop(slot);
230
- slotByPosition = (x, y, container) => noop(x);
230
+ slotByPosition = (x, _y, _container) => noop(x);
231
231
  createDaySlots({ start }) {
232
232
  const days = [];
233
233
  const monthsPerYear = 12;
@@ -43,8 +43,8 @@ const packageMetadata = {
43
43
  productName: 'Kendo UI for Angular',
44
44
  productCode: 'KENDOUIANGULAR',
45
45
  productCodes: ['KENDOUIANGULAR'],
46
- publishDate: 1738076906,
47
- version: '18.0.1-develop.3',
46
+ publishDate: 1738357547,
47
+ version: '18.1.0-develop.10',
48
48
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
49
49
  };
50
50
 
@@ -15851,6 +15851,7 @@ class DayTimeViewItemComponent extends BaseViewItem {
15851
15851
  xIcon = xIcon;
15852
15852
  vertical;
15853
15853
  isAllDay;
15854
+ name;
15854
15855
  get eventTime() {
15855
15856
  return this.intlService.format('{0:t}–{1:t}', toLocalDate(this.item.startTime), toLocalDate(this.item.endTime));
15856
15857
  }
@@ -15860,7 +15861,7 @@ class DayTimeViewItemComponent extends BaseViewItem {
15860
15861
  this.localeId = localeId;
15861
15862
  }
15862
15863
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DayTimeViewItemComponent, deps: [{ token: i1$2.IntlService }, { token: DayTimeSlotService }, { token: i1$1.LocalizationService }, { token: FocusService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Component });
15863
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DayTimeViewItemComponent, isStandalone: true, selector: "[dayTimeViewItem]", inputs: { vertical: "vertical", isAllDay: "isAllDay" }, usesInheritance: true, ngImport: i0, template: `
15864
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DayTimeViewItemComponent, isStandalone: true, selector: "[dayTimeViewItem]", inputs: { vertical: "vertical", isAllDay: "isAllDay", name: "name" }, usesInheritance: true, ngImport: i0, template: `
15864
15865
  <span class="k-event-actions">
15865
15866
  <kendo-icon-wrapper
15866
15867
  *ngIf="item.tail && !vertical"
@@ -15914,7 +15915,7 @@ class DayTimeViewItemComponent extends BaseViewItem {
15914
15915
  <span class="k-resize-handle k-resize-s" *ngIf="!item.head"></span>
15915
15916
  </ng-container>
15916
15917
 
15917
- <ng-container *ngIf="resizable && !vertical">
15918
+ <ng-container *ngIf="resizable && !vertical && !(isAllDay && name === 'day')">
15918
15919
  <span class="k-resize-handle k-resize-w"></span>
15919
15920
  <span class="k-resize-handle k-resize-e"></span>
15920
15921
  </ng-container>
@@ -15979,7 +15980,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
15979
15980
  <span class="k-resize-handle k-resize-s" *ngIf="!item.head"></span>
15980
15981
  </ng-container>
15981
15982
 
15982
- <ng-container *ngIf="resizable && !vertical">
15983
+ <ng-container *ngIf="resizable && !vertical && !(isAllDay && name === 'day')">
15983
15984
  <span class="k-resize-handle k-resize-w"></span>
15984
15985
  <span class="k-resize-handle k-resize-e"></span>
15985
15986
  </ng-container>
@@ -15994,6 +15995,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
15994
15995
  type: Input
15995
15996
  }], isAllDay: [{
15996
15997
  type: Input
15998
+ }], name: [{
15999
+ type: Input
15997
16000
  }] } });
15998
16001
 
15999
16002
  const getStartDate = date => getDate(date);
@@ -16816,6 +16819,7 @@ class MultiDayViewRendererComponent extends DayTimeViewComponent {
16816
16819
  [kendoSchedulerFocusIndex]="itemResource.leafIdx"
16817
16820
  [id]="item.elementId + '_' + itemResource.leafIdx"
16818
16821
  dayTimeViewItem
16822
+ [name]="name"
16819
16823
  [isAllDay]="true"
16820
16824
  [editable]="editable"
16821
16825
  [eventTemplate]="allDayEventTemplateRef"
@@ -17018,7 +17022,7 @@ class MultiDayViewRendererComponent extends DayTimeViewComponent {
17018
17022
  </tr>
17019
17023
  </tbody>
17020
17024
  </table>
17021
- `, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: DaySlotDirective, selector: "[daySlot]", inputs: ["start", "end"] }, { kind: "component", type: DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: ["vertical", "isAllDay"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { kind: "component", type: HintContainerComponent, selector: "kendo-hint-container" }, { kind: "component", type: ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }, { kind: "directive", type: TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }, { kind: "pipe", type: ResourceIteratorPipe, name: "resourceIterator" }, { kind: "pipe", type: DatePipe, name: "kendoDate" }, { kind: "pipe", type: AsyncPipe, name: "async" }] });
17025
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: DaySlotDirective, selector: "[daySlot]", inputs: ["start", "end"] }, { kind: "component", type: DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: ["vertical", "isAllDay", "name"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { kind: "component", type: HintContainerComponent, selector: "kendo-hint-container" }, { kind: "component", type: ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }, { kind: "directive", type: TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }, { kind: "pipe", type: ResourceIteratorPipe, name: "resourceIterator" }, { kind: "pipe", type: DatePipe, name: "kendoDate" }, { kind: "pipe", type: AsyncPipe, name: "async" }] });
17022
17026
  }
17023
17027
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MultiDayViewRendererComponent, decorators: [{
17024
17028
  type: Component,
@@ -17104,6 +17108,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
17104
17108
  [kendoSchedulerFocusIndex]="itemResource.leafIdx"
17105
17109
  [id]="item.elementId + '_' + itemResource.leafIdx"
17106
17110
  dayTimeViewItem
17111
+ [name]="name"
17107
17112
  [isAllDay]="true"
17108
17113
  [editable]="editable"
17109
17114
  [eventTemplate]="allDayEventTemplateRef"
@@ -18317,7 +18322,7 @@ class TimelineMultiDayViewComponent extends DayTimeViewComponent {
18317
18322
  </tr>
18318
18323
  </tbody>
18319
18324
  </table>
18320
- `, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }, { kind: "component", type: DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: ["vertical", "isAllDay"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { kind: "component", type: HintContainerComponent, selector: "kendo-hint-container" }, { kind: "component", type: ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }, { kind: "pipe", type: ResourceIteratorPipe, name: "resourceIterator" }, { kind: "pipe", type: DatePipe, name: "kendoDate" }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: SortPipe, name: "sort" }] });
18325
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }, { kind: "component", type: DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: ["vertical", "isAllDay", "name"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { kind: "component", type: HintContainerComponent, selector: "kendo-hint-container" }, { kind: "component", type: ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }, { kind: "pipe", type: ResourceIteratorPipe, name: "resourceIterator" }, { kind: "pipe", type: DatePipe, name: "kendoDate" }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: SortPipe, name: "sort" }] });
18321
18326
  }
18322
18327
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TimelineMultiDayViewComponent, decorators: [{
18323
18328
  type: Component,
@@ -19272,10 +19277,10 @@ class YearViewInternalComponent extends BaseView {
19272
19277
  onTasksChange() {
19273
19278
  this.items.next(this.tasks);
19274
19279
  }
19275
- slotByIndex = (slotIndex, args) => noop(slotIndex);
19276
- dragHintSize = (startSlot, endSlot) => noop(startSlot);
19280
+ slotByIndex = (slotIndex, _args) => noop(slotIndex);
19281
+ dragHintSize = (startSlot, _endSlot) => noop(startSlot);
19277
19282
  dragRanges = (slot) => noop(slot);
19278
- slotByPosition = (x, y, container) => noop(x);
19283
+ slotByPosition = (x, _y, _container) => noop(x);
19279
19284
  createDaySlots({ start }) {
19280
19285
  const days = [];
19281
19286
  const monthsPerYear = 12;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-scheduler",
3
- "version": "18.0.1-develop.3",
3
+ "version": "18.1.0-develop.10",
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",
@@ -19,7 +19,7 @@
19
19
  "package": {
20
20
  "productName": "Kendo UI for Angular",
21
21
  "productCode": "KENDOUIANGULAR",
22
- "publishDate": 1738076906,
22
+ "publishDate": 1738357547,
23
23
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
24
24
  }
25
25
  },
@@ -32,23 +32,23 @@
32
32
  "@progress/kendo-data-query": "^1.0.0",
33
33
  "@progress/kendo-drawing": "^1.21.0",
34
34
  "@progress/kendo-licensing": "^1.0.2",
35
- "@progress/kendo-angular-tooltip": "18.0.1-develop.3",
36
- "@progress/kendo-angular-buttons": "18.0.1-develop.3",
37
- "@progress/kendo-angular-common": "18.0.1-develop.3",
38
- "@progress/kendo-angular-dateinputs": "18.0.1-develop.3",
39
- "@progress/kendo-angular-dialog": "18.0.1-develop.3",
40
- "@progress/kendo-angular-dropdowns": "18.0.1-develop.3",
41
- "@progress/kendo-angular-icons": "18.0.1-develop.3",
42
- "@progress/kendo-angular-inputs": "18.0.1-develop.3",
43
- "@progress/kendo-angular-intl": "18.0.1-develop.3",
44
- "@progress/kendo-angular-l10n": "18.0.1-develop.3",
45
- "@progress/kendo-angular-label": "18.0.1-develop.3",
46
- "@progress/kendo-angular-popup": "18.0.1-develop.3",
35
+ "@progress/kendo-angular-tooltip": "18.1.0-develop.10",
36
+ "@progress/kendo-angular-buttons": "18.1.0-develop.10",
37
+ "@progress/kendo-angular-common": "18.1.0-develop.10",
38
+ "@progress/kendo-angular-dateinputs": "18.1.0-develop.10",
39
+ "@progress/kendo-angular-dialog": "18.1.0-develop.10",
40
+ "@progress/kendo-angular-dropdowns": "18.1.0-develop.10",
41
+ "@progress/kendo-angular-icons": "18.1.0-develop.10",
42
+ "@progress/kendo-angular-inputs": "18.1.0-develop.10",
43
+ "@progress/kendo-angular-intl": "18.1.0-develop.10",
44
+ "@progress/kendo-angular-l10n": "18.1.0-develop.10",
45
+ "@progress/kendo-angular-label": "18.1.0-develop.10",
46
+ "@progress/kendo-angular-popup": "18.1.0-develop.10",
47
47
  "rxjs": "^6.5.3 || ^7.0.0"
48
48
  },
49
49
  "dependencies": {
50
50
  "tslib": "^2.3.1",
51
- "@progress/kendo-angular-schematics": "18.0.1-develop.3",
51
+ "@progress/kendo-angular-schematics": "18.1.0-develop.10",
52
52
  "@progress/kendo-date-math": "^1.3.2",
53
53
  "@progress/kendo-draggable": "^3.0.2",
54
54
  "@progress/kendo-file-saver": "^1.0.7",
@@ -4,10 +4,10 @@ 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 deps of the dropdowns
7
- '@progress/kendo-angular-treeview': '18.0.1-develop.3',
8
- '@progress/kendo-angular-navigation': '18.0.1-develop.3',
7
+ '@progress/kendo-angular-treeview': '18.1.0-develop.10',
8
+ '@progress/kendo-angular-navigation': '18.1.0-develop.10',
9
9
  // peer dependency of kendo-angular-inputs
10
- '@progress/kendo-angular-dialog': '18.0.1-develop.3',
10
+ '@progress/kendo-angular-dialog': '18.1.0-develop.10',
11
11
  // peer dependency of kendo-angular-icons
12
12
  '@progress/kendo-svg-icons': '^4.0.0'
13
13
  } });
@@ -25,8 +25,9 @@ export declare class DayTimeViewItemComponent extends BaseViewItem {
25
25
  xIcon: SVGIcon;
26
26
  vertical: boolean;
27
27
  isAllDay: boolean;
28
+ name: string;
28
29
  get eventTime(): string;
29
30
  constructor(intlService: IntlService, slotService: DayTimeSlotService, localization: LocalizationService, focusService: FocusService, element: ElementRef, renderer: Renderer2, localeId: string);
30
31
  static ɵfac: i0.ɵɵFactoryDeclaration<DayTimeViewItemComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<DayTimeViewItemComponent, "[dayTimeViewItem]", never, { "vertical": { "alias": "vertical"; "required": false; }; "isAllDay": { "alias": "isAllDay"; "required": false; }; }, {}, never, never, true, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<DayTimeViewItemComponent, "[dayTimeViewItem]", never, { "vertical": { "alias": "vertical"; "required": false; }; "isAllDay": { "alias": "isAllDay"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, true, never>;
32
33
  }
@@ -66,10 +66,10 @@ export declare class YearViewInternalComponent extends BaseView implements After
66
66
  protected reflow(): void;
67
67
  protected dateRange(date?: Date): DateRange;
68
68
  protected onTasksChange(): void;
69
- protected slotByIndex: (slotIndex: string, args: any) => void;
70
- protected dragHintSize: (startSlot: any, endSlot: any) => void;
69
+ protected slotByIndex: (slotIndex: string, _args?: any) => void;
70
+ protected dragHintSize: (startSlot: any, _endSlot?: any) => void;
71
71
  protected dragRanges: (slot: any) => void;
72
- protected slotByPosition: (x: number, y: number, container?: any) => any;
72
+ protected slotByPosition: (x: number, _y?: number, _container?: any) => any;
73
73
  private createDaySlots;
74
74
  private getLastDayOfMonth;
75
75
  cachedTds: any[];