@progress/kendo-angular-dateinputs 16.5.0-develop.3 → 16.5.0-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.
@@ -1001,7 +1001,7 @@ export class CalendarComponent {
1001
1001
  this.domEvents.push(this.renderer.listen(element, 'focus', this.handleFocus.bind(this)), this.renderer.listen(element, 'mousedown', preventDefault), this.renderer.listen(element, 'click', this.handleComponentClick.bind(this)), this.renderer.listen(element, 'keydown', this.handleKeydown.bind(this)), this.renderer.listen(element, 'mouseleave', this.setRangeSelectionToValue.bind(this)));
1002
1002
  }
1003
1003
  setRangeSelectionToValue() {
1004
- if (this.selection === 'range' && this.value) {
1004
+ if (this.selection === 'range' && this.type === 'infinite' && this.value) {
1005
1005
  this.ngZone.run(() => {
1006
1006
  this.selectionRange = this.value;
1007
1007
  this.cdr.markForCheck();
@@ -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: 1721377404,
13
- version: '16.5.0-develop.3',
12
+ publishDate: 1721674607,
13
+ version: '16.5.0-develop.5',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -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: 1721377404,
41
- version: '16.5.0-develop.3',
40
+ publishDate: 1721674607,
41
+ version: '16.5.0-develop.5',
42
42
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
43
43
  };
44
44
 
@@ -7330,7 +7330,7 @@ class CalendarComponent {
7330
7330
  this.domEvents.push(this.renderer.listen(element, 'focus', this.handleFocus.bind(this)), this.renderer.listen(element, 'mousedown', preventDefault), this.renderer.listen(element, 'click', this.handleComponentClick.bind(this)), this.renderer.listen(element, 'keydown', this.handleKeydown.bind(this)), this.renderer.listen(element, 'mouseleave', this.setRangeSelectionToValue.bind(this)));
7331
7331
  }
7332
7332
  setRangeSelectionToValue() {
7333
- if (this.selection === 'range' && this.value) {
7333
+ if (this.selection === 'range' && this.type === 'infinite' && this.value) {
7334
7334
  this.ngZone.run(() => {
7335
7335
  this.selectionRange = this.value;
7336
7336
  this.cdr.markForCheck();
@@ -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: 1721377404,
41
- version: '16.5.0-develop.3',
40
+ publishDate: 1721674607,
41
+ version: '16.5.0-develop.5',
42
42
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
43
43
  };
44
44
 
@@ -7318,7 +7318,7 @@ class CalendarComponent {
7318
7318
  this.domEvents.push(this.renderer.listen(element, 'focus', this.handleFocus.bind(this)), this.renderer.listen(element, 'mousedown', preventDefault), this.renderer.listen(element, 'click', this.handleComponentClick.bind(this)), this.renderer.listen(element, 'keydown', this.handleKeydown.bind(this)), this.renderer.listen(element, 'mouseleave', this.setRangeSelectionToValue.bind(this)));
7319
7319
  }
7320
7320
  setRangeSelectionToValue() {
7321
- if (this.selection === 'range' && this.value) {
7321
+ if (this.selection === 'range' && this.type === 'infinite' && this.value) {
7322
7322
  this.ngZone.run(() => {
7323
7323
  this.selectionRange = this.value;
7324
7324
  this.cdr.markForCheck();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "16.5.0-develop.3",
3
+ "version": "16.5.0-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.5.0-develop.3",
38
- "@progress/kendo-angular-common": "16.5.0-develop.3",
39
- "@progress/kendo-angular-intl": "16.5.0-develop.3",
40
- "@progress/kendo-angular-l10n": "16.5.0-develop.3",
41
- "@progress/kendo-angular-icons": "16.5.0-develop.3",
42
- "@progress/kendo-angular-popup": "16.5.0-develop.3",
43
- "@progress/kendo-angular-navigation": "16.5.0-develop.3",
37
+ "@progress/kendo-angular-buttons": "16.5.0-develop.5",
38
+ "@progress/kendo-angular-common": "16.5.0-develop.5",
39
+ "@progress/kendo-angular-intl": "16.5.0-develop.5",
40
+ "@progress/kendo-angular-l10n": "16.5.0-develop.5",
41
+ "@progress/kendo-angular-icons": "16.5.0-develop.5",
42
+ "@progress/kendo-angular-popup": "16.5.0-develop.5",
43
+ "@progress/kendo-angular-navigation": "16.5.0-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.5.0-develop.3",
48
+ "@progress/kendo-angular-schematics": "16.5.0-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.3"