@progress/kendo-angular-dateinputs 16.4.0-develop.6 → 16.4.0-develop.8

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.
@@ -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: 1720184973,
13
- version: '16.4.0-develop.6',
12
+ publishDate: 1720532085,
13
+ version: '16.4.0-develop.8',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -490,6 +490,7 @@ export class TimePickerComponent extends MultiTabStop {
490
490
  this.bindEvents();
491
491
  });
492
492
  }
493
+ this.focusableId = this.dateInput?.focusableId;
493
494
  }
494
495
  /**
495
496
  * @hidden
@@ -37,8 +37,8 @@ const packageMetadata = {
37
37
  name: '@progress/kendo-angular-dateinputs',
38
38
  productName: 'Kendo UI for Angular',
39
39
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
40
- publishDate: 1720184973,
41
- version: '16.4.0-develop.6',
40
+ publishDate: 1720532085,
41
+ version: '16.4.0-develop.8',
42
42
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
43
43
  };
44
44
 
@@ -13294,6 +13294,7 @@ class TimePickerComponent extends MultiTabStop {
13294
13294
  * @hidden
13295
13295
  */
13296
13296
  ngOnInit() {
13297
+ var _a;
13297
13298
  this.localizationChangeSubscription = this.localization
13298
13299
  .changes.subscribe(() => this.cdr.markForCheck());
13299
13300
  this.control = this.injector.get(NgControl, null);
@@ -13303,6 +13304,7 @@ class TimePickerComponent extends MultiTabStop {
13303
13304
  this.bindEvents();
13304
13305
  });
13305
13306
  }
13307
+ this.focusableId = (_a = this.dateInput) === null || _a === void 0 ? void 0 : _a.focusableId;
13306
13308
  }
13307
13309
  /**
13308
13310
  * @hidden
@@ -37,8 +37,8 @@ const packageMetadata = {
37
37
  name: '@progress/kendo-angular-dateinputs',
38
38
  productName: 'Kendo UI for Angular',
39
39
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
40
- publishDate: 1720184973,
41
- version: '16.4.0-develop.6',
40
+ publishDate: 1720532085,
41
+ version: '16.4.0-develop.8',
42
42
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
43
43
  };
44
44
 
@@ -13271,6 +13271,7 @@ class TimePickerComponent extends MultiTabStop {
13271
13271
  this.bindEvents();
13272
13272
  });
13273
13273
  }
13274
+ this.focusableId = this.dateInput?.focusableId;
13274
13275
  }
13275
13276
  /**
13276
13277
  * @hidden
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "16.4.0-develop.6",
3
+ "version": "16.4.0-develop.8",
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",
@@ -34,18 +34,18 @@
34
34
  "@angular/forms": "15 - 18",
35
35
  "@angular/platform-browser": "15 - 18",
36
36
  "@progress/kendo-licensing": "^1.0.2",
37
- "@progress/kendo-angular-buttons": "16.4.0-develop.6",
38
- "@progress/kendo-angular-common": "16.4.0-develop.6",
39
- "@progress/kendo-angular-intl": "16.4.0-develop.6",
40
- "@progress/kendo-angular-l10n": "16.4.0-develop.6",
41
- "@progress/kendo-angular-icons": "16.4.0-develop.6",
42
- "@progress/kendo-angular-popup": "16.4.0-develop.6",
43
- "@progress/kendo-angular-navigation": "16.4.0-develop.6",
37
+ "@progress/kendo-angular-buttons": "16.4.0-develop.8",
38
+ "@progress/kendo-angular-common": "16.4.0-develop.8",
39
+ "@progress/kendo-angular-intl": "16.4.0-develop.8",
40
+ "@progress/kendo-angular-l10n": "16.4.0-develop.8",
41
+ "@progress/kendo-angular-icons": "16.4.0-develop.8",
42
+ "@progress/kendo-angular-popup": "16.4.0-develop.8",
43
+ "@progress/kendo-angular-navigation": "16.4.0-develop.8",
44
44
  "rxjs": "^6.5.3 || ^7.0.0"
45
45
  },
46
46
  "dependencies": {
47
47
  "tslib": "^2.3.1",
48
- "@progress/kendo-angular-schematics": "16.4.0-develop.6",
48
+ "@progress/kendo-angular-schematics": "16.4.0-develop.8",
49
49
  "@progress/kendo-common": "^0.2.0",
50
50
  "@progress/kendo-date-math": "^1.1.0",
51
51
  "@progress/kendo-dateinputs-common": "^0.3.3"