@colijnit/transaction 255.1.9 → 255.1.10

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.
@@ -20,4 +20,5 @@ export declare class DialogTransactionSearchComponent implements OnInit, OnDestr
20
20
  ngOnDestroy(): void;
21
21
  onFilterButtonClick(): void;
22
22
  transLineClicked(line: TransactionLineSearchIndex): void;
23
+ searchTransactions(): Promise<void>;
23
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "255.1.9",
3
+ "version": "255.1.10",
4
4
  "description": "Colijn IT transaction module for Angular 12",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",