@progress/kendo-angular-dateinputs 23.0.0-develop.2 → 23.0.0-develop.3

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: '23.0.0-develop.2',
40
+ version: '23.0.0-develop.3',
41
41
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
42
42
  };
43
43
 
@@ -1758,15 +1758,12 @@ class ViewComponent {
1758
1758
  this.focusedCellId.emit(context.id);
1759
1759
  }
1760
1760
  const { isRangeEnd, isRangeStart } = context;
1761
- const isEndActive = this.activeRangeEnd === 'end' && isRangeEnd;
1762
- const isStartActive = this.activeRangeEnd === 'start' && isRangeStart;
1763
1761
  return stringifyClassObject({
1764
1762
  'k-range-end': !context.isOtherMonth && isRangeEnd,
1765
1763
  'k-range-mid': !context.isOtherMonth && context.isRangeMid,
1766
1764
  'k-range-split-end': !context.isOtherMonth && context.isRangeSplitEnd,
1767
1765
  'k-range-split-start': !context.isOtherMonth && context.isRangeSplitStart,
1768
1766
  'k-range-start': !context.isOtherMonth && isRangeStart,
1769
- 'k-active': isStartActive || isEndActive,
1770
1767
  'k-focus': !context.isOtherMonth && this.isActive && context.isFocused,
1771
1768
  'k-selected': !context.isOtherMonth && (context.isSelected || isRangeStart || isRangeEnd),
1772
1769
  'k-today': !context.isOtherMonth && context.isToday,
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1770290208,
11
- "version": "23.0.0-develop.2",
10
+ "publishDate": 1770292766,
11
+ "version": "23.0.0-develop.3",
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": "23.0.0-develop.2",
3
+ "version": "23.0.0-develop.3",
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": 1770290208,
82
+ "publishDate": 1770292766,
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.10.0",
93
- "@progress/kendo-angular-buttons": "23.0.0-develop.2",
94
- "@progress/kendo-angular-common": "23.0.0-develop.2",
95
- "@progress/kendo-angular-utils": "23.0.0-develop.2",
96
- "@progress/kendo-angular-intl": "23.0.0-develop.2",
97
- "@progress/kendo-angular-l10n": "23.0.0-develop.2",
98
- "@progress/kendo-angular-icons": "23.0.0-develop.2",
99
- "@progress/kendo-angular-popup": "23.0.0-develop.2",
100
- "@progress/kendo-angular-navigation": "23.0.0-develop.2",
93
+ "@progress/kendo-angular-buttons": "23.0.0-develop.3",
94
+ "@progress/kendo-angular-common": "23.0.0-develop.3",
95
+ "@progress/kendo-angular-utils": "23.0.0-develop.3",
96
+ "@progress/kendo-angular-intl": "23.0.0-develop.3",
97
+ "@progress/kendo-angular-l10n": "23.0.0-develop.3",
98
+ "@progress/kendo-angular-icons": "23.0.0-develop.3",
99
+ "@progress/kendo-angular-popup": "23.0.0-develop.3",
100
+ "@progress/kendo-angular-navigation": "23.0.0-develop.3",
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": "23.0.0-develop.2",
105
+ "@progress/kendo-angular-schematics": "23.0.0-develop.3",
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"