@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.
@@ -1156,6 +1156,9 @@ var TabComponent = vueDefineComponent({
1156
1156
  refreshActiveTabBorder: function () {
1157
1157
  return this.ej2Instances.refreshActiveTabBorder();
1158
1158
  },
1159
+ refreshOverflow: function () {
1160
+ return this.ej2Instances.refreshOverflow();
1161
+ },
1159
1162
  removeTab: function (index) {
1160
1163
  return this.ej2Instances.removeTab(index);
1161
1164
  },