@progress/kendo-react-grid 4.11.0-dev.202111180932 → 4.13.0-dev.202111230848

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.
@@ -19,13 +19,21 @@ export interface ColumnMenuStateProps {
19
19
  * The GridColumnMenuWrapper component.
20
20
  */
21
21
  export declare class GridColumnMenuWrapper extends React.Component<GridColumnMenuWrapperProps, ColumnMenuStateProps> {
22
+ /** @hidden */
22
23
  readonly state: ColumnMenuStateProps;
24
+ /** @hidden */
23
25
  _anchor: HTMLDivElement | null;
26
+ /** @hidden */
24
27
  _content: HTMLDivElement | null;
28
+ /** @hidden */
25
29
  blurTimeout: any;
30
+ /** @hidden */
26
31
  blur: () => void;
32
+ /** @hidden */
27
33
  focus: () => void;
34
+ /** @hidden */
28
35
  anchorClick: () => void;
36
+ /** @hidden */
29
37
  closeMenu: () => void;
30
38
  render(): JSX.Element;
31
39
  }
@@ -40,20 +40,26 @@ var GridColumnMenuWrapper = /** @class */ (function (_super) {
40
40
  __extends(GridColumnMenuWrapper, _super);
41
41
  function GridColumnMenuWrapper() {
42
42
  var _this = _super !== null && _super.apply(this, arguments) || this;
43
+ /** @hidden */
43
44
  _this.state = {
44
45
  show: false
45
46
  };
47
+ /** @hidden */
46
48
  _this.blurTimeout = undefined;
49
+ /** @hidden */
47
50
  _this.blur = function () {
48
51
  clearTimeout(_this.blurTimeout);
49
52
  _this.blurTimeout = window.setTimeout(function () { _this.closeMenu(); });
50
53
  };
54
+ /** @hidden */
51
55
  _this.focus = function () {
52
56
  clearTimeout(_this.blurTimeout);
53
57
  };
58
+ /** @hidden */
54
59
  _this.anchorClick = function () {
55
60
  _this.setState({ show: !_this.state.show }, function () { return _this.state.show && _this._content && _this._content.focus(); });
56
61
  };
62
+ /** @hidden */
57
63
  _this.closeMenu = function () {
58
64
  _this.setState({ show: false });
59
65
  };
@@ -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: 1637227365,
8
+ publishDate: 1637656725,
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
  };
@@ -19,13 +19,21 @@ export interface ColumnMenuStateProps {
19
19
  * The GridColumnMenuWrapper component.
20
20
  */
21
21
  export declare class GridColumnMenuWrapper extends React.Component<GridColumnMenuWrapperProps, ColumnMenuStateProps> {
22
+ /** @hidden */
22
23
  readonly state: ColumnMenuStateProps;
24
+ /** @hidden */
23
25
  _anchor: HTMLDivElement | null;
26
+ /** @hidden */
24
27
  _content: HTMLDivElement | null;
28
+ /** @hidden */
25
29
  blurTimeout: any;
30
+ /** @hidden */
26
31
  blur: () => void;
32
+ /** @hidden */
27
33
  focus: () => void;
34
+ /** @hidden */
28
35
  anchorClick: () => void;
36
+ /** @hidden */
29
37
  closeMenu: () => void;
30
38
  render(): JSX.Element;
31
39
  }
@@ -42,20 +42,26 @@ var GridColumnMenuWrapper = /** @class */ (function (_super) {
42
42
  __extends(GridColumnMenuWrapper, _super);
43
43
  function GridColumnMenuWrapper() {
44
44
  var _this = _super !== null && _super.apply(this, arguments) || this;
45
+ /** @hidden */
45
46
  _this.state = {
46
47
  show: false
47
48
  };
49
+ /** @hidden */
48
50
  _this.blurTimeout = undefined;
51
+ /** @hidden */
49
52
  _this.blur = function () {
50
53
  clearTimeout(_this.blurTimeout);
51
54
  _this.blurTimeout = window.setTimeout(function () { _this.closeMenu(); });
52
55
  };
56
+ /** @hidden */
53
57
  _this.focus = function () {
54
58
  clearTimeout(_this.blurTimeout);
55
59
  };
60
+ /** @hidden */
56
61
  _this.anchorClick = function () {
57
62
  _this.setState({ show: !_this.state.show }, function () { return _this.state.show && _this._content && _this._content.focus(); });
58
63
  };
64
+ /** @hidden */
59
65
  _this.closeMenu = function () {
60
66
  _this.setState({ show: false });
61
67
  };
@@ -7,7 +7,7 @@ exports.packageMetadata = {
7
7
  name: '@progress/kendo-react-grid',
8
8
  productName: 'KendoReact',
9
9
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
10
- publishDate: 1637227365,
10
+ publishDate: 1637656725,
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
  };