ps-toolkit-ui 1.11.63 → 1.11.64
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 +1 -1
- 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/classes/steps.class.js +2 -2
- package/fesm2015/ps-toolkit-ui.js +1 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/lib/classes/steps.class.d.ts +1 -1
- package/package.json +1 -1
|
@@ -8082,6 +8082,7 @@
|
|
|
8082
8082
|
function StepsClass(l) {
|
|
8083
8083
|
this.items = [];
|
|
8084
8084
|
this.activeAll = false;
|
|
8085
|
+
this.isDone = false;
|
|
8085
8086
|
this.onDone = function () { };
|
|
8086
8087
|
this.l = l;
|
|
8087
8088
|
}
|
|
@@ -8103,7 +8104,6 @@
|
|
|
8103
8104
|
this.url = url;
|
|
8104
8105
|
this.active = active;
|
|
8105
8106
|
this.current = false;
|
|
8106
|
-
this.isDone = false;
|
|
8107
8107
|
this.description = null;
|
|
8108
8108
|
this.form = null;
|
|
8109
8109
|
this.onClick = null;
|