@progress/kendo-angular-dateinputs 16.7.1-develop.4 → 16.7.1-develop.6

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() {
@@ -208,11 +208,13 @@ export class DateRangePopupComponent {
208
208
  this.cdr.detectChanges();
209
209
  }));
210
210
  this.calendarSubscriptions.add(this.dateRangeService.startInput$?.value?.valueChange.subscribe((res) => {
211
- if (!res && this.dateRangeService.selectionRange.end) {
212
- this.calendar.shouldHoverWhenNoStart = true;
213
- }
214
- else {
215
- this.calendar.shouldHoverWhenNoStart = false;
211
+ if (this.calendar) {
212
+ if (!res && this.dateRangeService.selectionRange.end) {
213
+ this.calendar.shouldHoverWhenNoStart = true;
214
+ }
215
+ else {
216
+ this.calendar.shouldHoverWhenNoStart = false;
217
+ }
216
218
  }
217
219
  }));
218
220
  if (isWindowAvailable()) {
@@ -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: 1723454320,
13
- version: '16.7.1-develop.4',
12
+ publishDate: 1723552681,
13
+ version: '16.7.1-develop.6',
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: 1723454320,
39
- version: '16.7.1-develop.4',
38
+ publishDate: 1723552681,
39
+ version: '16.7.1-develop.6',
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() {
@@ -17413,11 +17415,13 @@ class DateRangePopupComponent {
17413
17415
  this.cdr.detectChanges();
17414
17416
  }));
17415
17417
  this.calendarSubscriptions.add((_b = (_a = this.dateRangeService.startInput$) === null || _a === void 0 ? void 0 : _a.value) === null || _b === void 0 ? void 0 : _b.valueChange.subscribe((res) => {
17416
- if (!res && this.dateRangeService.selectionRange.end) {
17417
- this.calendar.shouldHoverWhenNoStart = true;
17418
- }
17419
- else {
17420
- this.calendar.shouldHoverWhenNoStart = false;
17418
+ if (this.calendar) {
17419
+ if (!res && this.dateRangeService.selectionRange.end) {
17420
+ this.calendar.shouldHoverWhenNoStart = true;
17421
+ }
17422
+ else {
17423
+ this.calendar.shouldHoverWhenNoStart = false;
17424
+ }
17421
17425
  }
17422
17426
  }));
17423
17427
  if (isWindowAvailable()) {
@@ -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: 1723454320,
39
- version: '16.7.1-develop.4',
38
+ publishDate: 1723552681,
39
+ version: '16.7.1-develop.6',
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() {
@@ -17360,11 +17362,13 @@ class DateRangePopupComponent {
17360
17362
  this.cdr.detectChanges();
17361
17363
  }));
17362
17364
  this.calendarSubscriptions.add(this.dateRangeService.startInput$?.value?.valueChange.subscribe((res) => {
17363
- if (!res && this.dateRangeService.selectionRange.end) {
17364
- this.calendar.shouldHoverWhenNoStart = true;
17365
- }
17366
- else {
17367
- this.calendar.shouldHoverWhenNoStart = false;
17365
+ if (this.calendar) {
17366
+ if (!res && this.dateRangeService.selectionRange.end) {
17367
+ this.calendar.shouldHoverWhenNoStart = true;
17368
+ }
17369
+ else {
17370
+ this.calendar.shouldHoverWhenNoStart = false;
17371
+ }
17368
17372
  }
17369
17373
  }));
17370
17374
  if (isWindowAvailable()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "16.7.1-develop.4",
3
+ "version": "16.7.1-develop.6",
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.4",
38
- "@progress/kendo-angular-common": "16.7.1-develop.4",
39
- "@progress/kendo-angular-intl": "16.7.1-develop.4",
40
- "@progress/kendo-angular-l10n": "16.7.1-develop.4",
41
- "@progress/kendo-angular-icons": "16.7.1-develop.4",
42
- "@progress/kendo-angular-popup": "16.7.1-develop.4",
43
- "@progress/kendo-angular-navigation": "16.7.1-develop.4",
37
+ "@progress/kendo-angular-buttons": "16.7.1-develop.6",
38
+ "@progress/kendo-angular-common": "16.7.1-develop.6",
39
+ "@progress/kendo-angular-intl": "16.7.1-develop.6",
40
+ "@progress/kendo-angular-l10n": "16.7.1-develop.6",
41
+ "@progress/kendo-angular-icons": "16.7.1-develop.6",
42
+ "@progress/kendo-angular-popup": "16.7.1-develop.6",
43
+ "@progress/kendo-angular-navigation": "16.7.1-develop.6",
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.4",
48
+ "@progress/kendo-angular-schematics": "16.7.1-develop.6",
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"