ps-toolkit-ui 1.18.65 → 1.18.67

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.
@@ -3980,21 +3980,20 @@
3980
3980
  }
3981
3981
  if (x.type === exports.InputType.Submit) {
3982
3982
  x.onClick = function () {
3983
- console.log('x.onClick');
3984
- if (_this.table.searchForm.onBeforeSubmit && !_this.table.searchForm.onBeforeSubmit()) {
3985
- return;
3986
- }
3987
- _this.table.load(x);
3988
- $__namespace(_this.tableDiv.nativeElement).removeClass('show-expert-search');
3989
- };
3990
- _this.table.searchForm.submit = function () {
3991
- console.log('this.table.searchForm.submit');
3992
3983
  if (_this.table.searchForm.onBeforeSubmit && !_this.table.searchForm.onBeforeSubmit()) {
3993
3984
  return;
3994
3985
  }
3995
3986
  _this.table.load(x);
3996
3987
  $__namespace(_this.tableDiv.nativeElement).removeClass('show-expert-search');
3997
3988
  };
3989
+ // this.table.searchForm.submit = () => {
3990
+ // console.log('this.table.searchForm.submit');
3991
+ // if (this.table.searchForm.onBeforeSubmit && !this.table.searchForm.onBeforeSubmit()){
3992
+ // return;
3993
+ // }
3994
+ // this.table.load(x);
3995
+ // $(this.tableDiv.nativeElement).removeClass('show-expert-search');
3996
+ // };
3998
3997
  }
3999
3998
  });
4000
3999
  }