@progress/kendo-angular-dateinputs 20.1.0 → 20.1.1-develop.1

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.
@@ -569,7 +569,7 @@ export class DateRangePopupComponent {
569
569
  if (!isPresent(this.popupSubscriptions)) {
570
570
  this.popupSubscriptions = new Subscription();
571
571
  }
572
- subscriptions.map(s => this.popupSubscriptions.add(s));
572
+ subscriptions.forEach(s => this.popupSubscriptions.add(s));
573
573
  }
574
574
  get _appendTo() {
575
575
  const appendTo = this.appendTo;
@@ -143,7 +143,7 @@ export class DateRangeSelectionDirective {
143
143
  this.dateRangeService.setRange(this.range ? this.range : range);
144
144
  }
145
145
  addSubscriptions(...subscriptions) {
146
- subscriptions.map(s => this.calendarSubscriptions.add(s));
146
+ subscriptions.forEach(s => this.calendarSubscriptions.add(s));
147
147
  }
148
148
  isEqualCalendarRange(range) {
149
149
  return isEqualRange(this.calendar.selectionRange, range);
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1761117174,
14
- version: '20.1.0',
13
+ publishDate: 1761222794,
14
+ version: '20.1.1-develop.1',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -36,8 +36,8 @@ const packageMetadata = {
36
36
  productName: 'Kendo UI for Angular',
37
37
  productCode: 'KENDOUIANGULAR',
38
38
  productCodes: ['KENDOUIANGULAR'],
39
- publishDate: 1761117174,
40
- version: '20.1.0',
39
+ publishDate: 1761222794,
40
+ version: '20.1.1-develop.1',
41
41
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
42
42
  };
43
43
 
@@ -18123,7 +18123,7 @@ class DateRangeSelectionDirective {
18123
18123
  this.dateRangeService.setRange(this.range ? this.range : range);
18124
18124
  }
18125
18125
  addSubscriptions(...subscriptions) {
18126
- subscriptions.map(s => this.calendarSubscriptions.add(s));
18126
+ subscriptions.forEach(s => this.calendarSubscriptions.add(s));
18127
18127
  }
18128
18128
  isEqualCalendarRange(range) {
18129
18129
  return isEqualRange(this.calendar.selectionRange, range);
@@ -18820,7 +18820,7 @@ class DateRangePopupComponent {
18820
18820
  if (!isPresent(this.popupSubscriptions)) {
18821
18821
  this.popupSubscriptions = new Subscription();
18822
18822
  }
18823
- subscriptions.map(s => this.popupSubscriptions.add(s));
18823
+ subscriptions.forEach(s => this.popupSubscriptions.add(s));
18824
18824
  }
18825
18825
  get _appendTo() {
18826
18826
  const appendTo = this.appendTo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "20.1.0",
3
+ "version": "20.1.1-develop.1",
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": 1761117174,
82
+ "publishDate": 1761222794,
83
83
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
84
84
  }
85
85
  },
@@ -90,19 +90,19 @@
90
90
  "@angular/forms": "16 - 20",
91
91
  "@angular/platform-browser": "16 - 20",
92
92
  "@progress/kendo-licensing": "^1.7.0",
93
- "@progress/kendo-angular-buttons": "20.1.0",
94
- "@progress/kendo-angular-common": "20.1.0",
95
- "@progress/kendo-angular-utils": "20.1.0",
96
- "@progress/kendo-angular-intl": "20.1.0",
97
- "@progress/kendo-angular-l10n": "20.1.0",
98
- "@progress/kendo-angular-icons": "20.1.0",
99
- "@progress/kendo-angular-popup": "20.1.0",
100
- "@progress/kendo-angular-navigation": "20.1.0",
93
+ "@progress/kendo-angular-buttons": "20.1.1-develop.1",
94
+ "@progress/kendo-angular-common": "20.1.1-develop.1",
95
+ "@progress/kendo-angular-utils": "20.1.1-develop.1",
96
+ "@progress/kendo-angular-intl": "20.1.1-develop.1",
97
+ "@progress/kendo-angular-l10n": "20.1.1-develop.1",
98
+ "@progress/kendo-angular-icons": "20.1.1-develop.1",
99
+ "@progress/kendo-angular-popup": "20.1.1-develop.1",
100
+ "@progress/kendo-angular-navigation": "20.1.1-develop.1",
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": "20.1.0",
105
+ "@progress/kendo-angular-schematics": "20.1.1-develop.1",
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",