@progress/kendo-react-layout 5.4.0-dev.202205250548 → 5.4.0-dev.202205271059

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.
Files changed (168) hide show
  1. package/dist/cdn/js/kendo-react-layout.js +1 -1
  2. package/dist/es/appbar/interfaces/AppBarProps.js +1 -0
  3. package/dist/es/appbar/interfaces/AppBarSectionProps.js +1 -0
  4. package/dist/es/appbar/interfaces/AppBarSpacerProps.js +1 -0
  5. package/dist/es/bottomnavigation/BottomNavigationItemProps.js +1 -0
  6. package/dist/es/bottomnavigation/BottomNavigationProps.js +1 -0
  7. package/dist/es/bottomnavigation/models/events.js +1 -0
  8. package/dist/es/bottomnavigation/models/utils.d.ts +16 -16
  9. package/dist/es/card/Card.js +5 -4
  10. package/dist/es/card/interfaces/AvatarProps.js +1 -0
  11. package/dist/es/card/interfaces/CardActionsProps.js +1 -0
  12. package/dist/es/card/interfaces/CardBodyProps.js +1 -0
  13. package/dist/es/card/interfaces/CardFooterProps.js +1 -0
  14. package/dist/es/card/interfaces/CardHandle.js +1 -0
  15. package/dist/es/card/interfaces/CardHeaderProps.js +1 -0
  16. package/dist/es/card/interfaces/CardImageProps.js +1 -0
  17. package/dist/es/card/interfaces/CardProps.js +1 -0
  18. package/dist/es/card/interfaces/CardSubtitleProps.js +1 -0
  19. package/dist/es/card/interfaces/CardTitleProps.js +1 -0
  20. package/dist/es/drawer/DrawerItem.js +4 -2
  21. package/dist/es/drawer/DrawerNavigation.js +2 -2
  22. package/dist/es/drawer/interfaces/DrawerAnimation.js +1 -0
  23. package/dist/es/drawer/interfaces/DrawerContentProps.js +1 -0
  24. package/dist/es/drawer/interfaces/DrawerItemHandle.js +1 -0
  25. package/dist/es/drawer/interfaces/DrawerItemProps.js +1 -0
  26. package/dist/es/drawer/interfaces/DrawerNavigationProps.js +1 -0
  27. package/dist/es/drawer/interfaces/DrawerProps.js +1 -0
  28. package/dist/es/drawer/interfaces/DrawerSelectEvent.js +1 -0
  29. package/dist/es/expansionpanel/index.js +1 -0
  30. package/dist/es/expansionpanel/interfaces.js +1 -0
  31. package/dist/es/gridlayout/interfaces/GridLayoutColumnProps.js +1 -0
  32. package/dist/es/gridlayout/interfaces/GridLayoutItemProps.js +1 -0
  33. package/dist/es/gridlayout/interfaces/GridLayoutProps.js +1 -0
  34. package/dist/es/gridlayout/interfaces/GridLayoutRowProps.js +1 -0
  35. package/dist/es/main.js +37 -0
  36. package/dist/es/menu/BaseMenuItemInternalProps.js +1 -0
  37. package/dist/es/menu/MenuProps.js +1 -0
  38. package/dist/es/menu/components/Menu.js +3 -1
  39. package/dist/es/menu/components/MenuItem.js +3 -1
  40. package/dist/es/menu/components/MenuItemArrow.js +3 -1
  41. package/dist/es/menu/components/MenuItemInternal.d.ts +4 -4
  42. package/dist/es/menu/components/MenuItemInternal.js +7 -5
  43. package/dist/es/menu/components/MenuItemInternalsList.js +3 -1
  44. package/dist/es/menu/components/MenuItemLink.js +3 -1
  45. package/dist/es/menu/events.js +1 -0
  46. package/dist/es/menu/models/BaseMenuItem.js +1 -0
  47. package/dist/es/menu/models/MenuItemModel.js +1 -0
  48. package/dist/es/menu/utils/MouseOverHandler.d.ts +2 -2
  49. package/dist/es/menu/utils/MouseOverHandler.js +2 -2
  50. package/dist/es/package-metadata.js +1 -1
  51. package/dist/es/panelbar/PanelBar.d.ts +4 -4
  52. package/dist/es/panelbar/PanelBar.js +15 -8
  53. package/dist/es/panelbar/PanelBarItem.js +5 -3
  54. package/dist/es/panelbar/interfaces/PanelBarItemClickEventArguments.js +1 -0
  55. package/dist/es/panelbar/interfaces/PanelBarItemProps.js +1 -0
  56. package/dist/es/panelbar/interfaces/PanelBarProps.js +1 -0
  57. package/dist/es/panelbar/interfaces/PanelBarSelectEventArguments.js +1 -0
  58. package/dist/es/panelbar/interfaces/RenderPanelBarItem.js +1 -0
  59. package/dist/es/panelbar/util.js +8 -3
  60. package/dist/es/splitter/Splitter.d.ts +5 -5
  61. package/dist/es/splitter/Splitter.js +16 -14
  62. package/dist/es/splitter/SplitterBar.d.ts +3 -3
  63. package/dist/es/splitter/SplitterBar.js +7 -5
  64. package/dist/es/splitter/SplitterPane.js +3 -1
  65. package/dist/es/stacklayout/StackLayoutProps.js +1 -0
  66. package/dist/es/stepper/Step.js +4 -2
  67. package/dist/es/stepper/interfaces/StepChangeEvent.js +1 -0
  68. package/dist/es/stepper/interfaces/StepFocusEvent.js +1 -0
  69. package/dist/es/stepper/interfaces/StepHandle.js +1 -0
  70. package/dist/es/stepper/interfaces/StepProps.js +1 -0
  71. package/dist/es/stepper/interfaces/StepperChangeEvent.js +1 -0
  72. package/dist/es/stepper/interfaces/StepperFocusEvent.js +1 -0
  73. package/dist/es/stepper/interfaces/StepperHandle.js +1 -0
  74. package/dist/es/stepper/interfaces/StepperProps.js +1 -0
  75. package/dist/es/stepper/messages/index.d.ts +1 -1
  76. package/dist/es/tabstrip/TabStrip.js +4 -2
  77. package/dist/es/tabstrip/TabStripContent.js +4 -2
  78. package/dist/es/tabstrip/TabStripNavigation.js +3 -1
  79. package/dist/es/tabstrip/TabStripNavigationItem.js +3 -1
  80. package/dist/es/tabstrip/TabStripTab.d.ts +4 -0
  81. package/dist/es/tabstrip/TabStripTab.js +9 -1
  82. package/dist/es/tilelayout/InternalTile.d.ts +2 -2
  83. package/dist/es/tilelayout/InternalTile.js +5 -3
  84. package/dist/es/tilelayout/ResizeHandlers.js +3 -1
  85. package/dist/es/tilelayout/TileLayout.d.ts +1 -1
  86. package/dist/es/tilelayout/TileLayout.js +4 -2
  87. package/dist/es/tilelayout/interfaces/main.js +1 -0
  88. package/dist/npm/appbar/AppBar.js +1 -0
  89. package/dist/npm/appbar/AppBarSection.js +1 -0
  90. package/dist/npm/appbar/AppBarSpacer.js +1 -0
  91. package/dist/npm/bottomnavigation/BottomNavigation.js +1 -0
  92. package/dist/npm/bottomnavigation/BottomNavigationItem.js +1 -0
  93. package/dist/npm/bottomnavigation/models/utils.d.ts +16 -16
  94. package/dist/npm/bottomnavigation/models/utils.js +1 -0
  95. package/dist/npm/breadcrumb/Breadcrumb.js +1 -0
  96. package/dist/npm/breadcrumb/BreadcrumbDelimiter.js +1 -0
  97. package/dist/npm/breadcrumb/BreadcrumbLink.js +1 -0
  98. package/dist/npm/breadcrumb/BreadcrumbListItem.js +1 -0
  99. package/dist/npm/breadcrumb/BreadcrumbOrderedList.js +1 -0
  100. package/dist/npm/card/Avatar.js +3 -1
  101. package/dist/npm/card/Card.js +6 -4
  102. package/dist/npm/card/CardActions.js +3 -1
  103. package/dist/npm/card/CardBody.js +3 -1
  104. package/dist/npm/card/CardFooter.js +3 -1
  105. package/dist/npm/card/CardHeader.js +3 -1
  106. package/dist/npm/card/CardImage.js +3 -1
  107. package/dist/npm/card/CardSubtitle.js +3 -1
  108. package/dist/npm/card/CardTitle.js +3 -1
  109. package/dist/npm/card/interfaces/Enums.js +1 -0
  110. package/dist/npm/drawer/Drawer.js +1 -0
  111. package/dist/npm/drawer/DrawerContent.js +1 -0
  112. package/dist/npm/drawer/DrawerItem.js +5 -2
  113. package/dist/npm/drawer/DrawerNavigation.js +3 -2
  114. package/dist/npm/drawer/context/DrawerContext.js +1 -0
  115. package/dist/npm/expansionpanel/ExpansionPanel.js +1 -0
  116. package/dist/npm/expansionpanel/ExpansionPanelContent.js +1 -0
  117. package/dist/npm/expansionpanel/index.js +13 -5
  118. package/dist/npm/gridlayout/GridLayout.js +1 -0
  119. package/dist/npm/gridlayout/GridLayoutItem.js +1 -0
  120. package/dist/npm/main.js +91 -47
  121. package/dist/npm/menu/components/Menu.js +4 -1
  122. package/dist/npm/menu/components/MenuItem.js +4 -1
  123. package/dist/npm/menu/components/MenuItemArrow.js +4 -1
  124. package/dist/npm/menu/components/MenuItemInternal.d.ts +4 -4
  125. package/dist/npm/menu/components/MenuItemInternal.js +8 -5
  126. package/dist/npm/menu/components/MenuItemInternalsList.js +4 -1
  127. package/dist/npm/menu/components/MenuItemLink.js +4 -1
  128. package/dist/npm/menu/consts.js +1 -0
  129. package/dist/npm/menu/utils/DirectionHolder.js +1 -0
  130. package/dist/npm/menu/utils/MouseOverHandler.d.ts +2 -2
  131. package/dist/npm/menu/utils/MouseOverHandler.js +3 -2
  132. package/dist/npm/menu/utils/getNewItemIdUponKeyboardNavigation.js +1 -0
  133. package/dist/npm/menu/utils/hoverDelay.js +1 -0
  134. package/dist/npm/menu/utils/itemsIdsUtils.js +1 -0
  135. package/dist/npm/menu/utils/misc.js +1 -0
  136. package/dist/npm/menu/utils/prepareInputItemsForInternalWork.js +1 -0
  137. package/dist/npm/package-metadata.js +2 -1
  138. package/dist/npm/panelbar/PanelBar.d.ts +4 -4
  139. package/dist/npm/panelbar/PanelBar.js +16 -8
  140. package/dist/npm/panelbar/PanelBarItem.js +6 -3
  141. package/dist/npm/panelbar/interfaces/NavigationAction.js +1 -0
  142. package/dist/npm/panelbar/util.js +19 -8
  143. package/dist/npm/splitter/Splitter.d.ts +5 -5
  144. package/dist/npm/splitter/Splitter.js +17 -14
  145. package/dist/npm/splitter/SplitterBar.d.ts +3 -3
  146. package/dist/npm/splitter/SplitterBar.js +8 -5
  147. package/dist/npm/splitter/SplitterPane.js +4 -1
  148. package/dist/npm/stacklayout/StackLayout.js +1 -0
  149. package/dist/npm/stepper/Step.js +5 -2
  150. package/dist/npm/stepper/Stepper.js +1 -0
  151. package/dist/npm/stepper/contants.js +1 -0
  152. package/dist/npm/stepper/context/StepperContext.js +1 -0
  153. package/dist/npm/stepper/interfaces/StepperOnNavigateEvent.js +1 -0
  154. package/dist/npm/stepper/messages/index.d.ts +1 -1
  155. package/dist/npm/stepper/messages/index.js +2 -1
  156. package/dist/npm/tabstrip/TabStrip.js +5 -2
  157. package/dist/npm/tabstrip/TabStripContent.js +5 -2
  158. package/dist/npm/tabstrip/TabStripNavigation.js +4 -1
  159. package/dist/npm/tabstrip/TabStripNavigationItem.js +4 -1
  160. package/dist/npm/tabstrip/TabStripTab.d.ts +4 -0
  161. package/dist/npm/tabstrip/TabStripTab.js +10 -1
  162. package/dist/npm/tilelayout/InternalTile.d.ts +2 -2
  163. package/dist/npm/tilelayout/InternalTile.js +6 -3
  164. package/dist/npm/tilelayout/ResizeHandlers.js +4 -1
  165. package/dist/npm/tilelayout/TileLayout.d.ts +1 -1
  166. package/dist/npm/tilelayout/TileLayout.js +5 -2
  167. package/dist/systemjs/kendo-react-layout.js +1 -1
  168. package/package.json +13 -13
