ps-toolkit-ui 1.13.96 → 1.13.97
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/ps-toolkit-ui.umd.js +2 -2
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/steps/steps.component.js +3 -3
- package/fesm2015/ps-toolkit-ui.js +2 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -2807,10 +2807,10 @@
|
|
|
2807
2807
|
if (!activeStep.form.check()) {
|
|
2808
2808
|
return;
|
|
2809
2809
|
}
|
|
2810
|
-
activeStep.form.
|
|
2810
|
+
activeStep.form.onFailed = function () {
|
|
2811
2811
|
btn.loading = false;
|
|
2812
2812
|
};
|
|
2813
|
-
activeStep.form.
|
|
2813
|
+
activeStep.form.onSuccess = function () {
|
|
2814
2814
|
if (done) {
|
|
2815
2815
|
_this.steps.onDone();
|
|
2816
2816
|
}
|