@mtna/web-form-angular 1.0.6-SNAPSHOT.15 → 1.0.6-SNAPSHOT.16

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.
@@ -4473,6 +4473,9 @@
4473
4473
  },
4474
4474
  set: function (value) {
4475
4475
  this._step = value;
4476
+ if (this.wfItemComponent && this.wfItemComponent instanceof MtnaWfBaseSectionItem) {
4477
+ this.wfItemComponent.step = this._step;
4478
+ }
4476
4479
  },
4477
4480
  enumerable: false,
4478
4481
  configurable: true