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