@colijnit/transaction 261.20.32 → 261.20.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/fesm2022/colijnit-transaction.mjs +323 -320
- package/fesm2022/colijnit-transaction.mjs.map +1 -1
- package/index.d.ts +0 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -4968,7 +4968,6 @@ declare class TransactionArticleTextComponent implements OnInit, AfterViewInit,
|
|
|
4968
4968
|
documents: FilterItemViewmodel[];
|
|
4969
4969
|
orderLineSetCategories: OrderLineSetCategory[];
|
|
4970
4970
|
showOnDocuments: number[];
|
|
4971
|
-
amount: number;
|
|
4972
4971
|
color: string;
|
|
4973
4972
|
title: string;
|
|
4974
4973
|
selectAll: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/transaction",
|
|
3
|
-
"version": "261.20.
|
|
3
|
+
"version": "261.20.33",
|
|
4
4
|
"description": "Colijn IT transaction module for Angular 20",
|
|
5
5
|
"repository": "npm/npm",
|
|
6
6
|
"author": "Colijn IT",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"@colijnit/relation": ">=261.20.0",
|
|
19
19
|
"@colijnit/relationapi": ">=261.1.1",
|
|
20
20
|
"@colijnit/sharedapi": ">=1.0.20",
|
|
21
|
-
"@colijnit/sharedcomponents": ">=261.20.
|
|
22
|
-
"@colijnit/transactionapi": ">=261.1.
|
|
21
|
+
"@colijnit/sharedcomponents": ">=261.20.4",
|
|
22
|
+
"@colijnit/transactionapi": ">=261.1.20"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"tslib": "^2.8.1"
|