ps-toolkit-ui 1.22.12 → 1.22.15
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 +5 -0
- 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 +6 -1
- package/fesm2015/ps-toolkit-ui.js +5 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
- package/ps-toolkit-ui.metadata.json +1 -1
|
@@ -2640,6 +2640,11 @@
|
|
|
2640
2640
|
_this.setOptions(r);
|
|
2641
2641
|
}
|
|
2642
2642
|
else if (_this.type === exports.InputType.Tree || _this.type === exports.InputType.TreeRadio) {
|
|
2643
|
+
result.forEach(function (x) {
|
|
2644
|
+
var _a;
|
|
2645
|
+
x.Id = x.Id.toString();
|
|
2646
|
+
x.ParentId = ((_a = x.ParentId) !== null && _a !== void 0 ? _a : null) !== null ? x.ParentId.toString() : null;
|
|
2647
|
+
});
|
|
2643
2648
|
_this.rows = _this.getRows(result, null);
|
|
2644
2649
|
if (_this.value != null) {
|
|
2645
2650
|
setTimeout(function () {
|