@progress/kendo-react-inputs 5.3.0-dev.202205051853 → 5.3.0-dev.202205091142
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.
- package/dist/cdn/js/kendo-react-inputs.js +1 -1
- package/dist/es/colors/ColorPalette.js +1 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/rating/RatingItem.js +1 -1
- package/dist/npm/colors/ColorPalette.js +1 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/rating/RatingItem.js +1 -1
- package/dist/systemjs/kendo-react-inputs.js +1 -1
- package/package.json +14 -14
|
@@ -208,7 +208,7 @@ var ColorPaletteWithoutContext = /** @class */ (function (_super) {
|
|
|
208
208
|
var isSelected = rowIsSelected && selectedColumn === i;
|
|
209
209
|
var className = classNames('k-colorpalette-tile', {
|
|
210
210
|
'k-selected': isSelected,
|
|
211
|
-
'k-
|
|
211
|
+
'k-focus': rowIsFocused && focusedColumn === i
|
|
212
212
|
});
|
|
213
213
|
return (React.createElement("td", { className: className, "aria-label": color, "aria-selected": isSelected ? true : _this.props.disabled ? undefined : false, style: { backgroundColor: color, width: width, height: height, minWidth: width }, onClick: function (event) { return _this.onColorClick(color, event); }, id: _this.createCellId({ row: rowIndex, col: i }), key: i }));
|
|
214
214
|
});
|
|
@@ -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:
|
|
8
|
+
publishDate: 1652095644,
|
|
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
|
};
|
|
@@ -74,7 +74,7 @@ export var RatingItem = React.forwardRef(function (props, ref) {
|
|
|
74
74
|
return (React.createElement("span", { id: props.id, ref: element, dir: dir, "data-half": props.half, tabIndex: props.tabIndex, title: props.title, style: props.style, className: classNames('k-rating-item', {
|
|
75
75
|
'k-rtl': dir === 'rtl',
|
|
76
76
|
'k-selected': props.selected,
|
|
77
|
-
'k-
|
|
77
|
+
'k-hover': props.hovered
|
|
78
78
|
}, props.className), onClick: handleClick, onKeyDown: handleKeyDown, onFocus: handleFocus, onBlur: handleBlur, onMouseEnter: handleMouseEnter, onMouseLeave: handleMouseLeave, onMouseMove: handleMouseMove }, props.children));
|
|
79
79
|
});
|
|
80
80
|
var propTypes = {
|
|
@@ -210,7 +210,7 @@ var ColorPaletteWithoutContext = /** @class */ (function (_super) {
|
|
|
210
210
|
var isSelected = rowIsSelected && selectedColumn === i;
|
|
211
211
|
var className = kendo_react_common_1.classNames('k-colorpalette-tile', {
|
|
212
212
|
'k-selected': isSelected,
|
|
213
|
-
'k-
|
|
213
|
+
'k-focus': rowIsFocused && focusedColumn === i
|
|
214
214
|
});
|
|
215
215
|
return (React.createElement("td", { className: className, "aria-label": color, "aria-selected": isSelected ? true : _this.props.disabled ? undefined : false, style: { backgroundColor: color, width: width, height: height, minWidth: width }, onClick: function (event) { return _this.onColorClick(color, event); }, id: _this.createCellId({ row: rowIndex, col: i }), key: i }));
|
|
216
216
|
});
|
|
@@ -7,7 +7,7 @@ exports.packageMetadata = {
|
|
|
7
7
|
name: '@progress/kendo-react-inputs',
|
|
8
8
|
productName: 'KendoReact',
|
|
9
9
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
10
|
-
publishDate:
|
|
10
|
+
publishDate: 1652095644,
|
|
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
|
};
|
|
@@ -76,7 +76,7 @@ exports.RatingItem = React.forwardRef(function (props, ref) {
|
|
|
76
76
|
return (React.createElement("span", { id: props.id, ref: element, dir: dir, "data-half": props.half, tabIndex: props.tabIndex, title: props.title, style: props.style, className: kendo_react_common_1.classNames('k-rating-item', {
|
|
77
77
|
'k-rtl': dir === 'rtl',
|
|
78
78
|
'k-selected': props.selected,
|
|
79
|
-
'k-
|
|
79
|
+
'k-hover': props.hovered
|
|
80
80
|
}, props.className), onClick: handleClick, onKeyDown: handleKeyDown, onFocus: handleFocus, onBlur: handleBlur, onMouseEnter: handleMouseEnter, onMouseLeave: handleMouseLeave, onMouseMove: handleMouseMove }, props.children));
|
|
81
81
|
});
|
|
82
82
|
var propTypes = {
|