ps-toolkit-ui 1.18.65 → 1.18.66
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 +8 -8
- 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 +9 -9
- package/fesm2015/ps-toolkit-ui.js +8 -8
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3987,14 +3987,14 @@
|
|
|
3987
3987
|
_this.table.load(x);
|
|
3988
3988
|
$__namespace(_this.tableDiv.nativeElement).removeClass('show-expert-search');
|
|
3989
3989
|
};
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
3997
|
-
};
|
|
3990
|
+
// this.table.searchForm.submit = () => {
|
|
3991
|
+
// console.log('this.table.searchForm.submit');
|
|
3992
|
+
// if (this.table.searchForm.onBeforeSubmit && !this.table.searchForm.onBeforeSubmit()){
|
|
3993
|
+
// return;
|
|
3994
|
+
// }
|
|
3995
|
+
// this.table.load(x);
|
|
3996
|
+
// $(this.tableDiv.nativeElement).removeClass('show-expert-search');
|
|
3997
|
+
// };
|
|
3998
3998
|
}
|
|
3999
3999
|
});
|
|
4000
4000
|
}
|