@syncfusion/ej2-vue-navigations 27.1.58 → 27.2.2

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.
@@ -1132,6 +1132,9 @@ let TabComponent = vueDefineComponent({
1132
1132
  refreshActiveTabBorder() {
1133
1133
  return this.ej2Instances.refreshActiveTabBorder();
1134
1134
  },
1135
+ refreshOverflow() {
1136
+ return this.ej2Instances.refreshOverflow();
1137
+ },
1135
1138
  removeTab(index) {
1136
1139
  return this.ej2Instances.removeTab(index);
1137
1140
  },