@colijnit/transaction 261.20.46 → 261.20.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
|
@@ -9842,7 +9842,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
|
|
|
9842
9842
|
showCategories: boolean;
|
|
9843
9843
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
9844
9844
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9845
|
-
currentTitle(): "
|
|
9845
|
+
currentTitle(): "OVERVIEW" | "MARGINS";
|
|
9846
9846
|
ngOnDestroy(): void;
|
|
9847
9847
|
handleClickWrapper(event: MouseEvent): void;
|
|
9848
9848
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
|
@@ -9868,7 +9868,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
|
|
|
9868
9868
|
constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
|
|
9869
9869
|
ngOnDestroy(): void;
|
|
9870
9870
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9871
|
-
currentTitle(): "
|
|
9871
|
+
currentTitle(): "OVERVIEW" | "MARGINS";
|
|
9872
9872
|
handleClickWrapper(event: MouseEvent): void;
|
|
9873
9873
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
|
|
9874
9874
|
private handleDocumentClick;
|
|
@@ -9920,7 +9920,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
|
|
|
9920
9920
|
showCategories: boolean;
|
|
9921
9921
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
9922
9922
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9923
|
-
currentTitle(): "
|
|
9923
|
+
currentTitle(): "OVERVIEW" | "MARGINS";
|
|
9924
9924
|
ngOnDestroy(): void;
|
|
9925
9925
|
handleClickWrapper(event: MouseEvent): void;
|
|
9926
9926
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|