@progress/kendo-angular-editor 2.4.1-dev.202110261541 → 2.4.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.
@@ -732,7 +732,7 @@ var EditorComponent = /** @class */ (function () {
732
732
  contentAreaClasslist_1.add('k-state-focused');
733
733
  }
734
734
  if (!_this.focusChangedProgrammatically) {
735
- _this.onFocus.emit();
735
+ _this.ngZone.run(function () { return _this.onFocus.emit(); });
736
736
  }
737
737
  }));
738
738
  this.subs.add(fromEvent(containerElement, 'focusout')
@@ -741,7 +741,7 @@ var EditorComponent = /** @class */ (function () {
741
741
  contentAreaClasslist_1.remove('k-state-focused');
742
742
  }
743
743
  if (!_this.focusChangedProgrammatically) {
744
- _this.onBlur.emit();
744
+ _this.ngZone.run(function () { return _this.onBlur.emit(); });
745
745
  }
746
746
  }));
747
747
  }
@@ -9,7 +9,7 @@ export var packageMetadata = {
9
9
  name: '@progress/kendo-angular-editor',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1635262687,
12
+ publishDate: 1635941024,
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
  };
@@ -648,7 +648,7 @@ let EditorComponent = EditorComponent_1 = class EditorComponent {
648
648
  contentAreaClasslist.add('k-state-focused');
649
649
  }
650
650
  if (!this.focusChangedProgrammatically) {
651
- this.onFocus.emit();
651
+ this.ngZone.run(() => this.onFocus.emit());
652
652
  }
653
653
  }));
654
654
  this.subs.add(fromEvent(containerElement, 'focusout')
@@ -657,7 +657,7 @@ let EditorComponent = EditorComponent_1 = class EditorComponent {
657
657
  contentAreaClasslist.remove('k-state-focused');
658
658
  }
659
659
  if (!this.focusChangedProgrammatically) {
660
- this.onBlur.emit();
660
+ this.ngZone.run(() => this.onBlur.emit());
661
661
  }
662
662
  }));
663
663
  }
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-editor',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1635262687,
12
+ publishDate: 1635941024,
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
  };
@@ -27,7 +27,7 @@ const packageMetadata = {
27
27
  name: '@progress/kendo-angular-editor',
28
28
  productName: 'Kendo UI for Angular',
29
29
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
30
- publishDate: 1635262687,
30
+ publishDate: 1635941024,
31
31
  version: '',
32
32
  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'
33
33
  };
@@ -3078,7 +3078,7 @@ let EditorComponent = EditorComponent_1 = class EditorComponent {
3078
3078
  contentAreaClasslist.add('k-state-focused');
3079
3079
  }
3080
3080
  if (!this.focusChangedProgrammatically) {
3081
- this.onFocus.emit();
3081
+ this.ngZone.run(() => this.onFocus.emit());
3082
3082
  }
3083
3083
  }));
3084
3084
  this.subs.add(fromEvent(containerElement, 'focusout')
@@ -3087,7 +3087,7 @@ let EditorComponent = EditorComponent_1 = class EditorComponent {
3087
3087
  contentAreaClasslist.remove('k-state-focused');
3088
3088
  }
3089
3089
  if (!this.focusChangedProgrammatically) {
3090
- this.onBlur.emit();
3090
+ this.ngZone.run(() => this.onBlur.emit());
3091
3091
  }
3092
3092
  }));
3093
3093
  }
@@ -27,7 +27,7 @@ var packageMetadata = {
27
27
  name: '@progress/kendo-angular-editor',
28
28
  productName: 'Kendo UI for Angular',
29
29
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
30
- publishDate: 1635262687,
30
+ publishDate: 1635941024,
31
31
  version: '',
32
32
  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'
33
33
  };
@@ -2974,7 +2974,7 @@ var EditorComponent = /** @class */ (function () {
2974
2974
  contentAreaClasslist_1.add('k-state-focused');
2975
2975
  }
2976
2976
  if (!_this.focusChangedProgrammatically) {
2977
- _this.onFocus.emit();
2977
+ _this.ngZone.run(function () { return _this.onFocus.emit(); });
2978
2978
  }
2979
2979
  }));
2980
2980
  this.subs.add(fromEvent(containerElement, 'focusout')
@@ -2983,7 +2983,7 @@ var EditorComponent = /** @class */ (function () {
2983
2983
  contentAreaClasslist_1.remove('k-state-focused');
2984
2984
  }
2985
2985
  if (!_this.focusChangedProgrammatically) {
2986
- _this.onBlur.emit();
2986
+ _this.ngZone.run(function () { return _this.onBlur.emit(); });
2987
2987
  }
2988
2988
  }));
2989
2989
  }
@@ -735,7 +735,7 @@ var EditorComponent = /** @class */ (function () {
735
735
  contentAreaClasslist_1.add('k-state-focused');
736
736
  }
737
737
  if (!_this.focusChangedProgrammatically) {
738
- _this.onFocus.emit();
738
+ _this.ngZone.run(function () { return _this.onFocus.emit(); });
739
739
  }
740
740
  }));
741
741
  this.subs.add(rxjs_1.fromEvent(containerElement, 'focusout')
@@ -744,7 +744,7 @@ var EditorComponent = /** @class */ (function () {
744
744
  contentAreaClasslist_1.remove('k-state-focused');
745
745
  }
746
746
  if (!_this.focusChangedProgrammatically) {
747
- _this.onBlur.emit();
747
+ _this.ngZone.run(function () { return _this.onBlur.emit(); });
748
748
  }
749
749
  }));
750
750
  }
@@ -11,7 +11,7 @@ exports.packageMetadata = {
11
11
  name: '@progress/kendo-angular-editor',
12
12
  productName: 'Kendo UI for Angular',
13
13
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
14
- publishDate: 1635262687,
14
+ publishDate: 1635941024,
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
  };