@colijnit/transaction 262.1.9 → 262.1.10

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
@@ -9883,7 +9883,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
9883
9883
  showCategories: boolean;
9884
9884
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9885
9885
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9886
- currentTitle(): "OVERVIEW" | "MARGINS";
9886
+ currentTitle(): "MARGINS" | "OVERVIEW";
9887
9887
  ngOnDestroy(): void;
9888
9888
  handleClickWrapper(event: MouseEvent): void;
9889
9889
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -9909,7 +9909,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
9909
9909
  constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
9910
9910
  ngOnDestroy(): void;
9911
9911
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9912
- currentTitle(): "OVERVIEW" | "MARGINS";
9912
+ currentTitle(): "MARGINS" | "OVERVIEW";
9913
9913
  handleClickWrapper(event: MouseEvent): void;
9914
9914
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
9915
9915
  private handleDocumentClick;
@@ -9961,7 +9961,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
9961
9961
  showCategories: boolean;
9962
9962
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9963
9963
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9964
- currentTitle(): "OVERVIEW" | "MARGINS";
9964
+ currentTitle(): "MARGINS" | "OVERVIEW";
9965
9965
  ngOnDestroy(): void;
9966
9966
  handleClickWrapper(event: MouseEvent): void;
9967
9967
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "262.1.9",
3
+ "version": "262.1.10",
4
4
  "description": "Colijn IT transaction module for Angular 20",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",