@colijnit/transaction 254.1.12 → 254.1.13

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.
@@ -33,8 +33,8 @@
33
33
  function Version() {
34
34
  this.name = "@colijnit/transaction";
35
35
  this.description = "Colijn IT transaction package";
36
- this.symVer = "254.1.12";
37
- this.publishDate = "3-7-2024 17:59:07";
36
+ this.symVer = "254.1.13";
37
+ this.publishDate = "4-7-2024 13:30:05";
38
38
  }
39
39
  return Version;
40
40
  }());
@@ -53120,6 +53120,7 @@
53120
53120
  this.stepChildren[counter].show = true;
53121
53121
  counter++;
53122
53122
  }
53123
+ this.activeStep = idx - 1;
53123
53124
  };
53124
53125
  SimpleVerticalStepperComponent.prototype.validateCurrentStep = function (nextStep) {
53125
53126
  var _this = this;