@progress/kendo-angular-dateinputs 7.1.1 → 7.1.2-dev.202209131211

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.
@@ -441,8 +441,10 @@ export class CalendarComponent {
441
441
  return this.type === 'classic' ? undefined : this.disabled;
442
442
  }
443
443
  ngOnInit() {
444
- this.dom.calculateHeights(this.element.nativeElement);
445
- this.scrollSyncService.configure(this.activeViewEnum);
444
+ if (this.type === 'infinite') {
445
+ this.dom.calculateHeights(this.element.nativeElement);
446
+ this.scrollSyncService.configure(this.activeViewEnum);
447
+ }
446
448
  this.localizationChangeSubscription = this.localization.changes.subscribe(() => this.cdr.markForCheck());
447
449
  this.viewChangeSubscription = this.bus.viewChanged.subscribe(({ view }) => this.handleActiveViewChange(CalendarViewEnum[view]));
448
450
  this.control = this.injector.get(NgControl, null);
@@ -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: 1662549271,
12
+ publishDate: 1663070978,
13
13
  version: '',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
15
15
  };
@@ -28,7 +28,7 @@ const packageMetadata = {
28
28
  name: '@progress/kendo-angular-dateinputs',
29
29
  productName: 'Kendo UI for Angular',
30
30
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
31
- publishDate: 1662549271,
31
+ publishDate: 1663070978,
32
32
  version: '',
33
33
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
34
34
  };
@@ -5715,8 +5715,10 @@ class CalendarComponent {
5715
5715
  return this.type === 'classic' ? undefined : this.disabled;
5716
5716
  }
5717
5717
  ngOnInit() {
5718
- this.dom.calculateHeights(this.element.nativeElement);
5719
- this.scrollSyncService.configure(this.activeViewEnum);
5718
+ if (this.type === 'infinite') {
5719
+ this.dom.calculateHeights(this.element.nativeElement);
5720
+ this.scrollSyncService.configure(this.activeViewEnum);
5721
+ }
5720
5722
  this.localizationChangeSubscription = this.localization.changes.subscribe(() => this.cdr.markForCheck());
5721
5723
  this.viewChangeSubscription = this.bus.viewChanged.subscribe(({ view }) => this.handleActiveViewChange(CalendarViewEnum[view]));
5722
5724
  this.control = this.injector.get(NgControl, null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "7.1.1",
3
+ "version": "7.1.2-dev.202209131211",
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",