@progress/kendo-react-inputs 5.6.0-dev.202208080636 → 5.6.0-dev.202208090643
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:
|
|
8
|
+
publishDate: 1660026228,
|
|
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
|
};
|
package/dist/es/switch/Switch.js
CHANGED
|
@@ -101,6 +101,7 @@ var SwitchWithoutContext = /** @class */ (function (_super) {
|
|
|
101
101
|
var keyCode = event.keyCode;
|
|
102
102
|
if (keyCode === Keys.space || keyCode === Keys.enter) {
|
|
103
103
|
_this.toggle(!_this.value, event);
|
|
104
|
+
event.preventDefault();
|
|
104
105
|
}
|
|
105
106
|
};
|
|
106
107
|
_this.handleWrapperFocus = function (event) {
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-react-inputs',
|
|
9
9
|
productName: 'KendoReact',
|
|
10
10
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1660026228,
|
|
12
12
|
version: '',
|
|
13
13
|
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'
|
|
14
14
|
};
|
|
@@ -104,6 +104,7 @@ var SwitchWithoutContext = /** @class */ (function (_super) {
|
|
|
104
104
|
var keyCode = event.keyCode;
|
|
105
105
|
if (keyCode === kendo_react_common_1.Keys.space || keyCode === kendo_react_common_1.Keys.enter) {
|
|
106
106
|
_this.toggle(!_this.value, event);
|
|
107
|
+
event.preventDefault();
|
|
107
108
|
}
|
|
108
109
|
};
|
|
109
110
|
_this.handleWrapperFocus = function (event) {
|