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

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.
@@ -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: 1723547671,
13
+ version: '16.7.1-develop.5',
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: 1723547671,
39
+ version: '16.7.1-develop.5',
40
40
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
41
41
  };
42
42
 
@@ -17413,11 +17413,13 @@ class DateRangePopupComponent {
17413
17413
  this.cdr.detectChanges();
17414
17414
  }));
17415
17415
  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;
17416
+ if (this.calendar) {
17417
+ if (!res && this.dateRangeService.selectionRange.end) {
17418
+ this.calendar.shouldHoverWhenNoStart = true;
17419
+ }
17420
+ else {
17421
+ this.calendar.shouldHoverWhenNoStart = false;
17422
+ }
17421
17423
  }
17422
17424
  }));
17423
17425
  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: 1723547671,
39
+ version: '16.7.1-develop.5',
40
40
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
41
41
  };
42
42
 
@@ -17360,11 +17360,13 @@ class DateRangePopupComponent {
17360
17360
  this.cdr.detectChanges();
17361
17361
  }));
17362
17362
  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;
17363
+ if (this.calendar) {
17364
+ if (!res && this.dateRangeService.selectionRange.end) {
17365
+ this.calendar.shouldHoverWhenNoStart = true;
17366
+ }
17367
+ else {
17368
+ this.calendar.shouldHoverWhenNoStart = false;
17369
+ }
17368
17370
  }
17369
17371
  }));
17370
17372
  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.5",
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.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",
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.5",
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"