@progress/kendo-angular-inputs 15.3.0-develop.6 → 15.3.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.
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-inputs',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '15.3.0
|
|
12
|
+
publishDate: 1710925236,
|
|
13
|
+
version: '15.3.0',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -57,11 +57,11 @@ export class RatingComponent {
|
|
|
57
57
|
*/
|
|
58
58
|
this.itemsCount = 5;
|
|
59
59
|
/**
|
|
60
|
-
* Sets custom Rating SVG icon. It is the icon that is used for
|
|
60
|
+
* Sets custom Rating SVG icon. It is the icon that is used for selected/hovered state ([see example]({% slug icon_rating %})).
|
|
61
61
|
*/
|
|
62
62
|
this.svgIcon = starIcon;
|
|
63
63
|
/**
|
|
64
|
-
* Sets custom Rating SVG icon. It is the icon that is used for selected/hovered state
|
|
64
|
+
* Sets custom Rating SVG icon. It is the icon that is used for not selected/hovered state ([see example]({% slug icon_rating %})).
|
|
65
65
|
*/
|
|
66
66
|
this.svgIconOutline = starOutlineIcon;
|
|
67
67
|
/**
|
|
@@ -538,8 +538,8 @@ const packageMetadata = {
|
|
|
538
538
|
name: '@progress/kendo-angular-inputs',
|
|
539
539
|
productName: 'Kendo UI for Angular',
|
|
540
540
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
541
|
-
publishDate:
|
|
542
|
-
version: '15.3.0
|
|
541
|
+
publishDate: 1710925236,
|
|
542
|
+
version: '15.3.0',
|
|
543
543
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
544
544
|
};
|
|
545
545
|
|
|
@@ -15668,11 +15668,11 @@ class RatingComponent {
|
|
|
15668
15668
|
*/
|
|
15669
15669
|
this.itemsCount = 5;
|
|
15670
15670
|
/**
|
|
15671
|
-
* Sets custom Rating SVG icon. It is the icon that is used for
|
|
15671
|
+
* Sets custom Rating SVG icon. It is the icon that is used for selected/hovered state ([see example]({% slug icon_rating %})).
|
|
15672
15672
|
*/
|
|
15673
15673
|
this.svgIcon = starIcon;
|
|
15674
15674
|
/**
|
|
15675
|
-
* Sets custom Rating SVG icon. It is the icon that is used for selected/hovered state
|
|
15675
|
+
* Sets custom Rating SVG icon. It is the icon that is used for not selected/hovered state ([see example]({% slug icon_rating %})).
|
|
15676
15676
|
*/
|
|
15677
15677
|
this.svgIconOutline = starOutlineIcon;
|
|
15678
15678
|
/**
|
|
@@ -537,8 +537,8 @@ const packageMetadata = {
|
|
|
537
537
|
name: '@progress/kendo-angular-inputs',
|
|
538
538
|
productName: 'Kendo UI for Angular',
|
|
539
539
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
540
|
-
publishDate:
|
|
541
|
-
version: '15.3.0
|
|
540
|
+
publishDate: 1710925236,
|
|
541
|
+
version: '15.3.0',
|
|
542
542
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
543
543
|
};
|
|
544
544
|
|
|
@@ -15633,11 +15633,11 @@ class RatingComponent {
|
|
|
15633
15633
|
*/
|
|
15634
15634
|
this.itemsCount = 5;
|
|
15635
15635
|
/**
|
|
15636
|
-
* Sets custom Rating SVG icon. It is the icon that is used for
|
|
15636
|
+
* Sets custom Rating SVG icon. It is the icon that is used for selected/hovered state ([see example]({% slug icon_rating %})).
|
|
15637
15637
|
*/
|
|
15638
15638
|
this.svgIcon = starIcon;
|
|
15639
15639
|
/**
|
|
15640
|
-
* Sets custom Rating SVG icon. It is the icon that is used for selected/hovered state
|
|
15640
|
+
* Sets custom Rating SVG icon. It is the icon that is used for not selected/hovered state ([see example]({% slug icon_rating %})).
|
|
15641
15641
|
*/
|
|
15642
15642
|
this.svgIconOutline = starOutlineIcon;
|
|
15643
15643
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-inputs",
|
|
3
|
-
"version": "15.3.0
|
|
3
|
+
"version": "15.3.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",
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
"@angular/platform-browser": "13 - 17",
|
|
35
35
|
"@progress/kendo-drawing": "^1.19.0",
|
|
36
36
|
"@progress/kendo-licensing": "^1.0.2",
|
|
37
|
-
"@progress/kendo-angular-buttons": "15.3.0
|
|
38
|
-
"@progress/kendo-angular-common": "15.3.0
|
|
39
|
-
"@progress/kendo-angular-dialog": "15.3.0
|
|
40
|
-
"@progress/kendo-angular-intl": "15.3.0
|
|
41
|
-
"@progress/kendo-angular-l10n": "15.3.0
|
|
42
|
-
"@progress/kendo-angular-popup": "15.3.0
|
|
43
|
-
"@progress/kendo-angular-icons": "15.3.0
|
|
37
|
+
"@progress/kendo-angular-buttons": "15.3.0",
|
|
38
|
+
"@progress/kendo-angular-common": "15.3.0",
|
|
39
|
+
"@progress/kendo-angular-dialog": "15.3.0",
|
|
40
|
+
"@progress/kendo-angular-intl": "15.3.0",
|
|
41
|
+
"@progress/kendo-angular-l10n": "15.3.0",
|
|
42
|
+
"@progress/kendo-angular-popup": "15.3.0",
|
|
43
|
+
"@progress/kendo-angular-icons": "15.3.0",
|
|
44
44
|
"rxjs": "^6.5.3 || ^7.0.0",
|
|
45
|
-
"@progress/kendo-angular-upload": "15.3.0
|
|
45
|
+
"@progress/kendo-angular-upload": "15.3.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"tslib": "^2.3.1",
|
|
49
|
-
"@progress/kendo-angular-schematics": "15.3.0
|
|
49
|
+
"@progress/kendo-angular-schematics": "15.3.0",
|
|
50
50
|
"@progress/kendo-common": "^0.2.2",
|
|
51
51
|
"@progress/kendo-draggable": "^3.0.0",
|
|
52
52
|
"@progress/kendo-inputs-common": "^3.1.0"
|
|
@@ -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
|
|
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 %})).
|
|
81
81
|
*/
|
|
82
82
|
label: string;
|
|
83
83
|
/**
|
|
84
|
-
* Sets custom Rating font icon [see example]({% slug icon_rating %}).
|
|
84
|
+
* Sets custom Rating font icon ([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
|
|
88
|
+
* Sets custom Rating SVG icon. It is the icon that is used for selected/hovered state ([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 selected/hovered state
|
|
92
|
+
* Sets custom Rating SVG icon. It is the icon that is used for not selected/hovered state ([see example]({% slug icon_rating %})).
|
|
93
93
|
*/
|
|
94
94
|
svgIconOutline: SVGIcon;
|
|
95
95
|
/**
|