@colijnit/transaction 261.20.54 → 261.20.55

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
@@ -9853,7 +9853,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
9853
9853
  showCategories: boolean;
9854
9854
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9855
9855
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9856
- currentTitle(): "MARGINS" | "OVERVIEW";
9856
+ currentTitle(): "OVERVIEW" | "MARGINS";
9857
9857
  ngOnDestroy(): void;
9858
9858
  handleClickWrapper(event: MouseEvent): void;
9859
9859
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -9879,7 +9879,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
9879
9879
  constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
9880
9880
  ngOnDestroy(): void;
9881
9881
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9882
- currentTitle(): "MARGINS" | "OVERVIEW";
9882
+ currentTitle(): "OVERVIEW" | "MARGINS";
9883
9883
  handleClickWrapper(event: MouseEvent): void;
9884
9884
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
9885
9885
  private handleDocumentClick;
@@ -9931,7 +9931,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
9931
9931
  showCategories: boolean;
9932
9932
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9933
9933
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9934
- currentTitle(): "MARGINS" | "OVERVIEW";
9934
+ currentTitle(): "OVERVIEW" | "MARGINS";
9935
9935
  ngOnDestroy(): void;
9936
9936
  handleClickWrapper(event: MouseEvent): void;
9937
9937
  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.54",
3
+ "version": "261.20.55",
4
4
  "description": "Colijn IT transaction module for Angular 20",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",