@colijnit/transaction 300.1.13 → 300.1.14

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
@@ -16682,6 +16682,7 @@ declare class TransactionHeaderCustomerPortalComponent {
16682
16682
  transactionHeaderService: TransactionHeaderService;
16683
16683
  protected transactionService: TransactionService;
16684
16684
  private _transactionConnectorService;
16685
+ private _paymentConnectorService;
16685
16686
  readonly cfgNames: typeof TransactionCfgName;
16686
16687
  readonly icons: typeof Icon;
16687
16688
  set transaction(value: TransactionInfoResponse);
@@ -16691,10 +16692,16 @@ declare class TransactionHeaderCustomerPortalComponent {
16691
16692
  showPlanningDialog: boolean;
16692
16693
  isPurchaseOrder: boolean;
16693
16694
  canPlanDelivery: boolean;
16695
+ paidDown: number;
16696
+ settled: number;
16697
+ depositAmount: number;
16698
+ depositSettled: number;
16699
+ depositRemainder: number;
16694
16700
  private _transaction;
16695
- constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionService: TransactionService, _transactionConnectorService: TransactionConnectorService);
16701
+ constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionService: TransactionService, _transactionConnectorService: TransactionConnectorService, _paymentConnectorService: TransactionPaymentConnectorService);
16696
16702
  checkCanPlanDelivery(): void;
16697
16703
  get transactionTotal(): TransactionTotal;
16704
+ getDepositInfo(): void;
16698
16705
  getWeekNumber(dateInput: Date | string | null | undefined): string;
16699
16706
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderCustomerPortalComponent, never>;
16700
16707
  static ɵcmp: i0.ɵɵComponentDeclaration<TransactionHeaderCustomerPortalComponent, "co-transaction-header-customer-portal", never, { "transaction": { "alias": "transaction"; "required": false; }; "showPreferredPlanning": { "alias": "showPreferredPlanning"; "required": false; }; }, {}, never, never, false, never>;
@@ -118,6 +118,25 @@
118
118
  gap: 10px;
119
119
  justify-content: space-between;
120
120
  }
121
+ .summary {
122
+ &.total {
123
+ border-top: 1px solid #ccc;
124
+ padding-top: 10px;
125
+ }
126
+ }
127
+ .deposit-wrapper {
128
+ display: flex;
129
+ flex-direction: column;
130
+ padding: 5px 0;
131
+ .total-label {
132
+ font-weight: 600;
133
+ }
134
+ .summary {
135
+ display: flex;
136
+ width: 100%;
137
+ justify-content: space-between;
138
+ }
139
+ }
121
140
  }
122
141
  .totals-summary {
123
142
  &:hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "300.1.13",
3
+ "version": "300.1.14",
4
4
  "description": "Colijn IT transaction module for Angular 20",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",
@@ -11,14 +11,14 @@
11
11
  "@angular/core": ">=20.3.16",
12
12
  "@colijnit/articleapi": ">=300.1.0",
13
13
  "@colijnit/catalog": ">=300.1.0",
14
- "@colijnit/corecomponents_v12": ">=300.1.0",
14
+ "@colijnit/corecomponents_v12": ">=300.1.4",
15
15
  "@colijnit/ioneconnector": ">=300.1.0",
16
- "@colijnit/mainapi": ">=300.1.8",
16
+ "@colijnit/mainapi": ">=300.1.9",
17
17
  "@colijnit/product": ">=300.1.0",
18
18
  "@colijnit/relation": ">=300.1.0",
19
19
  "@colijnit/relationapi": ">=300.1.1",
20
20
  "@colijnit/sharedapi": ">=1.0.20",
21
- "@colijnit/sharedcomponents": ">=300.1.4",
21
+ "@colijnit/sharedcomponents": ">=300.1.8",
22
22
  "@colijnit/transactionapi": ">=300.1.8"
23
23
  },
24
24
  "dependencies": {