@colijnit/transaction 261.20.67 → 261.20.68
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
|
@@ -9938,7 +9938,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
|
|
|
9938
9938
|
showCategories: boolean;
|
|
9939
9939
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
9940
9940
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9941
|
-
currentTitle(): "
|
|
9941
|
+
currentTitle(): "OVERVIEW" | "MARGINS";
|
|
9942
9942
|
ngOnDestroy(): void;
|
|
9943
9943
|
handleClickWrapper(event: MouseEvent): void;
|
|
9944
9944
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
|
@@ -9964,7 +9964,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
|
|
|
9964
9964
|
constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
|
|
9965
9965
|
ngOnDestroy(): void;
|
|
9966
9966
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9967
|
-
currentTitle(): "
|
|
9967
|
+
currentTitle(): "OVERVIEW" | "MARGINS";
|
|
9968
9968
|
handleClickWrapper(event: MouseEvent): void;
|
|
9969
9969
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
|
|
9970
9970
|
private handleDocumentClick;
|
|
@@ -10016,7 +10016,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
|
|
|
10016
10016
|
showCategories: boolean;
|
|
10017
10017
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
10018
10018
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
10019
|
-
currentTitle(): "
|
|
10019
|
+
currentTitle(): "OVERVIEW" | "MARGINS";
|
|
10020
10020
|
ngOnDestroy(): void;
|
|
10021
10021
|
handleClickWrapper(event: MouseEvent): void;
|
|
10022
10022
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/transaction",
|
|
3
|
-
"version": "261.20.
|
|
3
|
+
"version": "261.20.68",
|
|
4
4
|
"description": "Colijn IT transaction module for Angular 20",
|
|
5
5
|
"repository": "npm/npm",
|
|
6
6
|
"author": "Colijn IT",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@angular/core": ">=20.3.16",
|
|
12
12
|
"@colijnit/articleapi": ">=261.1.3",
|
|
13
13
|
"@colijnit/catalog": ">=261.20.3",
|
|
14
|
-
"@colijnit/corecomponents_v12": ">=261.20.
|
|
14
|
+
"@colijnit/corecomponents_v12": ">=261.20.19",
|
|
15
15
|
"@colijnit/ioneconnector": ">=261.1.4",
|
|
16
16
|
"@colijnit/mainapi": ">=261.1.13",
|
|
17
17
|
"@colijnit/product": ">=261.20.0",
|