@progress/kendo-angular-dateinputs 17.0.0-develop.36 → 17.0.0-develop.37

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.
@@ -987,7 +987,7 @@ export class CalendarComponent {
987
987
  */
988
988
  handleCellClick({ date, modifiers }) {
989
989
  this.focus();
990
- if (this.selection === 'range' && this.activeViewEnum === 0) {
990
+ if (this.selection === 'range' && this.activeViewEnum === CalendarViewEnum[this.bottomView]) {
991
991
  this.performRangeSelection(date);
992
992
  }
993
993
  else {
@@ -1001,7 +1001,7 @@ export class MultiViewCalendarComponent {
1001
1001
  * @hidden
1002
1002
  */
1003
1003
  handleCellClick({ date, modifiers }) {
1004
- if (this.selection === 'range' && this.activeViewEnum === 0) {
1004
+ if (this.selection === 'range' && this.activeViewEnum === CalendarViewEnum[this.bottomView]) {
1005
1005
  this.performRangeSelection(date);
1006
1006
  }
1007
1007
  else {
@@ -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: 1730720942,
13
- version: '17.0.0-develop.36',
12
+ publishDate: 1730722758,
13
+ version: '17.0.0-develop.37',
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: 1730720942,
39
- version: '17.0.0-develop.36',
38
+ publishDate: 1730722758,
39
+ version: '17.0.0-develop.37',
40
40
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
41
41
  };
42
42
 
@@ -4604,7 +4604,7 @@ class MultiViewCalendarComponent {
4604
4604
  * @hidden
4605
4605
  */
4606
4606
  handleCellClick({ date, modifiers }) {
4607
- if (this.selection === 'range' && this.activeViewEnum === 0) {
4607
+ if (this.selection === 'range' && this.activeViewEnum === CalendarViewEnum[this.bottomView]) {
4608
4608
  this.performRangeSelection(date);
4609
4609
  }
4610
4610
  else {
@@ -7656,7 +7656,7 @@ class CalendarComponent {
7656
7656
  */
7657
7657
  handleCellClick({ date, modifiers }) {
7658
7658
  this.focus();
7659
- if (this.selection === 'range' && this.activeViewEnum === 0) {
7659
+ if (this.selection === 'range' && this.activeViewEnum === CalendarViewEnum[this.bottomView]) {
7660
7660
  this.performRangeSelection(date);
7661
7661
  }
7662
7662
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "17.0.0-develop.36",
3
+ "version": "17.0.0-develop.37",
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": "16 - 18",
35
35
  "@angular/platform-browser": "16 - 18",
36
36
  "@progress/kendo-licensing": "^1.0.2",
37
- "@progress/kendo-angular-buttons": "17.0.0-develop.36",
38
- "@progress/kendo-angular-common": "17.0.0-develop.36",
39
- "@progress/kendo-angular-intl": "17.0.0-develop.36",
40
- "@progress/kendo-angular-l10n": "17.0.0-develop.36",
41
- "@progress/kendo-angular-icons": "17.0.0-develop.36",
42
- "@progress/kendo-angular-popup": "17.0.0-develop.36",
43
- "@progress/kendo-angular-navigation": "17.0.0-develop.36",
37
+ "@progress/kendo-angular-buttons": "17.0.0-develop.37",
38
+ "@progress/kendo-angular-common": "17.0.0-develop.37",
39
+ "@progress/kendo-angular-intl": "17.0.0-develop.37",
40
+ "@progress/kendo-angular-l10n": "17.0.0-develop.37",
41
+ "@progress/kendo-angular-icons": "17.0.0-develop.37",
42
+ "@progress/kendo-angular-popup": "17.0.0-develop.37",
43
+ "@progress/kendo-angular-navigation": "17.0.0-develop.37",
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": "17.0.0-develop.36",
48
+ "@progress/kendo-angular-schematics": "17.0.0-develop.37",
49
49
  "@progress/kendo-common": "^1.0.1",
50
50
  "@progress/kendo-date-math": "^1.1.0",
51
51
  "@progress/kendo-dateinputs-common": "^0.3.5"