@progress/kendo-angular-inputs 25.1.0-develop.8 → 25.1.0

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: 1787574752,
587
- version: '25.1.0-develop.8',
586
+ publishDate: 1788864876,
587
+ version: '25.1.0',
588
588
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
589
589
  };
590
590
 
@@ -5119,7 +5119,8 @@ class NumericTextBoxComponent {
5119
5119
  }
5120
5120
  }
5121
5121
  verifyValue(value) {
5122
- if (isDevMode() && value && typeof value !== 'number') {
5122
+ const invalid = this.hasDecimals ? value != null : !!value;
5123
+ if (isDevMode() && invalid && typeof value !== 'number') {
5123
5124
  throw new Error(`The NumericTextBox component requires value of type Number and ${JSON.stringify(value)} was set.`);
5124
5125
  }
5125
5126
  }
@@ -16783,6 +16784,7 @@ class RatingComponent {
16783
16784
  item.selectedIndicator = this.isSelected(index, this.value);
16784
16785
  item.half = (halfPrecision && value === index) ? isFirstHalf : false;
16785
16786
  }));
16787
+ this.cdr.markForCheck();
16786
16788
  }
16787
16789
  /**
16788
16790
  * @hidden
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1787574752,
11
- "version": "25.1.0-develop.8",
10
+ "publishDate": 1788864876,
11
+ "version": "25.1.0",
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": "25.1.0-develop.8",
3
+ "version": "25.1.0",
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",
@@ -62,7 +62,7 @@
62
62
  "package": {
63
63
  "productName": "Kendo UI for Angular",
64
64
  "productCode": "KENDOUIANGULAR",
65
- "publishDate": 1787574752,
65
+ "publishDate": 1788864876,
66
66
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
67
67
  }
68
68
  },
@@ -74,20 +74,20 @@
74
74
  "@angular/platform-browser": "20 - 22",
75
75
  "@progress/kendo-drawing": "^1.25.0",
76
76
  "@progress/kendo-licensing": "^1.11.0",
77
- "@progress/kendo-angular-buttons": "25.1.0-develop.8",
78
- "@progress/kendo-angular-common": "25.1.0-develop.8",
79
- "@progress/kendo-angular-utils": "25.1.0-develop.8",
80
- "@progress/kendo-angular-navigation": "25.1.0-develop.8",
81
- "@progress/kendo-angular-dialog": "25.1.0-develop.8",
82
- "@progress/kendo-angular-intl": "25.1.0-develop.8",
83
- "@progress/kendo-angular-l10n": "25.1.0-develop.8",
84
- "@progress/kendo-angular-popup": "25.1.0-develop.8",
85
- "@progress/kendo-angular-icons": "25.1.0-develop.8",
77
+ "@progress/kendo-angular-buttons": "25.1.0",
78
+ "@progress/kendo-angular-common": "25.1.0",
79
+ "@progress/kendo-angular-utils": "25.1.0",
80
+ "@progress/kendo-angular-navigation": "25.1.0",
81
+ "@progress/kendo-angular-dialog": "25.1.0",
82
+ "@progress/kendo-angular-intl": "25.1.0",
83
+ "@progress/kendo-angular-l10n": "25.1.0",
84
+ "@progress/kendo-angular-popup": "25.1.0",
85
+ "@progress/kendo-angular-icons": "25.1.0",
86
86
  "rxjs": "^6.5.3 || ^7.0.0"
87
87
  },
88
88
  "dependencies": {
89
89
  "tslib": "^2.3.1",
90
- "@progress/kendo-angular-schematics": "25.1.0-develop.8",
90
+ "@progress/kendo-angular-schematics": "25.1.0",
91
91
  "@progress/kendo-common": "^1.0.1",
92
92
  "@progress/kendo-draggable": "^3.0.0",
93
93
  "@progress/kendo-inputs-common": "^3.1.0"