ps-toolkit-ui 1.16.22 → 1.16.24

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.
@@ -3337,11 +3337,11 @@
3337
3337
  TableRowComponent.prototype.loadChildren = function (p) {
3338
3338
  var _this = this;
3339
3339
  var data = this.table.searchData();
3340
- // @ts-ignore
3340
+ // tslint:disable-next-line
3341
3341
  data['Page'] = 1;
3342
- // @ts-ignore
3342
+ // tslint:disable-next-line
3343
3343
  data['PerPage'] = -1;
3344
- // @ts-ignore
3344
+ // tslint:disable-next-line
3345
3345
  data['Level'] = this.level;
3346
3346
  new RequestClass(this.table.environment, this.table.l).send(this.table.url + ("/" + p), exports.Method.Post, data, this.showChildren, function (result) {
3347
3347
  _this.children = result.List;
@@ -3921,7 +3921,6 @@
3921
3921
  _this.table.load();
3922
3922
  };
3923
3923
  }
3924
- x.withClear = true;
3925
3924
  }
3926
3925
  if (x.type === exports.InputType.Submit) {
3927
3926
  x.onClick = function () {