@progress/kendo-angular-dateinputs 6.0.0 → 6.0.1-dev.202201310951

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.
@@ -510,11 +510,13 @@ var CalendarComponent = /** @class */ (function () {
510
510
  };
511
511
  CalendarComponent.prototype.ngOnDestroy = function () {
512
512
  this.scrollSyncService.destroy();
513
- this.viewChangeSubscription.unsubscribe();
514
513
  this.domEvents.forEach(function (unbindCallback) { return unbindCallback(); });
515
514
  if (this.pickerService) {
516
515
  this.pickerService.calendar = null;
517
516
  }
517
+ if (this.viewChangeSubscription) {
518
+ this.viewChangeSubscription.unsubscribe();
519
+ }
518
520
  if (this.pageChangeSubscription) {
519
521
  this.pageChangeSubscription.unsubscribe();
520
522
  }
@@ -9,7 +9,7 @@ export var packageMetadata = {
9
9
  name: '@progress/kendo-angular-dateinputs',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1642573758,
12
+ publishDate: 1643622478,
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
  };
@@ -422,11 +422,13 @@ let CalendarComponent = class CalendarComponent {
422
422
  }
423
423
  ngOnDestroy() {
424
424
  this.scrollSyncService.destroy();
425
- this.viewChangeSubscription.unsubscribe();
426
425
  this.domEvents.forEach(unbindCallback => unbindCallback());
427
426
  if (this.pickerService) {
428
427
  this.pickerService.calendar = null;
429
428
  }
429
+ if (this.viewChangeSubscription) {
430
+ this.viewChangeSubscription.unsubscribe();
431
+ }
430
432
  if (this.pageChangeSubscription) {
431
433
  this.pageChangeSubscription.unsubscribe();
432
434
  }
@@ -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: 1642573758,
12
+ publishDate: 1643622478,
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
  };
@@ -23,7 +23,7 @@ const packageMetadata = {
23
23
  name: '@progress/kendo-angular-dateinputs',
24
24
  productName: 'Kendo UI for Angular',
25
25
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
26
- publishDate: 1642573758,
26
+ publishDate: 1643622478,
27
27
  version: '',
28
28
  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'
29
29
  };
@@ -5018,11 +5018,13 @@ let CalendarComponent = class CalendarComponent {
5018
5018
  }
5019
5019
  ngOnDestroy() {
5020
5020
  this.scrollSyncService.destroy();
5021
- this.viewChangeSubscription.unsubscribe();
5022
5021
  this.domEvents.forEach(unbindCallback => unbindCallback());
5023
5022
  if (this.pickerService) {
5024
5023
  this.pickerService.calendar = null;
5025
5024
  }
5025
+ if (this.viewChangeSubscription) {
5026
+ this.viewChangeSubscription.unsubscribe();
5027
+ }
5026
5028
  if (this.pageChangeSubscription) {
5027
5029
  this.pageChangeSubscription.unsubscribe();
5028
5030
  }
@@ -23,7 +23,7 @@ var packageMetadata = {
23
23
  name: '@progress/kendo-angular-dateinputs',
24
24
  productName: 'Kendo UI for Angular',
25
25
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
26
- publishDate: 1642573758,
26
+ publishDate: 1643622478,
27
27
  version: '',
28
28
  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'
29
29
  };
@@ -5054,11 +5054,13 @@ var CalendarComponent = /** @class */ (function () {
5054
5054
  };
5055
5055
  CalendarComponent.prototype.ngOnDestroy = function () {
5056
5056
  this.scrollSyncService.destroy();
5057
- this.viewChangeSubscription.unsubscribe();
5058
5057
  this.domEvents.forEach(function (unbindCallback) { return unbindCallback(); });
5059
5058
  if (this.pickerService) {
5060
5059
  this.pickerService.calendar = null;
5061
5060
  }
5061
+ if (this.viewChangeSubscription) {
5062
+ this.viewChangeSubscription.unsubscribe();
5063
+ }
5062
5064
  if (this.pageChangeSubscription) {
5063
5065
  this.pageChangeSubscription.unsubscribe();
5064
5066
  }
@@ -513,11 +513,13 @@ var CalendarComponent = /** @class */ (function () {
513
513
  };
514
514
  CalendarComponent.prototype.ngOnDestroy = function () {
515
515
  this.scrollSyncService.destroy();
516
- this.viewChangeSubscription.unsubscribe();
517
516
  this.domEvents.forEach(function (unbindCallback) { return unbindCallback(); });
518
517
  if (this.pickerService) {
519
518
  this.pickerService.calendar = null;
520
519
  }
520
+ if (this.viewChangeSubscription) {
521
+ this.viewChangeSubscription.unsubscribe();
522
+ }
521
523
  if (this.pageChangeSubscription) {
522
524
  this.pageChangeSubscription.unsubscribe();
523
525
  }
@@ -11,7 +11,7 @@ exports.packageMetadata = {
11
11
  name: '@progress/kendo-angular-dateinputs',
12
12
  productName: 'Kendo UI for Angular',
13
13
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
14
- publishDate: 1642573758,
14
+ publishDate: 1643622478,
15
15
  version: '',
16
16
  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'
17
17
  };