@progress/kendo-angular-scheduler 24.2.0-develop.9 → 24.2.1-develop.1

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.
@@ -43,8 +43,8 @@ const packageMetadata = {
43
43
  productName: 'Kendo UI for Angular',
44
44
  productCode: 'KENDOUIANGULAR',
45
45
  productCodes: ['KENDOUIANGULAR'],
46
- publishDate: 1782304019,
47
- version: '24.2.0-develop.9',
46
+ publishDate: 1782832779,
47
+ version: '24.2.1-develop.1',
48
48
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
49
49
  };
50
50
 
@@ -13435,7 +13435,7 @@ class BaseView {
13435
13435
  leftChange = SCROLL_CHANGE;
13436
13436
  this.container.scrollLeft += MIN_DISTANCE - pointerXDistance;
13437
13437
  }
13438
- else if (viewPortX < MIN_DISTANCE && container.scrollLeft > 0 && deltaY < 0) {
13438
+ else if (viewPortX < MIN_DISTANCE && container.scrollLeft > 0 && deltaX < 0) {
13439
13439
  scroll = true;
13440
13440
  leftChange = -SCROLL_CHANGE;
13441
13441
  this.container.scrollLeft -= MIN_DISTANCE - viewPortX;
@@ -14559,7 +14559,7 @@ class MonthViewRendererComponent extends BaseView {
14559
14559
  return day < beginningOfMonth;
14560
14560
  }
14561
14561
  isDayInNextMonth(day) {
14562
- const endOfMonth = new Date(lastDayOfMonth(this.selectedDate).setHours(23, 59, 59, 59));
14562
+ const endOfMonth = new Date(lastDayOfMonth(this.selectedDate).setHours(23, 59, 59, 999));
14563
14563
  return day > endOfMonth;
14564
14564
  }
14565
14565
  optionsChange(changes) {
@@ -14578,13 +14578,14 @@ class MonthViewRendererComponent extends BaseView {
14578
14578
  this.updateContentHeight();
14579
14579
  const content = this.content.nativeElement;
14580
14580
  this.slotService.containerSize = content.scrollWidth;
14581
- if (this.contentHeight === 'auto') {
14581
+ const isAutoHeight = this.contentHeight === 'auto';
14582
+ if (isAutoHeight) {
14582
14583
  // bigger size changes cause the table to overflow the container and in horizontal scrollbars
14583
14584
  // this changes the table and slots size during rendering before the browser re-adjusts the 100% table width
14584
14585
  content.style.overflow = 'visible';
14585
14586
  }
14586
14587
  this.slotService.layout(this.eventHeight, this.eventsPerDay, this.adaptiveSlotHeight);
14587
- if (this.contentHeight === 'auto') {
14588
+ if (isAutoHeight) {
14588
14589
  content.style.overflow = 'auto';
14589
14590
  }
14590
14591
  this.syncTables();
@@ -14884,7 +14885,7 @@ class MonthViewRendererComponent extends BaseView {
14884
14885
  [resources]="hint.resources">
14885
14886
  </div>
14886
14887
  }
14887
-
14888
+
14888
14889
  @for (hint of resizeHints; track itemIndex($index, hint)) {
14889
14890
  <div
14890
14891
  kendoResizeHint
@@ -15075,7 +15076,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
15075
15076
  [resources]="hint.resources">
15076
15077
  </div>
15077
15078
  }
15078
-
15079
+
15079
15080
  @for (hint of resizeHints; track itemIndex($index, hint)) {
15080
15081
  <div
15081
15082
  kendoResizeHint
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1782304019,
11
- "version": "24.2.0-develop.9",
10
+ "publishDate": 1782832779,
11
+ "version": "24.2.1-develop.1",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-scheduler",
3
- "version": "24.2.0-develop.9",
3
+ "version": "24.2.1-develop.1",
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",
@@ -41,7 +41,7 @@
41
41
  "package": {
42
42
  "productName": "Kendo UI for Angular",
43
43
  "productCode": "KENDOUIANGULAR",
44
- "publishDate": 1782304019,
44
+ "publishDate": 1782832779,
45
45
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
46
46
  }
47
47
  },
@@ -54,23 +54,23 @@
54
54
  "@progress/kendo-data-query": "^1.7.3",
55
55
  "@progress/kendo-drawing": "^1.25.0",
56
56
  "@progress/kendo-licensing": "^1.11.0",
57
- "@progress/kendo-angular-tooltip": "24.2.0-develop.9",
58
- "@progress/kendo-angular-buttons": "24.2.0-develop.9",
59
- "@progress/kendo-angular-common": "24.2.0-develop.9",
60
- "@progress/kendo-angular-dateinputs": "24.2.0-develop.9",
61
- "@progress/kendo-angular-dialog": "24.2.0-develop.9",
62
- "@progress/kendo-angular-dropdowns": "24.2.0-develop.9",
63
- "@progress/kendo-angular-icons": "24.2.0-develop.9",
64
- "@progress/kendo-angular-inputs": "24.2.0-develop.9",
65
- "@progress/kendo-angular-intl": "24.2.0-develop.9",
66
- "@progress/kendo-angular-l10n": "24.2.0-develop.9",
67
- "@progress/kendo-angular-label": "24.2.0-develop.9",
68
- "@progress/kendo-angular-popup": "24.2.0-develop.9",
57
+ "@progress/kendo-angular-tooltip": "24.2.1-develop.1",
58
+ "@progress/kendo-angular-buttons": "24.2.1-develop.1",
59
+ "@progress/kendo-angular-common": "24.2.1-develop.1",
60
+ "@progress/kendo-angular-dateinputs": "24.2.1-develop.1",
61
+ "@progress/kendo-angular-dialog": "24.2.1-develop.1",
62
+ "@progress/kendo-angular-dropdowns": "24.2.1-develop.1",
63
+ "@progress/kendo-angular-icons": "24.2.1-develop.1",
64
+ "@progress/kendo-angular-inputs": "24.2.1-develop.1",
65
+ "@progress/kendo-angular-intl": "24.2.1-develop.1",
66
+ "@progress/kendo-angular-l10n": "24.2.1-develop.1",
67
+ "@progress/kendo-angular-label": "24.2.1-develop.1",
68
+ "@progress/kendo-angular-popup": "24.2.1-develop.1",
69
69
  "rxjs": "^6.5.3 || ^7.0.0"
70
70
  },
71
71
  "dependencies": {
72
72
  "tslib": "^2.3.1",
73
- "@progress/kendo-angular-schematics": "24.2.0-develop.9",
73
+ "@progress/kendo-angular-schematics": "24.2.1-develop.1",
74
74
  "@progress/kendo-date-math": "^1.3.2",
75
75
  "@progress/kendo-draggable": "^3.0.2",
76
76
  "@progress/kendo-file-saver": "^1.0.7",
@@ -9,10 +9,10 @@ const schematics_1 = require("@angular-devkit/schematics");
9
9
  function default_1(options) {
10
10
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'SchedulerModule', package: 'scheduler', peerDependencies: {
11
11
  // peer deps of the dropdowns
12
- '@progress/kendo-angular-treeview': '24.2.0-develop.9',
13
- '@progress/kendo-angular-navigation': '24.2.0-develop.9',
12
+ '@progress/kendo-angular-treeview': '24.2.1-develop.1',
13
+ '@progress/kendo-angular-navigation': '24.2.1-develop.1',
14
14
  // peer dependency of kendo-angular-inputs
15
- '@progress/kendo-angular-dialog': '24.2.0-develop.9',
15
+ '@progress/kendo-angular-dialog': '24.2.1-develop.1',
16
16
  // peer dependency of kendo-angular-icons
17
17
  '@progress/kendo-svg-icons': '^4.0.0'
18
18
  } });