@progress/kendo-angular-dateinputs 21.1.0 → 21.1.1-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.
|
@@ -925,7 +925,12 @@ export class MultiViewCalendarComponent {
|
|
|
925
925
|
this.emitNavigate(todayDate);
|
|
926
926
|
this.updateButtonState();
|
|
927
927
|
}
|
|
928
|
-
this.
|
|
928
|
+
if (this.selection === 'range' && isBottomView) {
|
|
929
|
+
this.performRangeSelection(todayDate);
|
|
930
|
+
}
|
|
931
|
+
else {
|
|
932
|
+
this.handleDateChange(args);
|
|
933
|
+
}
|
|
929
934
|
}
|
|
930
935
|
/**
|
|
931
936
|
* @hidden
|
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '21.1.
|
|
13
|
+
publishDate: 1763729109,
|
|
14
|
+
version: '21.1.1-develop.2',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -36,8 +36,8 @@ const packageMetadata = {
|
|
|
36
36
|
productName: 'Kendo UI for Angular',
|
|
37
37
|
productCode: 'KENDOUIANGULAR',
|
|
38
38
|
productCodes: ['KENDOUIANGULAR'],
|
|
39
|
-
publishDate:
|
|
40
|
-
version: '21.1.
|
|
39
|
+
publishDate: 1763729109,
|
|
40
|
+
version: '21.1.1-develop.2',
|
|
41
41
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
42
42
|
};
|
|
43
43
|
|
|
@@ -4495,7 +4495,12 @@ class MultiViewCalendarComponent {
|
|
|
4495
4495
|
this.emitNavigate(todayDate);
|
|
4496
4496
|
this.updateButtonState();
|
|
4497
4497
|
}
|
|
4498
|
-
this.
|
|
4498
|
+
if (this.selection === 'range' && isBottomView) {
|
|
4499
|
+
this.performRangeSelection(todayDate);
|
|
4500
|
+
}
|
|
4501
|
+
else {
|
|
4502
|
+
this.handleDateChange(args);
|
|
4503
|
+
}
|
|
4499
4504
|
}
|
|
4500
4505
|
/**
|
|
4501
4506
|
* @hidden
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "21.1.
|
|
3
|
+
"version": "21.1.1-develop.2",
|
|
4
4
|
"description": "Kendo UI for Angular Date Inputs Package - Everything you need to add date selection functionality to apps (DatePicker, TimePicker, DateInput, DateRangePicker, DateTimePicker, Calendar, and MultiViewCalendar).",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"package": {
|
|
80
80
|
"productName": "Kendo UI for Angular",
|
|
81
81
|
"productCode": "KENDOUIANGULAR",
|
|
82
|
-
"publishDate":
|
|
82
|
+
"publishDate": 1763729109,
|
|
83
83
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
@@ -90,19 +90,19 @@
|
|
|
90
90
|
"@angular/forms": "18 - 21",
|
|
91
91
|
"@angular/platform-browser": "18 - 21",
|
|
92
92
|
"@progress/kendo-licensing": "^1.7.0",
|
|
93
|
-
"@progress/kendo-angular-buttons": "21.1.
|
|
94
|
-
"@progress/kendo-angular-common": "21.1.
|
|
95
|
-
"@progress/kendo-angular-utils": "21.1.
|
|
96
|
-
"@progress/kendo-angular-intl": "21.1.
|
|
97
|
-
"@progress/kendo-angular-l10n": "21.1.
|
|
98
|
-
"@progress/kendo-angular-icons": "21.1.
|
|
99
|
-
"@progress/kendo-angular-popup": "21.1.
|
|
100
|
-
"@progress/kendo-angular-navigation": "21.1.
|
|
93
|
+
"@progress/kendo-angular-buttons": "21.1.1-develop.2",
|
|
94
|
+
"@progress/kendo-angular-common": "21.1.1-develop.2",
|
|
95
|
+
"@progress/kendo-angular-utils": "21.1.1-develop.2",
|
|
96
|
+
"@progress/kendo-angular-intl": "21.1.1-develop.2",
|
|
97
|
+
"@progress/kendo-angular-l10n": "21.1.1-develop.2",
|
|
98
|
+
"@progress/kendo-angular-icons": "21.1.1-develop.2",
|
|
99
|
+
"@progress/kendo-angular-popup": "21.1.1-develop.2",
|
|
100
|
+
"@progress/kendo-angular-navigation": "21.1.1-develop.2",
|
|
101
101
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
102
102
|
},
|
|
103
103
|
"dependencies": {
|
|
104
104
|
"tslib": "^2.3.1",
|
|
105
|
-
"@progress/kendo-angular-schematics": "21.1.
|
|
105
|
+
"@progress/kendo-angular-schematics": "21.1.1-develop.2",
|
|
106
106
|
"@progress/kendo-common": "^1.0.1",
|
|
107
107
|
"@progress/kendo-date-math": "^1.1.0",
|
|
108
108
|
"@progress/kendo-dateinputs-common": "^0.4.7",
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
1
5
|
"use strict";
|
|
2
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
7
|
exports.default = default_1;
|