@progress/kendo-angular-inputs 24.2.0 → 24.2.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.
@@ -583,8 +583,8 @@ const packageMetadata = {
583
583
  productName: 'Kendo UI for Angular',
584
584
  productCode: 'KENDOUIANGULAR',
585
585
  productCodes: ['KENDOUIANGULAR'],
586
- publishDate: 1782828884,
587
- version: '24.2.0',
586
+ publishDate: 1782832518,
587
+ version: '24.2.1-develop.1',
588
588
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
589
589
  };
590
590
 
@@ -5942,22 +5942,23 @@ class MaskedTextBoxComponent {
5942
5942
  this.onBlur.emit();
5943
5943
  });
5944
5944
  }
5945
- this.ngZone.run(() => {
5946
- if (this.control && !this.control.touched) {
5947
- this.onTouched();
5948
- }
5949
- });
5950
5945
  };
5951
5946
  /**
5952
5947
  * @hidden
5953
5948
  */
5954
5949
  handleInputBlur = () => {
5955
5950
  this.changeDetector.markForCheck();
5956
- if (hasObservers(this.inputBlur) || requiresZoneOnBlur(this.control)) {
5951
+ const requiresZone = requiresZoneOnBlur(this.control);
5952
+ if (hasObservers(this.inputBlur) || requiresZone) {
5957
5953
  this.ngZone.run(() => {
5958
5954
  this.inputBlur.emit();
5959
5955
  });
5960
5956
  }
5957
+ if (requiresZone) {
5958
+ this.ngZone.run(() => {
5959
+ this.onTouched();
5960
+ });
5961
+ }
5961
5962
  };
5962
5963
  /**
5963
5964
  * @hidden
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1782828884,
11
- "version": "24.2.0",
10
+ "publishDate": 1782832518,
11
+ "version": "24.2.1-develop.1",
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-inputs",
3
- "version": "24.2.0",
3
+ "version": "24.2.1-develop.1",
4
4
  "description": "Kendo UI for Angular Inputs Package - Everything you need to build professional form functionality (Checkbox, ColorGradient, ColorPalette, ColorPicker, FlatColorPicker, FormField, MaskedTextBox, NumericTextBox, RadioButton, RangeSlider, Slider, Switch, TextArea, and TextBox Components)",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -55,7 +55,7 @@
55
55
  "package": {
56
56
  "productName": "Kendo UI for Angular",
57
57
  "productCode": "KENDOUIANGULAR",
58
- "publishDate": 1782828884,
58
+ "publishDate": 1782832518,
59
59
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
60
60
  }
61
61
  },
@@ -67,20 +67,20 @@
67
67
  "@angular/platform-browser": "19 - 22",
68
68
  "@progress/kendo-drawing": "^1.25.0",
69
69
  "@progress/kendo-licensing": "^1.11.0",
70
- "@progress/kendo-angular-buttons": "24.2.0",
71
- "@progress/kendo-angular-common": "24.2.0",
72
- "@progress/kendo-angular-utils": "24.2.0",
73
- "@progress/kendo-angular-navigation": "24.2.0",
74
- "@progress/kendo-angular-dialog": "24.2.0",
75
- "@progress/kendo-angular-intl": "24.2.0",
76
- "@progress/kendo-angular-l10n": "24.2.0",
77
- "@progress/kendo-angular-popup": "24.2.0",
78
- "@progress/kendo-angular-icons": "24.2.0",
70
+ "@progress/kendo-angular-buttons": "24.2.1-develop.1",
71
+ "@progress/kendo-angular-common": "24.2.1-develop.1",
72
+ "@progress/kendo-angular-utils": "24.2.1-develop.1",
73
+ "@progress/kendo-angular-navigation": "24.2.1-develop.1",
74
+ "@progress/kendo-angular-dialog": "24.2.1-develop.1",
75
+ "@progress/kendo-angular-intl": "24.2.1-develop.1",
76
+ "@progress/kendo-angular-l10n": "24.2.1-develop.1",
77
+ "@progress/kendo-angular-popup": "24.2.1-develop.1",
78
+ "@progress/kendo-angular-icons": "24.2.1-develop.1",
79
79
  "rxjs": "^6.5.3 || ^7.0.0"
80
80
  },
81
81
  "dependencies": {
82
82
  "tslib": "^2.3.1",
83
- "@progress/kendo-angular-schematics": "24.2.0",
83
+ "@progress/kendo-angular-schematics": "24.2.1-develop.1",
84
84
  "@progress/kendo-common": "^1.0.1",
85
85
  "@progress/kendo-draggable": "^3.0.0",
86
86
  "@progress/kendo-inputs-common": "^3.1.0"