mn-angular-lib 1.0.19 → 1.0.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mn-angular-lib",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.1.3",
6
6
  "@angular/core": "^21.1.3"
@@ -3394,6 +3394,8 @@ declare class MnWizardBodyComponent implements OnInit, AfterViewInit, OnDestroy
3394
3394
  get canGoBack(): boolean;
3395
3395
  get canGoNext(): boolean;
3396
3396
  get isLastStep(): boolean;
3397
+ /** Index of the current step for the progress line */
3398
+ get currentProgressIndex(): number;
3397
3399
  get isFreeFlow(): boolean;
3398
3400
  canNavigateToStep(step: WizardStepConfig): boolean;
3399
3401
  goToStep(step: WizardStepConfig): Promise<void>;