@colijnit/transaction 262.1.3 → 262.1.4

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
@@ -9845,7 +9845,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
9845
9845
  showCategories: boolean;
9846
9846
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9847
9847
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9848
- currentTitle(): "MARGINS" | "OVERVIEW";
9848
+ currentTitle(): "OVERVIEW" | "MARGINS";
9849
9849
  ngOnDestroy(): void;
9850
9850
  handleClickWrapper(event: MouseEvent): void;
9851
9851
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -9871,7 +9871,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
9871
9871
  constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
9872
9872
  ngOnDestroy(): void;
9873
9873
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9874
- currentTitle(): "MARGINS" | "OVERVIEW";
9874
+ currentTitle(): "OVERVIEW" | "MARGINS";
9875
9875
  handleClickWrapper(event: MouseEvent): void;
9876
9876
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
9877
9877
  private handleDocumentClick;
@@ -9923,7 +9923,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
9923
9923
  showCategories: boolean;
9924
9924
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9925
9925
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9926
- currentTitle(): "MARGINS" | "OVERVIEW";
9926
+ currentTitle(): "OVERVIEW" | "MARGINS";
9927
9927
  ngOnDestroy(): void;
9928
9928
  handleClickWrapper(event: MouseEvent): void;
9929
9929
  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.3",
3
+ "version": "262.1.4",
4
4
  "description": "Colijn IT transaction module for Angular 20",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",