@progress/kendo-react-layout 4.14.0-dev.202201131241 → 4.14.0-dev.202201131520

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.
@@ -36,12 +36,13 @@ var MenuItemArrow = /** @class */ (function (_super) {
36
36
  * @hidden
37
37
  */
38
38
  MenuItemArrow.prototype.render = function () {
39
- return React.createElement("span", { className: this.getArrowClassName(), role: "presentation" });
39
+ return React.createElement("span", { className: "k-menu-expand-arrow", role: "presentation" },
40
+ React.createElement("span", { className: this.getArrowClassName() }));
40
41
  };
41
42
  MenuItemArrow.prototype.getArrowClassName = function () {
42
43
  var _a;
43
44
  var childrenPosition = getChildrenPosition(this.props.itemId, this.props.verticalMenu === true, this.props.dir === 'rtl');
44
- return classNames('k-icon', 'k-menu-expand-arrow', (_a = {},
45
+ return classNames('k-icon', (_a = {},
45
46
  _a[downArrowClass] = childrenPosition === 'downward',
46
47
  _a[rightArrowClass] = childrenPosition === 'rightward',
47
48
  _a[leftArrowClass] = childrenPosition === 'leftward',
@@ -89,7 +89,7 @@ var MenuItemInternal = /** @class */ (function (_super) {
89
89
  else {
90
90
  var textOrItemRender = this.itemRender ?
91
91
  React.createElement(this.itemRender, { item: this.props.onOriginalItemNeeded(item.id), itemId: item.id, key: "1" }) :
92
- item.text;
92
+ React.createElement("span", { className: "k-menu-link-text" }, item.text);
93
93
  return (React.createElement(MenuItemLink, { url: item.url, opened: this.Opened }, [
94
94
  this.renderMenuIconIfApplicable(),
95
95
  textOrItemRender,
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-layout',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1642076568,
8
+ publishDate: 1642086038,
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
  };
@@ -38,12 +38,13 @@ var MenuItemArrow = /** @class */ (function (_super) {
38
38
  * @hidden
39
39
  */
40
40
  MenuItemArrow.prototype.render = function () {
41
- return React.createElement("span", { className: this.getArrowClassName(), role: "presentation" });
41
+ return React.createElement("span", { className: "k-menu-expand-arrow", role: "presentation" },
42
+ React.createElement("span", { className: this.getArrowClassName() }));
42
43
  };
43
44
  MenuItemArrow.prototype.getArrowClassName = function () {
44
45
  var _a;
45
46
  var childrenPosition = misc_1.getChildrenPosition(this.props.itemId, this.props.verticalMenu === true, this.props.dir === 'rtl');
46
- return kendo_react_common_1.classNames('k-icon', 'k-menu-expand-arrow', (_a = {},
47
+ return kendo_react_common_1.classNames('k-icon', (_a = {},
47
48
  _a[exports.downArrowClass] = childrenPosition === 'downward',
48
49
  _a[exports.rightArrowClass] = childrenPosition === 'rightward',
49
50
  _a[exports.leftArrowClass] = childrenPosition === 'leftward',
@@ -91,7 +91,7 @@ var MenuItemInternal = /** @class */ (function (_super) {
91
91
  else {
92
92
  var textOrItemRender = this.itemRender ?
93
93
  React.createElement(this.itemRender, { item: this.props.onOriginalItemNeeded(item.id), itemId: item.id, key: "1" }) :
94
- item.text;
94
+ React.createElement("span", { className: "k-menu-link-text" }, item.text);
95
95
  return (React.createElement(MenuItemLink_1.MenuItemLink, { url: item.url, opened: this.Opened }, [
96
96
  this.renderMenuIconIfApplicable(),
97
97
  textOrItemRender,
@@ -7,7 +7,7 @@ exports.packageMetadata = {
7
7
  name: '@progress/kendo-react-layout',
8
8
  productName: 'KendoReact',
9
9
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
10
- publishDate: 1642076568,
10
+ publishDate: 1642086038,
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
  };