@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.
@@ -516,8 +516,8 @@ let ContextMenuComponent = vueDefineComponent({
516
516
  getItemIndex(item, isUniqueId) {
517
517
  return this.ej2Instances.getItemIndex(item, isUniqueId);
518
518
  },
519
- getMenuWidth(cmenu, width, isRtl) {
520
- return this.ej2Instances.getMenuWidth(cmenu, width, isRtl);
519
+ getMenuWidth(menuElement, width, isRtl) {
520
+ return this.ej2Instances.getMenuWidth(menuElement, width, isRtl);
521
521
  },
522
522
  hideItems(items, isUniqueId) {
523
523
  return this.ej2Instances.hideItems(items, isUniqueId);
@@ -1634,8 +1634,8 @@ let MenuComponent = vueDefineComponent({
1634
1634
  getItemIndex(item, isUniqueId) {
1635
1635
  return this.ej2Instances.getItemIndex(item, isUniqueId);
1636
1636
  },
1637
- getMenuWidth(cmenu, width, isRtl) {
1638
- return this.ej2Instances.getMenuWidth(cmenu, width, isRtl);
1637
+ getMenuWidth(menuElement, width, isRtl) {
1638
+ return this.ej2Instances.getMenuWidth(menuElement, width, isRtl);
1639
1639
  },
1640
1640
  hideItems(items, isUniqueId) {
1641
1641
  return this.ej2Instances.hideItems(items, isUniqueId);