@colijnit/transaction 261.20.50 → 261.20.51
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/fesm2022/colijnit-transaction.mjs +9 -3
- package/fesm2022/colijnit-transaction.mjs.map +1 -1
- package/index.d.ts +3 -3
- package/lib/component/dialog/catalog/dialog-catalog/style/_layout.scss +1 -1
- package/lib/component/dialog/catalog/dialog-catalog/style/_material-definition.scss +1 -0
- package/lib/component/dialog/transaction-search/components/transaction-search-header/style/_material-definition.scss +1 -0
- package/lib/component/dialog/transaction-search/style/_material-definition.scss +1 -0
- package/lib/component/transaction-navigation-button-list/style/_layout.scss +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9848,7 +9848,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
|
|
|
9848
9848
|
showCategories: boolean;
|
|
9849
9849
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
9850
9850
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9851
|
-
currentTitle(): "
|
|
9851
|
+
currentTitle(): "OVERVIEW" | "MARGINS";
|
|
9852
9852
|
ngOnDestroy(): void;
|
|
9853
9853
|
handleClickWrapper(event: MouseEvent): void;
|
|
9854
9854
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
|
@@ -9874,7 +9874,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
|
|
|
9874
9874
|
constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
|
|
9875
9875
|
ngOnDestroy(): void;
|
|
9876
9876
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9877
|
-
currentTitle(): "
|
|
9877
|
+
currentTitle(): "OVERVIEW" | "MARGINS";
|
|
9878
9878
|
handleClickWrapper(event: MouseEvent): void;
|
|
9879
9879
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
|
|
9880
9880
|
private handleDocumentClick;
|
|
@@ -9926,7 +9926,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
|
|
|
9926
9926
|
showCategories: boolean;
|
|
9927
9927
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
9928
9928
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9929
|
-
currentTitle(): "
|
|
9929
|
+
currentTitle(): "OVERVIEW" | "MARGINS";
|
|
9930
9930
|
ngOnDestroy(): void;
|
|
9931
9931
|
handleClickWrapper(event: MouseEvent): void;
|
|
9932
9932
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|