@colijnit/transaction 261.20.49 → 261.20.51

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
@@ -6166,6 +6166,7 @@ declare class TransactionHeaderPopupPaymentComponent extends TransactionHeaderPo
6166
6166
  private _getPaymentMethodTypes;
6167
6167
  private _getObjectConfiguration;
6168
6168
  private _updateChosenAmountToPay;
6169
+ private _getCashOnDeliveryData;
6169
6170
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderPopupPaymentComponent, never>;
6170
6171
  static ɵcmp: i0.ɵɵComponentDeclaration<TransactionHeaderPopupPaymentComponent, "co-transaction-header-popup-payment", never, {}, {}, never, never, false, never>;
6171
6172
  }
@@ -6180,7 +6181,7 @@ declare class CashOnDeliveryModalComponent extends TransactionInputLineFieldBase
6180
6181
  changeAmountRequest: ChangeHeaderCashOnDeliveryAmountRequest;
6181
6182
  readonly icons: typeof Icon;
6182
6183
  cashOnDeliveryAmount: number;
6183
- ngOnInit(): void;
6184
+ ngOnInit(): Promise<void>;
6184
6185
  updateCashOnDeliveryAmount(): void;
6185
6186
  hideModal(): void;
6186
6187
  onEnterKey(event: KeyboardEvent): void;
@@ -16171,6 +16172,7 @@ declare class DialogTransactionLineWarehouseCcComponent extends DialogBaseCompon
16171
16172
  iconCacheService: IconCacheService;
16172
16173
  transactionHeaderService: TransactionHeaderService;
16173
16174
  transactionLineService: TransactionLineService;
16175
+ transactionService: TransactionService;
16174
16176
  protected articleService: ArticleService;
16175
16177
  readonly icons: typeof Icon;
16176
16178
  readonly tab: typeof WarehouseCCTab;
@@ -16191,6 +16193,7 @@ declare class DialogTransactionLineWarehouseCcComponent extends DialogBaseCompon
16191
16193
  transactionInfo: TransactionInfo;
16192
16194
  transactionLine: TransactionLineInfo;
16193
16195
  reason: string;
16196
+ articleName: string;
16194
16197
  showDirectSell: boolean;
16195
16198
  directSellSupplier: SupplierLightObject;
16196
16199
  directSellPurchaseOrderNumber: number;
@@ -16200,7 +16203,7 @@ declare class DialogTransactionLineWarehouseCcComponent extends DialogBaseCompon
16200
16203
  chosenConversionUnit: Unit;
16201
16204
  conversionAmount: string;
16202
16205
  readonly TransactionKind: typeof TransactionKind;
16203
- constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, articleService: ArticleService);
16206
+ constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionService: TransactionService, articleService: ArticleService);
16204
16207
  ngOnInit(): Promise<void>;
16205
16208
  handleQuantityChange(value: any): void;
16206
16209
  handleCommissionCodeChange(value: any): void;
@@ -16214,6 +16217,7 @@ declare class DialogTransactionLineWarehouseCcComponent extends DialogBaseCompon
16214
16217
  handleCloseDialog(event: MouseEvent, type: AppPopupButtonType): void;
16215
16218
  private _activeTabValid;
16216
16219
  private _scrollIntoView;
16220
+ private setArticleName;
16217
16221
  protected readonly model: i0.ModelFunction;
16218
16222
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogTransactionLineWarehouseCcComponent, never>;
16219
16223
  static ɵcmp: i0.ɵɵComponentDeclaration<DialogTransactionLineWarehouseCcComponent, "co-dialog-transaction-line-warehouse-cc", never, { "transactionKind": { "alias": "transactionKind"; "required": false; }; }, { "close": "close"; }, never, never, false, never>;
@@ -14,7 +14,7 @@
14
14
  transform: translateX(0);
15
15
  width: calc(#{$tp-dialog-catalog-min-width} * 2);
16
16
  > * {
17
- width: $tp-dialog-catalog-min-width;
17
+ width: $tp-dialog-catalog-sub-min-width;
18
18
  }
19
19
  height: 100%;
20
20
  .back-button-product {
@@ -1,3 +1,4 @@
1
1
  $tp-dialog-catalog-min-height: 90vh !default;
2
2
  $tp-dialog-catalog-min-width: 100% !default;
3
+ $tp-dialog-catalog-sub-min-width: 50% !default;
3
4
  $tp-dialog-catalog-view-modes-margin-bottom: 0 !default;
@@ -1,2 +1,3 @@
1
1
  $tp-dialog-catalog-min-height: 90vh !default;
2
2
  $tp-dialog-catalog-min-width: 100% !default;
3
+ $tp-dialog-catalog-sub-min-width: 50% !default;
@@ -1,2 +1,3 @@
1
1
  $tp-dialog-catalog-min-height: 90vh !default;
2
2
  $tp-dialog-catalog-min-width: 100% !default;
3
+ $tp-dialog-catalog-sub-min-width: 50% !default;
@@ -4,7 +4,7 @@
4
4
  display: flex;
5
5
  flex-direction: column;
6
6
  position: fixed;
7
- z-index: 1;
7
+ z-index: 3;
8
8
  row-gap: $tp-co-transaction-navigation-button-list-row-gap;
9
9
  padding: $tp-co-transaction-navigation-button-list-overlay-padding;
10
10
  overflow: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "261.20.49",
3
+ "version": "261.20.51",
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": ">=261.1.1",
20
20
  "@colijnit/sharedapi": ">=1.0.20",
21
21
  "@colijnit/sharedcomponents": ">=261.20.5",
22
- "@colijnit/transactionapi": ">=261.1.23"
22
+ "@colijnit/transactionapi": ">=261.1.24"
23
23
  },
24
24
  "dependencies": {
25
25
  "tslib": "^2.8.1"