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.
@@ -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 () {