ps-toolkit-ui 0.1.45 → 0.1.48

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.
@@ -3045,6 +3045,7 @@
3045
3045
  this.table.set(this.changeRows);
3046
3046
  if (this.table.searchForm) {
3047
3047
  this.table.searchForm.displayLabel = false;
3048
+ this.table.searchForm.class += ' p-0';
3048
3049
  this.table.searchForm.inputs.forEach(function (x) {
3049
3050
  x.required = false;
3050
3051
  x.displayLabel = false;