@colijnit/transaction 261.20.62 → 261.20.63
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
|
@@ -3019,6 +3019,7 @@ declare class TransactionHeaderService {
|
|
|
3019
3019
|
fullyInvoiced: boolean;
|
|
3020
3020
|
partiallyOrFullyInvoiced: boolean;
|
|
3021
3021
|
fullyDelivered: boolean;
|
|
3022
|
+
partiallyOrFullyDelivered: boolean;
|
|
3022
3023
|
partiallyOrFullyOrdered: boolean;
|
|
3023
3024
|
partiallyOrFullyInvoiceControl: boolean;
|
|
3024
3025
|
partiallyOrFullyReceived: boolean;
|
|
@@ -3050,7 +3051,8 @@ declare class TransactionHeaderService {
|
|
|
3050
3051
|
private _relation;
|
|
3051
3052
|
private _readOnly;
|
|
3052
3053
|
constructor(_transactionService: TransactionService, _relationService: TransactionRelationService, _transactionPaymentConnectorService: TransactionPaymentConnectorService, _dictionaryService: DictionaryService, _transactionEventService: TransactionEventService);
|
|
3053
|
-
|
|
3054
|
+
canChangeRelationOnTransaction(): boolean;
|
|
3055
|
+
canAlterRelationDataOnTransaction(): boolean;
|
|
3054
3056
|
getTransactionMargeInfoList(): Promise<void>;
|
|
3055
3057
|
createCloneRelation(): void;
|
|
3056
3058
|
getPlanOrder(): Promise<PlanOrder>;
|
|
@@ -6032,6 +6034,7 @@ declare class TransactionHeaderPopupRelationComponent extends TransactionHeaderP
|
|
|
6032
6034
|
showMessageForChangeCustomer: boolean;
|
|
6033
6035
|
showInvoiceAddress: boolean;
|
|
6034
6036
|
noLockOnCustomerSet: boolean;
|
|
6037
|
+
showChangeOptionWhenCustomerReadonly: boolean;
|
|
6035
6038
|
inputChangeForSuggestions: EventEmitter<RelationSuggestionsRequest>;
|
|
6036
6039
|
changeCustomerRequested: EventEmitter<void>;
|
|
6037
6040
|
deliveryAddressLocalHashChange: EventEmitter<string>;
|
|
@@ -6073,11 +6076,10 @@ declare class TransactionHeaderPopupRelationComponent extends TransactionHeaderP
|
|
|
6073
6076
|
handleNavigationClick(nav: string): void;
|
|
6074
6077
|
handleChangeCustomGroup(group: string): void;
|
|
6075
6078
|
navigateToRelation(): void;
|
|
6076
|
-
private _isAllowedToChangeRelation;
|
|
6077
6079
|
private _setFirstAddress;
|
|
6078
6080
|
private _lockRelation;
|
|
6079
6081
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderPopupRelationComponent, never>;
|
|
6080
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionHeaderPopupRelationComponent, "co-transaction-header-popup-relation", never, { "configNames": { "alias": "configNames"; "required": false; }; "showPrivacy": { "alias": "showPrivacy"; "required": false; }; "showMessageForChangeCustomer": { "alias": "showMessageForChangeCustomer"; "required": false; }; "showInvoiceAddress": { "alias": "showInvoiceAddress"; "required": false; }; "noLockOnCustomerSet": { "alias": "noLockOnCustomerSet"; "required": false; }; }, { "inputChangeForSuggestions": "inputChangeForSuggestions"; "changeCustomerRequested": "changeCustomerRequested"; "deliveryAddressLocalHashChange": "deliveryAddressLocalHashChange"; "invoiceAddressLocalHashChange": "invoiceAddressLocalHashChange"; }, never, never, false, never>;
|
|
6082
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionHeaderPopupRelationComponent, "co-transaction-header-popup-relation", never, { "configNames": { "alias": "configNames"; "required": false; }; "showPrivacy": { "alias": "showPrivacy"; "required": false; }; "showMessageForChangeCustomer": { "alias": "showMessageForChangeCustomer"; "required": false; }; "showInvoiceAddress": { "alias": "showInvoiceAddress"; "required": false; }; "noLockOnCustomerSet": { "alias": "noLockOnCustomerSet"; "required": false; }; "showChangeOptionWhenCustomerReadonly": { "alias": "showChangeOptionWhenCustomerReadonly"; "required": false; }; }, { "inputChangeForSuggestions": "inputChangeForSuggestions"; "changeCustomerRequested": "changeCustomerRequested"; "deliveryAddressLocalHashChange": "deliveryAddressLocalHashChange"; "invoiceAddressLocalHashChange": "invoiceAddressLocalHashChange"; }, never, never, false, never>;
|
|
6081
6083
|
}
|
|
6082
6084
|
|
|
6083
6085
|
declare abstract class TransactionFilterPopupHeaderBaseComponent<T extends BusinessObject | number | string | Object> extends TransactionHeaderBaseComponent {
|
|
@@ -14048,7 +14050,7 @@ declare class TransactionHeaderRelationComponent extends TransactionHeaderBaseCo
|
|
|
14048
14050
|
typeOfCustomerFullObject(relation: Relation): boolean;
|
|
14049
14051
|
get relationAsCustomer(): CustomerFullObject;
|
|
14050
14052
|
contactPersonForId(relationId: number): RelationContactLink;
|
|
14051
|
-
|
|
14053
|
+
isPopupBlocked(): boolean;
|
|
14052
14054
|
handleHeaderClick(): void;
|
|
14053
14055
|
protected relationSet(): void;
|
|
14054
14056
|
protected transactionInfoSet(): void;
|