ps-toolkit-ui 0.1.46 → 0.1.47

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,7 +8058,9 @@
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
+ console.log(this.table.searchForm.class);
8062
+ this.table.searchForm.class += ' p-0';
8063
+ console.log(this.table.searchForm.class);
8062
8064
  this.table.searchForm.inputs.forEach(function (x) {
8063
8065
  x.required = false;
8064
8066
  x.displayLabel = false;