@colijnit/transaction 12.1.54 → 12.1.55
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/colijnit-transaction.umd.js +0 -2
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.js +1 -3
- package/fesm2015/colijnit-transaction.js +0 -2
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/package.json +1 -1
|
@@ -21568,8 +21568,6 @@
|
|
|
21568
21568
|
return true;
|
|
21569
21569
|
};
|
|
21570
21570
|
TransactionSearchResultComponent.prototype.ngOnInit = function () {
|
|
21571
|
-
this.searchService.searchRequest.general = 'test';
|
|
21572
|
-
this.searchService.searchTransactions();
|
|
21573
21571
|
};
|
|
21574
21572
|
Object.defineProperty(TransactionSearchResultComponent.prototype, "fullscreen", {
|
|
21575
21573
|
get: function () {
|