@colijnit/transaction 261.20.54 → 261.20.56
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
|
@@ -952,6 +952,7 @@ declare class TransactionEventService {
|
|
|
952
952
|
readonly fillContainerSuccess: Subject<void>;
|
|
953
953
|
readonly removeFromContainerRequested: Subject<void>;
|
|
954
954
|
readonly removeFromContainerSuccess: Subject<void>;
|
|
955
|
+
readonly requestFocusOnArticleField: Subject<void>;
|
|
955
956
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionEventService, never>;
|
|
956
957
|
static ɵprov: i0.ɵɵInjectableDeclaration<TransactionEventService>;
|
|
957
958
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/transaction",
|
|
3
|
-
"version": "261.20.
|
|
3
|
+
"version": "261.20.56",
|
|
4
4
|
"description": "Colijn IT transaction module for Angular 20",
|
|
5
5
|
"repository": "npm/npm",
|
|
6
6
|
"author": "Colijn IT",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@angular/core": ">=20.3.16",
|
|
12
12
|
"@colijnit/articleapi": ">=261.1.3",
|
|
13
13
|
"@colijnit/catalog": ">=261.20.3",
|
|
14
|
-
"@colijnit/corecomponents_v12": ">=261.20.
|
|
14
|
+
"@colijnit/corecomponents_v12": ">=261.20.16",
|
|
15
15
|
"@colijnit/ioneconnector": ">=261.1.2",
|
|
16
16
|
"@colijnit/mainapi": ">=261.1.7",
|
|
17
17
|
"@colijnit/product": ">=261.20.0",
|