@progress/kendo-angular-scheduler 14.2.0-develop.8 → 14.2.0-develop.9

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: 1701245759,
13
- version: '14.2.0-develop.8',
12
+ publishDate: 1701247808,
13
+ version: '14.2.0-develop.9',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -210,7 +210,7 @@ TimelineMultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
210
210
  #content
211
211
  role="group"
212
212
  tabindex="0"
213
- [attr.aria-owns]="matchOwned(items | async)">
213
+ [attr.aria-owns]="matchOwned(items | async | sort)">
214
214
  <ng-container *ngIf="showCurrentTime">
215
215
  <div *ngFor="let resource of horizontalResources | resourceIterator; trackBy: itemIndex;"
216
216
  class="k-current-time" #currentTimeMarker>
@@ -290,7 +290,7 @@ TimelineMultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
290
290
  </div>
291
291
  </div>
292
292
  </div>
293
- `, isInline: true, components: [{ type: i8.DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: ["vertical", "isAllDay"] }, { type: i9.HintContainerComponent, selector: "kendo-hint-container" }, { type: i10.ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }], directives: [{ type: i11.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i12.TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }, { type: i13.FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }], pipes: { "resourceIterator": i14.ResourceIteratorPipe, "repeat": i15.RepeatPipe, "kendoDate": i4.DatePipe, "async": i11.AsyncPipe, "sort": i16.SortPipe } });
293
+ `, isInline: true, components: [{ type: i8.DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: ["vertical", "isAllDay"] }, { type: i9.HintContainerComponent, selector: "kendo-hint-container" }, { type: i10.ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }], directives: [{ type: i11.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i12.TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }, { type: i13.FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }], pipes: { "resourceIterator": i14.ResourceIteratorPipe, "repeat": i15.RepeatPipe, "kendoDate": i4.DatePipe, "sort": i16.SortPipe, "async": i11.AsyncPipe } });
294
294
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineMultiDayViewComponent, decorators: [{
295
295
  type: Component,
296
296
  args: [{
@@ -383,7 +383,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
383
383
  #content
384
384
  role="group"
385
385
  tabindex="0"
386
- [attr.aria-owns]="matchOwned(items | async)">
386
+ [attr.aria-owns]="matchOwned(items | async | sort)">
387
387
  <ng-container *ngIf="showCurrentTime">
388
388
  <div *ngFor="let resource of horizontalResources | resourceIterator; trackBy: itemIndex;"
389
389
  class="k-current-time" #currentTimeMarker>
@@ -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: 1701245759,
52
- version: '14.2.0-develop.8',
51
+ publishDate: 1701247808,
52
+ version: '14.2.0-develop.9',
53
53
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
54
54
  };
55
55
 
@@ -15339,7 +15339,7 @@ TimelineMultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
15339
15339
  #content
15340
15340
  role="group"
15341
15341
  tabindex="0"
15342
- [attr.aria-owns]="matchOwned(items | async)">
15342
+ [attr.aria-owns]="matchOwned(items | async | sort)">
15343
15343
  <ng-container *ngIf="showCurrentTime">
15344
15344
  <div *ngFor="let resource of horizontalResources | resourceIterator; trackBy: itemIndex;"
15345
15345
  class="k-current-time" #currentTimeMarker>
@@ -15419,7 +15419,7 @@ TimelineMultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
15419
15419
  </div>
15420
15420
  </div>
15421
15421
  </div>
15422
- `, isInline: true, components: [{ type: DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: ["vertical", "isAllDay"] }, { type: HintContainerComponent, selector: "kendo-hint-container" }, { type: ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }], directives: [{ type: i11.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }, { type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }], pipes: { "resourceIterator": ResourceIteratorPipe, "repeat": RepeatPipe, "kendoDate": i1$4.DatePipe, "async": i11.AsyncPipe, "sort": SortPipe } });
15422
+ `, isInline: true, components: [{ type: DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: ["vertical", "isAllDay"] }, { type: HintContainerComponent, selector: "kendo-hint-container" }, { type: ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }], directives: [{ type: i11.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }, { type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }], pipes: { "resourceIterator": ResourceIteratorPipe, "repeat": RepeatPipe, "kendoDate": i1$4.DatePipe, "sort": SortPipe, "async": i11.AsyncPipe } });
15423
15423
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineMultiDayViewComponent, decorators: [{
15424
15424
  type: Component,
15425
15425
  args: [{
@@ -15512,7 +15512,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
15512
15512
  #content
15513
15513
  role="group"
15514
15514
  tabindex="0"
15515
- [attr.aria-owns]="matchOwned(items | async)">
15515
+ [attr.aria-owns]="matchOwned(items | async | sort)">
15516
15516
  <ng-container *ngIf="showCurrentTime">
15517
15517
  <div *ngFor="let resource of horizontalResources | resourceIterator; trackBy: itemIndex;"
15518
15518
  class="k-current-time" #currentTimeMarker>
@@ -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: 1701245759,
52
- version: '14.2.0-develop.8',
51
+ publishDate: 1701247808,
52
+ version: '14.2.0-develop.9',
53
53
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
54
54
  };
55
55
 
@@ -15293,7 +15293,7 @@ TimelineMultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
15293
15293
  #content
15294
15294
  role="group"
15295
15295
  tabindex="0"
15296
- [attr.aria-owns]="matchOwned(items | async)">
15296
+ [attr.aria-owns]="matchOwned(items | async | sort)">
15297
15297
  <ng-container *ngIf="showCurrentTime">
15298
15298
  <div *ngFor="let resource of horizontalResources | resourceIterator; trackBy: itemIndex;"
15299
15299
  class="k-current-time" #currentTimeMarker>
@@ -15373,7 +15373,7 @@ TimelineMultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
15373
15373
  </div>
15374
15374
  </div>
15375
15375
  </div>
15376
- `, isInline: true, components: [{ type: DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: ["vertical", "isAllDay"] }, { type: HintContainerComponent, selector: "kendo-hint-container" }, { type: ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }], directives: [{ type: i11.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }, { type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }], pipes: { "resourceIterator": ResourceIteratorPipe, "repeat": RepeatPipe, "kendoDate": i1$4.DatePipe, "async": i11.AsyncPipe, "sort": SortPipe } });
15376
+ `, isInline: true, components: [{ type: DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: ["vertical", "isAllDay"] }, { type: HintContainerComponent, selector: "kendo-hint-container" }, { type: ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }], directives: [{ type: i11.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }, { type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }], pipes: { "resourceIterator": ResourceIteratorPipe, "repeat": RepeatPipe, "kendoDate": i1$4.DatePipe, "sort": SortPipe, "async": i11.AsyncPipe } });
15377
15377
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineMultiDayViewComponent, decorators: [{
15378
15378
  type: Component,
15379
15379
  args: [{
@@ -15466,7 +15466,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
15466
15466
  #content
15467
15467
  role="group"
15468
15468
  tabindex="0"
15469
- [attr.aria-owns]="matchOwned(items | async)">
15469
+ [attr.aria-owns]="matchOwned(items | async | sort)">
15470
15470
  <ng-container *ngIf="showCurrentTime">
15471
15471
  <div *ngFor="let resource of horizontalResources | resourceIterator; trackBy: itemIndex;"
15472
15472
  class="k-current-time" #currentTimeMarker>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-scheduler",
3
- "version": "14.2.0-develop.8",
3
+ "version": "14.2.0-develop.9",
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",
@@ -26,21 +26,21 @@
26
26
  "@progress/kendo-data-query": "^1.0.0",
27
27
  "@progress/kendo-drawing": "^1.17.2",
28
28
  "@progress/kendo-licensing": "^1.0.2",
29
- "@progress/kendo-angular-buttons": "14.2.0-develop.8",
30
- "@progress/kendo-angular-common": "14.2.0-develop.8",
31
- "@progress/kendo-angular-dateinputs": "14.2.0-develop.8",
32
- "@progress/kendo-angular-dialog": "14.2.0-develop.8",
33
- "@progress/kendo-angular-dropdowns": "14.2.0-develop.8",
34
- "@progress/kendo-angular-icons": "14.2.0-develop.8",
35
- "@progress/kendo-angular-inputs": "14.2.0-develop.8",
36
- "@progress/kendo-angular-intl": "14.2.0-develop.8",
37
- "@progress/kendo-angular-l10n": "14.2.0-develop.8",
38
- "@progress/kendo-angular-popup": "14.2.0-develop.8",
29
+ "@progress/kendo-angular-buttons": "14.2.0-develop.9",
30
+ "@progress/kendo-angular-common": "14.2.0-develop.9",
31
+ "@progress/kendo-angular-dateinputs": "14.2.0-develop.9",
32
+ "@progress/kendo-angular-dialog": "14.2.0-develop.9",
33
+ "@progress/kendo-angular-dropdowns": "14.2.0-develop.9",
34
+ "@progress/kendo-angular-icons": "14.2.0-develop.9",
35
+ "@progress/kendo-angular-inputs": "14.2.0-develop.9",
36
+ "@progress/kendo-angular-intl": "14.2.0-develop.9",
37
+ "@progress/kendo-angular-l10n": "14.2.0-develop.9",
38
+ "@progress/kendo-angular-popup": "14.2.0-develop.9",
39
39
  "rxjs": "^6.5.3 || ^7.0.0"
40
40
  },
41
41
  "dependencies": {
42
42
  "tslib": "^2.3.1",
43
- "@progress/kendo-angular-schematics": "14.2.0-develop.8",
43
+ "@progress/kendo-angular-schematics": "14.2.0-develop.9",
44
44
  "@progress/kendo-date-math": "^1.3.2",
45
45
  "@progress/kendo-draggable": "^3.0.2",
46
46
  "@progress/kendo-file-saver": "^1.0.7",
@@ -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': '14.2.0-develop.8',
7
+ '@progress/kendo-angular-treeview': '14.2.0-develop.9',
8
8
  // peer dependency of kendo-angular-inputs
9
- '@progress/kendo-angular-dialog': '14.2.0-develop.8',
9
+ '@progress/kendo-angular-dialog': '14.2.0-develop.9',
10
10
  // peer dependency of kendo-angular-icons
11
11
  '@progress/kendo-svg-icons': '^2.0.0'
12
12
  } });