@colijnit/transaction 262.1.3 → 262.1.5
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 +458 -304
- package/fesm2022/colijnit-transaction.mjs.map +1 -1
- package/index.d.ts +24 -5
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -6208,6 +6208,7 @@ declare class ProjectCodeyModalComponent implements OnInit {
|
|
|
6208
6208
|
declare class DiscountCodesPopupComponent implements OnInit {
|
|
6209
6209
|
iconCacheService: IconCacheService;
|
|
6210
6210
|
transactionService: TransactionService;
|
|
6211
|
+
discountForm: FormComponent;
|
|
6211
6212
|
transactionLine: TransactionLineInfo;
|
|
6212
6213
|
discountType: DiscountType;
|
|
6213
6214
|
showDiscountCodesPopup: EventEmitter<boolean>;
|
|
@@ -6757,6 +6758,7 @@ declare class TransactionHeaderDeliveryMethodButtonComponent extends Transaction
|
|
|
6757
6758
|
private _elementRef;
|
|
6758
6759
|
showClass(): boolean;
|
|
6759
6760
|
inputLabel: boolean;
|
|
6761
|
+
deliveryMethodClicked: EventEmitter<boolean>;
|
|
6760
6762
|
showDialog: boolean;
|
|
6761
6763
|
deliveryMethod: DeliveryMethod$1;
|
|
6762
6764
|
deliveryMethods: DeliveryMethod$1[];
|
|
@@ -6765,7 +6767,7 @@ declare class TransactionHeaderDeliveryMethodButtonComponent extends Transaction
|
|
|
6765
6767
|
transactionInfoSet(): void;
|
|
6766
6768
|
handleCloseDialog(): void;
|
|
6767
6769
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderDeliveryMethodButtonComponent, never>;
|
|
6768
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionHeaderDeliveryMethodButtonComponent, "co-transaction-header-delivery-method-button", never, { "inputLabel": { "alias": "inputLabel"; "required": false; }; }, {}, never, never, false, never>;
|
|
6770
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionHeaderDeliveryMethodButtonComponent, "co-transaction-header-delivery-method-button", never, { "inputLabel": { "alias": "inputLabel"; "required": false; }; }, { "deliveryMethodClicked": "deliveryMethodClicked"; }, never, never, false, never>;
|
|
6769
6771
|
}
|
|
6770
6772
|
|
|
6771
6773
|
declare abstract class DialogTransactionHeaderBaseComponent extends TransactionHeaderBaseComponent {
|
|
@@ -9094,9 +9096,26 @@ declare class TransactionLineInterbranchWarehouseLocationButtonModule {
|
|
|
9094
9096
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionLineInterbranchWarehouseLocationButtonModule>;
|
|
9095
9097
|
}
|
|
9096
9098
|
|
|
9099
|
+
declare class TransactionLineTargetWarehouseButtonComponent extends TransactionLineBaseComponent implements OnInit {
|
|
9100
|
+
readonly icons: typeof Icon;
|
|
9101
|
+
inputLabel: boolean;
|
|
9102
|
+
showClass(): boolean;
|
|
9103
|
+
protected transactionLineSet(): void;
|
|
9104
|
+
protected visibilitySet(): void;
|
|
9105
|
+
private _getWarehouseDescription;
|
|
9106
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineTargetWarehouseButtonComponent, never>;
|
|
9107
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionLineTargetWarehouseButtonComponent, "co-transaction-line-target-warehouse-button", never, { "inputLabel": { "alias": "inputLabel"; "required": false; }; }, {}, never, never, false, never>;
|
|
9108
|
+
}
|
|
9109
|
+
|
|
9110
|
+
declare class TransactionLineTargetWarehouseButtonModule {
|
|
9111
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineTargetWarehouseButtonModule, never>;
|
|
9112
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionLineTargetWarehouseButtonModule, [typeof TransactionLineTargetWarehouseButtonComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof DialogTransactionLineWarehouseModule, typeof TransactionButtonModule, typeof PipeModule, typeof TransactionLineLabelModule], [typeof TransactionLineTargetWarehouseButtonComponent]>;
|
|
9113
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionLineTargetWarehouseButtonModule>;
|
|
9114
|
+
}
|
|
9115
|
+
|
|
9097
9116
|
declare class TransactionInterbranchReceiveGoodsLineModule {
|
|
9098
9117
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionInterbranchReceiveGoodsLineModule, never>;
|
|
9099
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionInterbranchReceiveGoodsLineModule, [typeof TransactionInterbranchReceiveGoodsLineComponent], [typeof i2.CommonModule, typeof TransactionBaseLineModule, typeof
|
|
9118
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionInterbranchReceiveGoodsLineModule, [typeof TransactionInterbranchReceiveGoodsLineComponent], [typeof i2.CommonModule, typeof TransactionBaseLineModule, typeof TransactionLineWarehouseLocationModule, typeof EditableLabelModule, typeof i3.InputNumberPickerModule, typeof i3.InputCheckboxModule, typeof i3.IconModule, typeof TransactionLineStatusbarModule, typeof i3.InputTextModule, typeof TransactionPrintPackageStickerModule, typeof i3.ObserveVisibilityModule, typeof i3.ScreenConfigurationModule, typeof PipeModule, typeof TransactionLineLabelModule, typeof TransactionLineInterbranchWarehouseLocationButtonModule, typeof TransactionLineTargetWarehouseButtonModule], [typeof TransactionInterbranchReceiveGoodsLineComponent]>;
|
|
9100
9119
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionInterbranchReceiveGoodsLineModule>;
|
|
9101
9120
|
}
|
|
9102
9121
|
|
|
@@ -9845,7 +9864,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
|
|
|
9845
9864
|
showCategories: boolean;
|
|
9846
9865
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
9847
9866
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9848
|
-
currentTitle(): "
|
|
9867
|
+
currentTitle(): "OVERVIEW" | "MARGINS";
|
|
9849
9868
|
ngOnDestroy(): void;
|
|
9850
9869
|
handleClickWrapper(event: MouseEvent): void;
|
|
9851
9870
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
|
@@ -9871,7 +9890,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
|
|
|
9871
9890
|
constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
|
|
9872
9891
|
ngOnDestroy(): void;
|
|
9873
9892
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9874
|
-
currentTitle(): "
|
|
9893
|
+
currentTitle(): "OVERVIEW" | "MARGINS";
|
|
9875
9894
|
handleClickWrapper(event: MouseEvent): void;
|
|
9876
9895
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
|
|
9877
9896
|
private handleDocumentClick;
|
|
@@ -9923,7 +9942,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
|
|
|
9923
9942
|
showCategories: boolean;
|
|
9924
9943
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
9925
9944
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9926
|
-
currentTitle(): "
|
|
9945
|
+
currentTitle(): "OVERVIEW" | "MARGINS";
|
|
9927
9946
|
ngOnDestroy(): void;
|
|
9928
9947
|
handleClickWrapper(event: MouseEvent): void;
|
|
9929
9948
|
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.5",
|
|
4
4
|
"description": "Colijn IT transaction module for Angular 20",
|
|
5
5
|
"repository": "npm/npm",
|
|
6
6
|
"author": "Colijn IT",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@angular/core": ">=20.3.16",
|
|
12
12
|
"@colijnit/articleapi": ">=262.1.0",
|
|
13
13
|
"@colijnit/catalog": ">=262.1.0",
|
|
14
|
-
"@colijnit/corecomponents_v12": ">=262.1.
|
|
14
|
+
"@colijnit/corecomponents_v12": ">=262.1.5",
|
|
15
15
|
"@colijnit/ioneconnector": ">=262.1.0",
|
|
16
16
|
"@colijnit/mainapi": ">=262.1.1",
|
|
17
17
|
"@colijnit/product": ">=262.1.0",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@colijnit/relationapi": ">=262.1.0",
|
|
20
20
|
"@colijnit/sharedapi": ">=1.0.20",
|
|
21
21
|
"@colijnit/sharedcomponents": ">=262.1.3",
|
|
22
|
-
"@colijnit/transactionapi": ">=262.1.
|
|
22
|
+
"@colijnit/transactionapi": ">=262.1.4"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"tslib": "^2.8.1"
|