@colijnit/transaction 262.1.32 → 262.1.33
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
|
@@ -9971,7 +9971,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
|
|
|
9971
9971
|
showCategories: boolean;
|
|
9972
9972
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
9973
9973
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9974
|
-
currentTitle(): "
|
|
9974
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
9975
9975
|
ngOnDestroy(): void;
|
|
9976
9976
|
handleClickWrapper(event: MouseEvent): void;
|
|
9977
9977
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
|
@@ -9997,7 +9997,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
|
|
|
9997
9997
|
constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
|
|
9998
9998
|
ngOnDestroy(): void;
|
|
9999
9999
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
10000
|
-
currentTitle(): "
|
|
10000
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
10001
10001
|
handleClickWrapper(event: MouseEvent): void;
|
|
10002
10002
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
|
|
10003
10003
|
private handleDocumentClick;
|
|
@@ -10049,7 +10049,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
|
|
|
10049
10049
|
showCategories: boolean;
|
|
10050
10050
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
10051
10051
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
10052
|
-
currentTitle(): "
|
|
10052
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
10053
10053
|
ngOnDestroy(): void;
|
|
10054
10054
|
handleClickWrapper(event: MouseEvent): void;
|
|
10055
10055
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
|
@@ -14734,6 +14734,9 @@ declare class TransactionQuickAccessInvoiceComponent extends TransactionQuickAcc
|
|
|
14734
14734
|
protected combinedDocument(request: PrintPurchaseOrderForTransactionOrderWithoutLinesRequest, localPrint: boolean): void;
|
|
14735
14735
|
transactionSet(): void;
|
|
14736
14736
|
_prepareRequest(request: EmailInvoiceRequest | PrintInvoiceRequest | PdfInvoiceRequest): boolean;
|
|
14737
|
+
openSendMethodDialogForNewInvoice(): void;
|
|
14738
|
+
private _isHistoricReportSelected;
|
|
14739
|
+
private _showNoInvoiceLinesError;
|
|
14737
14740
|
filterLinesForRequest(): TransactionLineInfo[];
|
|
14738
14741
|
historicDocuments(): boolean;
|
|
14739
14742
|
handleSendDocument(defaultSendMethod: string): void;
|