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