@syncfusion/ej2-vue-navigations 29.1.41 → 29.2.5

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);
@@ -1197,7 +1197,7 @@ var TabPlugin = {
1197
1197
  }
1198
1198
  };
1199
1199
 
1200
- var properties$6 = ['isLazyUpdate', 'plugins', 'allowDragAndDrop', 'allowEditing', 'allowMultiSelection', 'allowTextWrap', 'animation', 'autoCheck', 'checkDisabledChildren', 'checkedNodes', 'cssClass', 'disabled', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandOn', 'expandedNodes', 'fields', 'fullRowNavigable', 'fullRowSelect', 'loadOnDemand', 'locale', 'nodeTemplate', 'selectedNodes', 'showCheckBox', 'sortOrder', 'actionFailure', 'created', 'dataBound', 'dataSourceChanged', 'destroyed', 'drawNode', 'keyPress', 'nodeChecked', 'nodeChecking', 'nodeClicked', 'nodeCollapsed', 'nodeCollapsing', 'nodeDragStart', 'nodeDragStop', 'nodeDragging', 'nodeDropped', 'nodeEdited', 'nodeEditing', 'nodeExpanded', 'nodeExpanding', 'nodeSelected', 'nodeSelecting'];
1200
+ var properties$6 = ['isLazyUpdate', 'plugins', 'allowDragAndDrop', 'allowEditing', 'allowMultiSelection', 'allowTextWrap', 'animation', 'autoCheck', 'checkDisabledChildren', 'checkOnClick', 'checkedNodes', 'cssClass', 'disabled', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandOn', 'expandedNodes', 'fields', 'fullRowNavigable', 'fullRowSelect', 'loadOnDemand', 'locale', 'nodeTemplate', 'selectedNodes', 'showCheckBox', 'sortOrder', 'actionFailure', 'created', 'dataBound', 'dataSourceChanged', 'destroyed', 'drawNode', 'keyPress', 'nodeChecked', 'nodeChecking', 'nodeClicked', 'nodeCollapsed', 'nodeCollapsing', 'nodeDragStart', 'nodeDragStop', 'nodeDragging', 'nodeDropped', 'nodeEdited', 'nodeEditing', 'nodeExpanded', 'nodeExpanding', 'nodeSelected', 'nodeSelecting'];
1201
1201
  var modelProps$6 = [];
1202
1202
  var testProp$6 = getProps({ props: properties$6 });
1203
1203
  var props$6 = testProp$6[0], watch$6 = testProp$6[1], emitProbs$6 = Object.keys(watch$6);
@@ -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);