@colijnit/transaction 261.20.36 → 261.20.38
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
|
@@ -6556,7 +6556,6 @@ declare class TransactionHeaderTypeModule {
|
|
|
6556
6556
|
declare class TransactionHeaderPaymentConditionComponent extends TransactionFilterPopupHeaderBaseComponent<PaymentCondition> implements OnInit {
|
|
6557
6557
|
fields: Object;
|
|
6558
6558
|
paymentConditionModel: PaymentCondition;
|
|
6559
|
-
defaultValue: ObjectConfigurationDefaultValueType;
|
|
6560
6559
|
ngOnInit(): void;
|
|
6561
6560
|
commitTransactionPaymentCondition(condition: PaymentCondition): Promise<boolean>;
|
|
6562
6561
|
private _setPaymentConditionModel;
|
|
@@ -9839,7 +9838,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
|
|
|
9839
9838
|
showCategories: boolean;
|
|
9840
9839
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
9841
9840
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9842
|
-
currentTitle(): "
|
|
9841
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
9843
9842
|
ngOnDestroy(): void;
|
|
9844
9843
|
handleClickWrapper(event: MouseEvent): void;
|
|
9845
9844
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
|
@@ -9865,7 +9864,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
|
|
|
9865
9864
|
constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
|
|
9866
9865
|
ngOnDestroy(): void;
|
|
9867
9866
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9868
|
-
currentTitle(): "
|
|
9867
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
9869
9868
|
handleClickWrapper(event: MouseEvent): void;
|
|
9870
9869
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
|
|
9871
9870
|
private handleDocumentClick;
|
|
@@ -9917,7 +9916,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
|
|
|
9917
9916
|
showCategories: boolean;
|
|
9918
9917
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
9919
9918
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9920
|
-
currentTitle(): "
|
|
9919
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
9921
9920
|
ngOnDestroy(): void;
|
|
9922
9921
|
handleClickWrapper(event: MouseEvent): void;
|
|
9923
9922
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|