@syncfusion/ej2-vue-navigations 26.1.40 → 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.
@@ -1999,6 +1999,9 @@ let StepperComponent = vueDefineComponent({
1999
1999
  previousStep() {
2000
2000
  return this.ej2Instances.previousStep();
2001
2001
  },
2002
+ refreshProgressbar() {
2003
+ return this.ej2Instances.refreshProgressbar();
2004
+ },
2002
2005
  reset() {
2003
2006
  return this.ej2Instances.reset();
2004
2007
  },