ps-toolkit-ui 1.3.32 → 1.3.33

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.
@@ -6048,6 +6048,9 @@
6048
6048
  this.checkParent(row.parent);
6049
6049
  }
6050
6050
  }
6051
+ if (this.inp.onChange) {
6052
+ this.inp.onChange(this.inp);
6053
+ }
6051
6054
  };
6052
6055
  FormTreeComponent.prototype.check = function (c) {
6053
6056
  if (this.inp.type === exports.InputType.Tree) {