@colijnit/transaction 261.20.66 → 261.20.68

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
@@ -964,6 +964,7 @@ declare class TransactionEventService {
964
964
  readonly removeFromContainerRequested: Subject<void>;
965
965
  readonly removeFromContainerSuccess: Subject<void>;
966
966
  readonly requestFocusOnArticleField: Subject<void>;
967
+ readonly transportNotificationsSet: Subject<void>;
967
968
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionEventService, never>;
968
969
  static ɵprov: i0.ɵɵInjectableDeclaration<TransactionEventService>;
969
970
  }
@@ -9514,10 +9515,14 @@ declare abstract class TransactionPurchaseTransportLineBaseComponent extends Tra
9514
9515
  }
9515
9516
 
9516
9517
  declare class TransactionPurchaseTransportLineComponent extends TransactionPurchaseTransportLineBaseComponent {
9517
- lineIndex: number;
9518
9518
  showClass(): boolean;
9519
+ lineIndex: number;
9519
9520
  totals: TransportNotificationTotals;
9521
+ private _sub;
9520
9522
  handleVisibilityChange(visible: boolean): Promise<void>;
9523
+ addTranportNotificationSub(): void;
9524
+ removeTranportNotificationSub(): void;
9525
+ getTotals(): Promise<void>;
9521
9526
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionPurchaseTransportLineComponent, never>;
9522
9527
  static ɵcmp: i0.ɵɵComponentDeclaration<TransactionPurchaseTransportLineComponent, "co-transaction-purchase-transport-line", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; }, {}, never, never, false, never>;
9523
9528
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "261.20.66",
3
+ "version": "261.20.68",
4
4
  "description": "Colijn IT transaction module for Angular 20",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",
@@ -11,9 +11,9 @@
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.16",
14
+ "@colijnit/corecomponents_v12": ">=261.20.19",
15
15
  "@colijnit/ioneconnector": ">=261.1.4",
16
- "@colijnit/mainapi": ">=261.1.11",
16
+ "@colijnit/mainapi": ">=261.1.13",
17
17
  "@colijnit/product": ">=261.20.0",
18
18
  "@colijnit/relation": ">=261.20.0",
19
19
  "@colijnit/relationapi": ">=261.1.1",