@colijnit/transaction 262.1.14 → 262.1.15

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
@@ -9890,7 +9890,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
9890
9890
  showCategories: boolean;
9891
9891
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9892
9892
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9893
- currentTitle(): "OVERVIEW" | "MARGINS";
9893
+ currentTitle(): "MARGINS" | "OVERVIEW";
9894
9894
  ngOnDestroy(): void;
9895
9895
  handleClickWrapper(event: MouseEvent): void;
9896
9896
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -9916,7 +9916,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
9916
9916
  constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
9917
9917
  ngOnDestroy(): void;
9918
9918
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9919
- currentTitle(): "OVERVIEW" | "MARGINS";
9919
+ currentTitle(): "MARGINS" | "OVERVIEW";
9920
9920
  handleClickWrapper(event: MouseEvent): void;
9921
9921
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
9922
9922
  private handleDocumentClick;
@@ -9968,7 +9968,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
9968
9968
  showCategories: boolean;
9969
9969
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9970
9970
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9971
- currentTitle(): "OVERVIEW" | "MARGINS";
9971
+ currentTitle(): "MARGINS" | "OVERVIEW";
9972
9972
  ngOnDestroy(): void;
9973
9973
  handleClickWrapper(event: MouseEvent): void;
9974
9974
  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.14",
3
+ "version": "262.1.15",
4
4
  "description": "Colijn IT transaction module for Angular 20",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",