@colijnit/transaction 261.20.39 → 261.20.40
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
|
@@ -9838,7 +9838,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
|
|
|
9838
9838
|
showCategories: boolean;
|
|
9839
9839
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
9840
9840
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9841
|
-
currentTitle(): "
|
|
9841
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
9842
9842
|
ngOnDestroy(): void;
|
|
9843
9843
|
handleClickWrapper(event: MouseEvent): void;
|
|
9844
9844
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
|
@@ -9864,7 +9864,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
|
|
|
9864
9864
|
constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
|
|
9865
9865
|
ngOnDestroy(): void;
|
|
9866
9866
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9867
|
-
currentTitle(): "
|
|
9867
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
9868
9868
|
handleClickWrapper(event: MouseEvent): void;
|
|
9869
9869
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
|
|
9870
9870
|
private handleDocumentClick;
|
|
@@ -9916,7 +9916,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
|
|
|
9916
9916
|
showCategories: boolean;
|
|
9917
9917
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
9918
9918
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9919
|
-
currentTitle(): "
|
|
9919
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
9920
9920
|
ngOnDestroy(): void;
|
|
9921
9921
|
handleClickWrapper(event: MouseEvent): void;
|
|
9922
9922
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
.delivery-overview-wrapper {
|
|
15
15
|
.tile-view-modes {
|
|
16
16
|
top: 30px;
|
|
17
|
-
right:
|
|
17
|
+
right: 50px;
|
|
18
18
|
.co-icon {
|
|
19
19
|
width: 35px;
|
|
20
20
|
height: 35px;
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
.tile-view-modes {
|
|
94
94
|
position: absolute;
|
|
95
95
|
top: 20px;
|
|
96
|
-
right:
|
|
96
|
+
right: 50px;
|
|
97
97
|
}
|
|
98
98
|
.block {
|
|
99
99
|
flex: 1;
|