ps-toolkit-ui 1.13.7 → 1.13.8

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.
@@ -6104,6 +6104,9 @@
6104
6104
  };
6105
6105
  FormTableComponent.prototype.changeRows = function (e) {
6106
6106
  this.inp.error = null;
6107
+ if (this.inp.onChange) {
6108
+ this.inp.onChange(e);
6109
+ }
6107
6110
  };
6108
6111
  return FormTableComponent;
6109
6112
  }());