@colijnit/transaction 261.20.55 → 261.20.56

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
@@ -952,6 +952,7 @@ declare class TransactionEventService {
952
952
  readonly fillContainerSuccess: Subject<void>;
953
953
  readonly removeFromContainerRequested: Subject<void>;
954
954
  readonly removeFromContainerSuccess: Subject<void>;
955
+ readonly requestFocusOnArticleField: Subject<void>;
955
956
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionEventService, never>;
956
957
  static ɵprov: i0.ɵɵInjectableDeclaration<TransactionEventService>;
957
958
  }
@@ -9853,7 +9854,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
9853
9854
  showCategories: boolean;
9854
9855
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9855
9856
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9856
- currentTitle(): "OVERVIEW" | "MARGINS";
9857
+ currentTitle(): "MARGINS" | "OVERVIEW";
9857
9858
  ngOnDestroy(): void;
9858
9859
  handleClickWrapper(event: MouseEvent): void;
9859
9860
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -9879,7 +9880,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
9879
9880
  constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
9880
9881
  ngOnDestroy(): void;
9881
9882
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9882
- currentTitle(): "OVERVIEW" | "MARGINS";
9883
+ currentTitle(): "MARGINS" | "OVERVIEW";
9883
9884
  handleClickWrapper(event: MouseEvent): void;
9884
9885
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
9885
9886
  private handleDocumentClick;
@@ -9931,7 +9932,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
9931
9932
  showCategories: boolean;
9932
9933
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9933
9934
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9934
- currentTitle(): "OVERVIEW" | "MARGINS";
9935
+ currentTitle(): "MARGINS" | "OVERVIEW";
9935
9936
  ngOnDestroy(): void;
9936
9937
  handleClickWrapper(event: MouseEvent): void;
9937
9938
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "261.20.55",
3
+ "version": "261.20.56",
4
4
  "description": "Colijn IT transaction module for Angular 20",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",
@@ -11,7 +11,7 @@
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.13",
14
+ "@colijnit/corecomponents_v12": ">=261.20.16",
15
15
  "@colijnit/ioneconnector": ">=261.1.2",
16
16
  "@colijnit/mainapi": ">=261.1.7",
17
17
  "@colijnit/product": ">=261.20.0",