@progress/kendo-angular-dateinputs 21.0.0-develop.3 → 21.0.0-develop.4

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.
@@ -833,6 +833,9 @@ export class DatePickerComponent extends MultiTabStop {
833
833
  if (this.isAdaptive) {
834
834
  this.show = true;
835
835
  }
836
+ else if (this.isOpen) {
837
+ this.show = false;
838
+ }
836
839
  }
837
840
  /**
838
841
  * @hidden
@@ -1099,6 +1099,9 @@ export class DateTimePickerComponent extends MultiTabStop {
1099
1099
  if (this.isAdaptive) {
1100
1100
  this.toggleDateTime(true);
1101
1101
  }
1102
+ else if (this.isOpen) {
1103
+ this.toggleDateTime(false);
1104
+ }
1102
1105
  }
1103
1106
  /**
1104
1107
  * @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: 1761757702,
14
- version: '21.0.0-develop.3',
13
+ publishDate: 1761759976,
14
+ version: '21.0.0-develop.4',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -721,6 +721,9 @@ export class TimePickerComponent extends MultiTabStop {
721
721
  if (this.isAdaptive) {
722
722
  this.show = true;
723
723
  }
724
+ else if (this.isOpen) {
725
+ this.show = false;
726
+ }
724
727
  }
725
728
  /**
726
729
  * @hidden
@@ -36,8 +36,8 @@ const packageMetadata = {
36
36
  productName: 'Kendo UI for Angular',
37
37
  productCode: 'KENDOUIANGULAR',
38
38
  productCodes: ['KENDOUIANGULAR'],
39
- publishDate: 1761757702,
40
- version: '21.0.0-develop.3',
39
+ publishDate: 1761759976,
40
+ version: '21.0.0-develop.4',
41
41
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
42
42
  };
43
43
 
@@ -10624,6 +10624,9 @@ class DatePickerComponent extends MultiTabStop {
10624
10624
  if (this.isAdaptive) {
10625
10625
  this.show = true;
10626
10626
  }
10627
+ else if (this.isOpen) {
10628
+ this.show = false;
10629
+ }
10627
10630
  }
10628
10631
  /**
10629
10632
  * @hidden
@@ -14271,6 +14274,9 @@ class TimePickerComponent extends MultiTabStop {
14271
14274
  if (this.isAdaptive) {
14272
14275
  this.show = true;
14273
14276
  }
14277
+ else if (this.isOpen) {
14278
+ this.show = false;
14279
+ }
14274
14280
  }
14275
14281
  /**
14276
14282
  * @hidden
@@ -16349,6 +16355,9 @@ class DateTimePickerComponent extends MultiTabStop {
16349
16355
  if (this.isAdaptive) {
16350
16356
  this.toggleDateTime(true);
16351
16357
  }
16358
+ else if (this.isOpen) {
16359
+ this.toggleDateTime(false);
16360
+ }
16352
16361
  }
16353
16362
  /**
16354
16363
  * @hidden
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "21.0.0-develop.3",
3
+ "version": "21.0.0-develop.4",
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": 1761757702,
82
+ "publishDate": 1761759976,
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 - 20",
91
91
  "@angular/platform-browser": "18 - 20",
92
92
  "@progress/kendo-licensing": "^1.7.0",
93
- "@progress/kendo-angular-buttons": "21.0.0-develop.3",
94
- "@progress/kendo-angular-common": "21.0.0-develop.3",
95
- "@progress/kendo-angular-utils": "21.0.0-develop.3",
96
- "@progress/kendo-angular-intl": "21.0.0-develop.3",
97
- "@progress/kendo-angular-l10n": "21.0.0-develop.3",
98
- "@progress/kendo-angular-icons": "21.0.0-develop.3",
99
- "@progress/kendo-angular-popup": "21.0.0-develop.3",
100
- "@progress/kendo-angular-navigation": "21.0.0-develop.3",
93
+ "@progress/kendo-angular-buttons": "21.0.0-develop.4",
94
+ "@progress/kendo-angular-common": "21.0.0-develop.4",
95
+ "@progress/kendo-angular-utils": "21.0.0-develop.4",
96
+ "@progress/kendo-angular-intl": "21.0.0-develop.4",
97
+ "@progress/kendo-angular-l10n": "21.0.0-develop.4",
98
+ "@progress/kendo-angular-icons": "21.0.0-develop.4",
99
+ "@progress/kendo-angular-popup": "21.0.0-develop.4",
100
+ "@progress/kendo-angular-navigation": "21.0.0-develop.4",
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.0.0-develop.3",
105
+ "@progress/kendo-angular-schematics": "21.0.0-develop.4",
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",