@@ -6,5 +6,5 @@ export declare const optionalText = "stepper.optionalText";
6
6
  * @hidden
7
7
  */
8
8
  export declare const messages: {
9
- [optionalText]: string;
9
+ "stepper.optionalText": string;
10
10
  };
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
2
  var _a;
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.messages = exports.optionalText = void 0;
4
5
  /**
5
6
  * @hidden
6
7
  */
@@ -3,10 +3,12 @@ var __extends = (this && this.__extends) || (function () {
3
3
  var extendStatics = function (d, b) {
4
4
  extendStatics = Object.setPrototypeOf ||
5
5
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
6
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
7
  return extendStatics(d, b);
8
8
  };
9
9
  return function (d, b) {
10
+ if (typeof b !== "function" && b !== null)
11
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
10
12
  extendStatics(d, b);
11
13
  function __() { this.constructor = d; }
12
14
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -24,6 +26,7 @@ var __assign = (this && this.__assign) || function () {
24
26
  return __assign.apply(this, arguments);
25
27
  };
26
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.TabStrip = void 0;
27
30
  var React = require("react");
28
31
  var PropTypes = require("prop-types");
29
32
  var TabStripNavigation_1 = require("./TabStripNavigation");
@@ -164,7 +167,7 @@ var TabStrip = /** @class */ (function (_super) {
164
167
  */
165
168
  TabStrip.prototype.render = function () {
166
169
  var _this = this;
167
- var tabProps = __assign({}, this.props, { children: this.children(), onKeyDown: this.onKeyDown, onSelect: this.onSelect });
170
+ var tabProps = __assign(__assign({}, this.props), { children: this.children(), onKeyDown: this.onKeyDown, onSelect: this.onSelect });
168
171
  var tabPosition = tabProps.tabPosition, _a = tabProps.tabIndex, tabIndex = _a === void 0 ? 0 : _a;
169
172
  var bottom = tabPosition === 'bottom';
170
173
  var componentClasses = kendo_react_common_1.classNames('k-tabstrip', 'k-floatwrap', {
@@ -3,10 +3,12 @@ var __extends = (this && this.__extends) || (function () {
3
3
  var extendStatics = function (d, b) {
4
4
  extendStatics = Object.setPrototypeOf ||
5
5
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
6
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
7
  return extendStatics(d, b);
8
8
  };
9
9
  return function (d, b) {
10
+ if (typeof b !== "function" && b !== null)
11
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
10
12
  extendStatics(d, b);
11
13
  function __() { this.constructor = d; }
12
14
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -24,6 +26,7 @@ var __assign = (this && this.__assign) || function () {
24
26
  return __assign.apply(this, arguments);
25
27
  };
26
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.TabStripContent = void 0;
27
30
  var React = require("react");
28
31
  var PropTypes = require("prop-types");
29
32
  var kendo_react_animation_1 = require("@progress/kendo-react-animation");
@@ -34,7 +37,7 @@ var TabStripContent = /** @class */ (function (_super) {
34
37
  var _this = _super !== null && _super.apply(this, arguments) || this;
35
38
  _this.contentId = kendo_react_common_1.guid();
36
39
  _this.childFactory = function (child) {
37
- return React.cloneElement(child, __assign({}, child.props, { in: child.props.children.props.id === String(_this.contentId + _this.props.selected) }));
40
+ return React.cloneElement(child, __assign(__assign({}, child.props), { in: child.props.children.props.id === String(_this.contentId + _this.props.selected) }));
38
41
  };
39
42
  return _this;
40
43
  }
@@ -3,10 +3,12 @@ var __extends = (this && this.__extends) || (function () {
3
3
  var extendStatics = function (d, b) {
4
4
  extendStatics = Object.setPrototypeOf ||
5
5
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
6
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
7
  return extendStatics(d, b);
8
8
  };
9
9
  return function (d, b) {
10
+ if (typeof b !== "function" && b !== null)
11
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
10
12
  extendStatics(d, b);
11
13
  function __() { this.constructor = d; }
12
14
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -24,6 +26,7 @@ var __assign = (this && this.__assign) || function () {
24
26
  return __assign.apply(this, arguments);
25
27
  };
26
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.TabStripNavigation = void 0;
27
30
  var React = require("react");
28
31
  var PropTypes = require("prop-types");
29
32
  var TabStripNavigationItem_1 = require("./TabStripNavigationItem");
@@ -3,10 +3,12 @@ var __extends = (this && this.__extends) || (function () {
3
3
  var extendStatics = function (d, b) {
4
4
  extendStatics = Object.setPrototypeOf ||
5
5
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
6
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
7
  return extendStatics(d, b);
8
8
  };
9
9
  return function (d, b) {
10
+ if (typeof b !== "function" && b !== null)
11
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
10
12
  extendStatics(d, b);
11
13
  function __() { this.constructor = d; }
12
14
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -24,6 +26,7 @@ var __assign = (this && this.__assign) || function () {
24
26
  return __assign.apply(this, arguments);
25
27
  };
26
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.TabStripNavigationItem = void 0;
27
30
  var React = require("react");
28
31
  var PropTypes = require("prop-types");
29
32
  var kendo_react_common_1 = require("@progress/kendo-react-common");
@@ -31,4 +31,8 @@ export declare class TabStripTab extends React.Component<TabStripTabProps, {}> {
31
31
  children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
32
32
  title: PropTypes.Requireable<PropTypes.ReactNodeLike>;
33
33
  };
34
+ /**
35
+ * @hidden
36
+ */
37
+ render(): any;
34
38
  }
@@ -3,16 +3,19 @@ var __extends = (this && this.__extends) || (function () {
3
3
  var extendStatics = function (d, b) {
4
4
  extendStatics = Object.setPrototypeOf ||
5
5
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
6
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
7
  return extendStatics(d, b);
8
8
  };
9
9
  return function (d, b) {
10
+ if (typeof b !== "function" && b !== null)
11
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
10
12
  extendStatics(d, b);
11
13
  function __() { this.constructor = d; }
12
14
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
13
15
  };
14
16
  })();
15
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.TabStripTab = void 0;
16
19
  var React = require("react");
17
20
  var PropTypes = require("prop-types");
18
21
  var TabStripTab = /** @class */ (function (_super) {
@@ -20,6 +23,12 @@ var TabStripTab = /** @class */ (function (_super) {
20
23
  function TabStripTab() {
21
24
  return _super !== null && _super.apply(this, arguments) || this;
22
25
  }
26
+ /**
27
+ * @hidden
28
+ */
29
+ TabStripTab.prototype.render = function () {
30
+ return null;
31
+ };
23
32
  /**
24
33
  * @hidden
25
34
  */
@@ -42,7 +42,7 @@ export declare class InternalTile extends React.Component<InternalTileProps, {
42
42
  resizable: boolean;
43
43
  reorderable: boolean;
44
44
  };
45
- protected readonly reorderable: boolean;
45
+ protected get reorderable(): boolean;
46
46
  state: {
47
47
  rtl: boolean;
48
48
  };
@@ -53,7 +53,7 @@ export declare class InternalTile extends React.Component<InternalTileProps, {
53
53
  dragging: boolean;
54
54
  resizing: boolean;
55
55
  element: HTMLElement | null;
56
- readonly dragElement: HTMLElement;
56
+ get dragElement(): HTMLElement;
57
57
  ignoreDrag: boolean;
58
58
  pressOffset: {
59
59
  x: number;
@@ -3,10 +3,12 @@ var __extends = (this && this.__extends) || (function () {
3
3
  var extendStatics = function (d, b) {
4
4
  extendStatics = Object.setPrototypeOf ||
5
5
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
6
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
7
  return extendStatics(d, b);
8
8
  };
9
9
  return function (d, b) {
10
+ if (typeof b !== "function" && b !== null)
11
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
10
12
  extendStatics(d, b);
11
13
  function __() { this.constructor = d; }
12
14
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -24,6 +26,7 @@ var __assign = (this && this.__assign) || function () {
24
26
  return __assign.apply(this, arguments);
25
27
  };
26
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.InternalTile = void 0;
27
30
  var React = require("react");
28
31
  var PropTypes = require("prop-types");
29
32
  var kendo_react_common_1 = require("@progress/kendo-react-common");
@@ -189,14 +192,14 @@ var InternalTile = /** @class */ (function (_super) {
189
192
  get: function () {
190
193
  return this.props.reorderable !== undefined ? this.props.reorderable : InternalTile.defaultProps.reorderable;
191
194
  },
192
- enumerable: true,
195
+ enumerable: false,
193
196
  configurable: true
194
197
  });
195
198
  Object.defineProperty(InternalTile.prototype, "dragElement", {
196
199
  get: function () {
197
200
  return this.draggable ? this.draggable.element : undefined;
198
201
  },
199
- enumerable: true,
202
+ enumerable: false,
200
203
  configurable: true
201
204
  });
202
205
  InternalTile.prototype.componentDidMount = function () {
@@ -3,10 +3,12 @@ var __extends = (this && this.__extends) || (function () {
3
3
  var extendStatics = function (d, b) {
4
4
  extendStatics = Object.setPrototypeOf ||
5
5
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
6
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
7
  return extendStatics(d, b);
8
8
  };
9
9
  return function (d, b) {
10
+ if (typeof b !== "function" && b !== null)
11
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
10
12
  extendStatics(d, b);
11
13
  function __() { this.constructor = d; }
12
14
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -24,6 +26,7 @@ var __assign = (this && this.__assign) || function () {
24
26
  return __assign.apply(this, arguments);
25
27
  };
26
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.ResizeHandlers = void 0;
27
30
  var React = require("react");
28
31
  var kendo_react_common_1 = require("@progress/kendo-react-common");
29
32
  /**
@@ -124,7 +124,7 @@ export declare class TileLayout extends React.Component<TileLayoutProps, TileLay
124
124
  /**
125
125
  * Gets the HTML element of the TileLayout component.
126
126
  */
127
- readonly element: HTMLDivElement | null;
127
+ get element(): HTMLDivElement | null;
128
128
  /**
129
129
  * @hidden
130
130
  */
@@ -3,10 +3,12 @@ var __extends = (this && this.__extends) || (function () {
3
3
  var extendStatics = function (d, b) {
4
4
  extendStatics = Object.setPrototypeOf ||
5
5
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
6
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
7
  return extendStatics(d, b);
8
8
  };
9
9
  return function (d, b) {
10
+ if (typeof b !== "function" && b !== null)
11
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
10
12
  extendStatics(d, b);
11
13
  function __() { this.constructor = d; }
12
14
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -24,6 +26,7 @@ var __assign = (this && this.__assign) || function () {
24
26
  return __assign.apply(this, arguments);
25
27
  };
26
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.TileLayout = void 0;
27
30
  var React = require("react");
28
31
  var PropTypes = require("prop-types");
29
32
  var kendo_react_common_1 = require("@progress/kendo-react-common");
@@ -110,7 +113,7 @@ var TileLayout = /** @class */ (function (_super) {
110
113
  get: function () {
111
114
  return this._element;
112
115
  },
113
- enumerable: true,
116
+ enumerable: false,
114
117
  configurable: true
115
118
  });
116
119
  /**