ps-toolkit-ui 1.18.31 → 1.18.33
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 +2 -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/table.component.js +3 -1
- package/fesm2015/ps-toolkit-ui.js +2 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3979,9 +3979,11 @@
|
|
|
3979
3979
|
if (x.type === exports.InputType.Submit) {
|
|
3980
3980
|
x.onClick = function () {
|
|
3981
3981
|
_this.table.load(x);
|
|
3982
|
+
$__namespace(_this.tableDiv.nativeElement).removeClass('show-expert-search');
|
|
3982
3983
|
};
|
|
3983
3984
|
_this.table.searchForm.submit = function () {
|
|
3984
3985
|
_this.table.load(x);
|
|
3986
|
+
$__namespace(_this.tableDiv.nativeElement).removeClass('show-expert-search');
|
|
3985
3987
|
};
|
|
3986
3988
|
}
|
|
3987
3989
|
});
|