@progress/kendo-angular-inputs 19.0.0-develop.31 → 19.0.0-develop.33

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.
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1747923746,
14
- version: '19.0.0-develop.31',
13
+ publishDate: 1748358637,
14
+ version: '19.0.0-develop.33',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -52,7 +52,7 @@ export class RatingComponent {
52
52
  */
53
53
  tabindex = 0;
54
54
  /**
55
- * Sets the number of rating items ([see example]({% slug itemscount_rating %})).
55
+ * Sets the number of Rating items ([see example]({% slug itemscount_rating %})).
56
56
  *
57
57
  * @default 5
58
58
  *
@@ -97,19 +97,19 @@ export class RatingComponent {
97
97
  return this._precision;
98
98
  }
99
99
  /**
100
- * Sets the Rating label. It is not the native HTML `label` element, it is just a `span` element with the provided text ([see example]({% slug label_rating %})).
100
+ * Sets the Rating label to the provided text. The text is rendered in a `<span>` element, instead of the native HTML `<label>` element ([see example]({% slug label_rating %})).
101
101
  */
102
102
  label;
103
103
  /**
104
- * Sets custom Rating font icon ([see example]({% slug icon_rating %})).
104
+ * Sets a custom font icon for the Rating items ([see example]({% slug icon_rating %})).
105
105
  */
106
106
  icon;
107
107
  /**
108
- * Sets custom Rating SVG icon. It is the icon that is used for selected/hovered state ([see example]({% slug icon_rating %})).
108
+ * Sets a custom SVG icon for the selected/hovered state of the Rating items ([see example]({% slug icon_rating %})).
109
109
  */
110
110
  svgIcon = starIcon;
111
111
  /**
112
- * Sets custom Rating SVG icon. It is the icon that is used for not selected/hovered state ([see example]({% slug icon_rating %})).
112
+ * Sets a custom SVG icon for the default state of the Rating items when they are not hovered or selected ([see example]({% slug icon_rating %})).
113
113
  */
114
114
  svgIconOutline = starOutlineIcon;
115
115
  /**
@@ -554,8 +554,8 @@ const packageMetadata = {
554
554
  productName: 'Kendo UI for Angular',
555
555
  productCode: 'KENDOUIANGULAR',
556
556
  productCodes: ['KENDOUIANGULAR'],
557
- publishDate: 1747923746,
558
- version: '19.0.0-develop.31',
557
+ publishDate: 1748358637,
558
+ version: '19.0.0-develop.33',
559
559
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
560
560
  };
561
561
 
@@ -15032,7 +15032,7 @@ class RatingComponent {
15032
15032
  */
15033
15033
  tabindex = 0;
15034
15034
  /**
15035
- * Sets the number of rating items ([see example]({% slug itemscount_rating %})).
15035
+ * Sets the number of Rating items ([see example]({% slug itemscount_rating %})).
15036
15036
  *
15037
15037
  * @default 5
15038
15038
  *
@@ -15077,19 +15077,19 @@ class RatingComponent {
15077
15077
  return this._precision;
15078
15078
  }
15079
15079
  /**
15080
- * Sets the Rating label. It is not the native HTML `label` element, it is just a `span` element with the provided text ([see example]({% slug label_rating %})).
15080
+ * Sets the Rating label to the provided text. The text is rendered in a `<span>` element, instead of the native HTML `<label>` element ([see example]({% slug label_rating %})).
15081
15081
  */
15082
15082
  label;
15083
15083
  /**
15084
- * Sets custom Rating font icon ([see example]({% slug icon_rating %})).
15084
+ * Sets a custom font icon for the Rating items ([see example]({% slug icon_rating %})).
15085
15085
  */
15086
15086
  icon;
15087
15087
  /**
15088
- * Sets custom Rating SVG icon. It is the icon that is used for selected/hovered state ([see example]({% slug icon_rating %})).
15088
+ * Sets a custom SVG icon for the selected/hovered state of the Rating items ([see example]({% slug icon_rating %})).
15089
15089
  */
15090
15090
  svgIcon = starIcon;
15091
15091
  /**
15092
- * Sets custom Rating SVG icon. It is the icon that is used for not selected/hovered state ([see example]({% slug icon_rating %})).
15092
+ * Sets a custom SVG icon for the default state of the Rating items when they are not hovered or selected ([see example]({% slug icon_rating %})).
15093
15093
  */
15094
15094
  svgIconOutline = starOutlineIcon;
15095
15095
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-inputs",
3
- "version": "19.0.0-develop.31",
3
+ "version": "19.0.0-develop.33",
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",
@@ -28,7 +28,7 @@
28
28
  "package": {
29
29
  "productName": "Kendo UI for Angular",
30
30
  "productCode": "KENDOUIANGULAR",
31
- "publishDate": 1747923746,
31
+ "publishDate": 1748358637,
32
32
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
33
33
  }
34
34
  },
