@progress/kendo-angular-scheduler 24.2.0-develop.9 → 24.2.0
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:
|
|
47
|
-
version: '24.2.0
|
|
46
|
+
publishDate: 1782829099,
|
|
47
|
+
version: '24.2.0',
|
|
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 &&
|
|
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,
|
|
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
|
-
|
|
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 (
|
|
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
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.2.0
|
|
10
|
+
"publishDate": 1782829099,
|
|
11
|
+
"version": "24.2.0",
|
|
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
|
|
3
|
+
"version": "24.2.0",
|
|
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":
|
|
44
|
+
"publishDate": 1782829099,
|
|
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
|
|
58
|
-
"@progress/kendo-angular-buttons": "24.2.0
|
|
59
|
-
"@progress/kendo-angular-common": "24.2.0
|
|
60
|
-
"@progress/kendo-angular-dateinputs": "24.2.0
|
|
61
|
-
"@progress/kendo-angular-dialog": "24.2.0
|
|
62
|
-
"@progress/kendo-angular-dropdowns": "24.2.0
|
|
63
|
-
"@progress/kendo-angular-icons": "24.2.0
|
|
64
|
-
"@progress/kendo-angular-inputs": "24.2.0
|
|
65
|
-
"@progress/kendo-angular-intl": "24.2.0
|
|
66
|
-
"@progress/kendo-angular-l10n": "24.2.0
|
|
67
|
-
"@progress/kendo-angular-label": "24.2.0
|
|
68
|
-
"@progress/kendo-angular-popup": "24.2.0
|
|
57
|
+
"@progress/kendo-angular-tooltip": "24.2.0",
|
|
58
|
+
"@progress/kendo-angular-buttons": "24.2.0",
|
|
59
|
+
"@progress/kendo-angular-common": "24.2.0",
|
|
60
|
+
"@progress/kendo-angular-dateinputs": "24.2.0",
|
|
61
|
+
"@progress/kendo-angular-dialog": "24.2.0",
|
|
62
|
+
"@progress/kendo-angular-dropdowns": "24.2.0",
|
|
63
|
+
"@progress/kendo-angular-icons": "24.2.0",
|
|
64
|
+
"@progress/kendo-angular-inputs": "24.2.0",
|
|
65
|
+
"@progress/kendo-angular-intl": "24.2.0",
|
|
66
|
+
"@progress/kendo-angular-l10n": "24.2.0",
|
|
67
|
+
"@progress/kendo-angular-label": "24.2.0",
|
|
68
|
+
"@progress/kendo-angular-popup": "24.2.0",
|
|
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
|
|
73
|
+
"@progress/kendo-angular-schematics": "24.2.0",
|
|
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
|
|
13
|
-
'@progress/kendo-angular-navigation': '24.2.0
|
|
12
|
+
'@progress/kendo-angular-treeview': '24.2.0',
|
|
13
|
+
'@progress/kendo-angular-navigation': '24.2.0',
|
|
14
14
|
// peer dependency of kendo-angular-inputs
|
|
15
|
-
'@progress/kendo-angular-dialog': '24.2.0
|
|
15
|
+
'@progress/kendo-angular-dialog': '24.2.0',
|
|
16
16
|
// peer dependency of kendo-angular-icons
|
|
17
17
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
18
18
|
} });
|