@colijnit/transaction 262.1.32 → 262.1.34
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/fesm2022/colijnit-transaction.mjs +159 -66
- package/fesm2022/colijnit-transaction.mjs.map +1 -1
- package/index.d.ts +16 -3
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -4785,6 +4785,7 @@ declare class TransactionLineComponent implements OnChanges, OnInit, OnDestroy {
|
|
|
4785
4785
|
|
|
4786
4786
|
declare class OrderLineSetService {
|
|
4787
4787
|
currentOrderLineSetCode: string;
|
|
4788
|
+
currentCompositionId: number;
|
|
4788
4789
|
static ɵfac: i0.ɵɵFactoryDeclaration<OrderLineSetService, never>;
|
|
4789
4790
|
static ɵprov: i0.ɵɵInjectableDeclaration<OrderLineSetService>;
|
|
4790
4791
|
}
|
|
@@ -4997,10 +4998,13 @@ declare class TransactionOverviewLineComponent extends TransactionLineBaseCompon
|
|
|
4997
4998
|
constructor(orderLineSetService: OrderLineSetService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, transactionConnectorService: TransactionConnectorService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, transactionService: TransactionService, imageService: TransactionImageService, dictionaryService: DictionaryService, changeDetector: ChangeDetectorRef);
|
|
4998
4999
|
ngOnInit(): void;
|
|
4999
5000
|
ngOnDestroy(): void;
|
|
5001
|
+
canShowCheckbox(): boolean;
|
|
5002
|
+
checkboxValue(): boolean;
|
|
5000
5003
|
handleCheckBoxValueChanged(value: boolean): void;
|
|
5001
5004
|
handleServiceExistingOrderNavigation(ref: TransactionRefTransaction): void;
|
|
5002
5005
|
onDescriptionDblClick(): void;
|
|
5003
5006
|
openForm(): Promise<void>;
|
|
5007
|
+
protected readonly isNaN: typeof isNaN;
|
|
5004
5008
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionOverviewLineComponent, never>;
|
|
5005
5009
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionOverviewLineComponent, "co-transaction-overview-line", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; }, { "descriptionDblClick": "descriptionDblClick"; }, never, never, false, never>;
|
|
5006
5010
|
}
|
|
@@ -6446,6 +6450,8 @@ declare class RelationAddressesModule {
|
|
|
6446
6450
|
declare class DropShipmentComponent implements OnInit {
|
|
6447
6451
|
iconCacheService: IconCacheService;
|
|
6448
6452
|
transactionService: TransactionService;
|
|
6453
|
+
transactionEventService: TransactionEventService;
|
|
6454
|
+
changeDetection: ChangeDetectorRef;
|
|
6449
6455
|
private _dialogService;
|
|
6450
6456
|
showClass(): boolean;
|
|
6451
6457
|
transUuid: string;
|
|
@@ -6457,15 +6463,18 @@ declare class DropShipmentComponent implements OnInit {
|
|
|
6457
6463
|
showDisconnectButton: boolean;
|
|
6458
6464
|
editMode: boolean;
|
|
6459
6465
|
readonly icons: typeof Icon;
|
|
6460
|
-
constructor(iconCacheService: IconCacheService, transactionService: TransactionService, _dialogService: TransactionDialogService);
|
|
6466
|
+
constructor(iconCacheService: IconCacheService, transactionService: TransactionService, transactionEventService: TransactionEventService, changeDetection: ChangeDetectorRef, _dialogService: TransactionDialogService);
|
|
6461
6467
|
ngOnInit(): void;
|
|
6468
|
+
handleShowDropShipmentDialog(): void;
|
|
6462
6469
|
saveDropShipment(): void;
|
|
6463
6470
|
closeDropShipment(): void;
|
|
6464
6471
|
handleSearch(searchTerm: string): void;
|
|
6472
|
+
setExistingAddressIfExists(): void;
|
|
6465
6473
|
selectAddress(selectedAddress: DropshipmentInfo): void;
|
|
6466
6474
|
removeDropShipment(): void;
|
|
6467
6475
|
addNewAddress(): void;
|
|
6468
6476
|
cancelAddingNewAddress(): void;
|
|
6477
|
+
protected detectChanges(): void;
|
|
6469
6478
|
private _objectContainsTerm;
|
|
6470
6479
|
private _getAddresses;
|
|
6471
6480
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropShipmentComponent, never>;
|
|
@@ -8000,7 +8009,6 @@ declare class TransactionMarginInfoLineComponent extends TransactionLineBaseComp
|
|
|
8000
8009
|
statusBarConfigNames: StatusBarCfgNames;
|
|
8001
8010
|
discountConfigNames: LineDiscountCfgNames;
|
|
8002
8011
|
constructor(orderLineSetService: OrderLineSetService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, imageService: TransactionImageService, dictionaryService: DictionaryService, transactionService: TransactionService, changeDetector: ChangeDetectorRef);
|
|
8003
|
-
handleCheckBoxValueChanged(value: boolean): void;
|
|
8004
8012
|
onDescriptionDblClick(): void;
|
|
8005
8013
|
protected transactionInfoSet(): void;
|
|
8006
8014
|
protected visibilitySet(): void;
|
|
@@ -8634,7 +8642,6 @@ declare class TransactionCustomerPortalLineComponent extends TransactionLineBase
|
|
|
8634
8642
|
statusBarConfigNames: StatusBarCfgNames;
|
|
8635
8643
|
discountConfigNames: LineDiscountCfgNames;
|
|
8636
8644
|
constructor(orderLineSetService: OrderLineSetService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, imageService: TransactionImageService, dictionaryService: DictionaryService, transactionService: TransactionService, changeDetector: ChangeDetectorRef);
|
|
8637
|
-
handleCheckBoxValueChanged(value: boolean): void;
|
|
8638
8645
|
onDescriptionDblClick(): void;
|
|
8639
8646
|
getWeekNumber(dateInput: Date | string | null | undefined): string;
|
|
8640
8647
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionCustomerPortalLineComponent, never>;
|
|
@@ -9441,9 +9448,12 @@ declare class TransactionSalesOrderQuotationLineComponent extends TransactionLin
|
|
|
9441
9448
|
showClass(): boolean;
|
|
9442
9449
|
constructor(orderLineSetService: OrderLineSetService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, imageService: TransactionImageService, dictionaryService: DictionaryService, transactionService: TransactionService, changeDetector: ChangeDetectorRef);
|
|
9443
9450
|
ngOnInit(): Promise<void>;
|
|
9451
|
+
canShowCheckbox(): boolean;
|
|
9452
|
+
checkboxValue(): boolean;
|
|
9444
9453
|
handleCheckBoxValueChanged(value: boolean): void;
|
|
9445
9454
|
discountConfigNames: LineDiscountCfgNames;
|
|
9446
9455
|
protected readonly TransactionTypeCategory: typeof TransactionTypeCategory;
|
|
9456
|
+
protected readonly isNaN: typeof isNaN;
|
|
9447
9457
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionSalesOrderQuotationLineComponent, never>;
|
|
9448
9458
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionSalesOrderQuotationLineComponent, "co-transaction-sales-order-quotation-line", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; }, {}, never, never, false, never>;
|
|
9449
9459
|
}
|
|
@@ -14734,6 +14744,9 @@ declare class TransactionQuickAccessInvoiceComponent extends TransactionQuickAcc
|
|
|
14734
14744
|
protected combinedDocument(request: PrintPurchaseOrderForTransactionOrderWithoutLinesRequest, localPrint: boolean): void;
|
|
14735
14745
|
transactionSet(): void;
|
|
14736
14746
|
_prepareRequest(request: EmailInvoiceRequest | PrintInvoiceRequest | PdfInvoiceRequest): boolean;
|
|
14747
|
+
openSendMethodDialogForNewInvoice(): void;
|
|
14748
|
+
private _isHistoricReportSelected;
|
|
14749
|
+
private _showNoInvoiceLinesError;
|
|
14737
14750
|
filterLinesForRequest(): TransactionLineInfo[];
|
|
14738
14751
|
historicDocuments(): boolean;
|
|
14739
14752
|
handleSendDocument(defaultSendMethod: string): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/transaction",
|
|
3
|
-
"version": "262.1.
|
|
3
|
+
"version": "262.1.34",
|
|
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": ">=262.1.0",
|
|
20
20
|
"@colijnit/sharedapi": ">=1.0.20",
|
|
21
21
|
"@colijnit/sharedcomponents": ">=262.1.11",
|
|
22
|
-
"@colijnit/transactionapi": ">=262.1.
|
|
22
|
+
"@colijnit/transactionapi": ">=262.1.15"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"tslib": "^2.8.1"
|