@colijnit/transaction 261.20.62 → 261.20.64
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>;
|
|
@@ -4760,6 +4762,7 @@ declare class TransactionLineComponent implements OnChanges, OnInit, OnDestroy {
|
|
|
4760
4762
|
|
|
4761
4763
|
declare class OrderLineSetService {
|
|
4762
4764
|
currentOrderLineSetCode: string;
|
|
4765
|
+
currentCompositionId: number;
|
|
4763
4766
|
static ɵfac: i0.ɵɵFactoryDeclaration<OrderLineSetService, never>;
|
|
4764
4767
|
static ɵprov: i0.ɵɵInjectableDeclaration<OrderLineSetService>;
|
|
4765
4768
|
}
|
|
@@ -4972,10 +4975,13 @@ declare class TransactionOverviewLineComponent extends TransactionLineBaseCompon
|
|
|
4972
4975
|
constructor(orderLineSetService: OrderLineSetService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, transactionConnectorService: TransactionConnectorService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, transactionService: TransactionService, imageService: TransactionImageService, dictionaryService: DictionaryService, changeDetector: ChangeDetectorRef);
|
|
4973
4976
|
ngOnInit(): void;
|
|
4974
4977
|
ngOnDestroy(): void;
|
|
4978
|
+
canShowCheckbox(): boolean;
|
|
4979
|
+
checkboxValue(): boolean;
|
|
4975
4980
|
handleCheckBoxValueChanged(value: boolean): void;
|
|
4976
4981
|
handleServiceExistingOrderNavigation(ref: TransactionRefTransaction): void;
|
|
4977
4982
|
onDescriptionDblClick(): void;
|
|
4978
4983
|
openForm(): Promise<void>;
|
|
4984
|
+
protected readonly isNaN: typeof isNaN;
|
|
4979
4985
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionOverviewLineComponent, never>;
|
|
4980
4986
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionOverviewLineComponent, "co-transaction-overview-line", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; }, { "descriptionDblClick": "descriptionDblClick"; }, never, never, false, never>;
|
|
4981
4987
|
}
|
|
@@ -6032,6 +6038,7 @@ declare class TransactionHeaderPopupRelationComponent extends TransactionHeaderP
|
|
|
6032
6038
|
showMessageForChangeCustomer: boolean;
|
|
6033
6039
|
showInvoiceAddress: boolean;
|
|
6034
6040
|
noLockOnCustomerSet: boolean;
|
|
6041
|
+
showChangeOptionWhenCustomerReadonly: boolean;
|
|
6035
6042
|
inputChangeForSuggestions: EventEmitter<RelationSuggestionsRequest>;
|
|
6036
6043
|
changeCustomerRequested: EventEmitter<void>;
|
|
6037
6044
|
deliveryAddressLocalHashChange: EventEmitter<string>;
|
|
@@ -6073,11 +6080,10 @@ declare class TransactionHeaderPopupRelationComponent extends TransactionHeaderP
|
|
|
6073
6080
|
handleNavigationClick(nav: string): void;
|
|
6074
6081
|
handleChangeCustomGroup(group: string): void;
|
|
6075
6082
|
navigateToRelation(): void;
|
|
6076
|
-
private _isAllowedToChangeRelation;
|
|
6077
6083
|
private _setFirstAddress;
|
|
6078
6084
|
private _lockRelation;
|
|
6079
6085
|
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>;
|
|
6086
|
+
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
6087
|
}
|
|
6082
6088
|
|
|
6083
6089
|
declare abstract class TransactionFilterPopupHeaderBaseComponent<T extends BusinessObject | number | string | Object> extends TransactionHeaderBaseComponent {
|
|
@@ -6419,6 +6425,8 @@ declare class RelationAddressesModule {
|
|
|
6419
6425
|
declare class DropShipmentComponent implements OnInit {
|
|
6420
6426
|
iconCacheService: IconCacheService;
|
|
6421
6427
|
transactionService: TransactionService;
|
|
6428
|
+
transactionEventService: TransactionEventService;
|
|
6429
|
+
changeDetection: ChangeDetectorRef;
|
|
6422
6430
|
private _dialogService;
|
|
6423
6431
|
showClass(): boolean;
|
|
6424
6432
|
transUuid: string;
|
|
@@ -6430,15 +6438,18 @@ declare class DropShipmentComponent implements OnInit {
|
|
|
6430
6438
|
showDisconnectButton: boolean;
|
|
6431
6439
|
editMode: boolean;
|
|
6432
6440
|
readonly icons: typeof Icon;
|
|
6433
|
-
constructor(iconCacheService: IconCacheService, transactionService: TransactionService, _dialogService: TransactionDialogService);
|
|
6441
|
+
constructor(iconCacheService: IconCacheService, transactionService: TransactionService, transactionEventService: TransactionEventService, changeDetection: ChangeDetectorRef, _dialogService: TransactionDialogService);
|
|
6434
6442
|
ngOnInit(): void;
|
|
6443
|
+
handleShowDropShipmentDialog(): void;
|
|
6435
6444
|
saveDropShipment(): void;
|
|
6436
6445
|
closeDropShipment(): void;
|
|
6437
6446
|
handleSearch(searchTerm: string): void;
|
|
6447
|
+
setExistingAddressIfExists(): void;
|
|
6438
6448
|
selectAddress(selectedAddress: DropshipmentInfo): void;
|
|
6439
6449
|
removeDropShipment(): void;
|
|
6440
6450
|
addNewAddress(): void;
|
|
6441
6451
|
cancelAddingNewAddress(): void;
|
|
6452
|
+
protected detectChanges(): void;
|
|
6442
6453
|
private _objectContainsTerm;
|
|
6443
6454
|
private _getAddresses;
|
|
6444
6455
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropShipmentComponent, never>;
|
|
@@ -7968,7 +7979,6 @@ declare class TransactionMarginInfoLineComponent extends TransactionLineBaseComp
|
|
|
7968
7979
|
statusBarConfigNames: StatusBarCfgNames;
|
|
7969
7980
|
discountConfigNames: LineDiscountCfgNames;
|
|
7970
7981
|
constructor(orderLineSetService: OrderLineSetService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, imageService: TransactionImageService, dictionaryService: DictionaryService, transactionService: TransactionService, changeDetector: ChangeDetectorRef);
|
|
7971
|
-
handleCheckBoxValueChanged(value: boolean): void;
|
|
7972
7982
|
onDescriptionDblClick(): void;
|
|
7973
7983
|
protected transactionInfoSet(): void;
|
|
7974
7984
|
protected visibilitySet(): void;
|
|
@@ -8600,7 +8610,6 @@ declare class TransactionCustomerPortalLineComponent extends TransactionLineBase
|
|
|
8600
8610
|
statusBarConfigNames: StatusBarCfgNames;
|
|
8601
8611
|
discountConfigNames: LineDiscountCfgNames;
|
|
8602
8612
|
constructor(orderLineSetService: OrderLineSetService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, imageService: TransactionImageService, dictionaryService: DictionaryService, transactionService: TransactionService, changeDetector: ChangeDetectorRef);
|
|
8603
|
-
handleCheckBoxValueChanged(value: boolean): void;
|
|
8604
8613
|
onDescriptionDblClick(): void;
|
|
8605
8614
|
getWeekNumber(dateInput: Date | string | null | undefined): string;
|
|
8606
8615
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionCustomerPortalLineComponent, never>;
|
|
@@ -9389,9 +9398,12 @@ declare class TransactionSalesOrderQuotationLineComponent extends TransactionLin
|
|
|
9389
9398
|
showClass(): boolean;
|
|
9390
9399
|
constructor(orderLineSetService: OrderLineSetService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, imageService: TransactionImageService, dictionaryService: DictionaryService, transactionService: TransactionService, changeDetector: ChangeDetectorRef);
|
|
9391
9400
|
ngOnInit(): Promise<void>;
|
|
9401
|
+
canShowCheckbox(): boolean;
|
|
9402
|
+
checkboxValue(): boolean;
|
|
9392
9403
|
handleCheckBoxValueChanged(value: boolean): void;
|
|
9393
9404
|
discountConfigNames: LineDiscountCfgNames;
|
|
9394
9405
|
protected readonly TransactionTypeCategory: typeof TransactionTypeCategory;
|
|
9406
|
+
protected readonly isNaN: typeof isNaN;
|
|
9395
9407
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionSalesOrderQuotationLineComponent, never>;
|
|
9396
9408
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionSalesOrderQuotationLineComponent, "co-transaction-sales-order-quotation-line", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; }, {}, never, never, false, never>;
|
|
9397
9409
|
}
|
|
@@ -14048,7 +14060,7 @@ declare class TransactionHeaderRelationComponent extends TransactionHeaderBaseCo
|
|
|
14048
14060
|
typeOfCustomerFullObject(relation: Relation): boolean;
|
|
14049
14061
|
get relationAsCustomer(): CustomerFullObject;
|
|
14050
14062
|
contactPersonForId(relationId: number): RelationContactLink;
|
|
14051
|
-
|
|
14063
|
+
isPopupBlocked(): boolean;
|
|
14052
14064
|
handleHeaderClick(): void;
|
|
14053
14065
|
protected relationSet(): void;
|
|
14054
14066
|
protected transactionInfoSet(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/transaction",
|
|
3
|
-
"version": "261.20.
|
|
3
|
+
"version": "261.20.64",
|
|
4
4
|
"description": "Colijn IT transaction module for Angular 20",
|
|
5
5
|
"repository": "npm/npm",
|
|
6
6
|
"author": "Colijn IT",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@colijnit/relationapi": ">=261.1.1",
|
|
20
20
|
"@colijnit/sharedapi": ">=1.0.20",
|
|
21
21
|
"@colijnit/sharedcomponents": ">=261.20.5",
|
|
22
|
-
"@colijnit/transactionapi": ">=261.1.
|
|
22
|
+
"@colijnit/transactionapi": ">=261.1.28"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"tslib": "^2.8.1"
|