@colijnit/transaction 261.20.66 → 261.20.67
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
|
@@ -964,6 +964,7 @@ declare class TransactionEventService {
|
|
|
964
964
|
readonly removeFromContainerRequested: Subject<void>;
|
|
965
965
|
readonly removeFromContainerSuccess: Subject<void>;
|
|
966
966
|
readonly requestFocusOnArticleField: Subject<void>;
|
|
967
|
+
readonly transportNotificationsSet: Subject<void>;
|
|
967
968
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionEventService, never>;
|
|
968
969
|
static ɵprov: i0.ɵɵInjectableDeclaration<TransactionEventService>;
|
|
969
970
|
}
|
|
@@ -9514,10 +9515,14 @@ declare abstract class TransactionPurchaseTransportLineBaseComponent extends Tra
|
|
|
9514
9515
|
}
|
|
9515
9516
|
|
|
9516
9517
|
declare class TransactionPurchaseTransportLineComponent extends TransactionPurchaseTransportLineBaseComponent {
|
|
9517
|
-
lineIndex: number;
|
|
9518
9518
|
showClass(): boolean;
|
|
9519
|
+
lineIndex: number;
|
|
9519
9520
|
totals: TransportNotificationTotals;
|
|
9521
|
+
private _sub;
|
|
9520
9522
|
handleVisibilityChange(visible: boolean): Promise<void>;
|
|
9523
|
+
addTranportNotificationSub(): void;
|
|
9524
|
+
removeTranportNotificationSub(): void;
|
|
9525
|
+
getTotals(): Promise<void>;
|
|
9521
9526
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionPurchaseTransportLineComponent, never>;
|
|
9522
9527
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionPurchaseTransportLineComponent, "co-transaction-purchase-transport-line", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; }, {}, never, never, false, never>;
|
|
9523
9528
|
}
|
|
@@ -9933,7 +9938,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
|
|
|
9933
9938
|
showCategories: boolean;
|
|
9934
9939
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
9935
9940
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9936
|
-
currentTitle(): "
|
|
9941
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
9937
9942
|
ngOnDestroy(): void;
|
|
9938
9943
|
handleClickWrapper(event: MouseEvent): void;
|
|
9939
9944
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
|
@@ -9959,7 +9964,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
|
|
|
9959
9964
|
constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
|
|
9960
9965
|
ngOnDestroy(): void;
|
|
9961
9966
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9962
|
-
currentTitle(): "
|
|
9967
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
9963
9968
|
handleClickWrapper(event: MouseEvent): void;
|
|
9964
9969
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
|
|
9965
9970
|
private handleDocumentClick;
|
|
@@ -10011,7 +10016,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
|
|
|
10011
10016
|
showCategories: boolean;
|
|
10012
10017
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
10013
10018
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
10014
|
-
currentTitle(): "
|
|
10019
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
10015
10020
|
ngOnDestroy(): void;
|
|
10016
10021
|
handleClickWrapper(event: MouseEvent): void;
|
|
10017
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.67",
|
|
4
4
|
"description": "Colijn IT transaction module for Angular 20",
|
|
5
5
|
"repository": "npm/npm",
|
|
6
6
|
"author": "Colijn IT",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@colijnit/catalog": ">=261.20.3",
|
|
14
14
|
"@colijnit/corecomponents_v12": ">=261.20.16",
|
|
15
15
|
"@colijnit/ioneconnector": ">=261.1.4",
|
|
16
|
-
"@colijnit/mainapi": ">=261.1.
|
|
16
|
+
"@colijnit/mainapi": ">=261.1.13",
|
|
17
17
|
"@colijnit/product": ">=261.20.0",
|
|
18
18
|
"@colijnit/relation": ">=261.20.0",
|
|
19
19
|
"@colijnit/relationapi": ">=261.1.1",
|