@colijnit/transaction 255.1.25 → 255.1.27

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.
@@ -1,5 +1,6 @@
1
1
  @include export-module('cc-delivery-planning-overview-tile-line-layout') {
2
2
  .co-delivery-planning-overview-tile-line {
3
+ display: flex;
3
4
  border: 1px solid #f8f8fa;
4
5
  border-radius: 3px;
5
6
  .planning-line-wrapper {
@@ -24,7 +25,7 @@
24
25
  display: flex;
25
26
  justify-content: space-between;
26
27
  width: 100%;
27
- padding: 5px 10px;
28
+
28
29
  .planning-line-left {
29
30
  display: flex;
30
31
  gap: 10px;
@@ -27,6 +27,8 @@ export declare class TransactionLineSidePanelComponent implements OnInit, OnDest
27
27
  cancelClick: EventEmitter<MouseEvent>;
28
28
  activeCategoryButton: TransactionBarButton;
29
29
  showClass(): boolean;
30
+ ordersTotal: number;
31
+ private subscription;
30
32
  constructor(_service: TransactionService, _transactionEventService: TransactionEventService, _transactionMappingService: TransactionMappingService, _purchaseConfirmationService: PurchaseConfirmationService);
31
33
  ngOnInit(): void;
32
34
  ngOnDestroy(): void;
@@ -11,9 +11,12 @@ export declare class PurchaseConfirmationService {
11
11
  confirmationFinished: Subject<void>;
12
12
  set confirmationAnalysisId(value: number);
13
13
  get confirmationAnalysisId(): number;
14
+ setOrdersTotal(value: number): void;
14
15
  confirmationAnalysisResult: OrderConfirmationAnalysisResult[];
15
16
  analyzedConfirmation: AnalyzedOrderConfirmation;
16
17
  private _confirmationAnalysisId;
18
+ private ordersTotal;
19
+ ordersTotalObservable: import("rxjs").Observable<number>;
17
20
  constructor(_transactionConnectorService: TransactionConnectorService, _transactionEventService: TransactionEventService);
18
21
  reset(): void;
19
22
  linkAnalysisToTransactionLine(transactionLine: TransactionLineInfo, analysis: OrderConfirmationAnalysisResult): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "255.1.25",
3
+ "version": "255.1.27",
4
4
  "description": "Colijn IT transaction module for Angular 12",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",
@@ -12,15 +12,15 @@
12
12
  "@colijnit/articleapi": ">=255.1.1",
13
13
  "@colijnit/catalog": ">=255.1.1",
14
14
  "@colijnit/corecomponents": ">=1.12.0",
15
- "@colijnit/corecomponents_v12": ">=255.1.2",
15
+ "@colijnit/corecomponents_v12": ">=255.1.8",
16
16
  "@colijnit/ioneconnector": ">=255.1.1",
17
17
  "@colijnit/mainapi": ">=255.1.4",
18
18
  "@colijnit/product": ">=255.1.1",
19
19
  "@colijnit/relation": ">=255.1.2",
20
20
  "@colijnit/relationapi": ">=255.1.1",
21
21
  "@colijnit/sharedapi": ">=1.0.20",
22
- "@colijnit/sharedcomponents": ">=255.1.14",
23
- "@colijnit/transactionapi": ">=255.1.11",
22
+ "@colijnit/sharedcomponents": ">=255.1.15",
23
+ "@colijnit/transactionapi": ">=255.1.12",
24
24
  "@types/three": ">=0.125.0",
25
25
  "@tweenjs/tween.js": ">=17.2.0",
26
26
  "three": ">=0.125.0",