@progress/kendo-angular-dateinputs 7.1.5-dev.202211101635 → 7.1.5-dev.202211140855
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.
|
@@ -1001,6 +1001,7 @@ CalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
1001
1001
|
[min]="min"
|
|
1002
1002
|
[max]="max"
|
|
1003
1003
|
[id]="id"
|
|
1004
|
+
[disabled]="disabled"
|
|
1004
1005
|
[isActive]="isActive"
|
|
1005
1006
|
[tabIndex]="tabIndex"
|
|
1006
1007
|
[activeView]="activeView"
|
|
@@ -1121,6 +1122,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
1121
1122
|
[min]="min"
|
|
1122
1123
|
[max]="max"
|
|
1123
1124
|
[id]="id"
|
|
1125
|
+
[disabled]="disabled"
|
|
1124
1126
|
[isActive]="isActive"
|
|
1125
1127
|
[tabIndex]="tabIndex"
|
|
1126
1128
|
[activeView]="activeView"
|
|
@@ -1299,13 +1299,6 @@ export class DateInputComponent {
|
|
|
1299
1299
|
if (this.disabled || this.readonly || event.altKey || event.ctrlKey || event.metaKey) {
|
|
1300
1300
|
return;
|
|
1301
1301
|
}
|
|
1302
|
-
if (event.keyCode === Keys.Tab) {
|
|
1303
|
-
const moved = this.switchDateSegment(event.shiftKey ? -1 : 1);
|
|
1304
|
-
if (moved) {
|
|
1305
|
-
event.preventDefault();
|
|
1306
|
-
}
|
|
1307
|
-
return;
|
|
1308
|
-
}
|
|
1309
1302
|
if (event.keyCode === Keys.Backspace) {
|
|
1310
1303
|
this.backspace = true;
|
|
1311
1304
|
return;
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-dateinputs',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1668416031,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -28,7 +28,7 @@ const packageMetadata = {
|
|
|
28
28
|
name: '@progress/kendo-angular-dateinputs',
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
|
30
30
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
31
|
-
publishDate:
|
|
31
|
+
publishDate: 1668416031,
|
|
32
32
|
version: '',
|
|
33
33
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
34
34
|
};
|
|
@@ -6534,6 +6534,7 @@ CalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
6534
6534
|
[min]="min"
|
|
6535
6535
|
[max]="max"
|
|
6536
6536
|
[id]="id"
|
|
6537
|
+
[disabled]="disabled"
|
|
6537
6538
|
[isActive]="isActive"
|
|
6538
6539
|
[tabIndex]="tabIndex"
|
|
6539
6540
|
[activeView]="activeView"
|
|
@@ -6654,6 +6655,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
6654
6655
|
[min]="min"
|
|
6655
6656
|
[max]="max"
|
|
6656
6657
|
[id]="id"
|
|
6658
|
+
[disabled]="disabled"
|
|
6657
6659
|
[isActive]="isActive"
|
|
6658
6660
|
[tabIndex]="tabIndex"
|
|
6659
6661
|
[activeView]="activeView"
|
|
@@ -8161,13 +8163,6 @@ class DateInputComponent {
|
|
|
8161
8163
|
if (this.disabled || this.readonly || event.altKey || event.ctrlKey || event.metaKey) {
|
|
8162
8164
|
return;
|
|
8163
8165
|
}
|
|
8164
|
-
if (event.keyCode === Keys$1.Tab) {
|
|
8165
|
-
const moved = this.switchDateSegment(event.shiftKey ? -1 : 1);
|
|
8166
|
-
if (moved) {
|
|
8167
|
-
event.preventDefault();
|
|
8168
|
-
}
|
|
8169
|
-
return;
|
|
8170
|
-
}
|
|
8171
8166
|
if (event.keyCode === Keys$1.Backspace) {
|
|
8172
8167
|
this.backspace = true;
|
|
8173
8168
|
return;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "7.1.5-dev.
|
|
3
|
+
"version": "7.1.5-dev.202211140855",
|
|
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",
|