@progress/kendo-react-grid 5.10.0-dev.202301171454 → 5.10.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.
@@ -34,7 +34,7 @@ export declare class GridColumnMenuWrapper extends React.Component<GridColumnMen
34
34
  /** @hidden */
35
35
  focus: () => void;
36
36
  /** @hidden */
37
- anchorClick: () => void;
37
+ anchorClick: (event: React.MouseEvent<HTMLAnchorElement>) => void;
38
38
  /** @hidden */
39
39
  closeMenu: () => void;
40
40
  /** @hidden */
@@ -72,8 +72,11 @@ var GridColumnMenuWrapper = /** @class */ (function (_super) {
72
72
  clearTimeout(_this.blurTimeout);
73
73
  };
74
74
  /** @hidden */
75
- _this.anchorClick = function () {
76
- _this.setState({ show: !_this.state.show }, function () { return _this.state.show && _this._content && _this._content.focus(); });
75
+ _this.anchorClick = function (event) {
76
+ event.preventDefault();
77
+ _this.setState({
78
+ show: !_this.state.show
79
+ }, function () { return _this.state.show && _this._content && _this._content.focus(); });
77
80
  };
78
81
  /** @hidden */
79
82
  _this.closeMenu = function () {
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-grid',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1673966410,
8
+ publishDate: 1674030888,
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
  };
@@ -34,7 +34,7 @@ export declare class GridColumnMenuWrapper extends React.Component<GridColumnMen
34
34
  /** @hidden */
35
35
  focus: () => void;
36
36
  /** @hidden */
37
- anchorClick: () => void;
37
+ anchorClick: (event: React.MouseEvent<HTMLAnchorElement>) => void;
38
38
  /** @hidden */
39
39
  closeMenu: () => void;
40
40
  /** @hidden */
@@ -75,8 +75,11 @@ var GridColumnMenuWrapper = /** @class */ (function (_super) {
75
75
  clearTimeout(_this.blurTimeout);
76
76
  };
77
77
  /** @hidden */
78
- _this.anchorClick = function () {
79
- _this.setState({ show: !_this.state.show }, function () { return _this.state.show && _this._content && _this._content.focus(); });
78
+ _this.anchorClick = function (event) {
79
+ event.preventDefault();
80
+ _this.setState({
81
+ show: !_this.state.show
82
+ }, function () { return _this.state.show && _this._content && _this._content.focus(); });
80
83
  };
81
84
  /** @hidden */
82
85
  _this.closeMenu = function () {
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-grid',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1673966410,
11
+ publishDate: 1674030888,
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
  };