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.
- package/bundles/ps-toolkit-ui.umd.js +1 -0
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/table-old/table-old.component.js +2 -1
- package/fesm2015/ps-toolkit-ui.js +1 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -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;
|