@colijnit/transaction 262.1.36 → 262.1.37
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
|
@@ -968,6 +968,7 @@ declare class TransactionEventService {
|
|
|
968
968
|
readonly removeFromContainerRequested: Subject<void>;
|
|
969
969
|
readonly removeFromContainerSuccess: Subject<void>;
|
|
970
970
|
readonly requestFocusOnArticleField: Subject<void>;
|
|
971
|
+
readonly transportNotificationsSet: Subject<void>;
|
|
971
972
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionEventService, never>;
|
|
972
973
|
static ɵprov: i0.ɵɵInjectableDeclaration<TransactionEventService>;
|
|
973
974
|
}
|
|
@@ -9564,10 +9565,14 @@ declare abstract class TransactionPurchaseTransportLineBaseComponent extends Tra
|
|
|
9564
9565
|
}
|
|
9565
9566
|
|
|
9566
9567
|
declare class TransactionPurchaseTransportLineComponent extends TransactionPurchaseTransportLineBaseComponent {
|
|
9567
|
-
lineIndex: number;
|
|
9568
9568
|
showClass(): boolean;
|
|
9569
|
+
lineIndex: number;
|
|
9569
9570
|
totals: TransportNotificationTotals;
|
|
9571
|
+
private _sub;
|
|
9570
9572
|
handleVisibilityChange(visible: boolean): Promise<void>;
|
|
9573
|
+
addTranportNotificationSub(): void;
|
|
9574
|
+
removeTranportNotificationSub(): void;
|
|
9575
|
+
getTotals(): Promise<void>;
|
|
9571
9576
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionPurchaseTransportLineComponent, never>;
|
|
9572
9577
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionPurchaseTransportLineComponent, "co-transaction-purchase-transport-line", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; }, {}, never, never, false, never>;
|
|
9573
9578
|
}
|
|
@@ -9984,7 +9989,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
|
|
|
9984
9989
|
showCategories: boolean;
|
|
9985
9990
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
9986
9991
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9987
|
-
currentTitle(): "
|
|
9992
|
+
currentTitle(): "OVERVIEW" | "MARGINS";
|
|
9988
9993
|
ngOnDestroy(): void;
|
|
9989
9994
|
handleClickWrapper(event: MouseEvent): void;
|
|
9990
9995
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
|
@@ -10010,7 +10015,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
|
|
|
10010
10015
|
constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
|
|
10011
10016
|
ngOnDestroy(): void;
|
|
10012
10017
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
10013
|
-
currentTitle(): "
|
|
10018
|
+
currentTitle(): "OVERVIEW" | "MARGINS";
|
|
10014
10019
|
handleClickWrapper(event: MouseEvent): void;
|
|
10015
10020
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
|
|
10016
10021
|
private handleDocumentClick;
|
|
@@ -10062,7 +10067,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
|
|
|
10062
10067
|
showCategories: boolean;
|
|
10063
10068
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
10064
10069
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
10065
|
-
currentTitle(): "
|
|
10070
|
+
currentTitle(): "OVERVIEW" | "MARGINS";
|
|
10066
10071
|
ngOnDestroy(): void;
|
|
10067
10072
|
handleClickWrapper(event: MouseEvent): void;
|
|
10068
10073
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/transaction",
|
|
3
|
-
"version": "262.1.
|
|
3
|
+
"version": "262.1.37",
|
|
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": ">=262.1.0",
|
|
14
14
|
"@colijnit/corecomponents_v12": ">=262.1.10",
|
|
15
15
|
"@colijnit/ioneconnector": ">=262.1.0",
|
|
16
|
-
"@colijnit/mainapi": ">=262.1.
|
|
16
|
+
"@colijnit/mainapi": ">=262.1.14",
|
|
17
17
|
"@colijnit/product": ">=262.1.0",
|
|
18
18
|
"@colijnit/relation": ">=262.1.0",
|
|
19
19
|
"@colijnit/relationapi": ">=262.1.1",
|