ps-toolkit-ui 0.0.57 → 0.0.58

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.
@@ -5744,12 +5744,13 @@
5744
5744
  var e_2, _a;
5745
5745
  var _this = this;
5746
5746
  var _loop_1 = function (r) {
5747
- setTimeout(function () { r.unCheck(); });
5747
+ r.unCheck();
5748
5748
  if (ids.includes(r.value)) {
5749
- setTimeout(function () { r.toggle(_this.inp.onlyChild); });
5749
+ r.toggle(this_1.inp.onlyChild);
5750
5750
  }
5751
5751
  setTimeout(function () { _this.checkChildren(r.children, ids); });
5752
5752
  };
5753
+ var this_1 = this;
5753
5754
  try {
5754
5755
  for (var _b = __values(this.inp.rows), _c = _b.next(); !_c.done; _c = _b.next()) {
5755
5756
  var r = _c.value;
@@ -5769,10 +5770,11 @@
5769
5770
  var _this = this;
5770
5771
  var _loop_2 = function (r) {
5771
5772
  if (ids.includes(r.value)) {
5772
- setTimeout(function () { r.toggle(_this.inp.onlyChild); });
5773
+ r.toggle(this_2.inp.onlyChild);
5773
5774
  }
5774
5775
  setTimeout(function () { _this.checkChildren(r.children, ids); });
5775
5776
  };
5777
+ var this_2 = this;
5776
5778
  try {
5777
5779
  for (var chs_1 = __values(chs), chs_1_1 = chs_1.next(); !chs_1_1.done; chs_1_1 = chs_1.next()) {
5778
5780
  var r = chs_1_1.value;