@colijnit/transaction 261.20.49 → 261.20.50

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;
@@ -9847,7 +9848,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
9847
9848
  showCategories: boolean;
9848
9849
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9849
9850
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9850
- currentTitle(): "OVERVIEW" | "MARGINS";
9851
+ currentTitle(): "MARGINS" | "OVERVIEW";
9851
9852
  ngOnDestroy(): void;
9852
9853
  handleClickWrapper(event: MouseEvent): void;
9853
9854
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -9873,7 +9874,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
9873
9874
  constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
9874
9875
  ngOnDestroy(): void;
9875
9876
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9876
- currentTitle(): "OVERVIEW" | "MARGINS";
9877
+ currentTitle(): "MARGINS" | "OVERVIEW";
9877
9878
  handleClickWrapper(event: MouseEvent): void;
9878
9879
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
9879
9880
  private handleDocumentClick;
@@ -9925,7 +9926,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
9925
9926
  showCategories: boolean;
9926
9927
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9927
9928
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9928
- currentTitle(): "OVERVIEW" | "MARGINS";
9929
+ currentTitle(): "MARGINS" | "OVERVIEW";
9929
9930
  ngOnDestroy(): void;
9930
9931
  handleClickWrapper(event: MouseEvent): void;
9931
9932
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): 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>;
@@ -4,7 +4,7 @@
4
4
  display: flex;
5
5
  flex-direction: column;
6
6
  position: fixed;
7
- z-index: 1;
7
+ z-index: 2;
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.50",
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"