@progress/kendo-react-dateinputs 5.5.0-dev.202206270752 → 5.5.0-dev.202206271130

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.
@@ -132,7 +132,9 @@ var DateInputWithoutContext = /** @class */ (function (_super) {
132
132
  _this.setSelection(_this.selectionByIndex(_this.selection.start));
133
133
  };
134
134
  _this.nativeWheel = function (event) {
135
- event.preventDefault();
135
+ if (document.activeElement === _this.element) {
136
+ event.preventDefault();
137
+ }
136
138
  };
137
139
  _this.wheel = function (event) {
138
140
  if (document.activeElement !== _this.element) {
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-dateinputs',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1656315076,
8
+ publishDate: 1656328244,
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
  };
@@ -135,7 +135,9 @@ var DateInputWithoutContext = /** @class */ (function (_super) {
135
135
  _this.setSelection(_this.selectionByIndex(_this.selection.start));
136
136
  };
137
137
  _this.nativeWheel = function (event) {
138
- event.preventDefault();
138
+ if (document.activeElement === _this.element) {
139
+ event.preventDefault();
140
+ }
139
141
  };
140
142
  _this.wheel = function (event) {
141
143
  if (document.activeElement !== _this.element) {
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-dateinputs',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1656315076,
11
+ publishDate: 1656328244,
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
  };