@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.
- package/bundles/colijnit-transaction.umd.js +3 -2
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction-254.1.12.tgz +0 -0
- package/esm2015/lib/component/simple-vertical-stepper/co-simple-vertical-stepper.component.js +2 -1
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +3 -2
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/package.json +1 -1
|
@@ -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.
|
|
37
|
-
this.publishDate = "
|
|
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;
|