ps-toolkit-ui 1.17.43 → 1.17.44
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 +0 -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/classes/form.class.js +1 -3
- package/fesm2015/ps-toolkit-ui.js +0 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
- package/ps-toolkit-ui.metadata.json +1 -1
|
@@ -2688,7 +2688,6 @@
|
|
|
2688
2688
|
}
|
|
2689
2689
|
else if (_this.type === exports.InputType.Tree || _this.type === exports.InputType.TreeRadio) {
|
|
2690
2690
|
_this.rows = _this.getRows(result, null);
|
|
2691
|
-
console.log(_this.rows);
|
|
2692
2691
|
}
|
|
2693
2692
|
if (done) {
|
|
2694
2693
|
done();
|
|
@@ -2709,7 +2708,6 @@
|
|
|
2709
2708
|
}
|
|
2710
2709
|
else if (this.type === exports.InputType.Tree || this.type === exports.InputType.TreeRadio) {
|
|
2711
2710
|
this.rows = this.getRows(result_1, null);
|
|
2712
|
-
console.log(this.rows);
|
|
2713
2711
|
}
|
|
2714
2712
|
}
|
|
2715
2713
|
}
|