@@ -40,20 +40,20 @@
40
40
  "@angular/platform-browser": "16 - 19",
41
41
  "@progress/kendo-drawing": "^1.21.0",
42
42
  "@progress/kendo-licensing": "^1.5.0",
43
- "@progress/kendo-angular-buttons": "19.0.0-develop.31",
44
- "@progress/kendo-angular-common": "19.0.0-develop.31",
45
- "@progress/kendo-angular-utils": "19.0.0-develop.31",
46
- "@progress/kendo-angular-navigation": "19.0.0-develop.31",
47
- "@progress/kendo-angular-dialog": "19.0.0-develop.31",
48
- "@progress/kendo-angular-intl": "19.0.0-develop.31",
49
- "@progress/kendo-angular-l10n": "19.0.0-develop.31",
50
- "@progress/kendo-angular-popup": "19.0.0-develop.31",
51
- "@progress/kendo-angular-icons": "19.0.0-develop.31",
43
+ "@progress/kendo-angular-buttons": "19.0.0-develop.33",
44
+ "@progress/kendo-angular-common": "19.0.0-develop.33",
45
+ "@progress/kendo-angular-utils": "19.0.0-develop.33",
46
+ "@progress/kendo-angular-navigation": "19.0.0-develop.33",
47
+ "@progress/kendo-angular-dialog": "19.0.0-develop.33",
48
+ "@progress/kendo-angular-intl": "19.0.0-develop.33",
49
+ "@progress/kendo-angular-l10n": "19.0.0-develop.33",
50
+ "@progress/kendo-angular-popup": "19.0.0-develop.33",
51
+ "@progress/kendo-angular-icons": "19.0.0-develop.33",
52
52
  "rxjs": "^6.5.3 || ^7.0.0"
53
53
  },
54
54
  "dependencies": {
55
55
  "tslib": "^2.3.1",
56
- "@progress/kendo-angular-schematics": "19.0.0-develop.31",
56
+ "@progress/kendo-angular-schematics": "19.0.0-develop.33",
57
57
  "@progress/kendo-common": "^1.0.1",
58
58
  "@progress/kendo-draggable": "^3.0.0",
59
59
  "@progress/kendo-inputs-common": "^3.1.0"
@@ -47,7 +47,7 @@ export declare class RatingComponent implements OnInit, AfterViewInit, OnDestroy
47
47
  */
48
48
  tabindex: number;
49
49
  /**
50
- * Sets the number of rating items ([see example]({% slug itemscount_rating %})).
50
+ * Sets the number of Rating items ([see example]({% slug itemscount_rating %})).
51
51
  *
52
52
  * @default 5
53
53
  *
@@ -77,19 +77,19 @@ export declare class RatingComponent implements OnInit, AfterViewInit, OnDestroy
77
77
  set precision(precision: RatingPrecision);
78
78
  get precision(): RatingPrecision;
79
79
  /**
80
- * Sets the Rating label. It is not the native HTML `label` element, it is just a `span` element with the provided text ([see example]({% slug label_rating %})).
80
+ * Sets the Rating label to the provided text. The text is rendered in a `<span>` element, instead of the native HTML `<label>` element ([see example]({% slug label_rating %})).
81
81
  */
82
82
  label: string;
83
83
  /**
84
- * Sets custom Rating font icon ([see example]({% slug icon_rating %})).
84
+ * Sets a custom font icon for the Rating items ([see example]({% slug icon_rating %})).
85
85
  */
86
86
  icon: string;
87
87
  /**
88
- * Sets custom Rating SVG icon. It is the icon that is used for selected/hovered state ([see example]({% slug icon_rating %})).
88
+ * Sets a custom SVG icon for the selected/hovered state of the Rating items ([see example]({% slug icon_rating %})).
89
89
  */
90
90
  svgIcon: SVGIcon;
91
91
  /**
92
- * Sets custom Rating SVG icon. It is the icon that is used for not selected/hovered state ([see example]({% slug icon_rating %})).
92
+ * Sets a custom SVG icon for the default state of the Rating items when they are not hovered or selected ([see example]({% slug icon_rating %})).
93
93
  */
94
94
  svgIconOutline: SVGIcon;
95
95
  /**