taxtank-core 2.0.18 → 2.0.19

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/index.d.ts CHANGED
@@ -11117,7 +11117,7 @@ declare class VehicleClaimCollection extends Collection<VehicleClaim> {
11117
11117
  }
11118
11118
 
11119
11119
  declare class DocumentFolderCollection extends Collection<DocumentFolder> {
11120
- toTreeNode(documents: Collection<Document>): TreeNode<DocumentFolder>[];
11120
+ toTreeNode(documents: Collection<Document>, expandedIds: Set<number>): TreeNode<DocumentFolder>[];
11121
11121
  }
11122
11122
 
11123
11123
  declare class AllocationGroupCollection extends Collection<AllocationGroup> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "2.0.18",
3
+ "version": "2.0.19",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",