@progress/kendo-react-inputs 5.1.0-dev.202201271252 → 5.1.0-dev.202202101500

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.
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-inputs',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1643286804,
8
+ publishDate: 1644504401,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
11
11
  };
@@ -31,7 +31,7 @@ export interface RatingProps extends FormComponentProps {
31
31
  */
32
32
  item?: React.ComponentType<RatingItemProps>;
33
33
  /**
34
- * Sets the current value of the Rating, used in controlled mode. [See example]({% slug overview_ratingitem %})
34
+ * Sets the current value of the Rating, used in controlled mode. [See example]({% slug item_customization_ratingitem %})
35
35
  */
36
36
  value?: number;
37
37
  /**
@@ -45,7 +45,7 @@ export interface RatingItemProps {
45
45
  */
46
46
  icon?: any;
47
47
  /**
48
- * Determines if current RatingItem is selected. [See example]({% slug overview_ratingitem %})
48
+ * Determines if current RatingItem is selected. [See example]({% slug item_customization_ratingitem %})
49
49
  */
50
50
  selected?: boolean;
51
51
  /**
@@ -7,7 +7,7 @@ exports.packageMetadata = {
7
7
  name: '@progress/kendo-react-inputs',
8
8
  productName: 'KendoReact',
9
9
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
10
- publishDate: 1643286804,
10
+ publishDate: 1644504401,
11
11
  version: '',
12
12
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
13
13
  };
@@ -31,7 +31,7 @@ export interface RatingProps extends FormComponentProps {
31
31
  */
32
32
  item?: React.ComponentType<RatingItemProps>;
33
33
  /**
34
- * Sets the current value of the Rating, used in controlled mode. [See example]({% slug overview_ratingitem %})
34
+ * Sets the current value of the Rating, used in controlled mode. [See example]({% slug item_customization_ratingitem %})
35
35
  */
36
36
  value?: number;
37
37
  /**
@@ -45,7 +45,7 @@ export interface RatingItemProps {
45
45
  */
46
46
  icon?: any;
47
47
  /**
48
- * Determines if current RatingItem is selected. [See example]({% slug overview_ratingitem %})
48
+ * Determines if current RatingItem is selected. [See example]({% slug item_customization_ratingitem %})
49
49
  */
50
50
  selected?: boolean;
51
51
  /**