@c8y/ngx-components 1021.25.1 → 1021.26.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.
@@ -17430,6 +17430,7 @@ class C8yStepperButtons {
17430
17430
  * Otherwise it will call stepper.next() as default.
17431
17431
  */
17432
17432
  next() {
17433
+ this.stepper.selected.completed = true;
17433
17434
  if (this.onNext.observers.length > 0) {
17434
17435
  this.onNext.emit({ stepper: this.stepper, step: this.step });
17435
17436
  }