@syncfusion/ej2-vue-navigations 26.1.39 → 26.1.41

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.
@@ -2043,6 +2043,9 @@ var StepperComponent = vueDefineComponent({
2043
2043
  previousStep: function () {
2044
2044
  return this.ej2Instances.previousStep();
2045
2045
  },
2046
+ refreshProgressbar: function () {
2047
+ return this.ej2Instances.refreshProgressbar();
2048
+ },
2046
2049
  reset: function () {
2047
2050
  return this.ej2Instances.reset();
2048
2051
  },