@progress/kendo-angular-dateinputs 16.7.1-develop.5 → 16.7.1-develop.7

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.
@@ -776,7 +776,9 @@ export class DateInputComponent {
776
776
  handleButtonClick(offset) {
777
777
  this.showClearButton = true;
778
778
  this.arrowDirection = Arrow.None;
779
- this.kendoDate.focus();
779
+ if (!this.isActive) {
780
+ this.kendoDate.focus();
781
+ }
780
782
  this.kendoDate.modifyDateSegmentValue(offset);
781
783
  }
782
784
  initKendoDate() {
@@ -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: 1723547671,
13
- version: '16.7.1-develop.5',
12
+ publishDate: 1723555613,
13
+ version: '16.7.1-develop.7',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -35,8 +35,8 @@ const packageMetadata = {
35
35
  name: '@progress/kendo-angular-dateinputs',
36
36
  productName: 'Kendo UI for Angular',
37
37
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
38
- publishDate: 1723547671,
39
- version: '16.7.1-develop.5',
38
+ publishDate: 1723555613,
39
+ version: '16.7.1-develop.7',
40
40
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
41
41
  };
42
42
 
@@ -8820,7 +8820,9 @@ class DateInputComponent {
8820
8820
  handleButtonClick(offset) {
8821
8821
  this.showClearButton = true;
8822
8822
  this.arrowDirection = Arrow.None;
8823
- this.kendoDate.focus();
8823
+ if (!this.isActive) {
8824
+ this.kendoDate.focus();
8825
+ }
8824
8826
  this.kendoDate.modifyDateSegmentValue(offset);
8825
8827
  }
8826
8828
  initKendoDate() {
@@ -35,8 +35,8 @@ const packageMetadata = {
35
35
  name: '@progress/kendo-angular-dateinputs',
36
36
  productName: 'Kendo UI for Angular',
37
37
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
38
- publishDate: 1723547671,
39
- version: '16.7.1-develop.5',
38
+ publishDate: 1723555613,
39
+ version: '16.7.1-develop.7',
40
40
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
41
41
  };
42
42
 
@@ -8799,7 +8799,9 @@ class DateInputComponent {
8799
8799
  handleButtonClick(offset) {
8800
8800
  this.showClearButton = true;
8801
8801
  this.arrowDirection = Arrow.None;
8802
- this.kendoDate.focus();
8802
+ if (!this.isActive) {
8803
+ this.kendoDate.focus();
8804
+ }
8803
8805
  this.kendoDate.modifyDateSegmentValue(offset);
8804
8806
  }
8805
8807
  initKendoDate() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "16.7.1-develop.5",
3
+ "version": "16.7.1-develop.7",
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.7.1-develop.5",
38
- "@progress/kendo-angular-common": "16.7.1-develop.5",
39
- "@progress/kendo-angular-intl": "16.7.1-develop.5",
40
- "@progress/kendo-angular-l10n": "16.7.1-develop.5",
41
- "@progress/kendo-angular-icons": "16.7.1-develop.5",
42
- "@progress/kendo-angular-popup": "16.7.1-develop.5",
43
- "@progress/kendo-angular-navigation": "16.7.1-develop.5",
37
+ "@progress/kendo-angular-buttons": "16.7.1-develop.7",
38
+ "@progress/kendo-angular-common": "16.7.1-develop.7",
39
+ "@progress/kendo-angular-intl": "16.7.1-develop.7",
40
+ "@progress/kendo-angular-l10n": "16.7.1-develop.7",
41
+ "@progress/kendo-angular-icons": "16.7.1-develop.7",
42
+ "@progress/kendo-angular-popup": "16.7.1-develop.7",
43
+ "@progress/kendo-angular-navigation": "16.7.1-develop.7",
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.7.1-develop.5",
48
+ "@progress/kendo-angular-schematics": "16.7.1-develop.7",
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.4"