@colijnit/transaction 300.1.5 → 300.1.6
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 +332 -326
- package/fesm2022/colijnit-transaction.mjs.map +1 -1
- package/index.d.ts +0 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -6135,7 +6135,6 @@ declare class TransactionHeaderPopupRelationComponent extends TransactionHeaderP
|
|
|
6135
6135
|
handleNavigationClick(nav: string): void;
|
|
6136
6136
|
handleChangeCustomGroup(group: string): void;
|
|
6137
6137
|
navigateToRelation(): void;
|
|
6138
|
-
titleNameForTitleId(titleId: number): string;
|
|
6139
6138
|
private _setFirstAddress;
|
|
6140
6139
|
private _lockRelation;
|
|
6141
6140
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderPopupRelationComponent, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/transaction",
|
|
3
|
-
"version": "300.1.
|
|
3
|
+
"version": "300.1.6",
|
|
4
4
|
"description": "Colijn IT transaction module for Angular 20",
|
|
5
5
|
"repository": "npm/npm",
|
|
6
6
|
"author": "Colijn IT",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@colijnit/relationapi": ">=300.1.0",
|
|
20
20
|
"@colijnit/sharedapi": ">=1.0.20",
|
|
21
21
|
"@colijnit/sharedcomponents": ">=300.1.0",
|
|
22
|
-
"@colijnit/transactionapi": ">=300.1.
|
|
22
|
+
"@colijnit/transactionapi": ">=300.1.6"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"tslib": "^2.8.1"
|