@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.
- package/dist/ej2-vue-navigations.umd.min.js +2 -2
- package/dist/ej2-vue-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-navigations.es2015.js +3 -0
- package/dist/es6/ej2-vue-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-navigations.es5.js +3 -0
- package/dist/es6/ej2-vue-navigations.es5.js.map +1 -1
- package/package.json +8 -8
- package/src/tab/tab.component.d.ts +1 -0
- package/src/tab/tab.component.js +3 -0
|
@@ -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
|
},
|