@progress/kendo-angular-dateinputs 22.0.1 → 22.1.0-develop.2

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.
@@ -37,7 +37,7 @@ const packageMetadata = {
37
37
  productCode: 'KENDOUIANGULAR',
38
38
  productCodes: ['KENDOUIANGULAR'],
39
39
  publishDate: 0,
40
- version: '22.0.1',
40
+ version: '22.1.0-develop.2',
41
41
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
42
42
  };
43
43
 
@@ -3302,14 +3302,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
3302
3302
  function handleRangeSelection(date, selectionRange, activeRangeEnd, allowReverse = false) {
3303
3303
  if ((activeRangeEnd === 'start' && selectionRange.start?.getTime() === date?.getTime() && ((allowReverse && !selectionRange.end) || !allowReverse)) ||
3304
3304
  (activeRangeEnd === 'end' && selectionRange.end?.getTime() === date?.getTime())) {
3305
- return { activeRangeEnd: activeRangeEnd, selectionRange: selectionRange };
3305
+ return { activeRangeEnd: activeRangeEnd === 'start' ? 'end' : 'start', selectionRange: selectionRange };
3306
3306
  }
3307
3307
  if (allowReverse) {
3308
- if (activeRangeEnd === 'start' && selectionRange.start?.getTime() !== date?.getTime()) {
3308
+ if (activeRangeEnd === 'start') {
3309
3309
  selectionRange.start = date;
3310
3310
  activeRangeEnd = 'end';
3311
3311
  }
3312
- else if (activeRangeEnd === 'end' && selectionRange.end?.getTime() !== date?.getTime()) {
3312
+ else if (activeRangeEnd === 'end') {
3313
3313
  selectionRange.end = date;
3314
3314
  activeRangeEnd = 'start';
3315
3315
  }
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1768481895,
11
- "version": "22.0.1",
10
+ "publishDate": 1768577442,
11
+ "version": "22.1.0-develop.2",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "22.0.1",
3
+ "version": "22.1.0-develop.2",
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": 1768481895,
82
+ "publishDate": 1768577442,
83
83
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
84
84
  }
85
85
  },
@@ -90,19 +90,19 @@
90
90
  "@angular/forms": "19 - 21",
91
91
  "@angular/platform-browser": "19 - 21",
92
92
  "@progress/kendo-licensing": "^1.7.0",
93
- "@progress/kendo-angular-buttons": "22.0.1",
94
- "@progress/kendo-angular-common": "22.0.1",
95
- "@progress/kendo-angular-utils": "22.0.1",
96
- "@progress/kendo-angular-intl": "22.0.1",
97
- "@progress/kendo-angular-l10n": "22.0.1",
98
- "@progress/kendo-angular-icons": "22.0.1",
99
- "@progress/kendo-angular-popup": "22.0.1",
100
- "@progress/kendo-angular-navigation": "22.0.1",
93
+ "@progress/kendo-angular-buttons": "22.1.0-develop.2",
94
+ "@progress/kendo-angular-common": "22.1.0-develop.2",
95
+ "@progress/kendo-angular-utils": "22.1.0-develop.2",
96
+ "@progress/kendo-angular-intl": "22.1.0-develop.2",
97
+ "@progress/kendo-angular-l10n": "22.1.0-develop.2",
98
+ "@progress/kendo-angular-icons": "22.1.0-develop.2",
99
+ "@progress/kendo-angular-popup": "22.1.0-develop.2",
100
+ "@progress/kendo-angular-navigation": "22.1.0-develop.2",
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": "22.0.1",
105
+ "@progress/kendo-angular-schematics": "22.1.0-develop.2",
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"