@progress/kendo-react-dateinputs 4.11.0-dev.202111151049 → 4.11.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.
@@ -209,6 +209,7 @@ var MultiViewCalendar = /** @class */ (function (_super) {
209
209
  };
210
210
  _this.handleViewChange = function (_a) {
211
211
  var view = _a.view;
212
+ _this.calculateFocusFromValue = false;
212
213
  _this.setState({ activeView: view });
213
214
  };
214
215
  _this.handleDateChange = function (event) {
@@ -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: 1636972084,
8
+ publishDate: 1637235777,
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
  };
@@ -211,6 +211,7 @@ var MultiViewCalendar = /** @class */ (function (_super) {
211
211
  };
212
212
  _this.handleViewChange = function (_a) {
213
213
  var view = _a.view;
214
+ _this.calculateFocusFromValue = false;
214
215
  _this.setState({ activeView: view });
215
216
  };
216
217
  _this.handleDateChange = function (event) {
@@ -7,7 +7,7 @@ exports.packageMetadata = {
7
7
  name: '@progress/kendo-react-dateinputs',
8
8
  productName: 'KendoReact',
9
9
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
10
- publishDate: 1636972084,
10
+ publishDate: 1637235777,
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
  };