@colijnit/transaction 262.1.46 → 262.1.47

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
@@ -10028,7 +10028,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
10028
10028
  showCategories: boolean;
10029
10029
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
10030
10030
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
10031
- currentTitle(): "OVERVIEW" | "MARGINS";
10031
+ currentTitle(): "MARGINS" | "OVERVIEW";
10032
10032
  ngOnDestroy(): void;
10033
10033
  handleClickWrapper(event: MouseEvent): void;
10034
10034
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -10054,7 +10054,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
10054
10054
  constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
10055
10055
  ngOnDestroy(): void;
10056
10056
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
10057
- currentTitle(): "OVERVIEW" | "MARGINS";
10057
+ currentTitle(): "MARGINS" | "OVERVIEW";
10058
10058
  handleClickWrapper(event: MouseEvent): void;
10059
10059
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
10060
10060
  private handleDocumentClick;
@@ -10106,7 +10106,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
10106
10106
  showCategories: boolean;
10107
10107
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
10108
10108
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
10109
- currentTitle(): "OVERVIEW" | "MARGINS";
10109
+ currentTitle(): "MARGINS" | "OVERVIEW";
10110
10110
  ngOnDestroy(): void;
10111
10111
  handleClickWrapper(event: MouseEvent): void;
10112
10112
  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.46",
3
+ "version": "262.1.47",
4
4
  "description": "Colijn IT transaction module for Angular 20",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",