ps-toolkit-ui 1.17.3 → 1.17.5

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.
@@ -9446,9 +9446,6 @@
9446
9446
  if (data.Id) {
9447
9447
  var i = _this.rows.findIndex(function (x) { return x.Data.Id === data.Id; });
9448
9448
  _this.rows[i].Data = data;
9449
- if (_this.onLoad) {
9450
- _this.onLoad(null);
9451
- }
9452
9449
  }
9453
9450
  else {
9454
9451
  data.Id = parseInt(HelperClass.random(5, false, false), 10);
@@ -9485,6 +9482,9 @@
9485
9482
  changeRows.emit(data);
9486
9483
  }
9487
9484
  _this.form.clear(_this.insertAccess != null);
9485
+ if (_this.onLoad) {
9486
+ _this.onLoad(null);
9487
+ }
9488
9488
  } : null);
9489
9489
  if (this.hasChildren) {
9490
9490
  var level = new InputClass(this.environment, this.l, 'Level', null, exports.InputType.Hidden);