@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.
- package/bundles/mtna-web-form-angular.umd.js +3 -0
- package/bundles/mtna-web-form-angular.umd.js.map +1 -1
- package/esm2015/lib/components/form-item-injector/form-item-injector.component.js +4 -1
- package/fesm2015/mtna-web-form-angular.js +3 -0
- package/fesm2015/mtna-web-form-angular.js.map +1 -1
- package/package.json +1 -1
|
@@ -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
|