@syncfusion/ej2-vue-navigations 29.1.41 → 29.2.4

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.
@@ -528,8 +528,8 @@ var ContextMenuComponent = vueDefineComponent({
528
528
  getItemIndex: function (item, isUniqueId) {
529
529
  return this.ej2Instances.getItemIndex(item, isUniqueId);
530
530
  },
531
- getMenuWidth: function (cmenu, width, isRtl) {
532
- return this.ej2Instances.getMenuWidth(cmenu, width, isRtl);
531
+ getMenuWidth: function (menuElement, width, isRtl) {
532
+ return this.ej2Instances.getMenuWidth(menuElement, width, isRtl);
533
533
  },
534
534
  hideItems: function (items, isUniqueId) {
535
535
  return this.ej2Instances.hideItems(items, isUniqueId);
@@ -1670,8 +1670,8 @@ var MenuComponent = vueDefineComponent({
1670
1670
  getItemIndex: function (item, isUniqueId) {
1671
1671
  return this.ej2Instances.getItemIndex(item, isUniqueId);
1672
1672
  },
1673
- getMenuWidth: function (cmenu, width, isRtl) {
1674
- return this.ej2Instances.getMenuWidth(cmenu, width, isRtl);
1673
+ getMenuWidth: function (menuElement, width, isRtl) {
1674
+ return this.ej2Instances.getMenuWidth(menuElement, width, isRtl);
1675
1675
  },
1676
1676
  hideItems: function (items, isUniqueId) {
1677
1677
  return this.ej2Instances.hideItems(items, isUniqueId);