ps-toolkit-ui 0.1.45 → 0.1.46

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.
@@ -8058,6 +8058,7 @@
8058
8058
  this.table.set(this.changeRows);
8059
8059
  if (this.table.searchForm) {
8060
8060
  this.table.searchForm.displayLabel = false;
8061
+ this.table.searchForm.class = 'p-0';
8061
8062
  this.table.searchForm.inputs.forEach(function (x) {
8062
8063
  x.required = false;
8063
8064
  x.displayLabel = false;