@progress/kendo-angular-dateinputs 7.1.5-dev.202211101635 → 7.1.5-dev.202211110909

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.
@@ -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: 1668098044,
12
+ publishDate: 1668157670,
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: 1668098044,
31
+ publishDate: 1668157670,
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
  };
@@ -8161,13 +8161,6 @@ class DateInputComponent {
8161
8161
  if (this.disabled || this.readonly || event.altKey || event.ctrlKey || event.metaKey) {
8162
8162
  return;
8163
8163
  }
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
8164
  if (event.keyCode === Keys$1.Backspace) {
8172
8165
  this.backspace = true;
8173
8166
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "7.1.5-dev.202211101635",
3
+ "version": "7.1.5-dev.202211110909",
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",